summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | | Bump to 3.2.3 final.Georg Brandl2012-04-105-8/+8
| * | | News entry for f91ecbc8bafc.Georg Brandl2012-04-101-5/+5
| * | | Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.Kristján Valur Jónsson2012-03-221-0/+2
| |/ /
* | | Small improvements to the threading docs: better publicize support for the wi...Antoine Pitrou2012-04-101-19/+33
* | | Fix some markup in the threading docs.Antoine Pitrou2012-04-101-70/+78
* | | Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-102-54/+64
* | | merge headsSenthil Kumaran2012-04-102-2/+31
|\ \ \
| * | | Updated logging reference and HOWTO.Vinay Sajip2012-04-102-2/+31
* | | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+6
|/ / /
* | | Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.Vinay Sajip2012-04-101-1/+2
* | | minor .rst fixSenthil Kumaran2012-04-101-1/+1
* | | merge headsBenjamin Peterson2012-04-091-1/+1
|\ \ \
| * | | Corrected comment in cookbook example script.Vinay Sajip2012-04-091-1/+1
* | | | merge 3.1 (#14509)Benjamin Peterson2012-04-092-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix build without Py_DEBUG and DNDEBUG (closes #14509)Benjamin Peterson2012-04-092-0/+4
* | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
* | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
* | | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | | Added multiprocessing example to logging cookbook.Vinay Sajip2012-04-081-0/+229
* | | Closes #14511: fix wrong opensearch link for 3.2 docs.Georg Brandl2012-04-071-1/+1
* | | merge headsBenjamin Peterson2012-04-0615-96/+187
|\ \ \
| * | | #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-062-5/+32