Commit graph

68714 commits

Author SHA1 Message Date
Senthil Kumaran
dbb369d0ef 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 2012-04-11 03:15:28 +08:00
Senthil Kumaran
fb2e874707 fix the incorrect changes made for PATH_INFO value - Issue10484 2012-04-11 03:07:57 +08:00
Vinay Sajip
5628fff98d Merged upstream change. 2012-04-10 20:01:35 +01:00
Vinay Sajip
074faff925 Updated logging reference and HOWTO. 2012-04-10 19:59:50 +01:00
Barry Warsaw
b1df31f81e null merge 2012-04-10 14:53:36 -04:00
Vinay Sajip
2a1c13bb2d Updated logging reference and HOWTO. 2012-04-10 19:52:06 +01:00
Barry Warsaw
cca96f09d3 Post release twiddle. 2012-04-10 14:50:39 -04:00
Vinay Sajip
935b62968e Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. 2012-04-10 18:41:48 +01:00
Georg Brandl
6b2e4cb570 Added tag v3.2.3 for changeset 3d0686d90f55 2012-04-10 19:30:26 +02:00
Georg Brandl
81c393b3de Merge. 2012-04-10 19:30:22 +02:00
Georg Brandl
44036016b9 Bump to 3.2.3 final. 2012-04-10 19:28:09 +02:00
Georg Brandl
470f33f50b News entry for f91ecbc8bafc. 2012-04-10 19:27:27 +02:00
Barry Warsaw
930f190799 Mostly null merge from 2.6; tag added 2012-04-10 11:30:43 -04:00
Barry Warsaw
27509ce8d9 Added tag v2.6.8 for changeset c9910fd022fc 2012-04-10 11:18:47 -04:00
Barry Warsaw
a12d0ccfbe Bump to 2.6.8 2012-04-10 10:59:35 -04:00
Barry Warsaw
75076b4971 update docs 2012-04-10 10:56:26 -04:00
Senthil Kumaran
cc4979092f minor .rst fix 2012-04-10 19:51:00 +08:00
Senthil Kumaran
3661473ae0 minor .rst fix 2012-04-10 19:50:08 +08:00
Benjamin Peterson
ad6b3f570a merge 2.7.3 release branch 2012-04-09 19:05:58 -04:00
Benjamin Peterson
38b8069a7a Added tag v2.7.3 for changeset 70274d53c1dd 2012-04-09 19:04:12 -04:00
Benjamin Peterson
e95a8f6ff1 bump to 2.7.3 final 2012-04-09 19:04:04 -04:00
Benjamin Peterson
d47f0d6d1b merge heads 2012-04-09 15:05:23 -04:00
Benjamin Peterson
ca819c3c9d merge 3.1 (#14509) 2012-04-09 15:01:02 -04:00
Benjamin Peterson
fe146ea3c7 merge 2.7 release branch 2012-04-09 14:54:09 -04:00
Benjamin Peterson
f6622c8a3e fix build without Py_DEBUG and DNDEBUG (closes #14509) 2012-04-09 14:53:07 -04:00
Benjamin Peterson
f51c384a0a fix build without Py_DEBUG and DNDEBUG (closes #14509) 2012-04-09 14:53:07 -04:00
Vinay Sajip
838e638a96 Corrected comment in cookbook example script. 2012-04-09 19:46:24 +01:00
Antoine Pitrou
b5588c3f94 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 2012-04-09 01:41:34 +02:00
Antoine Pitrou
c0aa9eeb90 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 2012-04-09 01:37:19 +02:00
Antoine Pitrou
f18d6f3f44 Fix flakiness in test_socketserver 2012-04-09 01:16:47 +02:00
Antoine Pitrou
467a5c4067 Fix flakiness in test_socketserver 2012-04-09 01:15:06 +02:00
Antoine Pitrou
b0a9c66a49 Issue #7978: socketserver now restarts the select() call when EINTR is returned.
This avoids crashing the server loop when a signal is received.
Patch by Jerzy Kozera.
2012-04-09 00:47:24 +02:00
Antoine Pitrou
fa1d84107a Issue #7978: socketserver now restarts the select() call when EINTR is returned.
This avoids crashing the server loop when a signal is received.
Patch by Jerzy Kozera.
2012-04-09 00:47:24 +02:00
R David Murray
088a874c7f Make test_mailbox runnable via python -m unittest. 2012-04-08 18:34:36 -04:00
R David Murray
317c8d257e Make test_mailbox runnable via python -m unittest. 2012-04-08 16:46:18 -04:00
Vinay Sajip
0292fa99ef Added multiprocessing example to logging cookbook. 2012-04-08 01:49:12 +01:00
Georg Brandl
3abebca780 Closes #14511: fix wrong opensearch link for 3.2 docs. 2012-04-07 19:22:17 +02:00
Benjamin Peterson
403bb39d1d merge heads 2012-04-06 13:20:39 -04:00
Benjamin Peterson
dcb89f4f09 port 3.1.5rc2 tag 2012-04-06 13:20:01 -04:00
Benjamin Peterson
718a8e8140 merge 3.1 2012-04-06 13:19:52 -04:00
Benjamin Peterson
7fddb4b2f6 Added tag v3.1.5 for changeset 7395330e495e 2012-04-06 13:17:30 -04:00
Benjamin Peterson
c37a4fdf54 bump to 3.1.5 final 2012-04-06 13:17:25 -04:00
R David Murray
d3af6344ef #14492: fix some bugs in Tools/scripts/pdeps.py.
Initial patch by Popa Claudiu.
2012-04-05 22:59:13 -04:00
Sandro Tosi
fee3fc748e Issue #14502: release() and unlocked lock generates a ThreadError 2012-04-05 22:51:54 +02:00
Sandro Tosi
ceeb47d0c3 Issue #14502: release() and unlocked lock generates a ThreadError 2012-04-05 22:51:00 +02:00
Andrew Svetlov
1024541a0d Issue #14496: Fix wrong name in idlelib/tabbedpages.py.
Patch by Popa Claudiu.
2012-04-05 16:58:05 +03:00
Antoine Pitrou
02a380105d Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString(). 2012-04-05 14:07:52 +02:00
Georg Brandl
b45c5e2d0e Closes #14489: correct link target. 2012-04-05 09:04:40 +02:00
R David Murray
ca60b36735 test_tools fix: don't import analyze_dxp if no _thread module 2012-04-04 22:37:50 -04:00
R David Murray
54ac832a24 #14490, #14491: add 'sundry'-style import tests for Tools/scripts.
This patch changes a few of the scripts to have __name__=='__main__'
clauses so that they are importable without running.  Also fixes the
syntax errors revealed by the tests.
2012-04-04 21:28:14 -04:00