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

sort by:
Revision Author Date Message Commit Date
ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso. 07 May 2011, 11:01:50 UTC
caed7fe #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 02:07:19 UTC
f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) 06 May 2011, 08:23:04 UTC
d92ab08 #11997: fix typo in init.rst. 05 May 2011, 11:19:48 UTC
fc5ed80 #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:06:57 UTC
f16898b #11985: update docstring of platform.python_implementation. 04 May 2011, 15:37:50 UTC
308053e Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. 04 May 2011, 02:57:00 UTC
b351bcc #11985: document the return value of platform.python_implementation for PyPy. 03 May 2011, 17:41:48 UTC
cd6756d Branch merge 02 May 2011, 11:10:36 UTC
b79c234 Add missing colon 02 May 2011, 11:10:18 UTC
9b2fd32 Fix spelling. 02 May 2011, 01:14:49 UTC
a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. 01 May 2011, 23:05:37 UTC
10116d4 note abcs of int and float (closes #11977) 01 May 2011, 22:38:17 UTC
13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) 01 May 2011, 21:46:48 UTC
3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type). 01 May 2011, 21:19:15 UTC
9c4f09d #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. 01 May 2011, 15:13:56 UTC
3bba57d Fix wording 01 May 2011, 00:14:48 UTC
bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls 30 April 2011, 21:26:32 UTC
9beb34e #11901: post-commit review fixes per Georg Brandl 30 April 2011, 20:35:29 UTC
4c02088 fix function name in example (closes #11966) 30 April 2011, 18:14:56 UTC
73365dd whitespace... 30 April 2011, 03:18:33 UTC
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
back to top