- 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 14 years ago
- 7eecd22 Remove unused import. by Eric V. Smith · 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
- df30993 Issue #11444: Merge fix from 3.2. by Vinay Sajip · 14 years ago
- d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 14 years ago
- c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
- 7a21147 #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. by Giampaolo Rodolà · 14 years ago
- a393bb7 merge 3.2 by Benjamin Peterson · 14 years ago
- 3b59f33 merge 3.1 by Benjamin Peterson · 14 years ago
- 49d7149 transform izip_longest #11424 by Benjamin Peterson · 14 years ago
- 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 14 years ago
- 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
- e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
- 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
- 2ae5cff merge 3.1 by Benjamin Peterson · 14 years ago
- c9c8d0e merge 3.1 by Benjamin Peterson · 14 years ago
- d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 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
- 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 14 years ago
- 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 14 years ago
- 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 14 years ago
- 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 14 years ago
- 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 14 years ago
- 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 14 years ago
- 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 14 years ago
- e0c8635 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
- 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 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
- 00a4286 Merged revisions 88726 via svnmerge from by Giampaolo Rodolà · 14 years ago
- de3dc0f fix attribute error by Giampaolo Rodolà · 14 years ago
- 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
- ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 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
- 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 14 years ago
- 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 14 years ago
- 6f58b6b Remove last use of distutils.sysconfig from the stdlib (#11364). by Éric Araujo · 14 years ago
- ec78522 assertEquals is deprecated by Antoine Pitrou · 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
- d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 14 years ago
- 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 14 years ago
- 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 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
- fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
- cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 14 years ago
- 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
- d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago
- 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 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
- 2e7965e Merged revisions 88661 via svnmerge from by Benjamin Peterson · 14 years ago
- 2de51ff Make sendfile tests more robust by Antoine Pitrou · 14 years ago
- 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 14 years ago
- 399fc14 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 14 years ago
- 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 14 years ago
- 4a7f216 Issue #11330: Added regression test. by Vinay Sajip · 14 years ago
- d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 14 years ago
- ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 14 years ago
- 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 14 years ago
- 2a4c0f8 Removed typo. by Vinay Sajip · 14 years ago
- f368895 Removed typo. by Vinay Sajip · 14 years ago
- 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 14 years ago
- 859c7fa Issue #11330: asctime format bug fixed. by Vinay Sajip · 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
- ec5a2d5 test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather than local time. by Vinay Sajip · 14 years ago
- 725c2b9 Merged revisions 88631 via svnmerge from by Senthil Kumaran · 14 years ago
- d032131 Add __bool__ method. Add tests. Fix-up broken test. by Raymond Hettinger · 14 years ago
- cb8b944 test_logging: diagnostic code changes. by Vinay Sajip · 14 years ago
- 75d818f Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are available (Patch by Ray.Allen) by Senthil Kumaran · 14 years ago
- 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
- 692f038 Fix AttributeError. by Antoine Pitrou · 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
- fc1cf41 test_logging: Added more diagnostics for buildbot failures. by Vinay Sajip · 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
- 4bc6857 (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Also fixed an AttributeError in get/set priority tests. by Giampaolo Rodolà · 14 years ago