summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-293-57/+94
* Issue 14688: Fix typoRaymond Hettinger2012-04-291-3/+3
* #14236: fix docs for \S.Ezio Melotti2012-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-3/+3
* #14236: mention Unicode whitespace in \s documentation.Ezio Melotti2012-04-291-1/+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 - minor update to check empty responseSenthil Kumaran2012-04-291-2/+2
* httplib test for early eof response. related to Issue13684Senthil Kumaran2012-04-291-0/+9
* #14155: add a note about \b.Ezio Melotti2012-04-291-0/+3
* Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick s...Sandro Tosi2012-04-281-5/+12
* Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...Antoine Pitrou2012-04-253-1/+19
* Fixed test to work on Windows.Vinay Sajip2012-04-251-17/+17
* Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ...Vinay Sajip2012-04-242-23/+72
* Issue #14160: TarFile.extractfile() failed to resolve symbolic linksLars Gustäbel2012-04-244-1/+7
* Issue #14448: mention pytz; patch by Andrew SvetlovSandro Tosi2012-04-241-1/+9
* Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhon...Sandro Tosi2012-04-241-1/+1
* Issue #13478: document timeit.default_timer()Sandro Tosi2012-04-241-8/+16
* 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
* #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
* 3.2 - Fix for Issue13684 - httplib tunnel infinite loopSenthil Kumaran2012-04-231-0/+3
* add Mark ShannonBenjamin Peterson2012-04-231-0/+1
* sleep hereBenjamin Peterson2012-04-231-1/+1
* Close issue #14026 by better testing sys.argv handling in test_cmd_line_scrip...Nick Coghlan2012-04-222-3/+11
* issue2193 - Update 3.2 docs about legal characters allowed in Cookie nameSenthil Kumaran2012-04-221-2/+8
* Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of a...Mark Dickinson2012-04-203-3/+18
* Issue #14629: Raise SyntaxError in tokenizer.detect_encodingMartin v. Löwis2012-04-203-2/+18
* Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...Antoine Pitrou2012-04-193-0/+35
* Close #14032: fix incorrect variable reference in test_cmd_line_scriptNick Coghlan2012-04-193-1/+5
* #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-193-3/+16
* Remove webbrowser doc reference to the previously removed internet-config opt...Ned Deily2012-04-181-7/+2
* improveBenjamin Peterson2012-04-181-1/+1
* SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-183-2/+17
* mangle keyword-only argname when loading defaults (closes #14607)Benjamin Peterson2012-04-173-1/+13
* Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-2/+9
* Corrected version numbers in cookbook example.Vinay Sajip2012-04-161-2/+2
* Tweaked format of cookbook example.Vinay Sajip2012-04-161-5/+5
* Added cookbook example for BOM insertion.Vinay Sajip2012-04-161-0/+44
* Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-162-2/+2