summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| | * | | | | Issue #14448: mention pytz; patch by Andrew SvetlovSandro Tosi2012-04-241-0/+8
| | * | | | | Issue #14554: correct example for captured_stdout()Sandro Tosi2012-04-241-1/+1
| | * | | | | Issue #13478: document timeit.default_timer()Sandro Tosi2012-04-241-8/+14
| | * | | | | Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron...Sandro Tosi2012-04-241-2/+2
| | * | | | | don't use a slot wrapper from a different special method (closes #14658)Benjamin Peterson2012-04-243-3/+18
| | * | | | | mergeRaymond Hettinger2012-04-248-10/+33
| | |\ \ \ \ \
| | | * | | | | #14640: Fix typos/syntax in pyporting.rst.R David Murray2012-04-231-5/+5
| | | * | | | | Issue #14641: minor fixes to sockets Howto; patch by Dionysios KalofonosSandro Tosi2012-04-231-2/+2
| | | * | | | | #14638: pydoc now treats non-str __name__ as None instead of raisingR David Murray2012-04-233-1/+16
| | | * | | | | news for issue13684Senthil Kumaran2012-04-231-0/+3
| | | * | | | | Fix for Issue13684 - httplib tunnel infinite loopSenthil Kumaran2012-04-231-1/+5
| | | * | | | | add Mark ShannonBenjamin Peterson2012-04-231-0/+1
| | | * | | | | sleep hereBenjamin Peterson2012-04-231-1/+1
| | * | | | | | Improve section heading for better discoverability.Raymond Hettinger2012-04-241-2/+2
| | * | | | | | Reorder the entries to put the type specific technique last.Raymond Hettinger2012-04-241-10/+10
| | |/ / / / /
| | * | | | | mergeRaymond Hettinger2012-04-2310-15/+81
| | |\ \ \ \ \
| | | * | | | | Update 2.7 docs about legal characters allowed in Cookie nameSenthil Kumaran2012-04-221-2/+8
| | | * | | | | Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...Antoine Pitrou2012-04-193-0/+36