Staging
v0.8.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f

sort by:
Revision Author Date Message Commit Date
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
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
be5dbeb merge from 3.1 29 April 2011, 22:09:51 UTC
f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. 29 April 2011, 22:06:28 UTC
08fd8d9 merge 29 April 2011, 21:11:30 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
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
2ee8835 #11952: Fix typo in multiprocessing doc. 29 April 2011, 04:10:24 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
e3bdcf4 skip the extractall test on platforms where os.symlink is not available. 28 April 2011, 09:05:55 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
123932f Add tests for tarfile extractall feature when with symlinks 28 April 2011, 07:38:12 UTC
44aad85 #11926: merge with 3.1. 28 April 2011, 04:51:14 UTC
b185a04 #11926: add missing keywords to help("keywords"). 28 April 2011, 04:42:55 UTC
4f74123 Issue #11940: Update external link. 27 April 2011, 23:32:34 UTC
507cbc1 Issue #11940: Update external link. 27 April 2011, 23:32:08 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
f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. 27 April 2011, 21:48:46 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
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
edd117f #11763: merge with 3.1. 27 April 2011, 07:20:38 UTC
935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. 27 April 2011, 07:17:34 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
2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. 21 April 2011, 20:06:48 UTC
00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. 21 April 2011, 19:56:51 UTC
0ee9c1b Add the :mod: role where it was missing. 21 April 2011, 13:12:17 UTC
cca4ef8 #11885: capitalize Python. 21 April 2011, 12:26:46 UTC
c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. 21 April 2011, 11:49:03 UTC
de579d4 Add a space to make json doc a bit more readable 21 April 2011, 00:37:41 UTC
f745d8b merge 20 April 2011, 20:40:48 UTC
f620754 merge heads 20 April 2011, 20:39:29 UTC
7365acc merge heads 20 April 2011, 20:38:26 UTC
f299c51 null merge 20 April 2011, 20:31:34 UTC
2fc8b87 Port 5b607cd8c71b (closes #11892) 20 April 2011, 20:26:57 UTC
296d6d0 Minor text rearrangement. 20 April 2011, 20:08:40 UTC
fc330ae Minor text rearrangement. 20 April 2011, 20:03:49 UTC
db26dff heads merging 20 April 2011, 19:10:20 UTC
ec81d41 null merge 20 April 2011, 19:00:40 UTC
af92842 Use non-deprecated method name. 20 April 2011, 18:56:21 UTC
5ccd278 merge 20 April 2011, 18:51:59 UTC
c3ab577 merge 20 April 2011, 18:51:09 UTC
7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) 20 April 2011, 18:32:52 UTC
861d27f Merge with 3.1. 20 April 2011, 18:32:40 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
37e6c54 Merge 3.1 20 April 2011, 17:24:09 UTC
6f205ed Branch merge 20 April 2011, 17:23:26 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
6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 20 April 2011, 15:42:50 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
25458f1 Issue #11875: Alter the previous fix to work better with subclasses 20 April 2011, 00:17:51 UTC
d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses 20 April 2011, 00:17:23 UTC
a947abe Merge with 3.1. 19 April 2011, 20:23:47 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
back to top