Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 4 | -26/+26 |
| | | | | _socket does. Some were using the older wsock32.lib. | ||||
* | fix typo; thanks to Jérôme Mainka from docs@ | Sandro Tosi | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Fix highlight and spacing in json example. | Ezio Melotti | 2012-04-14 | 1 | -4/+4 |
| | |||||
* | #14535: fix code highlight in multiprocessing examples. Patch by Tshepang ↵ | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
| | | | | Lekhonkhobe. | ||||
* | #14399: corrected news item | R David Murray | 2012-04-14 | 1 | -4/+4 |
| | |||||
* | move outside WITH_THREAD conditional | Benjamin Peterson | 2012-04-13 | 1 | -2/+2 |
| | |||||
* | take linkage def outside of WITH_THREAD conditional (closes #14569) | Benjamin Peterson | 2012-04-13 | 1 | -4/+3 |
| | |||||
* | merge heads | Amaury Forgeot d'Arc | 2012-04-13 | 3 | -0/+11 |
|\ | |||||
| * | Issue14559: Fix build files old Microft compilers. | Amaury Forgeot d'Arc | 2012-04-13 | 3 | -0/+11 |
| | | | | | | | | With VS8.0 at least Python compiles and works correctly. | ||||
* | | #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 4 | -11/+50 |
|/ | | | | | | | | Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile. | ||||
* | 3.2 sidebar: link to 3.3, not 3.1 | Georg Brandl | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. | Charles-François Natali | 2012-04-12 | 3 | -0/+7 |
| | |||||
* | #14553: fix word order. | R David Murray | 2012-04-12 | 1 | -1/+1 |
| | | | | Patch by Tshepang Lekhonkhobe. | ||||
* | #14552: remove redundant wording in 'test' docs. | R David Murray | 2012-04-12 | 1 | -3/+3 |
| | | | | Original patch by Tshepang Lekhonkhobe. | ||||
* | merge 3.1 (null) | Benjamin Peterson | 2012-04-11 | 0 | -0/+0 |
|\ | |||||
| * | after 3.1.5 | Benjamin Peterson | 2012-04-11 | 2 | -1/+13 |
| | | |||||
* | | #14508: make gprof2html script runnable under python3 | R David Murray | 2012-04-11 | 1 | -5/+7 |
| | | | | | | | | | | | | | | Not that I haven't tested it to make sure it works, just that it can run against an empty source file. Initial patch by Popa.Claudiu. | ||||
* | | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by ↵ | Senthil Kumaran | 2012-04-11 | 2 | -51/+56 |
| | | | | | | | | Glenn Linderman. Refactor code and tests | ||||
* | | Improve the threading.Condition docs. | Antoine Pitrou | 2012-04-11 | 1 | -3/+5 |
| | | |||||
* | | Closes #14545: make clearer what was added. | Georg Brandl | 2012-04-11 | 1 | -2/+2 |
| | | |||||
* | | Merge 3.2.3 release clone. | Georg Brandl | 2012-04-11 | 8 | -13/+15 |
|\ \ | |||||
| * | | Post-release update. | Georg Brandl | 2012-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | Added tag v3.2.3 for changeset 3d0686d90f55 | Georg Brandl | 2012-04-10 | 1 | -0/+1 |
| | | | |||||
| * | | Merge.v3.2.3 | Georg Brandl | 2012-04-10 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Add 3.2.3rc2 uuid. | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 |
| | | | | |||||
| * | | | Bump to 3.2.3 final. | Georg Brandl | 2012-04-10 | 5 | -8/+8 |
| | | | | |||||
| * | | | News entry for f91ecbc8bafc. | Georg Brandl | 2012-04-10 | 1 | -5/+5 |
| | | | | |||||
| * | | | Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. | Kristján Valur Jónsson | 2012-03-22 | 1 | -0/+2 |
| |/ / | |||||
* | | | Small improvements to the threading docs: better publicize support for the ↵ | Antoine Pitrou | 2012-04-10 | 1 | -19/+33 |
| | | | | | | | | | | | | with statement. | ||||
* | | | Fix some markup in the threading docs. | Antoine Pitrou | 2012-04-10 | 1 | -70/+78 |
| | | | |||||
* | | | Issue #8799: Fix and improve the threading.Condition documentation. | Antoine Pitrou | 2012-04-10 | 2 | -54/+64 |
| | | | |||||
* | | | merge heads | Senthil Kumaran | 2012-04-10 | 2 | -2/+31 |
|\ \ \ | |||||
| * | | | Updated logging reference and HOWTO. | Vinay Sajip | 2012-04-10 | 2 | -2/+31 |
| | | | | |||||
* | | | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 2 | -11/+6 |
|/ / / | |||||
* | | | Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. | Vinay Sajip | 2012-04-10 | 1 | -1/+2 |
| | | | |||||
* | | | minor .rst fix | Senthil Kumaran | 2012-04-10 | 1 | -1/+1 |
| | | | |||||
* | | | merge heads | Benjamin Peterson | 2012-04-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Corrected comment in cookbook example script. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.1 (#14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
| | | | |||||
* | | | Fix the patch for issue #7978: select() raises select.error before 3.3, not ↵ | Antoine Pitrou | 2012-04-08 | 2 | -3/+3 |
| | | | | | | | | | | | | OSError. | ||||
* | | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 |
| | | | |||||
* | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 |
| | | | | | | | | | | | | | | | This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera. | ||||
* | | | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
| | | | |||||
* | | | Added multiprocessing example to logging cookbook. | Vinay Sajip | 2012-04-08 | 1 | -0/+229 |
| | | | |||||
* | | | Closes #14511: fix wrong opensearch link for 3.2 docs. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | merge heads | Benjamin Peterson | 2012-04-06 | 15 | -96/+187 |
|\ \ \ | |||||
| * | | | #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 2 | -5/+32 |
| | | | | | | | | | | | | | | | | Initial patch by Popa Claudiu. | ||||
| * | | | Issue #14502: release() and unlocked lock generates a ThreadError | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Issue #14496: Fix wrong name in idlelib/tabbedpages.py. | Andrew Svetlov | 2012-04-05 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | Patch by Popa Claudiu. |