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

sort by:
Revision Author Date Message Commit Date
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
cec6a61 bltinmod is borrowed, so it shouldn't be decrefed 06 February 2012, 16:28:45 UTC
2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. 05 February 2012, 23:55:50 UTC
adb87e2 Issue 964437 Make IDLE help window non-modal. Patch by Guilherme Polo and Roger Serwy. 05 February 2012, 20:10:55 UTC
d76c1bf #13933 refine patch using 'new' builtin 05 February 2012, 19:30:43 UTC
d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). 05 February 2012, 12:27:01 UTC
922ae2c Closes #13944: fix capitalization of class name. 05 February 2012, 08:25:22 UTC
25e70fd Issue #12142: Fixed reference cycle when importing ctypes 05 February 2012, 06:27:40 UTC
acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. 04 February 2012, 21:43:25 UTC
61c9534 Issue #13933: IDLE auto-complete did not work with some imported module, like hashlib. (Patch by Roger Serwy) 04 February 2012, 17:35:23 UTC
60be6f8 Fix failing test on big-endian machines (issue #13806). 04 February 2012, 15:44:21 UTC
709aa35 Issue #8184: Fix a potential file descriptor leak when a multiprocessing.Connection socket can't be bound. 04 February 2012, 13:40:25 UTC
4c79aec put returns on their own lines 04 February 2012, 00:22:31 UTC
0013783 remove unused import 04 February 2012, 00:07:30 UTC
22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. 03 February 2012, 22:13:03 UTC
fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. 03 February 2012, 01:39:49 UTC
6dce7d6 Merge. 02 February 2012, 19:36:47 UTC
fe6f9d0 Document absoluteness of sys.executable Closes #13402. 02 February 2012, 19:26:05 UTC
e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust. 02 February 2012, 18:57:19 UTC
da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the Fedora buildbot. 02 February 2012, 15:57:49 UTC
65de77e Clean-up docs for input() 02 February 2012, 08:52:33 UTC
6d837a3 Add pure python equivalent code for reduce(). 02 February 2012, 08:48:46 UTC
c5f310c Clarify the note for UserList 02 February 2012, 03:00:09 UTC
1d23199 Use validate SQL in the example (this was confusing to readers) 01 February 2012, 21:41:11 UTC
81a55c0 Show the import in the sqlite3 example 01 February 2012, 21:32:45 UTC
3c8807b merge. 01 February 2012, 21:22:50 UTC
b4bef30 merge from fb225c289bf0 01 February 2012, 21:17:39 UTC
0518f47 sqlite3: Handle strings with embedded zeros correctly Closes #13676. 01 February 2012, 20:20:13 UTC
6ab9813 Use xrange in the example 01 February 2012, 16:55:21 UTC
9f55b63 fix whitespace 01 February 2012, 16:54:14 UTC
bdb7fe4 Add a usage note 01 February 2012, 16:52:44 UTC
1d4ae48 whitespace3 31 January 2012, 07:55:32 UTC
b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. 31 January 2012, 07:09:25 UTC
1d8e6fd Fix #13900: resolve self-referential description of a parameter. 29 January 2012, 14:38:47 UTC
caa0f61 remove tests from really old regex module 29 January 2012, 01:33:21 UTC
88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. 28 January 2012, 21:01:59 UTC
1abe6cd Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. 27 January 2012, 21:16:01 UTC
7a55684 Fix intermittent test_ssl failure. 27 January 2012, 16:33:01 UTC
78028b0 note that get() is not affected by default_factory (closes #13887) 27 January 2012, 14:14:01 UTC
374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 27 January 2012, 08:44:08 UTC
d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 27 January 2012, 08:42:45 UTC
64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. 26 January 2012, 23:32:24 UTC
0a15103 merge heads 25 January 2012, 21:43:54 UTC
dcd37e8 forgot to resolve this conflict... 25 January 2012, 21:43:26 UTC
e9401a0 #13852: some small doc fixes. 25 January 2012, 21:36:25 UTC
af90a40 kill extra word 25 January 2012, 21:30:18 UTC
bcd6f39 say bitwise (because I have no idea what a bit-string is) 25 January 2012, 21:29:03 UTC
6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. 25 January 2012, 14:38:32 UTC
b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) 25 January 2012, 13:57:56 UTC
11cc480 Temporary debug for Windows buildbots. 25 January 2012, 13:39:21 UTC
0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). 25 January 2012, 02:31:39 UTC
6e16f53 Skip test failure under OpenIndiana 25 January 2012, 01:49:47 UTC
e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py (rather than `-m test.regrtest`) 25 January 2012, 00:35:26 UTC
a1f948b Issue #12501: merge the discordant NEWS entries. 24 January 2012, 20:05:10 UTC
d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. 24 January 2012, 16:44:06 UTC
dfdc46f #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. 23 January 2012, 19:19:33 UTC
30b13ee Fixes #4686. Reverts redundant picklability code from r74544. 23 January 2012, 16:30:53 UTC
8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. 21 January 2012, 19:27:59 UTC
51ab351 Move a space. 21 January 2012, 14:40:03 UTC
2d71e5c fix typo; thanks to Justin Watt from docs@ 21 January 2012, 09:59:12 UTC
27a4918 Fix conf.py for Sphinx 1.0. 21 January 2012, 07:58:22 UTC
0bb1251 whitespace 21 January 2012, 05:32:23 UTC
96a0a46 Issue13820 as and with really became keywords in 2.6. Original rewording by Jim Jewett 21 January 2012, 05:24:25 UTC
b05f91d NEWS entry for Issue6631 21 January 2012, 03:45:12 UTC
58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() 21 January 2012, 03:43:02 UTC
back to top