- 0e63f59 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
- e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
- 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
- 254800e Merge and resolve Misc/NEWS. by Barry Warsaw · 14 years ago
- 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
- df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 14 years ago
- 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
- 2ef7698 Add news item for #11509. by briancurtin · 14 years ago
- ee354ea merge default by Michael Foord · 14 years ago
- 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
- 5596a8c Merge with remote by Nick Coghlan · 14 years ago
- d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 14 years ago
- ba3a978 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
- f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
- e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 14 years ago
- 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 14 years ago
- a9d397b Issue #1099: Fix the build on MacOSX when building a framework with pydebug by Ronald Oussoren · 14 years ago
- 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 14 years ago
- 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 14 years ago
- dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 14 years ago
- 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
- d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
- accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 14 years ago
- f74dee4 Merge commit for #11233 by Antoine Pitrou · 14 years ago
- d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
- 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
- b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 14 years ago
- e8eabe7 Merge #11131 by Mark Dickinson · 14 years ago
- a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
- 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
- 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
- f5f6288 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 14 years ago
- 375ff58 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 14 years ago
- 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 14 years ago
- d2dee34 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
- 35db8a8 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
- 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 14 years ago
- 33cb5c9 Issue #5622: merge fix from 3.2. by Ned Deily · 14 years ago
- 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 14 years ago
- d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 14 years ago
- 63bd5f9 Merge 3.2. by Thomas Wouters · 14 years ago
- 6b10343 Merge 3.1. by Thomas Wouters · 14 years ago
- 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 14 years ago
- 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 14 years ago
- f874deb Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
- 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
- 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 14 years ago
- 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 14 years ago
- e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
- 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 14 years ago
- 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
- 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 14 years ago
- 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 14 years ago
- 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
- 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
- 1bc75c6 Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). by Giampaolo Rodolà · 14 years ago
- 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 14 years ago
- 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 14 years ago
- 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 14 years ago
- a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 14 years ago
- 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 14 years ago
- 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 14 years ago
- f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 14 years ago
- 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 14 years ago
- 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 14 years ago
- 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 14 years ago
- 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 14 years ago
- 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 14 years ago
- 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- 8d0f257 Add credit for r88682. by Antoine Pitrou · 14 years ago
- fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
- 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
- 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 14 years ago
- e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 14 years ago
- 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 14 years ago
- d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 14 years ago
- 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 14 years ago
- ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 14 years ago
- 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
- 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
- 5d5381e Merged revisions 88622 via svnmerge from by Antoine Pitrou · 14 years ago
- 68e5c04 Issue #7322: Trying to read from a socket's file-like object after a timeout by Antoine Pitrou · 14 years ago
- 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 14 years ago
- 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 14 years ago
- 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
- d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
- 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 14 years ago
- 7e1b9af Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. by Giampaolo Rodolà · 14 years ago
- 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
- c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
- 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 14 years ago
- 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 14 years ago
- f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
- cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
- 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 14 years ago