https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
f117443 #13993: HTMLParser is now able to handle broken end tags. 13 February 2012, 14:28:54 UTC
4b92cc3 #13960: HTMLParser is now able to handle broken comments. 13 February 2012, 14:10:44 UTC
32b6371 fix whitespace normalization before pushing. 12 February 2012, 23:59:35 UTC
1242699 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:51:21 UTC
3c990e0 Add myself to Misc/ACKS 12 February 2012, 19:11:38 UTC
587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes Closes #9750 12 February 2012, 19:03:02 UTC
c227965 Typo in Misc/NEWS. 12 February 2012, 13:49:03 UTC
4665232 Update mention of Subversion repo in the FAQ 12 February 2012, 03:54:43 UTC
6faad8d 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 557a973709de 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:41:36 UTC
c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 has left two versions of customize_compiler, the original in distutils.sysconfig and another copy in distutils.ccompiler, with some parts of distutils calling one and others using the other. Complete the revert back to only having one in distutils.sysconfig as is the case in 3.x. 11 February 2012, 19:40:24 UTC
0f7e2df this is only a borrowed ref in Brett's branch 10 February 2012, 13:46:54 UTC
0d0ea48 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, 11:59:06 UTC
4ad7f7f distutils 2.7’s Extension does not support optional (#13865). Reported by Miki Tebeka. 10 February 2012, 04:31:28 UTC
59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. 09 February 2012, 10:22:01 UTC
607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method. Patch contributed by Brian Brazil. 09 February 2012, 09:43:31 UTC
ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() can't be called reliably from a worker thread. 08 February 2012, 20:27:56 UTC
c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 06 February 2012, 20:04:00 UTC
back to top