summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Endly, fix UnboundLocalError in telnetlibAntoine Pitrou2011-03-011-1/+2
* Recommend inspecting the errno attribute of socket.error objects,Antoine Pitrou2011-02-281-21/+26
* Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.Antoine Pitrou2011-02-287-12/+82
* Add credit for r88682.Antoine Pitrou2011-02-282-1/+3
* No need to put this at topAntoine Pitrou2011-02-281-11/+12
* Issue #11140: Lock.release() now raises a RuntimeError when attemptingAntoine Pitrou2011-02-284-1/+14
* Issue 11348: skip os.setpriority() test if current nice level is >= 19.Giampaolo Rodolà2011-02-281-1/+7
* Fix issue 8594: adds a source_address parameter to ftplib module.Giampaolo Rodolà2011-02-284-12/+49
* Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under W...Antoine Pitrou2011-02-271-1/+2
* make this a link #11345Benjamin Peterson2011-02-271-1/+1
* Issue #11326: Add the missing connect_ex() implementation for SSL sockets,Antoine Pitrou2011-02-263-8/+68
* Merged revisions 88661 via svnmerge fromBenjamin Peterson2011-02-263-10/+14
* revert accidental formatting changeBenjamin Peterson2011-02-261-2/+3
* this isn't true anymoreBenjamin Peterson2011-02-262-6/+3
* Make sendfile tests more robustAntoine Pitrou2011-02-261-1/+6
* Issue #11330: Updated tests for correct asctime handling.Vinay Sajip2011-02-262-3/+3
* Issue #11330: Added regression test.Vinay Sajip2011-02-261-0/+8
* Issue #9931: Fix hangs in GUI tests under Windows in certain conditions.Antoine Pitrou2011-02-262-0/+37
* Replace links to the old dev doc with links to the new devguide.Éric Araujo2011-02-264-7/+9
* Issue #11323: fix sendfile tests under 64-bit Solaris.Antoine Pitrou2011-02-261-9/+16
* Removed typo.Vinay Sajip2011-02-261-1/+1
* Issue #11331: fixed documentation in logging cookbook.Vinay Sajip2011-02-261-2/+0
* Issue #11330: asctime format bug fixed.Vinay Sajip2011-02-261-1/+4
* Check error return from _parse_off_t(), and remove cruft from the 2->3 transi...Antoine Pitrou2011-02-261-5/+4
* Revert r88639 (the optimization changes behaviour and breaks buildbots)Antoine Pitrou2011-02-264-22/+7
* Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. PatchAntoine Pitrou2011-02-264-7/+22
* test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather t...Vinay Sajip2011-02-261-3/+3
* Add __bool__ method. Add tests. Fix-up broken test.Raymond Hettinger2011-02-262-8/+17
* test_logging: diagnostic code changes.Vinay Sajip2011-02-261-0/+1
* Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are a...Senthil Kumaran2011-02-261-1/+1
* Make Py3.x style "import builtins"Raymond Hettinger2011-02-261-2/+2
* PEP 7 conformance changes (whitespace only).Alexander Belopolsky2011-02-261-284/+350
* Issue #11297: Add collections.ChainMap()Raymond Hettinger2011-02-266-7/+123
* Fix AttributeError.Antoine Pitrou2011-02-261-1/+1
* Fix compilation warning in Modules/posixmodule.c.Antoine Pitrou2011-02-261-0/+3
* Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall.Antoine Pitrou2011-02-257-5/+108
* Issue #4761: Add the *at() family of functions (openat(), etc.) to the posixAntoine Pitrou2011-02-257-544/+1560
* Issue #7322: Trying to read from a socket's file-like object after a timeoutAntoine Pitrou2011-02-253-0/+26
* test_logging: Added more diagnostics for buildbot failures.Vinay Sajip2011-02-251-2/+31
* Issue 11291: poplib suppresses errors on QUIT.Giampaolo Rodolà2011-02-253-9/+25
* Issue 11177: asyncore's create_socket() arguments can now be omitted.Giampaolo Rodolà2011-02-254-14/+18
* Issue #6064: Add a `daemon` keyword argument to the threading.ThreadAntoine Pitrou2011-02-257-21/+59
* (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Al...Giampaolo Rodolà2011-02-251-2/+3
* Add missing read() in distutils doc.Éric Araujo2011-02-251-1/+4
* Issue #10956: Buffered I/O classes retry reading or writing after a signalAntoine Pitrou2011-02-254-7/+173
* Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.Giampaolo Rodolà2011-02-251-0/+2
* Issue 10784: adds os.getpriority() and os.setpriority() functions.Giampaolo Rodolà2011-02-257-12/+146
* Issue #11114: Fix catastrophic performance of tell() on text files (upAntoine Pitrou2011-02-253-47/+150
* (issue 11214) - fix asyncore.strerror test failure on AIXGiampaolo Rodolà2011-02-251-1/+1
* Skip os.sendfile() test if threading module is not available.Giampaolo Rodolà2011-02-251-0/+1