]>
granicus.if.org Git - python/log
Serhiy Storchaka [Sat, 16 May 2015 18:34:56 +0000 (21:34 +0300)]
Added tests for more builtin types.
Terry Jan Reedy [Sat, 16 May 2015 18:23:33 +0000 (14:23 -0400)]
Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
Serhiy Storchaka [Sat, 16 May 2015 15:58:41 +0000 (18:58 +0300)]
Issue #15267: HTTPConnection.request() now is compatibile with old-style
classes (such as TemporaryFile). Original patch by Atsuo Ishimoto.
Serhiy Storchaka [Sat, 16 May 2015 14:11:41 +0000 (17:11 +0300)]
Issue #20014: array.array() now accepts unicode typecodes. Based on patch by
Vajrasky Kok.
Serhiy Storchaka [Sat, 16 May 2015 13:42:18 +0000 (16:42 +0300)]
Issue #23637: Showing a warning no longer fails with UnicodeErrror.
Formatting unicode warning in the file with the path containing non-ascii
characters no longer fails with UnicodeErrror.
Serhiy Storchaka [Sat, 16 May 2015 13:21:10 +0000 (16:21 +0300)]
Reverted issue #24134 changes.
Terry Jan Reedy [Sat, 16 May 2015 03:55:15 +0000 (23:55 -0400)]
Issue #23184: idle tests, remove unused names and imports.
Terry Jan Reedy [Sat, 16 May 2015 03:03:11 +0000 (23:03 -0400)]
Issue #23184: idlelib, remove more unused names and imports.
Benjamin Peterson [Fri, 15 May 2015 16:19:41 +0000 (12:19 -0400)]
merge 2.7.10 release branch
Benjamin Peterson [Fri, 15 May 2015 16:19:18 +0000 (12:19 -0400)]
deque is not varsized, so using Py_SIZE is nonsensical (closes #24162)
Terry Jan Reedy [Thu, 14 May 2015 22:11:50 +0000 (18:11 -0400)]
idlelib: remove unused names and imports (forgot one).
Terry Jan Reedy [Thu, 14 May 2015 22:10:30 +0000 (18:10 -0400)]
idlelib: remove unused names and imports (one is a duplicate import).
Andrew Kuchling [Wed, 13 May 2015 15:25:40 +0000 (11:25 -0400)]
#19934: fix mangled wording
Berker Peksag [Wed, 13 May 2015 10:42:26 +0000 (13:42 +0300)]
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
Patch by Vinod Kurup.
Raymond Hettinger [Wed, 13 May 2015 10:13:28 +0000 (03:13 -0700)]
Issue #23971: Fix underestimated presizing in dict.fromkeys()
Raymond Hettinger [Wed, 13 May 2015 09:50:57 +0000 (02:50 -0700)]
Issue #19934: Document *None* as an acceptable input to Counter.most_common([n])
Benjamin Peterson [Tue, 12 May 2015 23:15:53 +0000 (19:15 -0400)]
use imperative
Raymond Hettinger [Tue, 12 May 2015 03:00:25 +0000 (20:00 -0700)]
Defend against a mutation during comparison
Raymond Hettinger [Mon, 11 May 2015 17:22:20 +0000 (10:22 -0700)]
Issue #24161: Document that PyIter_Check() returns false positives for old-style instances.
Steve Dower [Mon, 11 May 2015 02:06:07 +0000 (19:06 -0700)]
Adds UUIDs for 2.7.10
Benjamin Peterson [Mon, 11 May 2015 01:19:18 +0000 (21:19 -0400)]
add trailing slash
doko@ubuntu.com [Sun, 10 May 2015 22:00:38 +0000 (00:00 +0200)]
- Do not italicize punctuation in the python man page
Benjamin Peterson [Sun, 10 May 2015 17:16:20 +0000 (13:16 -0400)]
add news section for 2.7.11
Benjamin Peterson [Sun, 10 May 2015 17:14:43 +0000 (13:14 -0400)]
Added tag v2.7.10rc1 for changeset
80ccce248ba2
Benjamin Peterson [Sun, 10 May 2015 17:14:16 +0000 (13:14 -0400)]
bump version to 2.7.10rc1
Benjamin Peterson [Sun, 10 May 2015 17:13:10 +0000 (13:13 -0400)]
update pydoc-topics
Benjamin Peterson [Sat, 9 May 2015 04:23:41 +0000 (00:23 -0400)]
ensure .keywords is always a dict
Benjamin Peterson [Sat, 9 May 2015 01:31:36 +0000 (21:31 -0400)]
fix libffi compilation on FreeBSD (#23042)
Patch from Marc-Andre Lemburg.
Donald Stufft [Sat, 9 May 2015 01:28:57 +0000 (21:28 -0400)]
Upgrade setuptools to 15.2
Ned Deily [Fri, 8 May 2015 21:42:07 +0000 (14:42 -0700)]
Minor updates to the OS X installer ReadMe.rtf.
Larry Hastings [Fri, 8 May 2015 16:56:29 +0000 (09:56 -0700)]
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments. Previously it silently ignored them. Also: Remove
ignored and erroneous "kwargs" parameters from three METH_VARARGS methods
on _sqlite.Connection.
Serhiy Storchaka [Wed, 6 May 2015 16:21:00 +0000 (19:21 +0300)]
Fixed English in error message.
Serhiy Storchaka [Wed, 6 May 2015 16:10:40 +0000 (19:10 +0300)]
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
successful if the callable is None.
Added tests for assertRaises().
Serhiy Storchaka [Wed, 6 May 2015 06:35:52 +0000 (09:35 +0300)]
Issue #24125: Saved error's line and column numbers when an error is occured
during closing expatreader. Fixed a regression introduced in issue #23865.
Benjamin Peterson [Sun, 3 May 2015 17:00:21 +0000 (13:00 -0400)]
update example, since python.org is HTTPS-only now (closes #24118)
Serhiy Storchaka [Sun, 3 May 2015 12:35:02 +0000 (15:35 +0300)]
Issue #23330: h2py now supports arbitrary filenames in #include.
R David Murray [Sat, 2 May 2015 19:09:22 +0000 (15:09 -0400)]
#24108: Update fnmatch.translate example to show correct output.
Patch by Merlijn van Deen.
R David Murray [Sat, 2 May 2015 19:02:30 +0000 (15:02 -0400)]
#24081: Remove obsolete caveat from import docs.
Per Eric Snow's research, this changed in Python 2.4 in changeset
331e60d8ce ,
but these docs were not updated.
Raymond Hettinger [Sat, 2 May 2015 17:53:27 +0000 (10:53 -0700)]
Defer deleted item decref until after the deque is restored to a consistent state.
Raymond Hettinger [Sat, 2 May 2015 17:26:57 +0000 (10:26 -0700)]
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
Vinay Sajip [Sat, 2 May 2015 08:42:24 +0000 (09:42 +0100)]
Issue #24060: Made logging.Formatter documentation a little clearer.
Benjamin Peterson [Thu, 30 Apr 2015 21:37:11 +0000 (17:37 -0400)]
update links
Benjamin Peterson [Wed, 29 Apr 2015 22:00:44 +0000 (18:00 -0400)]
improve phrasing
Benjamin Peterson [Mon, 27 Apr 2015 00:33:38 +0000 (20:33 -0400)]
allow 2.7 to be built with asan (closes #24061)
Benjamin Peterson [Sun, 26 Apr 2015 19:55:06 +0000 (15:55 -0400)]
remove extern definition, since it's in a header file (closes #24058)
Berker Peksag [Sun, 26 Apr 2015 09:12:45 +0000 (12:12 +0300)]
Issue #23356: Simplify convert_arg_line_to_args example.
Patch by py.user.
Benjamin Peterson [Sat, 25 Apr 2015 18:15:16 +0000 (14:15 -0400)]
fix relative link (closes #24057)
Serhiy Storchaka [Thu, 23 Apr 2015 08:35:43 +0000 (11:35 +0300)]
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Patch by Davin Potts.
Serhiy Storchaka [Thu, 23 Apr 2015 07:57:15 +0000 (10:57 +0300)]
Use more precise Tcl version checks in tests.
Serhiy Storchaka [Wed, 22 Apr 2015 07:51:49 +0000 (10:51 +0300)]
Issue #16840: Skip bignum tests on minor releases where they are not supported.
Serhiy Storchaka [Wed, 22 Apr 2015 05:35:53 +0000 (08:35 +0300)]
Fixed full Tcl version parsing in tests for pre-final versions.
Serhiy Storchaka [Tue, 21 Apr 2015 18:17:33 +0000 (21:17 +0300)]
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
(tclTomMath.h was broken) and non-final Tcl 8.6.
Serhiy Storchaka [Tue, 21 Apr 2015 18:09:23 +0000 (21:09 +0300)]
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Benjamin Peterson [Mon, 20 Apr 2015 22:20:27 +0000 (18:20 -0400)]
recommend requests library (closes #23989)
Patch by Van Lindberg.
Serhiy Storchaka [Mon, 20 Apr 2015 11:05:37 +0000 (14:05 +0300)]
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
Serhiy Storchaka [Mon, 20 Apr 2015 06:32:29 +0000 (09:32 +0300)]
Issue #23728: Added a test for binascii.crc_hqx().
Serhiy Storchaka [Mon, 20 Apr 2015 06:21:23 +0000 (09:21 +0300)]
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
Christian Heimes [Sun, 19 Apr 2015 19:08:28 +0000 (21:08 +0200)]
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Vinay Sajip [Sat, 18 Apr 2015 12:05:19 +0000 (13:05 +0100)]
Issue #23536: Clarified scope of fileConfig()'s API.
Serhiy Storchaka [Thu, 16 Apr 2015 08:56:35 +0000 (11:56 +0300)]
Backported tests from issue #20175.
Charles-François Natali [Wed, 15 Apr 2015 18:30:38 +0000 (19:30 +0100)]
Fix PyGILState_GetThisThreadState() prototype in the API documentation.
Berker Peksag [Tue, 14 Apr 2015 16:03:06 +0000 (19:03 +0300)]
Issue #23811: Add missing newline to the PyCompileError error message.
Patch by Alex Shkop.
Andrew Kuchling [Tue, 14 Apr 2015 14:18:46 +0000 (10:18 -0400)]
Reword NEWS item a bit
Andrew Kuchling [Tue, 14 Apr 2015 14:03:35 +0000 (10:03 -0400)]
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling [Mon, 13 Apr 2015 13:58:36 +0000 (09:58 -0400)]
#23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
Benjamin Peterson [Tue, 14 Apr 2015 00:24:10 +0000 (20:24 -0400)]
remove useless word (closes #23929)
Zachary Ware [Mon, 13 Apr 2015 21:40:49 +0000 (16:40 -0500)]
Issue #23730: Document the return value of ZipFile.extract
Patch by Stéphane Wirtel.
doko@ubuntu.com [Mon, 13 Apr 2015 19:55:59 +0000 (21:55 +0200)]
- Regenerate the configure file.
doko@ubuntu.com [Mon, 13 Apr 2015 19:55:08 +0000 (21:55 +0200)]
- Use PLATDIR for the platform directory everywhere (refactoring only)
doko@ubuntu.com [Mon, 13 Apr 2015 18:53:13 +0000 (20:53 +0200)]
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4
to the archive.
Zachary Ware [Mon, 13 Apr 2015 17:18:11 +0000 (12:18 -0500)]
Force the Windows readme to CRLF
Zachary Ware [Mon, 13 Apr 2015 16:54:11 +0000 (11:54 -0500)]
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks. Who knows why.
Zachary Ware [Mon, 13 Apr 2015 16:07:35 +0000 (11:07 -0500)]
Attribute Michael Dorman for his initial patch on issue #18402.
Zachary Ware [Mon, 13 Apr 2015 15:49:43 +0000 (10:49 -0500)]
Merge heads
Zachary Ware [Mon, 13 Apr 2015 15:46:40 +0000 (10:46 -0500)]
Issue #18402: Also look for 64 bit Perl in build_ssl.py.
It's still not necessary to build, but may be useful to some.
R David Murray [Sun, 12 Apr 2015 23:14:30 +0000 (19:14 -0400)]
Don't gitignore the Python directory on case insensitive file systems.
Benjamin Peterson [Sat, 11 Apr 2015 11:42:42 +0000 (07:42 -0400)]
use imperative
Benjamin Peterson [Fri, 10 Apr 2015 22:40:21 +0000 (18:40 -0400)]
highlight is now highlighted (closes #23909)
Serhiy Storchaka [Fri, 10 Apr 2015 18:12:18 +0000 (21:12 +0300)]
Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.
In some Tcl versions -
2147483648 is wide integer.
Serhiy Storchaka [Fri, 10 Apr 2015 13:08:33 +0000 (16:08 +0300)]
Issue #21859: Corrected FileIO docstrings.
Serhiy Storchaka [Fri, 10 Apr 2015 10:24:10 +0000 (13:24 +0300)]
Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
Zachary Ware [Fri, 10 Apr 2015 01:16:05 +0000 (20:16 -0500)]
Put the NASM pulled from svn.python.org at the front of the PATH.
This will prevent failures from the version of NASM installed on buildbots,
if the ability to override the version used is desired again later, we can
figure out a way to opt in.
Zachary Ware [Thu, 9 Apr 2015 20:55:33 +0000 (15:55 -0500)]
Backed out changeset
7b1ceb925471 after buildbots have new OpenSSL source.
Zachary Ware [Thu, 9 Apr 2015 20:50:08 +0000 (15:50 -0500)]
Refresh OpenSSL sources on the buildbots
Zachary Ware [Wed, 8 Apr 2015 01:33:54 +0000 (20:33 -0500)]
Issue #23686: Update Windows build to use OpenSSL 1.0.2a
Berker Peksag [Wed, 8 Apr 2015 15:12:53 +0000 (18:12 +0300)]
Issue #23400: Add notes about the sem_open support of the host OS to
"Pipes and Queues" and "Synchronization between processes" subsections.
Patch by Davin Potts.
Benjamin Peterson [Wed, 8 Apr 2015 15:11:00 +0000 (11:11 -0400)]
actually ssl3 is just completely broken
Donald Stufft [Tue, 7 Apr 2015 11:09:06 +0000 (07:09 -0400)]
Update pip to 6.1.1
Victor Stinner [Tue, 7 Apr 2015 10:59:14 +0000 (12:59 +0200)]
ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
are down, don't use anymore in test_urllib2net
ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python
3.4 and 3.5: use ftp.debian.org instead.
Victor Stinner [Tue, 7 Apr 2015 10:47:57 +0000 (12:47 +0200)]
Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
connection failed.
Donald Stufft [Tue, 7 Apr 2015 05:32:24 +0000 (01:32 -0400)]
Upgrade pip to 6.1.0 and setuptools to 15.0
Victor Stinner [Mon, 6 Apr 2015 21:39:47 +0000 (23:39 +0200)]
Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()
os.urandom() only tries to make the os.random() file descriptor non
inheritable, but there is no guarantee. The test fails on too many operating
systems: Windows, OS X 10.5, OpenIndiana.
This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python
3.4 is you need stronger guarantees.
Benjamin Peterson [Mon, 6 Apr 2015 17:05:22 +0000 (13:05 -0400)]
remove extra arguments in arg parsing format codes (closes #23875)
Serhiy Storchaka [Sat, 4 Apr 2015 09:42:25 +0000 (12:42 +0300)]
Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
always returns bool. tkinter.BooleanVar now validates input values (accepted
bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now
always returns bool.
Serhiy Storchaka [Sat, 4 Apr 2015 07:36:15 +0000 (10:36 +0300)]
Open files in binary mode to avoid newlines transformation.
Serhiy Storchaka [Sat, 4 Apr 2015 07:05:35 +0000 (10:05 +0300)]
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Patch by Makoto Kato.
Serhiy Storchaka [Sat, 4 Apr 2015 06:47:18 +0000 (09:47 +0300)]
Issue #23825: Fixed test_idle under -OO.
Serhiy Storchaka [Fri, 3 Apr 2015 15:12:32 +0000 (18:12 +0300)]
Escaped backslashes in docstrings.
Benjamin Peterson [Fri, 3 Apr 2015 01:36:42 +0000 (21:36 -0400)]
use rc rather than beta
Serhiy Storchaka [Thu, 2 Apr 2015 20:05:23 +0000 (23:05 +0300)]
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().