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

sort by:
Revision Author Date Message Commit Date
cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. 07 May 2011, 14:40:23 UTC
5ae6c42 Fix potential resource leak in test_mmap. 07 May 2011, 12:34:22 UTC
d0a8f16 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. 07 May 2011, 12:12:12 UTC
0d837ef 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:17:16 UTC
3b066a7 Issue #11277: Remove useless test from test_zlib. 07 May 2011, 09:28:03 UTC
8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 01:56:22 UTC
58d6b1b Backport fix for issue #10684 from 3.x 06 May 2011, 09:31:33 UTC
fe12aa6 #11997: fix typo in init.rst. 05 May 2011, 11:19:48 UTC
a436e71 #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:05:52 UTC
28a8e96 Issue #11277: oops, fix checksum values of test_zlib on 32 bits 04 May 2011, 19:40:36 UTC
7fd90c4 Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits (instead of a buffer of 2 GB) 04 May 2011, 19:27:39 UTC
6fa0947 #11985: update docstring of platform.python_implementation. 04 May 2011, 15:37:50 UTC
f5164f6 #11982: remove now unused function. 04 May 2011, 12:28:31 UTC
fb5d3e7 Issue #11277: fix issue number in a test_zlib comment 04 May 2011, 12:02:11 UTC
df8a8f7 #11982: fix json.loads('""') to return u'' rather than ''. 04 May 2011, 11:40:53 UTC
1602ec1 Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. 04 May 2011, 03:01:53 UTC
611cfd2 Denote 3.3.0 as the last supported Windows 2000 release. This corresponds with change b9390aa12855 to PEP-11. 03 May 2011, 18:36:34 UTC
001cc95 #11985: document the return value of platform.python_implementation for PyPy. 03 May 2011, 17:41:48 UTC
e4163e2 Issue #10276: Fix test_zlib, m may be undefined in the finally block 03 May 2011, 15:25:28 UTC
f9fb434 Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by crc32() and adler32(). Patch written by Steffen Daode Nurpmeso. 03 May 2011, 13:19:23 UTC
0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes). 03 May 2011, 13:09:24 UTC
645b9f6 Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not written if PY_SSIZE_T_CLEAN is defined. 03 May 2011, 13:06:11 UTC
112d48a (Merge 3.1) Issue #11277: mmap.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. 03 May 2011, 12:36:36 UTC
cfa8483 Branch merge 02 May 2011, 11:36:18 UTC
941592a Fix grammar to include both integer types in 2.x 02 May 2011, 11:09:36 UTC
ec0ecb1 Fix spelling. 02 May 2011, 01:14:49 UTC
17ebbdb note abcs of int and float (closes #11977) 01 May 2011, 22:38:17 UTC
97cf585 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) 01 May 2011, 21:51:11 UTC
e363ec1 (Merge 3.1) 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:43:37 UTC
12b8fcf Split combined code/doctest code blocks in two blocks, to enable proper highlighting. 01 May 2011, 20:36:31 UTC
f9860c8 #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. 01 May 2011, 15:12:35 UTC
2a53d33 Fix wording 01 May 2011, 00:15:03 UTC
a27c8e3 Branch merge 01 May 2011, 00:09:37 UTC
d6dcf82 Add docstring to anydbm.open 01 May 2011, 00:02:30 UTC
015014f Fix file handle leak 01 May 2011, 00:05:58 UTC
dd6ab85 #11883: fix email examples by adding 'localhost' to SMTP constructor calls 30 April 2011, 21:26:02 UTC
dcaacbf #11901: post-commit review fixes per Georg Brandl 30 April 2011, 20:34:35 UTC
2a7a3ee fix function name in example (closes #11966) 30 April 2011, 18:14:56 UTC
b22f39c fix formatting, :c:func: --> :cfunc: 30 April 2011, 06:02:12 UTC
11d1171 Issue #10912: add clarification for PyObject_RichCompareBool comparing identical objects 30 April 2011, 05:51:55 UTC
bb23bd6 Fix #11961. Document STARTUPINFO and creation flag options. 30 April 2011, 03:23:46 UTC
20de458 whitespace fix 29 April 2011, 21:28:52 UTC
77b7591 merge 29 April 2011, 21:21:51 UTC
6940e61 #11952: Fix typo in multiprocessing doc. 29 April 2011, 04:10:24 UTC
9d68ad8 Merged solution for #11786 from 2.6 28 April 2011, 15:40:19 UTC
22108f1 Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). 28 April 2011, 15:27:59 UTC
f3eb7d3 skip the extractall test on platforms where os.symlink is not available. 28 April 2011, 09:00:19 UTC
011525e Fix closes issue10761: tarfile.extractall failure when symlinked files are present. 28 April 2011, 07:30:31 UTC
bdfa2e6 Backport test from #11926. 28 April 2011, 04:59:33 UTC
bd0933a Issue #11940: Update external link. 27 April 2011, 23:34:07 UTC
cd12746 #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. 27 April 2011, 21:48:46 UTC
1f9eb15 Move NEWS entry to the right section. 27 April 2011, 17:26:06 UTC
4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali. 27 April 2011, 17:20:48 UTC
34b32d6 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. 27 April 2011, 06:45:46 UTC
5dc6868 Update NEWS for Issue11236. 26 April 2011, 13:17:45 UTC
83627ed issue11236 getpass.getpass to respond ctrl-c or ctrl-z 26 April 2011, 13:02:26 UTC
e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. 26 April 2011, 02:12:51 UTC
a0895db #11901: add description of how bitfields are laid out to hexversion docs Patch by Sijin Joseph. 25 April 2011, 20:10:18 UTC
f93bb26 pybench prep_times calculation error (closes #11895) 25 April 2011, 01:20:54 UTC
3f2b184 Other minor clean-ups. 24 April 2011, 19:55:28 UTC
c646743 Remove unused branch in the clear() method. Minor comment edits. 24 April 2011, 19:30:39 UTC
536999c Minor code clean-up. 24 April 2011, 03:11:50 UTC
b36f747 Remove unused imports 24 April 2011, 01:37:37 UTC
43a5641 Minor code simplification. 23 April 2011, 22:51:38 UTC
0b795e5 Minor code simplification. 23 April 2011, 22:41:38 UTC
7ce6d97 Cleanups to remove dependencies and add docstrings. 23 April 2011, 01:49:53 UTC
c69313a Fix some more markup glitches in argparse doc. 21 April 2011, 22:29:13 UTC
569083a The \ is not supported in Sphinx 0.6. 21 April 2011, 20:30:27 UTC
d281f14 #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. 21 April 2011, 20:09:27 UTC
310619c #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. 21 April 2011, 20:06:48 UTC
0a43ecc #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. 21 April 2011, 19:56:51 UTC
01b600c Add the :mod: role where it was missing. 21 April 2011, 13:12:17 UTC
2eab88e #11885: capitalize Python. 21 April 2011, 12:26:46 UTC
3674c85 Minor text rearrangement. 20 April 2011, 20:11:38 UTC
ffdf94a Fix wrong function name. Noticed by Clive Darke. 20 April 2011, 18:29:31 UTC
44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 20 April 2011, 14:39:15 UTC
0d65433 Fix #8886. Use context managers throughout zipfile tests. This was fixed in py3k SVN. Consider this a backport. 20 April 2011, 02:15:55 UTC
c98556e Issue #11875: Alter the previous fix to work better with subclasses 19 April 2011, 23:53:07 UTC
b492378 Fix wrong number of functions noticed by Sandro Tosi. 19 April 2011, 20:12:37 UTC
7cb5ec0 Use a generic class lookup. 19 April 2011, 16:52:21 UTC
e0156c4 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. 19 April 2011, 16:48:39 UTC
0513275 Updated documentation on fileConfig(). 19 April 2011, 12:47:23 UTC
bafc6a9 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:35:58 UTC
059061a Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 Fix the documentation. 18 April 2011, 14:34:31 UTC
33feeab (Merge 3.1) 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:33:28 UTC
8e4eeef #11865: fix typo in init.rst. 18 April 2011, 07:11:21 UTC
efeb8bd Rework multiset methods to use less memory and to make fewer calls to __hash__. 18 April 2011, 03:08:41 UTC
c116da0 merge 11442 NEWS 17 April 2011, 21:01:13 UTC
31e1b1f merge 11442 NEWS 17 April 2011, 20:56:19 UTC
2d253dd Issue 11442: Add NEWS entry for e9724d7abbc2 17 April 2011, 20:29:40 UTC
46c09da 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
1212582 Fix a few hyphens in argparse.rst. 16 April 2011, 20:04:51 UTC
ad72bb1 Issue #11855: Apply missing formatting for urlretrieve 16 April 2011, 12:28:42 UTC
df453fb Add another example to the collections module docs. 16 April 2011, 00:55:36 UTC
b22e17b Fix double use of f.close(). The other one is in a finally block not seen in the diff, which I added in 3bf86785cd9c (for #10252). 15 April 2011, 22:13:39 UTC
4800d64 Minor tweaks to a few comments in heapq 15 April 2011, 21:34:31 UTC
37c0fe5 Fix minor subclassing issue with collections.Counter 15 April 2011, 20:12:21 UTC
65c620d #11843: remove duplicate line from table in distutil doc. 15 April 2011, 15:05:09 UTC
c283a85 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. u"\U00012345"[0]). 15 April 2011, 13:14:04 UTC
ddaea1c Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. Patch by Santoso Wijaya. 15 April 2011, 10:07:33 UTC
back to top