- 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 14 years ago
- 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 14 years ago
- 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 14 years ago
- dc29e7d Include Марк Коренберг and Steffen Daode Nurpmeso in Mist/ACKS for contributions in issues 11265 and 11351. by Giampaolo Rodolà · 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
- 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
- 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 14 years ago
- acdad9a Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSendfile.test_headers failure on OSX. by Giampaolo Rodolà · 14 years ago
- de3dc0f fix attribute error by Giampaolo Rodolà · 14 years ago
- ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 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
- 4462306 issue 11372: use range instead of xrange by Fred Drake · 14 years ago
- 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 14 years ago
- 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 14 years ago
- 2f283c2 Fix my previous commit (r88709) for str.encode(errors=...) by Victor Stinner · 14 years ago
- a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 14 years ago
- f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 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
- 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 14 years ago
- 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 14 years ago
- e7faec1 Fix my previous commit (r88702): initialize size_tflag in parse_format_flags() by Victor Stinner · 14 years ago
- 9686545 Issue #10829: Refactor PyUnicode_FromFormat() 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
- 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 14 years ago
- c613b6b Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
- 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 14 years ago
- f06576d Recommend inspecting the errno attribute of socket.error objects, 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
- d6d17c5 No need to put this at top 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
- 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 14 years ago
- d0f89f3 make this a link #11345 by Benjamin Peterson · 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
- d8a43b4 revert accidental formatting change by Benjamin Peterson · 14 years ago
- c6696d2 this isn't true anymore by Benjamin Peterson · 14 years ago
- 2de51ff Make sendfile tests more robust by Antoine Pitrou · 14 years ago
- 399fc14 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
- 8ed41a8 Replace links to the old dev doc with links to the new devguide. by Éric Araujo · 14 years ago
- 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 14 years ago
- f368895 Removed typo. by Vinay Sajip · 14 years ago
- 553de0e Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 14 years ago
- 859c7fa Issue #11330: asctime format bug fixed. by Vinay Sajip · 14 years ago
- dcc20b8 Check error return from _parse_off_t(), and remove cruft from the 2->3 transition. 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
- ec5a2d5 test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather than local time. by Vinay Sajip · 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
- 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 14 years ago
- 4001847 PEP 7 conformance changes (whitespace only). by Alexander Belopolsky · 14 years ago
- 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
- 692f038 Fix AttributeError. by Antoine Pitrou · 14 years ago
- 5c2f464 Fix compilation warning in Modules/posixmodule.c. 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
- 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
- 2035103 Add missing read() in distutils doc. by Éric Araujo · 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
- 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
- 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
- d2751fb (issue 11214) - fix asyncore.strerror test failure on AIX by Giampaolo Rodolà · 14 years ago
- 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 14 years ago
- 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
- eea22d2 logging: enabled test which was intermittently failing on buildbots. by Vinay Sajip · 14 years ago
- a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
- aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- a391b11 Rename internal helper function and make it static. by Georg Brandl · 14 years ago
- 941f956 Regenerate configure after r88580. by Georg Brandl · 14 years ago
- 61a0bf5 (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi) by Giampaolo Rodolà · 14 years ago
- c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
- 59db1f3 Fix .hgeol by Antoine Pitrou · 14 years ago
- 71219da More eol-style's by Antoine Pitrou · 14 years ago
- 7f1e174 Make svn:eol-style's more consistent by Antoine Pitrou · 14 years ago
- 2ec8cbc rewrite with assertIs by Benjamin Peterson · 14 years ago
- 83a0efd run autoconf by Benjamin Peterson · 14 years ago
- c9c9bc0 Add 3.3 whatsnew to index. by Georg Brandl · 14 years ago
- 15995f7 Remove unused m4 define. by Georg Brandl · 14 years ago
- 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 14 years ago