summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ca...Giampaolo Rodolà2011-03-034-0/+64
* Issue #10516: added copy() and clear() methods to bytearrays as wellEli Bendersky2011-03-034-5/+63
* #11306: Treat EROFS like EACCES when making a 'file is read-only' decisionR. David Murray2011-03-032-3/+7
* Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSend...Giampaolo Rodolà2011-03-031-13/+29
* fix attribute errorGiampaolo Rodolà2011-03-031-1/+2
* Issue #11377: Fix quoting on Windows in test_platformVictor Stinner2011-03-031-2/+11
* Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN error...Giampaolo Rodolà2011-03-032-4/+8
* Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().Victor Stinner2011-03-034-82/+26
* Issue #8513: On UNIX, subprocess supports bytes command string.Victor Stinner2011-03-033-1/+8
* Update compiler recursion crasher to more reliably blow the stack and add a t...Nick Coghlan2011-03-031-2/+10
* issue 11372: use range instead of xrangeFred Drake2011-03-031-2/+2
* add tests for xml.pulldom #9373Benjamin Peterson2011-03-023-38/+347
* #11335: Fix memory leak when a sort key function throws an exceptionDaniel Stutzbach2011-03-022-0/+5
* Fix my previous commit (r88709) for str.encode(errors=...)Victor Stinner2011-03-021-5/+10
* Issue #8923: cache str.encode() resultVictor Stinner2011-03-022-9/+21
* Remove useless argument of _PyUnicode_AsDefaultEncodedString()Victor Stinner2011-03-028-13/+9
* Remove last use of distutils.sysconfig from the stdlib (#11364).Éric Araujo2011-03-021-2/+1
* assertEquals is deprecatedAntoine Pitrou2011-03-021-1/+1
* Issue #10831: Document the new formats (%li, %lli, %zi)Victor Stinner2011-03-021-0/+12
* Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formatsVictor Stinner2011-03-023-20/+35
* Fix my previous commit (r88702): initialize size_tflag in parse_format_flags()Victor Stinner2011-03-021-0/+1
* Issue #10829: Refactor PyUnicode_FromFormat()Victor Stinner2011-03-013-69/+104
* Issue #10911: Add tests on CGI with non-ASCII charactersVictor Stinner2011-03-012-24/+54
* Followup to issue #11140 and r88682: also patch _dummy_thread.Antoine Pitrou2011-03-014-8/+5
* Issue #11246: Fix PyUnicode_FromFormat("%V")Victor Stinner2011-03-013-7/+36
* Remove outdated pointer to optparse (fixes #11360).Éric Araujo2011-03-011-3/+0
* 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