Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. 03 May 2011, 18:01:32 UTC
5098d44 #11985: merge with 3.1. 03 May 2011, 17:43:48 UTC
b351bcc #11985: document the return value of platform.python_implementation for PyPy. 03 May 2011, 17:41:48 UTC
b87a56a Fix typo in name of private function 03 May 2011, 14:34:42 UTC
a5ac2ce Backport 3.3 fixes and cleans ups. 02 May 2011, 18:02:13 UTC
81b9656 Backport code cleanup for namedtuples. 02 May 2011, 16:50:15 UTC
cafa2ef logging: don't define QueueListener if Python has no thread support 02 May 2011, 14:11:28 UTC
b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. 02 May 2011, 12:47:24 UTC
38cfe89 Merge 3.1 02 May 2011, 11:12:23 UTC
cd6756d Branch merge 02 May 2011, 11:10:36 UTC
b79c234 Add missing colon 02 May 2011, 11:10:18 UTC
c704378 merge 3.1 02 May 2011, 01:24:40 UTC
9b2fd32 Fix spelling. 02 May 2011, 01:14:49 UTC
8108e96 (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. 01 May 2011, 23:11:33 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
cee01bf merge 3.1 01 May 2011, 22:39:40 UTC
10116d4 note abcs of int and float (closes #11977) 01 May 2011, 22:38:17 UTC
5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) 01 May 2011, 21:47:56 UTC
13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) 01 May 2011, 21:46:48 UTC
d956131 (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:31:36 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
da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. 01 May 2011, 20:37:23 UTC
e97f14c Merge #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. 01 May 2011, 15:14:31 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
361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls 30 April 2011, 21:29:08 UTC
bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls 30 April 2011, 21:26:32 UTC
7461298 #11883: replace incorrect call to sendmail with correct call to send_message 30 April 2011, 21:19:53 UTC
b751d61 Merge #11901: post-commit review fixes per Georg Brandl 30 April 2011, 20:36:08 UTC
9beb34e #11901: post-commit review fixes per Georg Brandl 30 April 2011, 20:35:29 UTC
f97aed1 merge 3.1 30 April 2011, 18:15:18 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
3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new subinterpreter to fix a bootstrap issue with codecs implemented in Python, as the ISO-8859-15 codec. Add fscodec_initialized attribute to the PyInterpreterState structure. 26 April 2011, 22:24:21 UTC
1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) ... instead of PyErr_Print() because we don't need to set sys attributes, the sys module is destroyed just after printing the error. 26 April 2011, 22:20:27 UTC
90759a2 Mentioned issues #11324 and #11858. 30 April 2011, 07:36:35 UTC
3040193 Fix #11961. Document STARTUPINFO and creation flag options. 30 April 2011, 03:20:57 UTC
be5dbeb merge from 3.1 29 April 2011, 22:09:51 UTC
08fd8d9 merge 29 April 2011, 21:11:30 UTC
5c7419d Removed debugging leftovers. 29 April 2011, 14:16:36 UTC
4d27d9e __class__ of a __class__ check worked only by chance. 29 April 2011, 14:15:41 UTC
75da860 TestChainMap was not previously used. Minor corrections applied. 29 April 2011, 09:35:03 UTC
17797a7 #11952: merge with 3.1. 29 April 2011, 04:12:42 UTC
390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) 28 April 2011, 22:44:33 UTC
1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. Initial patches by Tobias Brink. Thanks! 28 April 2011, 15:03:45 UTC
f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! 28 April 2011, 14:00:57 UTC
ba702da Style updates for the #11670 solution after post-commit review by Ezio Melotti: http://mail.python.org/pipermail/python-checkins/2011-April/104688.html Thanks! 28 April 2011, 10:02:05 UTC
c20566c merge from 3.1 28 April 2011, 09:08:12 UTC
e698cd5 Closes #11858: configparser.ExtendedInterpolation and section case. Patch by ゆかり ぴんく魔女. Thanks! 28 April 2011, 08:58:57 UTC
8a410d3 merge from 3.1 28 April 2011, 07:53:09 UTC
44aad85 #11926: merge with 3.1. 28 April 2011, 04:51:14 UTC
4f74123 Issue #11940: Update external link. 27 April 2011, 23:32:34 UTC
75cbd73 #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. 27 April 2011, 21:59:29 UTC
a782cca #11942: merge with 3.1. 27 April 2011, 21:53:14 UTC
0c759fe 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:28:05 UTC
43ae619 Fixed trailing whitespace in the ReST file. 27 April 2011, 16:13:42 UTC
daab1c8 Closes #11670: configparser read_file now iterates over f. 27 April 2011, 16:10:05 UTC
944d16c Merge 3.1 27 April 2011, 14:27:38 UTC
19acb88 Branch merge 27 April 2011, 14:25:27 UTC
edd117f #11763: merge with 3.1. 27 April 2011, 07:20:38 UTC
40fc59d Issue 11929: Minor whitespace clean-ups. 26 April 2011, 20:55:55 UTC
30fe818 merge from 3.1 26 April 2011, 13:10:23 UTC
72387f9 Update News entry for Issue11236 26 April 2011, 13:09:49 UTC
75e6ed1 merge from 3.1 codeline. 26 April 2011, 13:00:27 UTC
7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z 26 April 2011, 12:59:46 UTC
f2b3f78 #6780: merge with 3.1. 26 April 2011, 03:40:59 UTC
ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. 26 April 2011, 03:09:45 UTC
0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs Patch by Sijin Joseph. 25 April 2011, 20:13:54 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
1184690 Issue #11919: try to fix test_imp failure on some buildbots. 25 April 2011, 19:39:49 UTC
72562d0 Issue #10914: add NEWS item. 25 April 2011, 19:22:04 UTC
8e60577 Issue #10914: Add a minimal embedding test to test_capi. 25 April 2011, 19:21:07 UTC
16190c8 Change markup so that it creates a link 25 April 2011, 17:05:53 UTC
b32321a pybench prep_times calculation error (closes #11895) 25 April 2011, 01:25:37 UTC
8f14bbd pybench prep_times calculation error (closes #11895) 25 April 2011, 01:24:08 UTC
5db3e01 Minor clean-ups to docstrings, comments, and var names. 24 April 2011, 21:26:08 UTC
2bad92d Remove obsolete/duplicate docstring 24 April 2011, 15:10:30 UTC
ce4c407 The version* directives don’t work with a blank line between arguments 24 April 2011, 01:31:37 UTC
08c9bd5 Remove unneeded backslashes 24 April 2011, 00:59:02 UTC
b547148 Fix indentation 24 April 2011, 00:44:39 UTC
fbeb1a9 Merge 3.1 24 April 2011, 00:42:52 UTC
cae1be8 Branch merge 24 April 2011, 00:39:43 UTC
5348b63 Branch merge 24 April 2011, 00:34:11 UTC
7fdd0fe Issue #9319: Fix the unit test 22 April 2011, 23:24:11 UTC
c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding cookie and not valid in UTF-8: use "<file>" as the filename instead of reading from NULL. 22 April 2011, 22:41:19 UTC
2b9388a Fix weird executable name 22 April 2011, 19:27:10 UTC
5569e9b Fix some more markup glitches in argparse doc. 21 April 2011, 22:42:10 UTC
dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. 21 April 2011, 20:09:27 UTC
back to top