summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-153-1/+19
* #14766: Reflow the altered paragraphs.R David Murray2012-05-151-18/+17
* #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-12/+26
* bsddb never existed in 3.x, no need to keep downloading sleepycatBrian Curtin2012-05-151-3/+0
* Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-142-0/+13
* Stop deleting non-existing bytecode files.Martin v. Löwis2012-05-141-2/+0
* Remove tab charactersAntoine Pitrou2012-05-141-8/+8
* Use size_t, not ssize_t (issue #14801).Antoine Pitrou2012-05-141-1/+1
* Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-148-22/+22
* #14405: remove outdated/broken/duplicate links.Ezio Melotti2012-05-141-5/+0
* Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...Mark Dickinson2012-05-132-37/+27
* #14770: improve the library FAQ.Ezio Melotti2012-05-131-54/+45
* Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...Sandro Tosi2012-05-131-1/+2
* correctly define what 'fill' could be; thanks to Leland Hulbert from docs@Sandro Tosi2012-05-121-1/+1
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-113-2/+37
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-103-1/+11
* Some nits in the pickle docs.Antoine Pitrou2012-05-101-21/+23
* Removed outdated statement about pickle's and marshal's relative performance.Antoine Pitrou2012-05-101-8/+0
* #14763: document default maxsplit value for str.split.Ezio Melotti2012-05-101-2/+2
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-104-2/+6
* Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-093-1/+5
* Improve the grammar of a non-sentence.R David Murray2012-05-091-2/+2
* fix possible refleak (closes #14752)Benjamin Peterson2012-05-081-2/+4
* Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c.Larry Hastings2012-05-081-0/+1
* remove basically bitrotted XXXsBenjamin Peterson2012-05-081-9/+0
* Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-073-5/+5
* Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-073-21/+105
* Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-073-12/+21
* Fix issue number in Misc/NEWS.Mark Dickinson2012-05-071-1/+1
* Fix document title for Sphinx.Georg Brandl2012-05-061-3/+3
* Issue #14965: Fix missing support for starred assignments in Tools/parser/unp...Mark Dickinson2012-05-063-0/+17
* #14034: fix indentation.Ezio Melotti2012-05-061-78/+78
* #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-065-0/+777
* #13183: backport fixes to test_pdb to 3.2 branchGeorg Brandl2012-05-061-2/+5
* Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-053-1/+22
* Fix test connecting to sha256.tbs-internet.com.Antoine Pitrou2012-05-042-114/+119
* close() doesn't take any args (closes #14717)Benjamin Peterson2012-05-031-1/+1
* Changed order of cleanup operations to be more sensible.Vinay Sajip2012-05-031-1/+1
* os.popen().close() returns None on success, not 0...Charles-François Natali2012-05-021-1/+1
* Issue #14698: Make test_posix more robust when the current UID doesn't have anCharles-François Natali2012-05-021-2/+7
* fix windows test failure - issue13183Senthil Kumaran2012-05-021-1/+1
* fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-013-3/+59
* issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-013-1/+68
* Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.Ned Deily2012-04-301-0/+18
* #14558: document the module, argv, and testLoader args of unittest.main.Ezio Melotti2012-04-301-7/+15
* Issue11352 - Update cgi module docsSenthil Kumaran2012-04-301-7/+10
* Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.Martin v. Löwis2012-04-302-1/+7
* fixed test_imaplib failure on WinAlexander Belopolsky2012-04-291-1/+5
* Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-293-5/+48
* Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-295-15/+45