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

sort by:
Revision Author Date Message Commit Date
e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. 30 April 2011, 03:17:51 UTC
f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. 29 April 2011, 22:06:28 UTC
8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the constants to be used for STARTUPINFO were exposed due to the change. 29 April 2011, 20:48:13 UTC
2ee8835 #11952: Fix typo in multiprocessing doc. 29 April 2011, 04:10:24 UTC
e3bdcf4 skip the extractall test on platforms where os.symlink is not available. 28 April 2011, 09:05:55 UTC
123932f Add tests for tarfile extractall feature when with symlinks 28 April 2011, 07:38:12 UTC
b185a04 #11926: add missing keywords to help("keywords"). 28 April 2011, 04:42:55 UTC
507cbc1 Issue #11940: Update external link. 27 April 2011, 23:32:08 UTC
f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. 27 April 2011, 21:48:46 UTC
9a42793 Branch merge 27 April 2011, 14:23:56 UTC
10f3d7a Change markup so it generates a link 27 April 2011, 14:22:32 UTC
935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. 27 April 2011, 07:17:34 UTC
72387f9 Update News entry for Issue11236 26 April 2011, 13:09:49 UTC
7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z 26 April 2011, 12:59:46 UTC
ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. 26 April 2011, 03:09:45 UTC
2043f9c #11901: add description of how bitfields are laid out to hexversion docs Patch by Sijin Joseph. 25 April 2011, 20:12:26 UTC
16190c8 Change markup so that it creates a link 25 April 2011, 17:05:53 UTC
8f14bbd pybench prep_times calculation error (closes #11895) 25 April 2011, 01:24:08 UTC
2bad92d Remove obsolete/duplicate docstring 24 April 2011, 15:10:30 UTC
5348b63 Branch merge 24 April 2011, 00:34:11 UTC
2b9388a Fix weird executable name 22 April 2011, 19:27:10 UTC
de579d4 Add a space to make json doc a bit more readable 21 April 2011, 00:37:41 UTC
7365acc merge heads 20 April 2011, 20:38:26 UTC
2fc8b87 Port 5b607cd8c71b (closes #11892) 20 April 2011, 20:26:57 UTC
fc330ae Minor text rearrangement. 20 April 2011, 20:03:49 UTC
c3ab577 merge 20 April 2011, 18:51:09 UTC
e402724 Fix wrong function name. Noticed by Clive Darke. 20 April 2011, 18:29:31 UTC
1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) 20 April 2011, 18:24:57 UTC
5c1a0c9 Fix argument name in reST doc to match the code 20 April 2011, 17:11:12 UTC
ad0790e Branch merge 20 April 2011, 16:54:12 UTC
f8e1b60 Add docstring to dbm.open 20 April 2011, 16:52:55 UTC
ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 20 April 2011, 15:09:23 UTC
d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses 20 April 2011, 00:17:23 UTC
8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. 19 April 2011, 20:15:13 UTC
1114744 merge 19 April 2011, 18:12:47 UTC
ab69438 Hmm, __ne__ was missing 19 April 2011, 17:05:53 UTC
d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. 19 April 2011, 17:05:03 UTC
58de6ee Fix sporadic failure in test_startfile. Wait for the child process to terminate before ending the test, so that the regrtest cleanup code doesn't get an error when it tries to delete the temporary CWD. 18 April 2011, 23:38:47 UTC
6c9b35b Issue #11768: The signal handler of the signal module only calls Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file. 18 April 2011, 14:25:56 UTC
340bb95 #11865: fix typo in init.rst. 18 April 2011, 07:11:21 UTC
2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. 18 April 2011, 02:46:46 UTC
dcb22a3 Fix resource warning found manually 17 April 2011, 12:27:07 UTC
a0b3c32 Advertise nesting directives for class/method and class/data combos. Also fix a typo and a misleading example (method used to describe function). 16 April 2011, 21:47:53 UTC
340d269 Small wording fix. 16 April 2011, 14:54:15 UTC
219cc77 Issue #11855: Apply missing formatting for urlretrieve 16 April 2011, 12:32:13 UTC
7bba683 Add another example to the collections module docs. 16 April 2011, 00:43:19 UTC
1c746c2 Fix minor subclassing issue with collections.Counter 15 April 2011, 20:16:46 UTC
181810b #11843: remove duplicate line from table in distutil doc. 15 April 2011, 15:05:09 UTC
2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). 15 April 2011, 13:38:34 UTC
397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. 15 April 2011, 10:20:24 UTC
20f53f1 #11848: replace dead link in random.betavariate comment. 15 April 2011, 05:25:16 UTC
60adf95 #4783: document that is not possible to use json.dump twice on the same stream. 15 April 2011, 04:37:00 UTC
046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess 15 April 2011, 04:23:26 UTC
2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows 14 April 2011, 05:16:30 UTC
95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. 14 April 2011, 04:43:53 UTC
832c8bb #9101: backport json reference in configparser doc. 14 April 2011, 03:41:38 UTC
691840f Fix improper tests in RegisterTestCase 14 April 2011, 01:49:19 UTC
395ba35 Minor tweaks to a few comments in heapq 15 April 2011, 21:34:31 UTC
b4fb909 Remove inexistent tools 13 April 2011, 21:04:27 UTC
e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels. 13 April 2011, 18:12:18 UTC
ce073cd Fix typo in docstring. 13 April 2011, 13:43:21 UTC
d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. 13 April 2011, 04:10:13 UTC
42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. 13 April 2011, 04:08:17 UTC
c753305 #9233: Fix json to work properly even when _json is not available. 13 April 2011, 04:04:18 UTC
4f95a52 #9233: skip _json-specific tests when _json is not available. 13 April 2011, 03:58:29 UTC
a8b0f9a Merge updates 13 April 2011, 01:35:37 UTC
60f02a6 Update the News for the fix to Issue11703. 13 April 2011, 01:21:01 UTC
3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 Patch by Amaury Forgeot d'Arc, updated by Sando Tosi. 13 April 2011, 01:02:45 UTC
abdeeff merge heads 12 April 2011, 23:34:06 UTC
bd3e362 make assigning to a bytes literal a syntax error (closes #11506) 12 April 2011, 23:33:28 UTC
2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. 12 April 2011, 23:01:19 UTC
3780542 Issue 11747: Fix output format for context diffs. 12 April 2011, 22:14:12 UTC
308f14a Add maxlinelen to docstring, delete obsolete wording 12 April 2011, 19:00:44 UTC
84c209a Correct leading spaces in my NEWS entry. 11 April 2011, 23:35:18 UTC
628f980 Add NEWS item for #5162. 11 April 2011, 23:09:24 UTC
e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). 11 April 2011, 22:56:23 UTC
45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms and on OS X with pydebug. 09 April 2011, 21:50:59 UTC
517ac72 Issue #9670: Increase the default stack size for secondary threads on Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren) 09 April 2011, 19:32:12 UTC
e620d10 Issue #11719: Fix message about unexpected test_msilib skip. Patch by Nadeem Vawda. 09 April 2011, 17:30:03 UTC
52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. 09 April 2011, 13:55:44 UTC
e1292a2 #11492: fix header truncation on folding when there are runs of split chars. Not a complete fix for this issue. 08 April 2011, 00:54:03 UTC
7da4db1 Improve test coverage of _split_ascii method. 08 April 2011, 00:37:17 UTC
88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the dpkg-architecture command is not found on $PATH. This should fix the failures on FreeBSD and Solaris, which do not create the target file via I/O redirection if the command isn't found (unlike Linux and OS X which do). 07 April 2011, 14:40:36 UTC
5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by extending search paths to include multiarch directories. 06 April 2011, 19:18:12 UTC
8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. 06 April 2011, 04:54:06 UTC
c824e9a Try to fix sporadic test_multiprocessing failure 05 April 2011, 16:11:33 UTC
4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. 05 April 2011, 13:34:00 UTC
45fdb45 Try to fix sporadic failure in test_thread/test_threading 04 April 2011, 19:59:09 UTC
b35f29a Issue #11761: make tests for gc.get_count() less fragile 04 April 2011, 17:50:42 UTC
b5ff3e4 Fix typo noticed by Sandro Tosi. 03 April 2011, 13:20:21 UTC
d055956 Merge 3.1 30 March 2011, 11:54:13 UTC
35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. ti can raise an exception even if PyLong_Check() has succeeded. 30 March 2011, 11:04:28 UTC
d6c1d57 Issue 11713: clarify docstring for collections.deque() 30 March 2011, 00:30:01 UTC
acb6309 Merge issue 11662. 29 March 2011, 19:55:41 UTC
a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. (This version is a cleaned-up backport of a fix by Senthil Kumaran.) 29 March 2011, 18:41:02 UTC
ad45bfe let's keep parenthesis around sizeof 28 March 2011, 22:25:15 UTC
9b2e67c #10617: add class directives to collections ABCs. 28 March 2011, 10:50:41 UTC
f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. 27 March 2011, 19:05:51 UTC
92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 27 March 2011, 15:25:40 UTC
ccd2283 Fix misplaced Misc/NEWS entry. 27 March 2011, 14:46:32 UTC
back to top