Wed, 28 Aug 2013 00:25:04 +0200 |
Victor Stinner |
Merge with default default tip |
Tue, 27 Aug 2013 20:17:03 +0300 |
Serhiy Storchaka |
Issue #18783: Removed existing mentions of Python long type in docstrings, |
Tue, 27 Aug 2013 19:40:23 +0300 |
Serhiy Storchaka |
Issue #18783: Removed existing mentions of Python long type in docstrings, 3.3 |
Mon, 26 Aug 2013 22:28:21 +0200 |
Victor Stinner |
Close #11619: The parser and the import machinery do not encode Unicode |
Mon, 26 Aug 2013 14:05:19 +0200 |
Victor Stinner |
Restore changeset 5bd9db528aed (issue #18408) |
Mon, 26 Aug 2013 14:04:10 +0200 |
Victor Stinner |
Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors |
Mon, 26 Aug 2013 13:49:06 +0200 |
Victor Stinner |
Issue #18408: _PyObject_Dump() now saves/restores the current exception |
Mon, 26 Aug 2013 14:01:29 +0300 |
Ezio Melotti |
#18839: merge with 3.3. |
Mon, 26 Aug 2013 14:00:39 +0300 |
Ezio Melotti |
#18839: document that sys.exit() will not accept a non-integer numeric value as exit status. 3.3 |
Mon, 26 Aug 2013 14:00:39 +0300 |
Ezio Melotti |
#18839: document that sys.exit() will not accept a non-integer numeric value as exit status. 2.7 |
Sun, 25 Aug 2013 19:06:16 -0700 |
Eli Bendersky |
Clarify pyexpat documentation in StartElementHandler |
Sun, 25 Aug 2013 19:05:55 -0700 |
Eli Bendersky |
Clarify pyexpat documentation in StartElementHandler 3.3 |
Sun, 25 Aug 2013 18:58:18 -0700 |
Eli Bendersky |
Remove the obsolete XMLParser._start/_start_list duality. |
Mon, 26 Aug 2013 01:33:30 +0300 |
Ezio Melotti |
#18803: merge with 3.3. |
Mon, 26 Aug 2013 01:32:56 +0300 |
Ezio Melotti |
#18803: fix more typos. Patch by Févry Thibault. 3.3 |
Mon, 26 Aug 2013 01:31:30 +0300 |
Ezio Melotti |
#18803: fix more typos. Patch by Févry Thibault. 2.7 |
Sun, 25 Aug 2013 15:30:39 -0700 |
Eli Bendersky |
Merge doc fix from 3.3 |
Sun, 25 Aug 2013 15:27:36 -0700 |
Eli Bendersky |
Update XMLParser.close documentation and fix formatting. 3.3 |
Mon, 26 Aug 2013 01:05:57 +0300 |
Ezio Melotti |
Fix markup in elementtree docs. |
Mon, 26 Aug 2013 00:17:21 +0300 |
Ezio Melotti |
#18833: merge with 3.3. |
Sun, 25 Aug 2013 23:56:43 +0300 |
Ezio Melotti |
#18833: add a test for test_telnetlib. Patch by Alex Volkov. 3.3 |
Sun, 25 Aug 2013 23:56:43 +0300 |
Ezio Melotti |
#18833: add a test for test_telnetlib. Patch by Alex Volkov. 2.7 |
Sun, 25 Aug 2013 19:48:18 +0200 |
Antoine Pitrou |
Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error). |
Sun, 25 Aug 2013 11:53:55 -0500 |
Tim Peters |
Null merge of 2.6 into 2.7. 2.7 |
Sun, 25 Aug 2013 18:29:16 +0200 |
Charles-François Natali |
Merge. |
Sun, 25 Aug 2013 18:28:44 +0200 |
Charles-François Natali |
Merge. |
Sun, 25 Aug 2013 18:27:59 +0200 |
Charles-François Natali |
Merge. 3.3 |
Sun, 25 Aug 2013 18:27:34 +0200 |
Charles-François Natali |
Merge. 2.7 |
Sun, 25 Aug 2013 18:25:38 +0200 |
Charles-François Natali |
Issue #18763: subprocess: The file descriptors are now closed after calling the |
Sun, 25 Aug 2013 18:24:45 +0200 |
Charles-François Natali |
Issue #18763: subprocess: The file descriptors are now closed after calling the 3.3 |
Sun, 25 Aug 2013 18:22:49 +0200 |
Charles-François Natali |
Issue #18763: subprocess: The file descriptors are now closed after calling the 2.7 |
Sun, 25 Aug 2013 19:16:01 +0300 |
Serhiy Storchaka |
Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by |
Sun, 25 Aug 2013 19:12:56 +0300 |
Serhiy Storchaka |
Issue #18817: Fix a resource warning in Lib/aifc.py demo. 3.3 |
Sun, 25 Aug 2013 19:12:33 +0300 |
Serhiy Storchaka |
Issue #18817: Fix a resource warning in Lib/aifc.py demo. 2.7 |
Sun, 25 Aug 2013 11:09:45 -0400 |
R David Murray |
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. |
Sun, 25 Aug 2013 11:09:02 -0400 |
R David Murray |
#16611: BaseCookie now parses 'secure' and 'httponly' flags. 3.3 |
Sun, 25 Aug 2013 14:57:00 +0200 |
Christian Heimes |
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now 2.7 |
Sun, 25 Aug 2013 14:57:38 +0200 |
Christian Heimes |
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now |
Sun, 25 Aug 2013 14:57:00 +0200 |
Christian Heimes |
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now 3.3 |
Sun, 25 Aug 2013 14:44:27 +0200 |
Christian Heimes |
Fix test 2.7 |
Sun, 25 Aug 2013 14:19:16 +0200 |
Christian Heimes |
Issue #18747: Fix spelling errors in my commit message and comments, 2.7 |
Sun, 25 Aug 2013 14:19:29 +0200 |
Christian Heimes |
Issue #18747: Fix spelling errors in my commit message and comments, |
Sun, 25 Aug 2013 14:19:16 +0200 |
Christian Heimes |
Issue #18747: Fix spelling errors in my commit message and comments, 3.3 |
Sun, 25 Aug 2013 14:12:41 +0200 |
Christian Heimes |
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 2.6 |
Sun, 25 Aug 2013 14:12:41 +0200 |
Christian Heimes |
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 2.7 |
Sun, 25 Aug 2013 14:12:50 +0200 |
Christian Heimes |
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger |
Sun, 25 Aug 2013 14:12:41 +0200 |
Christian Heimes |
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 3.3 |
Sun, 25 Aug 2013 00:04:06 +0100 |
Vinay Sajip |
Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. |
Sat, 24 Aug 2013 23:46:27 +0100 |
Richard Oudkerk |
Fix compiler warning on Windows. |
Sat, 24 Aug 2013 15:17:08 -0700 |
Eli Bendersky |
Use consistent style for else if / else |
Sat, 24 Aug 2013 15:11:44 -0700 |
Eli Bendersky |
Clarify the documentation of XMLParser.close |
Sat, 24 Aug 2013 15:31:07 -0500 |
Tim Peters |
Various clarifications based on feedback & questions over the years. |
Sat, 24 Aug 2013 15:15:19 -0500 |
Tim Peters |
Various clarifications based on feedback & questions over the years. 3.3 |
Sat, 24 Aug 2013 15:15:19 -0500 |
Tim Peters |
Various clarifications based on feedback & questions over the years. 2.7 |
Sat, 24 Aug 2013 21:07:07 +0200 |
Antoine Pitrou |
Issue #18772: fix the gdb plugin after the set implementation changes |
Sat, 24 Aug 2013 20:52:27 +0200 |
Antoine Pitrou |
Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess 2.7 |
Sat, 24 Aug 2013 20:52:45 +0200 |
Antoine Pitrou |
Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess |
Sat, 24 Aug 2013 20:52:27 +0200 |
Antoine Pitrou |
Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess 3.3 |
Sun, 25 Aug 2013 00:48:17 +1000 |
Nick Coghlan |
Close #18538: ``python -m dis`` now uses argparse. |
Sat, 24 Aug 2013 15:53:39 +0200 |
Victor Stinner |
(Merge 3.3) test_socket: cancel scheduled alarm on test failure |