summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Additional example of using decimal.localcontext().Raymond Hettinger2012-05-111-0/+4
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-114-2/+40
* Update ACKS.Antoine Pitrou2012-05-101-0/+1
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-103-1/+12
* #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
* #14763: fix documentation for string.split/rsplit.Ezio Melotti2012-05-091-7/+8
* 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
* remove basically bitrotted XXXsBenjamin Peterson2012-05-081-9/+0
* backport 7a05cb3beddf to 2.7Sandro Tosi2012-05-071-6/+19
* Fix document title for Sphinx.Georg Brandl2012-05-061-3/+3
* #14034: adapt to Python 2 and fix indentation.Ezio Melotti2012-05-061-135/+135
* #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-065-0/+777
* #13183: backport fixes to test_pdb to 2.7 branchGeorg Brandl2012-05-061-2/+5
* Fix for issue 14725 for 2.7 branchRichard Oudkerk2012-05-053-1/+22
* Skip test_algorithms (known remote hosts need SNI, which is only available on...Antoine Pitrou2012-05-041-1/+2
* close() doesn't take any args (closes #14717)Benjamin Peterson2012-05-031-1/+1
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-0376-125/+125
* 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
* Issue #9400: Partial backport of fix for #9244Richard Oudkerk2012-05-022-1/+42
* fix windows test failure - issue13183Senthil Kumaran2012-05-011-1/+1
* use formats that work on 2.7Benjamin Peterson2012-05-011-7/+6
* fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-013-3/+59
* Have Bdb frame_returning in the finally clauseSenthil Kumaran2012-05-011-3/+5
* issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-013-1/+71
* 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-6/+14
* Fix typoRaymond Hettinger2012-04-291-1/+1
* #14519: fix the regex used in the scanf example.Ezio Melotti2012-04-291-2/+2
* Fix markup in unittest doc.Ezio Melotti2012-04-291-2/+2
* Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseH...Senthil Kumaran2012-04-292-4/+4
* #14461: fix wording.Ezio Melotti2012-04-291-1/+1
* issue14427 - Document Request.get_header and Request.header_itemsSenthil Kumaran2012-04-291-0/+11
* httplib test for early eof response. related to Issue13684Senthil Kumaran2012-04-291-0/+8
* #14155: add a note about \b.Ezio Melotti2012-04-291-0/+3
* refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@Sandro Tosi2012-04-281-3/+3
* Issue #14676: DeprecationWarning is ignored too; patch by Peter EisentrautSandro Tosi2012-04-281-1/+2
* Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick s...Sandro Tosi2012-04-281-5/+12
* Make the example cut and pasteable.Raymond Hettinger2012-04-271-3/+3
* Improve docstringRaymond Hettinger2012-04-271-7/+6
* fix footnote reference; thanks to Fizz from docs@Sandro Tosi2012-04-251-1/+1
* Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...Antoine Pitrou2012-04-253-1/+35
* Fixed test to work on Windows.Vinay Sajip2012-04-251-18/+18
* Updated year in docstring/comment.Vinay Sajip2012-04-241-2/+2
* Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ...Vinay Sajip2012-04-242-20/+69
* Issue #14160: TarFile.extractfile() failed to resolve symbolic links whenLars Gustäbel2012-04-244-1/+7