]>
granicus.if.org Git - python/log
R David Murray [Tue, 19 Feb 2013 23:32:28 +0000 (18:32 -0500)]
#6623: Add explicit deprecation warning for ftplib.Netrc.
R David Murray [Tue, 19 Feb 2013 17:20:32 +0000 (12:20 -0500)]
Merge: #13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
R David Murray [Tue, 19 Feb 2013 17:19:13 +0000 (12:19 -0500)]
Merge: #13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
R David Murray [Tue, 19 Feb 2013 17:17:31 +0000 (12:17 -0500)]
#13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
Stefan Krah [Tue, 19 Feb 2013 13:02:59 +0000 (14:02 +0100)]
Merge 3.3.
Stefan Krah [Tue, 19 Feb 2013 12:44:49 +0000 (13:44 +0100)]
Fix error messages.
R David Murray [Tue, 19 Feb 2013 02:44:03 +0000 (21:44 -0500)]
Merge: #7963: fix error message when 'object' called with arguments.
R David Murray [Tue, 19 Feb 2013 02:39:18 +0000 (21:39 -0500)]
#7963: fix error message when 'object' called with arguments.
R David Murray [Tue, 19 Feb 2013 02:20:08 +0000 (21:20 -0500)]
#7963: fix error message when 'object' called with arguments.
Patch by Alexander Belopolsky.
Serhiy Storchaka [Mon, 18 Feb 2013 11:33:37 +0000 (13:33 +0200)]
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 11:33:13 +0000 (13:33 +0200)]
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 11:32:30 +0000 (13:32 +0200)]
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 11:03:07 +0000 (13:03 +0200)]
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
Serhiy Storchaka [Mon, 18 Feb 2013 11:02:41 +0000 (13:02 +0200)]
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
Serhiy Storchaka [Mon, 18 Feb 2013 11:01:52 +0000 (13:01 +0200)]
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
Serhiy Storchaka [Mon, 18 Feb 2013 10:22:05 +0000 (12:22 +0200)]
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 10:21:30 +0000 (12:21 +0200)]
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 10:21:04 +0000 (12:21 +0200)]
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 09:23:10 +0000 (11:23 +0200)]
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Serhiy Storchaka [Mon, 18 Feb 2013 09:18:33 +0000 (11:18 +0200)]
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Serhiy Storchaka [Mon, 18 Feb 2013 09:14:21 +0000 (11:14 +0200)]
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Andrew Svetlov [Sun, 17 Feb 2013 14:56:28 +0000 (16:56 +0200)]
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
Andrew Svetlov [Sun, 17 Feb 2013 14:55:58 +0000 (16:55 +0200)]
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
Raymond Hettinger [Sun, 17 Feb 2013 09:34:17 +0000 (01:34 -0800)]
merge
Raymond Hettinger [Sun, 17 Feb 2013 09:33:37 +0000 (01:33 -0800)]
Set cache sizes to a power-of-two
Raymond Hettinger [Sun, 17 Feb 2013 08:08:45 +0000 (00:08 -0800)]
Eliminate unnecessary variable.
Eric Snow [Sun, 17 Feb 2013 05:25:31 +0000 (22:25 -0700)]
Merge from 3.3
Eric Snow [Sun, 17 Feb 2013 05:23:48 +0000 (22:23 -0700)]
Fixes a FileFinder docstring to reflect an old change.
That change was in
1db6553f3f8c .
Eric Snow [Sun, 17 Feb 2013 01:20:32 +0000 (18:20 -0700)]
Issue #15022: Ensure all pickle protocols are supported.
Antoine Pitrou [Sun, 17 Feb 2013 00:05:46 +0000 (01:05 +0100)]
Merge
Antoine Pitrou [Sun, 17 Feb 2013 00:04:57 +0000 (01:04 +0100)]
Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit.
Eric Snow [Sat, 16 Feb 2013 23:32:39 +0000 (16:32 -0700)]
Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
Serhiy Storchaka [Sat, 16 Feb 2013 19:25:40 +0000 (21:25 +0200)]
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
Serhiy Storchaka [Sat, 16 Feb 2013 19:25:05 +0000 (21:25 +0200)]
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
Serhiy Storchaka [Sat, 16 Feb 2013 19:23:53 +0000 (21:23 +0200)]
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
Serhiy Storchaka [Sat, 16 Feb 2013 15:43:45 +0000 (17:43 +0200)]
Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob.
Serhiy Storchaka [Sat, 16 Feb 2013 15:30:31 +0000 (17:30 +0200)]
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Serhiy Storchaka [Sat, 16 Feb 2013 15:29:56 +0000 (17:29 +0200)]
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Serhiy Storchaka [Sat, 16 Feb 2013 14:55:54 +0000 (16:55 +0200)]
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to
2147483647 (on 32-bit platform) or
4294967294 (on
64-bit).
Serhiy Storchaka [Sat, 16 Feb 2013 14:54:33 +0000 (16:54 +0200)]
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to
2147483647 (on 32-bit platform) or
4294967294 (on
64-bit).
Serhiy Storchaka [Sat, 16 Feb 2013 14:47:47 +0000 (16:47 +0200)]
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to
2147483647 (on 32-bit platform) or
4294967294 (on
64-bit).
Ezio Melotti [Fri, 15 Feb 2013 21:38:23 +0000 (23:38 +0200)]
#17178: merge with 3.3.
Ezio Melotti [Fri, 15 Feb 2013 21:38:05 +0000 (23:38 +0200)]
#17178: merge with 3.2.
Ezio Melotti [Fri, 15 Feb 2013 21:35:14 +0000 (23:35 +0200)]
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
Antoine Pitrou [Fri, 15 Feb 2013 20:32:30 +0000 (21:32 +0100)]
Issue #17208: add a note about the termination behaviour of daemon threads.
Antoine Pitrou [Fri, 15 Feb 2013 20:31:33 +0000 (21:31 +0100)]
Issue #17208: add a note about the termination behaviour of daemon threads.
Antoine Pitrou [Fri, 15 Feb 2013 20:27:18 +0000 (21:27 +0100)]
Issue #17208: add a note about the termination behaviour of daemon threads.
Ezio Melotti [Fri, 15 Feb 2013 19:22:22 +0000 (21:22 +0200)]
#17143: merge with 3.3.
Ezio Melotti [Fri, 15 Feb 2013 19:20:50 +0000 (21:20 +0200)]
#17143: fix a missing import in the trace module. Initial patch by Berker Peksag.
Ezio Melotti [Fri, 15 Feb 2013 17:19:18 +0000 (19:19 +0200)]
#17163: merge with 3.3.
Ezio Melotti [Fri, 15 Feb 2013 17:17:53 +0000 (19:17 +0200)]
#17163: test_file now works with unittest test discovery. Patch by Zachary Ware.
R David Murray [Thu, 14 Feb 2013 02:17:13 +0000 (21:17 -0500)]
#15220: simplify and speed up feedparser's line splitting.
Original patch submitted by QNX, modified for clarity by me (mostly comments).
QNX reports a 30% speed up in average email parsing time.
Richard Oudkerk [Wed, 13 Feb 2013 15:25:21 +0000 (15:25 +0000)]
Merge
Richard Oudkerk [Wed, 13 Feb 2013 15:21:23 +0000 (15:21 +0000)]
Merge
Richard Oudkerk [Wed, 13 Feb 2013 15:19:36 +0000 (15:19 +0000)]
Add Misc/NEWS entry for Issue #16743
Richard Oudkerk [Wed, 13 Feb 2013 12:33:53 +0000 (12:33 +0000)]
Merge
Richard Oudkerk [Wed, 13 Feb 2013 12:32:32 +0000 (12:32 +0000)]
Merge
Richard Oudkerk [Wed, 13 Feb 2013 12:18:03 +0000 (12:18 +0000)]
Issue #16743: Fix mmap overflow check on 32 bit Windows
Serhiy Storchaka [Wed, 13 Feb 2013 10:32:47 +0000 (12:32 +0200)]
Cleanup a test for issue #5308.
Serhiy Storchaka [Wed, 13 Feb 2013 10:32:24 +0000 (12:32 +0200)]
Cleanup a test for issue #5308.
Serhiy Storchaka [Wed, 13 Feb 2013 10:19:40 +0000 (12:19 +0200)]
Issue #16996: webbrowser module now uses shutil.which() to find a
web-browser on the executable search path.
Serhiy Storchaka [Wed, 13 Feb 2013 10:12:11 +0000 (12:12 +0200)]
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
Serhiy Storchaka [Wed, 13 Feb 2013 10:11:03 +0000 (12:11 +0200)]
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
Serhiy Storchaka [Wed, 13 Feb 2013 10:08:15 +0000 (12:08 +0200)]
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
Serhiy Storchaka [Tue, 12 Feb 2013 23:00:17 +0000 (01:00 +0200)]
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka [Tue, 12 Feb 2013 22:59:53 +0000 (00:59 +0200)]
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka [Tue, 12 Feb 2013 22:59:26 +0000 (00:59 +0200)]
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka [Tue, 12 Feb 2013 22:38:48 +0000 (00:38 +0200)]
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
Serhiy Storchaka [Tue, 12 Feb 2013 22:37:29 +0000 (00:37 +0200)]
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
Serhiy Storchaka [Tue, 12 Feb 2013 22:35:30 +0000 (00:35 +0200)]
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
doko@ubuntu.com [Tue, 12 Feb 2013 14:33:16 +0000 (15:33 +0100)]
- Issue #17192: Import libffi-3.0.12.
Giampaolo Rodola' [Tue, 12 Feb 2013 14:23:21 +0000 (15:23 +0100)]
fix NameError exception in test_profile
Giampaolo Rodola' [Tue, 12 Feb 2013 14:14:17 +0000 (15:14 +0100)]
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.)
Giampaolo Rodola' [Tue, 12 Feb 2013 13:31:06 +0000 (14:31 +0100)]
profile/cProfile: add tests for run() and runctx() functions
Serhiy Storchaka [Tue, 12 Feb 2013 07:30:55 +0000 (09:30 +0200)]
Null merge
Serhiy Storchaka [Tue, 12 Feb 2013 07:30:03 +0000 (09:30 +0200)]
Null merge
Serhiy Storchaka [Tue, 12 Feb 2013 07:24:16 +0000 (09:24 +0200)]
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka [Tue, 12 Feb 2013 07:21:36 +0000 (09:21 +0200)]
Clean trailing whitespaces in Makefile.pre.in.
Giampaolo Rodola' [Tue, 12 Feb 2013 01:04:27 +0000 (02:04 +0100)]
modernize some modules' code by using with statement around open()
Serhiy Storchaka [Mon, 11 Feb 2013 18:33:24 +0000 (20:33 +0200)]
Raise KeyError instead of OverflowError when getpwuid's argument is out of
uid_t range.
Serhiy Storchaka [Mon, 11 Feb 2013 18:32:47 +0000 (20:32 +0200)]
Raise KeyError instead of OverflowError when getpwuid's argument is out of
uid_t range.
R David Murray [Mon, 11 Feb 2013 15:54:22 +0000 (10:54 -0500)]
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
R David Murray [Mon, 11 Feb 2013 15:53:35 +0000 (10:53 -0500)]
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
R David Murray [Mon, 11 Feb 2013 15:51:28 +0000 (10:51 -0500)]
#17171: fix email.encoders.encode_7or8bit when applied to binary data.
R David Murray [Mon, 11 Feb 2013 15:05:34 +0000 (10:05 -0500)]
Merge: #17064: fix sporadic permission errors in test_mailbox on windows.
Patch by Jeremy Kloth.
R David Murray [Mon, 11 Feb 2013 15:05:03 +0000 (10:05 -0500)]
Merge: #17064: fix sporadic permission errors in test_mailbox on windows.
Patch by Jeremy Kloth.
R David Murray [Mon, 11 Feb 2013 15:04:26 +0000 (10:04 -0500)]
#17064: fix sporadic permission errors in test_mailbox on windows.
Patch by Jeremy Kloth.
Michael Foord [Mon, 11 Feb 2013 13:33:00 +0000 (13:33 +0000)]
Merge. Closes issue 17052.
Michael Foord [Mon, 11 Feb 2013 13:29:58 +0000 (13:29 +0000)]
Merge
Michael Foord [Mon, 11 Feb 2013 13:20:52 +0000 (13:20 +0000)]
Correction to issue 17052 fix
Terry Jan Reedy [Mon, 11 Feb 2013 07:23:13 +0000 (02:23 -0500)]
Closes #17158: Add 'symbols' to help() welcome message; clarify 'modules spam'
messages.
Michael Foord [Mon, 11 Feb 2013 00:28:02 +0000 (00:28 +0000)]
Merge. Closes issue 17052.
Michael Foord [Mon, 11 Feb 2013 00:18:07 +0000 (00:18 +0000)]
Merge
Michael Foord [Mon, 11 Feb 2013 00:04:24 +0000 (00:04 +0000)]
Issue 17502: unittest discovery should use self.testLoader
Serhiy Storchaka [Sun, 10 Feb 2013 21:28:33 +0000 (23:28 +0200)]
Reject float as uid or gid.
A regression was introduced in the commit for issue #4591.
Serhiy Storchaka [Sun, 10 Feb 2013 21:28:02 +0000 (23:28 +0200)]
Reject float as uid or gid.
A regression was introduced in the commit for issue issue #4591.
Serhiy Storchaka [Sun, 10 Feb 2013 20:03:08 +0000 (22:03 +0200)]
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka [Sun, 10 Feb 2013 19:56:49 +0000 (21:56 +0200)]
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Mark Dickinson [Sun, 10 Feb 2013 18:43:16 +0000 (18:43 +0000)]
Fix ReST role markup: :method: -> :meth:
Antoine Pitrou [Sun, 10 Feb 2013 18:29:17 +0000 (19:29 +0100)]
Issue #17165: fix a bare import in _strptime.py.
Patch by Berker Peksag.