https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
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
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
1ca9395 Issue #13491: Fix many errors in sqlite3 documentation Initial patch by Johannes Vogel. 15 February 2012, 20:21:01 UTC
2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). Patch by Hynek Schlawack. 15 February 2012, 17:53:18 UTC
2a57a36 Fix test failure for shared builds caused by #1326113 fix 15 February 2012, 17:12:12 UTC
ccddc47 Improve doc for atexit.register and unregister (#12297) 15 February 2012, 16:07:49 UTC
b2f5c0a Fix parsing of build_ext --libraries option (#1326113) 15 February 2012, 15:44:37 UTC
4b3c784 Fix indentation 15 February 2012, 01:52:58 UTC
37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. Patch by Suman Saha. 15 February 2012, 01:51:43 UTC
f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. Patch by Suman Saha. 15 February 2012, 01:42:46 UTC
7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack. 14 February 2012, 22:29:34 UTC
ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex 14 February 2012, 04:08:39 UTC
a127ecb import re for the previous commit. 14 February 2012, 00:41:20 UTC
9903c70 re.escape os.sep so that \ is interpreted properly in the regex. 14 February 2012, 00:38:37 UTC
93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. 14 February 2012, 00:24:46 UTC
cbe0134 Issue #13913: normalize utf-8 codec name in UTF-8 decoder 14 February 2012, 00:17:45 UTC
e31dded Fix an index and clean up comments. 13 February 2012, 18:20:00 UTC
7f728c1 shutil copy module reference doc fix. 13 February 2012, 15:30:47 UTC
f4ab491 Improve handling of declarations in HTMLParser. 13 February 2012, 13:50:37 UTC
86f6712 Fix htmlparser tests to always use the right collector. 13 February 2012, 12:11:27 UTC
5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. 13 February 2012, 09:24:50 UTC
efc66f9 fix whitespace normalization before pushing. 12 February 2012, 23:58:36 UTC
58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different directory tree instead of overwriting the input files. Adds three command line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix. Feature backports into stable release branches for 2to3 are allowed by a special exemption: http://mail.python.org/pipermail/python-dev/2011-December/115089.html 12 February 2012, 23:50:21 UTC
51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes Closes #9750 12 February 2012, 19:05:31 UTC
54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack. 12 February 2012, 18:14:17 UTC
9ce366a Fix distutils.filelist.FileList under Windows (#13193). The code used to call os.path.join to build a regex but without escaping the backslash, which lead to test failures on Windows. Antoine Pitrou fixed it in 0a94e2f807c7 by enhancing the code to accept both / and \, with proper escaping, but in my opinion this goes against the distutils feature freeze, hence this change. 12 February 2012, 03:52:21 UTC
01a2215 Update mention of Subversion in the FAQ. If I grepped correctly, this was the last outdated place. 12 February 2012, 03:49:45 UTC
30d94b7 Issue #13989: Document that GzipFile does not support text mode. Also, give a more helpful error message when opened with an invalid mode string. 11 February 2012, 21:45:10 UTC
efe7c9d this is only a borrowed ref in Brett's branch 10 February 2012, 13:46:54 UTC
9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building Distutils-based packages with C extension modules may fail because Apple has removed gcc-4.2, the version used to build python.org 64-bit/32-bit Pythons. If the user does not explicitly override the default C compiler by setting the CC environment variable, Distutils will now attempt to compile extension modules with clang if gcc-4.2 is required but not found. Also as a convenience, if the user does explicitly set CC, substitute its value as the default compiler in the Distutils LDSHARED configuration variable for OS X. (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u SDK, neither of which are available in Xcode 4. This change does not attempt to override settings to support their use with Xcode 4.) 10 February 2012, 12:01:08 UTC
fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. 10 February 2012, 08:45:44 UTC
back to top