https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
e95a8f6 bump to 2.7.3 final 09 April 2012, 23:04:04 UTC
f51c384 fix build without Py_DEBUG and DNDEBUG (closes #14509) 09 April 2012, 18:53:07 UTC
eee7690 move news thing around 23 March 2012, 03:32:23 UTC
021eddf 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 557a973709de, c566a3447ba1 and 3925081a7ca0 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:13:53 UTC
02fa3b9 merge tag 20 March 2012, 14:40:26 UTC
cdc60aa Add 2.7.3rc2 uuid 18 March 2012, 22:46:56 UTC
bf6bf4f Added tag v2.7.3rc2 for changeset d46c1973d3c4 15 March 2012, 17:59:07 UTC
ee933ec bump to 2.7.3rc2 15 March 2012, 17:25:54 UTC
66d2bd7 merge heads 15 March 2012, 02:07:00 UTC
99576c0 Fixes Issue 14234: fix for the previous commit, keep compilation when using --with-system-expat working when the system expat does not have salted hash support. 15 March 2012, 01:12:23 UTC
d0e1a5b Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. 14 March 2012, 22:28:10 UTC
0e49449 #14114: don't include copybutton.js in the htmlhelp output. 25 February 2012, 17:24:24 UTC
11d748e Fix link to global module index. 03 March 2012, 20:25:42 UTC
452bfcc #14114: don't include copybutton.js in the htmlhelp output. 25 February 2012, 17:24:24 UTC
3a34c51 Add 2.7.3 and 2.7.4 UUIDs 25 February 2012, 09:37:41 UTC
94e5c93 update pydoc-topics 23 February 2012, 20:18:13 UTC
0473486 Added tag v2.7.3rc1 for changeset b2c6aff96e12 23 February 2012, 15:52:23 UTC
a2aa2ef bump to 2.7.3rc1 23 February 2012, 15:52:17 UTC
a13294e null merge from 2.6 22 February 2012, 22:27:47 UTC
b383e80 Back port from 2.7: http://hg.python.org/cpython/rev/48705250232c changeset: 75187:48705250232c branch: 2.7 parent: 75184:9a1d902714ae user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 22:16:25 2012 +0100 22 February 2012, 22:26:50 UTC
341016e Fix sporadic test_os failure under Windows 22 February 2012, 21:16:25 UTC
adbcc4c null merge from 2.6 22 February 2012, 19:27:53 UTC
56fd661 Backport from 2.7: changeset: 75153:9b7c6dd19e25 branch: 2.7 parent: 75151:b1a02c17b327 user: Antoine Pitrou <solipsis@pitrou.net> date: Tue Feb 21 22:02:04 2012 +0100 files: Lib/test/test_os.py 22 February 2012, 18:50:04 UTC
fa5d224 null merge from 2.6 22 February 2012, 18:39:59 UTC
6a9005b Backport from 2.7 branch. changeset: 75165:780008020c40 user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 03:33:56 2012 +0100 summary: Fix (presumably) test_hash under big-endian systems (PPC). 22 February 2012, 18:34:18 UTC
4b670f5 Fix (presumably) test_hash under big-endian systems (PPC). 22 February 2012, 02:33:56 UTC
f00011a Issue #14053: Fix "make patchcheck" to work with MQ. Patch by Francisco Martín Brugué 22 February 2012, 09:40:09 UTC
9329153 Avoid py3k warnings related to sort() of unrelated types. 21 February 2012, 23:28:46 UTC
66e565e merge with 2.6 21 February 2012, 21:38:31 UTC
3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. 21 February 2012, 21:36:27 UTC
0607f73 Fix flaky os.urandom test. 21 February 2012, 21:02:04 UTC
6647113 merge 2.6 21 February 2012, 20:09:08 UTC
4e171d1 don't need this hack anymore 21 February 2012, 20:08:51 UTC
5d6eab9 Null merge 21 February 2012, 19:52:54 UTC
776af40 Fix crash at startup with -W options. 21 February 2012, 19:42:48 UTC
cc3fa88 Fix crash at startup with -W options. 21 February 2012, 19:42:48 UTC
a1b2af8 Issue #6807: Run msisupport.mak earlier. 21 February 2012, 17:12:02 UTC
9d7601f merge 2.6 21 February 2012, 16:24:21 UTC
876e789 merge heads 21 February 2012, 16:23:21 UTC
dbe0329 merge 2.7 21 February 2012, 16:19:00 UTC
f7254bd merge 2.6 21 February 2012, 16:16:52 UTC
8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not have gotten randomized. 21 February 2012, 16:16:06 UTC
26da920 ensure no one tries to hash things before the random seed is found 21 February 2012, 16:08:50 UTC
ef281bd Issue #10580: Minor grammar change in Windows installer. 21 February 2012, 16:07:32 UTC
f364b15 null merge from 2.6 21 February 2012, 15:23:27 UTC
b69fa1f Let's sort the keys so that this test passes even with random hashes. 21 February 2012, 15:22:34 UTC
e39ccef carefully don't depend on any dict order 21 February 2012, 14:07:40 UTC
b6596c5 remove extra zero 21 February 2012, 13:08:29 UTC
4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures Closes #8033. 21 February 2012, 12:04:46 UTC
36b7361 HTMLParser is now able to handle slashes in the start tag. 21 February 2012, 07:22:16 UTC
9be6c3d kill interned strings computed before random initialization 21 February 2012, 05:40:14 UTC
c7bbd7b don't rely on dict order 21 February 2012, 05:15:10 UTC
c59df7d a frozenset is better here 21 February 2012, 04:13:20 UTC
7405934 use set 21 February 2012, 04:11:19 UTC
f093724 don't rely on dict order 21 February 2012, 04:06:22 UTC
72949bd this was supposed to die 21 February 2012, 03:33:33 UTC
5037677 fix for real this time... 21 February 2012, 03:00:46 UTC
6949299 belately resolve conflicts here 21 February 2012, 02:57:25 UTC
11fa11b fix test_gdb under hash randomization 21 February 2012, 02:55:32 UTC
5bc92e0 don't rely on dict order here 21 February 2012, 02:47:54 UTC
aee9dfb merge 2.6 with hash randomization fix 21 February 2012, 02:44:56 UTC
b19fb24 Whitespace normalization 21 February 2012, 01:44:15 UTC
1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner. 21 February 2012, 01:42:21 UTC
34b345b don't rely on the order of module clearing 20 February 2012, 20:20:37 UTC
9769eb0 null merge from 2.6 20 February 2012, 19:45:45 UTC
b0516c2 null merge from 2.6 20 February 2012, 19:44:26 UTC
f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. 20 February 2012, 19:43:22 UTC
7d13cd3 logging: clarified documentation for Handler.handleError. 20 February 2012, 18:34:07 UTC
bb42f5e Add missing “::” markup and wrap overlong lines 20 February 2012, 01:08:01 UTC
a4c81b0 Fix typo 20 February 2012, 01:07:31 UTC
09c05fd don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ 19 February 2012, 11:29:43 UTC
32c49d9 use Py_CLEAR 19 February 2012, 06:11:56 UTC
f5f6af8 Fix Test for issue #13500 19 February 2012, 03:20:45 UTC
6e25099 Test for issue #13500 19 February 2012, 02:54:08 UTC
c5df563 Issue #12627: Implement PEP 394 for OS X framework builds. OS X framework builds already created versioned symlinks for all executables and scripts installed in the framework bin directory, of the general form ${cmd} - ${cmd}2.7. The changes here add a hierarchy of ${cmd} -> ${cmd}2 -> ${cmd}2.7. Per previous practice, all of the links are created in the framework bin directory for both the install and altinstall targets. This is consistent with the long-standing recommendation to manage multiple framework versions by adding and ordering framework bin directories on $PATH. Also, per past practice, symlinks to all framework bin entries are created in $prefix/bin (by default, /usr/local/bin) for the install target and only versioned links are created for altinstall, although the use of these links is not recommended for framework builds and their installation is optional with the standard OS X installers. 19 February 2012, 01:19:12 UTC
8d38fcf Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ This is needed after the move to Sphinx 1.x and it's the same way 3.x braches managed it. 18 February 2012, 19:28:35 UTC
e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request. 18 February 2012, 13:30:34 UTC
66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request. 18 February 2012, 13:15:38 UTC
c39b552 #14020: improve HTMLParser documentation. 17 February 2012, 23:46:04 UTC
437b149 Fix a variable scoping error in an sqlite3 test Initial patch by Torsten Landschoff. Closes #11689. 17 February 2012, 19:34:45 UTC
e601006 Implement PEP 394 for Python 2.7 17 February 2012, 12:10:38 UTC
002b202 Fix errors in sqlite3's Cursor.rowcount documentation Closes #13995. 16 February 2012, 19:42:34 UTC
14dc510 news entry for previous commit 16 February 2012, 08:44:50 UTC
b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. 16 February 2012, 08:40:03 UTC
c0b1172 Issue #11836: document multiprocessing.queues.SimpleQueue 15 February 2012, 21:39:52 UTC
dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). 15 February 2012, 21:25:27 UTC
c82da81 Fix test failure for shared builds caused by #1326113 fix 15 February 2012, 17:13:45 UTC
d9756be Improve doc for atexit.register (#12297) 15 February 2012, 16:08:34 UTC
e897a74 Fix parsing of build_ext --libraries option (#1326113) 15 February 2012, 15:28:20 UTC
65d36da #13987: HTMLParser is now able to handle malformed start tags. 15 February 2012, 11:19:10 UTC
d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. 15 February 2012, 10:44:23 UTC
fd7e496 Fix indentation. 15 February 2012, 01:57:19 UTC
c66ed45 Issue #13020: Fix a reference leak when allocating a structsequence object fails. Patch by Suman Saha. 15 February 2012, 01:51:43 UTC
c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. Patch by Suman Saha. 15 February 2012, 01:42:46 UTC
ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex 14 February 2012, 04:22:06 UTC
e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. 14 February 2012, 00:45:47 UTC
d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. 14 February 2012, 00:28:54 UTC
c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. 13 February 2012, 19:33:51 UTC
369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. 13 February 2012, 18:36:55 UTC
ef18737 shutil copy module reference doc fix. 13 February 2012, 15:17:45 UTC
back to top