Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). Patch by Matt Joiner. 31 March 2012, 23:00:17 UTC
6211b88 Issue #14437: Fix building the _io module under Cygwin. 31 March 2012, 21:50:31 UTC
6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. 31 March 2012, 18:56:21 UTC
f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. 31 March 2012, 18:23:30 UTC
317075d use unittest.skip; thanks to Chang Min Jeon from docs@ 31 March 2012, 16:34:59 UTC
de0f629 #14434: make tutorial link in 'help' banner version-specific Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. 31 March 2012, 16:06:35 UTC
9ee65f1 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ 31 March 2012, 15:23:10 UTC
f3c2976 update NEWS as Terry Reedy proposed 31 March 2012, 11:10:10 UTC
5e0c571 #10423: clarify options vs args in argparse discussion of optparse Patch by Sandro Tosi. 30 March 2012, 22:07:42 UTC
6f5e54e Closes #14436: Convert msg + args to string before pickling. 29 March 2012, 19:17:18 UTC
67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. Patch by Roger Serwy. 29 March 2012, 16:01:28 UTC
07cf1d8 #14416: add missing LOG_SYSLOG facility to syslog docs. 29 March 2012, 10:47:35 UTC
d864407 Closes #14411: remove outdated comment in rlcompleter docstring. 27 March 2012, 05:46:46 UTC
99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe 26 March 2012, 17:36:23 UTC
8ece80f Minor documentation tweak. 26 March 2012, 16:09:58 UTC
0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access in sys_update_path(). 26 March 2012, 13:05:22 UTC
533281d merge heads 26 March 2012, 02:41:06 UTC
a8755c5 kill this terribly outdated comment 26 March 2012, 02:40:54 UTC
d34fc8b Add missing files for new doc theme. 25 March 2012, 18:40:57 UTC
ab71214 Switch to new "lighter" doc design. 25 March 2012, 18:31:57 UTC
11ee31a Closes #14401: fix typos in curses howto. 25 March 2012, 06:43:22 UTC
8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due to a known bug in pthread implementation on FreeBSD < 7). 24 March 2012, 19:36:09 UTC
2dee394 Issue #14400: Fix typo. 24 March 2012, 16:39:57 UTC
ee64b28 Closes #14314: backported fix. 23 March 2012, 14:36:22 UTC
a3481e7 attempt to fix asyncore buildbot failure 23 March 2012, 14:07:07 UTC
c5d47d5 Fix typo when "PyObject*" was changed to "identifier" 23 March 2012, 12:50:53 UTC
b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. 22 March 2012, 23:10:37 UTC
4a65b0a issue 10340 - forgot to update Misc/NEWS 22 March 2012, 15:22:06 UTC
350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. 22 March 2012, 15:17:43 UTC
9faf5ee this should technicaly be identifier 22 March 2012, 14:39:16 UTC
0197ff9 Issue #14387: Do not include accu.h from Python.h. 22 March 2012, 13:38:16 UTC
ab79c71 check for NULL 22 March 2012, 12:56:15 UTC
a4e4e35 check by equality for __future__ not identity (closes #14378) 22 March 2012, 12:19:04 UTC
e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v 21 March 2012, 18:53:42 UTC
0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> Patch by Guilherme Polo. 21 March 2012, 11:23:41 UTC
7941736 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. 20 March 2012, 15:49:55 UTC
71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. Based on patch from Hervé Coatanhay. 19 March 2012, 04:08:43 UTC
1623aff #14355: remove obsolete doc reference to previously removed init_frozen. Patch by Eric Snow. 19 March 2012, 00:50:03 UTC
c809f98 Fixes Issue #14331: Use significantly less stack space when importing modules by allocating path buffers on the heap instead of the stack. 18 March 2012, 23:06:53 UTC
3187749 Merge 3.2.3rc2 from release clone. 18 March 2012, 19:37:43 UTC
1eb0f9d Post-release updates for 3.2.3rc2. 18 March 2012, 07:36:53 UTC
ed77feb Added tag v3.2.3rc2 for changeset 428f05cb7277 18 March 2012, 06:35:01 UTC
226af70 Bump to 3.2.3rc2. 18 March 2012, 06:34:49 UTC
c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. 17 March 2012, 20:38:39 UTC
5ab8817 Move MANIFEST parsing change to the right position. 17 March 2012, 17:38:13 UTC
e742ade Issue #14346: Fix some typos in the Mac/README file. (Patch by Dionysios Kalofonos) 17 March 2012, 17:29:41 UTC
3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern 17 March 2012, 16:29:27 UTC
557a3ec Closes #14343: avoid shadowing builtin input() in example code. 17 March 2012, 16:26:27 UTC
5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. 17 March 2012, 16:25:47 UTC
12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet 17 March 2012, 15:58:05 UTC
f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan 17 March 2012, 07:40:34 UTC
eebe111 #11686: news entry. 17 March 2012, 02:49:54 UTC
1b6c724 #11686: add missing entries to email __all__ lists. Original patch by Steffen Daode Nurpmeso 17 March 2012, 02:43:05 UTC
4191434 #11780: s/throw/raise/ 17 March 2012, 02:10:00 UTC
69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. 17 March 2012, 02:03:17 UTC
969b8da Issue #14202: some additional doc fixes 16 March 2012, 14:49:58 UTC
16d84ac check to make sure the attribute is a string (#14334) 16 March 2012, 14:32:59 UTC
3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. Patch by Florian Mladitsch 16 March 2012, 12:37:14 UTC
be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem 16 March 2012, 08:13:50 UTC
604c4ff Issue #9257: clarify the events iterparse accepts 16 March 2012, 06:41:30 UTC
6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 16 March 2012, 01:11:16 UTC
73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. 15 March 2012, 20:26:12 UTC
38c2754 #12758: removing confusing mention of UTC from time.time description Patch by Dylan Sarber. 15 March 2012, 07:06:15 UTC
b713499 merge heads 15 March 2012, 01:14:26 UTC
2522771 Fixes Issue 14234: fix for the previous commit, keep compilation when using --with-system-expat working when the system expat does not have salted hash support. 15 March 2012, 01:10:37 UTC
c73f6da Fixes Issue 14234: fix for the previous commit, keep compilation when using --with-system-expat working when the system expat does not have salted hash support. 15 March 2012, 01:10:37 UTC
a5d729a Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 15 March 2012, 07:31:00 UTC
87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 15 March 2012, 01:08:13 UTC
4552b2e merge 3.1 14 March 2012, 22:26:07 UTC
51982ad merge heads 14 March 2012, 22:24:32 UTC
20b303e merge heads 14 March 2012, 22:24:11 UTC
d83be23 merge 3.1 14 March 2012, 22:14:35 UTC
0f4c16e - rename configure.in to configure.ac - change references from configure.in to configure.ac 14 March 2012, 22:10:15 UTC
9439523 merge heads 14 March 2012, 22:03:40 UTC
0bca497 merge (no change needed in 3.2) 14 March 2012, 21:58:50 UTC
1be7cd0 move the Misc/NEWS entry to the right section. 14 March 2012, 21:58:22 UTC
373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. 14 March 2012, 21:41:00 UTC
300a691 Closes #14305: fix typo. 14 March 2012, 21:40:08 UTC
8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. 14 March 2012, 21:26:55 UTC
9fd170e #14062: fix BytesParser handling of linesep for Header objects This also affected smtplib.SMTP.send_message, which calls BytesParser. 14 March 2012, 18:05:03 UTC
525fd54 Closes #14289: put a link to the CHM download page on the docs download page. 14 March 2012, 07:18:47 UTC
69c7a69 Closes #14283: match() and search() are regex methods, not match methods. 14 March 2012, 07:02:43 UTC
7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 In Python2, if a unicode string was assigned as the value of a header, email would automatically CTE encode it using the UTF8 charset. This capability was lost in the Python3 translation, and this patch restores it. Patch by Ali Ikinci, assisted by R. David Murray. I also added a fix for the mailbox test that was depending (with a comment that it was a bad idea to so depend) on non-ASCII causing message_from_string to raise an error. It now uses support.patch to induce an error during message serialization. 14 March 2012, 06:59:51 UTC
21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen 14 March 2012, 02:47:51 UTC
817dd91 merge heads 13 March 2012, 21:46:35 UTC
eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. 13 March 2012, 21:32:29 UTC
4793001 merge heads 13 March 2012, 21:13:21 UTC
2354a75 fix indentation 13 March 2012, 21:13:09 UTC
7ca97d5 Issue #14184: Increase the default stack size for secondary threads on Mac OS X to prevent interpreter crashes when compiled on 10.7. 13 March 2012, 18:18:18 UTC
69437da Merged upstream change. 13 March 2012, 12:18:19 UTC
27f4897 Closes #14267: Corrected computation of rollover filename. 13 March 2012, 12:10:33 UTC
47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers 13 March 2012, 08:50:27 UTC
1732ab4 merge heads 13 March 2012, 07:16:58 UTC
784ddb0 merge heads 13 March 2012, 07:14:59 UTC
e01c62c Fix unittest test discovery for Jython 13 March 2012, 07:09:54 UTC
df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. 12 March 2012, 23:29:48 UTC
1d4798c Merge heads. 12 March 2012, 22:18:30 UTC
edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. 12 March 2012, 22:16:22 UTC
8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. 12 March 2012, 21:52:40 UTC
3f35846 kill this disabled code 12 March 2012, 18:15:48 UTC
back to top