- e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 13 years ago
- 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 13 years ago
- 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
- 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 13 years ago
- cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 13 years ago
- c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
- 88ec620 news for issue13684 by Senthil Kumaran · 13 years ago
- b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
- 2cc52ef add Mark Shannon by Benjamin Peterson · 13 years ago
- 7a436c5 sleep here by Benjamin Peterson · 13 years ago
- 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 13 years ago
- a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 13 years ago
- bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 13 years ago
- 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
- 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
- 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
- 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
- cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 13 years ago
- 2c14146 improve by Benjamin Peterson · 13 years ago
- e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
- 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
- ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
- 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 13 years ago
- 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 13 years ago
- b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 13 years ago
- ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
- a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
- 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 13 years ago
- 473fde6 Make all socket related modules link with ws2_32.lib on windows, like by Kristján Valur Jónsson · 13 years ago
- 1ee1719 fix typo; thanks to Jérôme Mainka from docs@ by Sandro Tosi · 13 years ago
- 84e59aa Fix highlight and spacing in json example. by Ezio Melotti · 13 years ago
- f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- 650dfaf #14399: corrected news item by R David Murray · 13 years ago
- 3bf0175 move outside WITH_THREAD conditional by Benjamin Peterson · 13 years ago
- 43162b8 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 13 years ago
- 504a83f merge heads by Amaury Forgeot d'Arc · 13 years ago
- a9d33a2 Issue14559: Fix build files old Microft compilers. by Amaury Forgeot d'Arc · 13 years ago
- 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
- d46d69c 3.2 sidebar: link to 3.3, not 3.1 by Georg Brandl · 13 years ago
- 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
- e7bade5 #14553: fix word order. by R David Murray · 13 years ago
- 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 13 years ago
- 118ef7c merge 3.1 (null) by Benjamin Peterson · 13 years ago
- 2fd0b1a after 3.1.5 by Benjamin Peterson · 13 years ago
- 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 13 years ago
- d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
- f6cd9b2 Improve the threading.Condition docs. by Antoine Pitrou · 13 years ago
- 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 13 years ago
- a51497a Merge 3.2.3 release clone. by Georg Brandl · 13 years ago
- 507776e Post-release update. by Georg Brandl · 13 years ago
- b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 13 years ago
- 2c9f104 Fix some markup in the threading docs. by Antoine Pitrou · 13 years ago
- 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 13 years ago
- 88b957a merge heads by Senthil Kumaran · 13 years ago
- dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
- 074faff Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
- 935b629 Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. by Vinay Sajip · 13 years ago
- 6b2e4cb Added tag v3.2.3 for changeset 3d0686d90f55 by Georg Brandl · 13 years ago
- 81c393b Merge. by Georg Brandl · 13 years ago
- 4403601 Bump to 3.2.3 final. by Georg Brandl · 13 years ago
- 470f33f News entry for f91ecbc8bafc. by Georg Brandl · 13 years ago
- cc49790 minor .rst fix by Senthil Kumaran · 13 years ago
- d47f0d6 merge heads by Benjamin Peterson · 13 years ago
- ca819c3 merge 3.1 (#14509) by Benjamin Peterson · 13 years ago
- f6622c8 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 13 years ago
- 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 13 years ago
- c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 13 years ago
- f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 13 years ago
- b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
- 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 13 years ago
- 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 13 years ago
- 3abebca Closes #14511: fix wrong opensearch link for 3.2 docs. by Georg Brandl · 13 years ago
- 403bb39 merge heads by Benjamin Peterson · 13 years ago
- dcb89f4 port 3.1.5rc2 tag by Benjamin Peterson · 13 years ago
- 718a8e8 merge 3.1 by Benjamin Peterson · 13 years ago
- 7fddb4b Added tag v3.1.5 for changeset 7395330e495e by Benjamin Peterson · 13 years ago
- c37a4fd bump to 3.1.5 final by Benjamin Peterson · 13 years ago
- d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 13 years ago
- fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 13 years ago
- 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 13 years ago
- ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 13 years ago
- 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
- b604630 Closes #14495: fix typo. by Georg Brandl · 13 years ago
- 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
- 80d5042 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 13 years ago
- 6215444 remove uneeded line by Benjamin Peterson · 13 years ago
- 984dfa7 Issue #14471: Fix a possible buffer overrun in the winreg module. by Kristján Valur Jónsson · 13 years ago
- e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
- b6af60c adjust formatting by Benjamin Peterson · 13 years ago
- 3471bb6 remove extraneous condition by Benjamin Peterson · 13 years ago
- 29f8438 merge heads by Benjamin Peterson · 13 years ago
- ab3c1c1 be consistent with rest of function by Benjamin Peterson · 13 years ago
- 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 13 years ago
- 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 13 years ago
- 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 13 years ago
- 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
- 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 13 years ago