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

sort by:
Revision Author Date Message Commit Date
5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. 29 February 2012, 09:48:44 UTC
62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) 29 February 2012, 00:21:47 UTC
aba2b06 Give better failure messages in test_strptime (cf. issue #14113). 28 February 2012, 22:22:09 UTC
83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ 28 February 2012, 21:28:28 UTC
39b83ac Improved logging cookbook example. 28 February 2012, 08:05:23 UTC
e998386 Fix markup errors. 28 February 2012, 07:21:40 UTC
d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. Patch by Mikhail Novikov. 27 February 2012, 18:55:36 UTC
2201ecb Issue #14125: backport refleak fix (d4adbf908983). 27 February 2012, 16:34:17 UTC
982f534 Updated cookbook with information on customising LogRecords. 27 February 2012, 11:56:29 UTC
6b883a2 Updated logging cookbook with info on alternative format styles. 27 February 2012, 11:02:45 UTC
f12b447 Merge 27 February 2012, 00:01:44 UTC
e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. Patch by Filip Gruszczyński. 26 February 2012, 23:45:12 UTC
05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. 26 February 2012, 22:42:58 UTC
3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. 26 February 2012, 09:54:07 UTC
f527277 Branch merge 26 February 2012, 03:00:43 UTC
845a772 Set archive format explicitly in one distutils test 26 February 2012, 01:14:33 UTC
fab9766 Fix typo in “seperat{or,ion}” 26 February 2012, 01:14:08 UTC
a609199 Use const markup instead of a misleading string literal 26 February 2012, 01:13:30 UTC
4342722 #14114: don't include copybutton.js in the htmlhelp output. 25 February 2012, 17:24:24 UTC
e7295a7 Add news entry for previous commit 25 February 2012, 15:57:39 UTC
b465624 Add test file for scripts in Tools (#13447). When people find bugs in scripts such as reindent.py, msgfmt.py or pygettext.py, we have to try to reproduce the bug manually, apply a fix and test manually again. The alternative is to only read the code and trust that it works. This test file is a way to stop that unsatisfactory state of things and write proper unit tests instead. 25 February 2012, 15:57:04 UTC
2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 0a94e2f807c7 and 90b30d62caf2 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help. 25 February 2012, 15:28:05 UTC
3d4809f Package mime.types 25 February 2012, 09:40:13 UTC
ab5a044 merge 3.2.2 release branch for rc 24 February 2012, 16:47:29 UTC
349c900 Merged upstream changes. 23 February 2012, 20:53:40 UTC
f050903 Fix added for recent changes in non-threading environments. 23 February 2012, 20:49:08 UTC
195261e Added tag v3.2.3rc1 for changeset 7085403daf43 23 February 2012, 20:19:41 UTC
2142ee8 Update copyright year. 23 February 2012, 20:19:25 UTC
e578021 Add 3.2.3 to license. 23 February 2012, 20:19:18 UTC
bada35b merge heads 23 February 2012, 20:16:49 UTC
afe05bd Bump version to 3.2.3rc1. 23 February 2012, 20:14:12 UTC
29ca21c Update pydoc topics. 23 February 2012, 20:12:41 UTC
eb25fb7 Fix markup errors. 23 February 2012, 20:12:39 UTC
0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. 23 February 2012, 19:45:52 UTC
ba528f5 merge 3.1 23 February 2012, 15:54:28 UTC
273cd18 update copyright year 23 February 2012, 15:53:44 UTC
bff13be merge 3.1 (with 3.1.5rc1 release tag) 23 February 2012, 15:48:03 UTC
31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c 23 February 2012, 15:46:00 UTC
36a6558 version now 3.1.5rc1 23 February 2012, 15:45:48 UTC
c094242 Fix (presumably) test_hash under big-endian systems (PPC). 22 February 2012, 02:33:56 UTC
4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. 22 February 2012, 17:05:43 UTC
7214612 In find_module(), do not silence fileno() and dup() errors. 22 February 2012, 17:03:04 UTC
9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. Patch by Francisco Martín Brugué 22 February 2012, 09:46:41 UTC
7ef825f merge with 3.2 21 February 2012, 21:36:37 UTC
c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. 21 February 2012, 21:36:27 UTC
86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 21 February 2012, 18:03:47 UTC
dbd3f61 Issue #6807: Run msisupport.mak earlier. 21 February 2012, 17:06:22 UTC
26bb3cf Issue #10580: Minor grammar change in Windows installer. 21 February 2012, 16:23:55 UTC
e249dca merge 3.2 21 February 2012, 16:09:13 UTC
69e9727 ensure no one tries to hash things before the random seed is found 21 February 2012, 16:08:50 UTC
4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures Closes #8033. 21 February 2012, 11:49:50 UTC
29877e8 HTMLParser is now able to handle slashes in the start tag. 21 February 2012, 07:25:00 UTC
178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. 20 February 2012, 23:32:36 UTC
95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. 20 February 2012, 23:00:06 UTC
9edceb3 Merge 20 February 2012, 22:51:50 UTC
2697cd1 Dummy-merge with 3.1 20 February 2012, 22:52:16 UTC
91e5c08 Fix typo in conditional. 20 February 2012, 22:49:29 UTC
e9f637b Make "regrtest -j" "-R"-aware 20 February 2012, 22:49:07 UTC
e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. 20 February 2012, 22:37:36 UTC
09562b4 Fix typo. 20 February 2012, 22:09:59 UTC
16684eb Fix dbm_gnu test relying on set order. 20 February 2012, 21:48:06 UTC
f47b20f Fix use of deprecated assertRegexpMatches method. 20 February 2012, 21:08:27 UTC
6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. 20 February 2012, 21:06:02 UTC
9571155 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. 20 February 2012, 21:06:02 UTC
7c573f7 Fix dbm_gnu test relying on set order. 20 February 2012, 21:48:06 UTC
06b1c4f Fix typo. 20 February 2012, 22:09:59 UTC
12897d7 Fix typo in conditional. 20 February 2012, 22:49:29 UTC
27fe226 Another test_dis dict order dependency. 20 February 2012, 21:03:28 UTC
b9dafe6 Merge with 3.1. 20 February 2012, 20:43:25 UTC
a108227 Fix test_dis dependency on dict order. 20 February 2012, 20:41:03 UTC
c425a94 Fix use of deprecated assert_ method. 20 February 2012, 20:37:22 UTC
242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. 20 February 2012, 20:36:28 UTC
a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. 20 February 2012, 20:34:57 UTC
8848255 Run tests with -R on "make test" and the buildbots. 20 February 2012, 20:34:31 UTC
09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. 20 February 2012, 20:31:46 UTC
a3ed11b don't rely on the order of module clearing 20 February 2012, 20:20:37 UTC
2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. 20 February 2012, 18:54:16 UTC
fee358b logging: clarified documentation for Handler.handleError. 20 February 2012, 18:35:26 UTC
c3ef037 Add missing “::” markup. Also wrap two looong lines. 20 February 2012, 00:44:55 UTC
0467686 Issue #13605: use print() in argparse nargs example 19 February 2012, 18:54:00 UTC
f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ 19 February 2012, 11:30:28 UTC
76dea27 Indent 'File' in memoryview example, so it is correctly highlighted 19 February 2012, 11:28:01 UTC
496c53d use Py_CLEAR 19 February 2012, 06:11:56 UTC
fbc6f94 Test for issue #13500 19 February 2012, 02:54:29 UTC
c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ 18 February 2012, 15:05:34 UTC
cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request. 18 February 2012, 13:53:41 UTC
ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request. 18 February 2012, 13:42:57 UTC
ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought to to makes bytes mutable, before deciding to add bytearrays.) 18 February 2012, 00:56:58 UTC
4279bc7 #14020: improve HTMLParser documentation. 18 February 2012, 00:01:36 UTC
c86d9e2 Fix a variable scoping error in an sqlite3 test Closes #11689. 17 February 2012, 19:31:02 UTC
b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount Closes #13995. 16 February 2012, 19:39:03 UTC
f670ca5 Issue #13878: Fix random test_sched failures. 16 February 2012, 18:49:48 UTC
a124a68 don't use assertSameElements. 16 February 2012, 08:34:12 UTC
58e7c1d NEWS entry for previous commit. 16 February 2012, 08:30:50 UTC
05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. 16 February 2012, 08:29:12 UTC
5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name 15 February 2012, 22:44:03 UTC
5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue 15 February 2012, 22:14:21 UTC
23357eb Merge 15 February 2012, 21:31:23 UTC
2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). 15 February 2012, 21:25:27 UTC
1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name 15 February 2012, 21:24:17 UTC
back to top