summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | #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
| | | * | | #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-193-3/+16
| | | * | | Fix compiler warning related to issue #14331. harmless.Gregory P. Smith2012-04-181-1/+2
| | | * | | Remove webbrowser doc reference to the previously removed internet-config opt...Ned Deily2012-04-181-7/+2
| | | * | | SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-183-2/+17
| | * | | | Minor fixups.Raymond Hettinger2012-04-181-4/+4
| | |/ / /
| | * | | Clean-up the SQLite introduction.Raymond Hettinger2012-04-181-26/+26
| | * | | Clarify that a new connection needs to be made after the close.Raymond Hettinger2012-04-171-0/+6
| | * | | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-3/+9
| | * | | Tweaked format of cookbook example.Vinay Sajip2012-04-161-5/+6
| | * | | Added cookbook example for log insertion.Vinay Sajip2012-04-161-0/+44
| | * | | Issue #14452: remove BOM insertion code.Vinay Sajip2012-04-162-2/+2
| | * | | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-162-112/+117
| | * | | Remove accidentally-committed debugging code.Mark Dickinson2012-04-151-3/+0
| | * | | Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-153-2/+21