49842 Commits (3bf01757b668eefd9cd2b80887ca824ef3dca777)
 

Author SHA1 Message Date
Benjamin Peterson 3bf01757b6 move outside WITH_THREAD conditional 14 years ago
Benjamin Peterson 43162b8a02 take linkage def outside of WITH_THREAD conditional (closes #14569) 14 years ago
Amaury Forgeot d'Arc 504a83f020 merge heads 14 years ago
Amaury Forgeot d'Arc a9d33a21b3 Issue14559: Fix build files old Microft compilers. 14 years ago
R David Murray 51804e9725 #14399: zipfile now correctly handles comments added to empty zipfiles. 14 years ago
Georg Brandl d46d69c279 3.2 sidebar: link to 3.3, not 3.1 14 years ago
Charles-François Natali 5739e102dd Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. 14 years ago
R David Murray e7bade568e #14553: fix word order. 14 years ago
R David Murray 644cabed4b #14552: remove redundant wording in 'test' docs. 14 years ago
Benjamin Peterson 118ef7c38f merge 3.1 (null) 14 years ago
Benjamin Peterson 2fd0b1a1b9 after 3.1.5 14 years ago
R David Murray 776c0df42b #14508: make gprof2html script runnable under python3 14 years ago
Senthil Kumaran d70846b1b1 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests 14 years ago
Antoine Pitrou f6cd9b2d46 Improve the threading.Condition docs. 14 years ago
Georg Brandl 2c5807572f Closes #14545: make clearer what was added. 14 years ago
Georg Brandl a51497ab86 Merge 3.2.3 release clone. 14 years ago
Georg Brandl 507776e787 Post-release update. 14 years ago
Antoine Pitrou b96a354556 Small improvements to the threading docs: better publicize support for the with statement. 14 years ago
Antoine Pitrou 2c9f1042c6 Fix some markup in the threading docs. 14 years ago
Antoine Pitrou 126aef768d Issue #8799: Fix and improve the threading.Condition documentation. 14 years ago
Senthil Kumaran 88b957a0ab merge heads 14 years ago
Senthil Kumaran dbb369d0ef 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 14 years ago
Vinay Sajip 074faff925 Updated logging reference and HOWTO. 14 years ago
Vinay Sajip 935b62968e Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. 14 years ago
Georg Brandl 6b2e4cb570 Added tag v3.2.3 for changeset 3d0686d90f55 14 years ago
Georg Brandl 81c393b3de Merge. 14 years ago
Georg Brandl 44036016b9 Bump to 3.2.3 final. 14 years ago
Georg Brandl 470f33f50b News entry for f91ecbc8bafc. 14 years ago
Senthil Kumaran cc4979092f minor .rst fix 14 years ago
Benjamin Peterson d47f0d6d1b merge heads 14 years ago
Benjamin Peterson ca819c3c9d merge 3.1 (#14509) 14 years ago
Benjamin Peterson f6622c8a3e fix build without Py_DEBUG and DNDEBUG (closes #14509) 14 years ago
Vinay Sajip 838e638a96 Corrected comment in cookbook example script. 14 years ago
Antoine Pitrou c0aa9eeb90 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 14 years ago
Antoine Pitrou f18d6f3f44 Fix flakiness in test_socketserver 14 years ago
Antoine Pitrou b0a9c66a49 Issue #7978: socketserver now restarts the select() call when EINTR is returned. 14 years ago
R David Murray 317c8d257e Make test_mailbox runnable via python -m unittest. 14 years ago
Vinay Sajip 0292fa99ef Added multiprocessing example to logging cookbook. 14 years ago
Georg Brandl 3abebca780 Closes #14511: fix wrong opensearch link for 3.2 docs. 14 years ago
Benjamin Peterson 403bb39d1d merge heads 14 years ago
Benjamin Peterson dcb89f4f09 port 3.1.5rc2 tag 14 years ago
Benjamin Peterson 718a8e8140 merge 3.1 14 years ago
Benjamin Peterson 7fddb4b2f6 Added tag v3.1.5 for changeset 7395330e495e 14 years ago
Benjamin Peterson c37a4fdf54 bump to 3.1.5 final 14 years ago
R David Murray d3af6344ef #14492: fix some bugs in Tools/scripts/pdeps.py. 14 years ago
Sandro Tosi fee3fc748e Issue #14502: release() and unlocked lock generates a ThreadError 14 years ago
Andrew Svetlov 1024541a0d Issue #14496: Fix wrong name in idlelib/tabbedpages.py. 14 years ago
R David Murray ca60b36735 test_tools fix: don't import analyze_dxp if no _thread module 14 years ago
R David Murray 54ac832a24 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. 14 years ago
Georg Brandl b6046301ef Closes #14495: fix typo. 14 years ago