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

sort by:
Revision Author Date Message Commit Date
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
631c258 Fixes #13760: picklability of ConfigParser exceptions 20 January 2012, 16:02:08 UTC
6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. 20 January 2012, 11:20:12 UTC
cb21227 Issue #13605: more meaningful example + fixes 19 January 2012, 21:22:35 UTC
10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER 19 January 2012, 20:59:34 UTC
d53abd3 Issue #11948: clarify modules search path 19 January 2012, 10:28:15 UTC
da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. 19 January 2012, 06:17:44 UTC
d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. 18 January 2012, 22:40:46 UTC
e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. Python 3 isn't affected (unbound methods don't exist). Thanks to Vincent Pelletier for noticing. 18 January 2012, 16:39:01 UTC
a8f75da Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 03:43:50 UTC
f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 03:25:28 UTC
4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 02:51:38 UTC
25e76bd file.next() doc refers to itself 17 January 2012, 17:57:30 UTC
03c6110 revert part of cefe4f38fa0e, as agreed with Éric 17 January 2012, 17:32:02 UTC
3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk. 17 January 2012, 16:13:04 UTC
23fbd8c Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo 16 January 2012, 23:17:10 UTC
2ab4a91 Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo 16 January 2012, 22:57:34 UTC
6008a8b Issue: #12409: remove obsolete susp-entries 16 January 2012, 17:01:55 UTC
8eab1fd #13715: fix typo in unicodedata doc. Patch by Eli Collins. 16 January 2012, 06:42:32 UTC
055d70d #13695: fix a couple of typos in the doc. 16 January 2012, 06:21:24 UTC
465b58e explain why we need this grammar file (closes #13766) 16 January 2012, 02:28:00 UTC
8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. Patch by Roger Serwy. 16 January 2012, 00:02:50 UTC
bde7eac fix typo; thanks to Jan Heidbrink from docs@ 15 January 2012, 15:34:29 UTC
7d77c6f remove 'Documenting Python' and its references, it's now on devguide 14 January 2012, 21:22:54 UTC
c86bb00 Fix label names. 14 January 2012, 16:06:53 UTC
9a56068 how could I have missed :cmember: in import.rst? 14 January 2012, 15:51:16 UTC
a76bb03 None is not a keyword, link file.next() to functions.html#next 14 January 2012, 15:43:14 UTC
back to top