summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-162-112/+117
* Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-153-2/+18
* Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...Mark Dickinson2012-04-152-0/+28
* Make all socket related modules link with ws2_32.lib on windows, likeKristján Valur Jónsson2012-04-154-26/+26
* fix typo; thanks to Jérôme Mainka from docs@Sandro Tosi2012-04-141-1/+1
* Fix highlight and spacing in json example.Ezio Melotti2012-04-141-4/+4
* #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le...Ezio Melotti2012-04-141-1/+4
* #14399: corrected news itemR David Murray2012-04-141-4/+4
* move outside WITH_THREAD conditionalBenjamin Peterson2012-04-131-2/+2
* take linkage def outside of WITH_THREAD conditional (closes #14569)Benjamin Peterson2012-04-131-4/+3
* merge headsAmaury Forgeot d'Arc2012-04-133-0/+11
|\
| * Issue14559: Fix build files old Microft compilers.Amaury Forgeot d'Arc2012-04-133-0/+11
* | #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-124-11/+50
|/
* 3.2 sidebar: link to 3.3, not 3.1Georg Brandl2012-04-121-1/+1
* Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-123-0/+7
* #14553: fix word order.R David Murray2012-04-121-1/+1
* #14552: remove redundant wording in 'test' docs.R David Murray2012-04-121-3/+3
* merge 3.1 (null)Benjamin Peterson2012-04-110-0/+0
|\
| * after 3.1.5Benjamin Peterson2012-04-112-1/+13
* | #14508: make gprof2html script runnable under python3R David Murray2012-04-111-5/+7
* | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-112-51/+56
* | Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
* | Closes #14545: make clearer what was added.Georg Brandl2012-04-111-2/+2
* | Merge 3.2.3 release clone.Georg Brandl2012-04-118-13/+15
|\ \
| * | Post-release update.Georg Brandl2012-04-111-1/+1
| * | Added tag v3.2.3 for changeset 3d0686d90f55Georg Brandl2012-04-101-0/+1
| * | Merge.v3.2.3Georg Brandl2012-04-101-0/+1
| |\ \
| | * | Add 3.2.3rc2 uuid.Martin v. Löwis2012-03-181-0/+1