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

sort by:
Revision Author Date Message Commit Date
41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) 26 July 2011, 13:13:47 UTC
45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." 25 July 2011, 18:53:28 UTC
59c01ed Issue #12102: Document that buffered files must be flushed before being used with mmap. Patch by Steffen Daode Nurpmeso. 25 July 2011, 05:12:43 UTC
749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. 24 July 2011, 20:41:18 UTC
0e3c5a8 Add a test for issue #1813: getlocale() failing under a Turkish locale (not a problem under 3.x) 24 July 2011, 00:40:25 UTC
cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. 24 July 2011, 00:27:04 UTC
216a3bc Issue #12624: It is now possible to fail after the first failure when running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess. 23 July 2011, 20:33:39 UTC
ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess module: the piped streams can now be properly read from or written to. (this was broken due to the 2.x to 3.x transition; communicate() support is still sketchy) 23 July 2011, 20:03:45 UTC
e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without a read1() method), and add an undocumented *write_through* parameter to mandate unbuffered writes. 23 July 2011, 19:46:35 UTC
ce7e51e Add Misc/NEWS entry for c741ba9e37ef. 23 July 2011, 13:16:23 UTC
08f5f7a Issue #10883: Fix socket leaks in urllib.request. * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. 23 July 2011, 12:03:00 UTC
de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. 23 July 2011, 10:27:45 UTC
06ad13e Fix function name: open -> urlopen. 23 July 2011, 06:04:40 UTC
beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). 22 July 2011, 21:48:44 UTC
180e635 None is ok for identifiers but not strings 22 July 2011, 16:09:07 UTC
efad244 hardcode the old svn __version__ 22 July 2011, 15:39:12 UTC
2193d2b type check AST strings and identifiers This is related to a21829180423 as well as #12609 and #12610. 22 July 2011, 15:50:23 UTC
996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. 21 July 2011, 17:45:31 UTC
1beea5b #12601: fix typo. 21 July 2011, 08:16:32 UTC
bca31b5 #11435: link to the correct branch. 21 July 2011, 06:35:19 UTC
96c84a4 Fix closes issue12524 - update http.client POST example with a working example. 20 July 2011, 13:56:24 UTC
346f95f Upstream merge 19 July 2011, 23:25:56 UTC
2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. (Patch by Robert Xiao) 19 July 2011, 23:15:27 UTC
d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth. 19 July 2011, 22:28:30 UTC
c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, so that "import DLFCN" and other similar imports work on Linux 3.0. 19 July 2011, 22:26:23 UTC
4634676 #7484: no more <> around addresses in VRFY or EXPN The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address). 19 July 2011, 01:38:54 UTC
ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob 19 July 2011, 00:03:02 UTC
0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. 18 July 2011, 23:26:58 UTC
12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. 18 July 2011, 18:03:41 UTC
b899007 Better English. 18 July 2011, 16:38:03 UTC
3e7f33f fix whitespace nit. 17 July 2011, 23:17:20 UTC
0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. 17 July 2011, 23:12:40 UTC
ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi 17 July 2011, 22:42:46 UTC
023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. 17 July 2011, 11:01:14 UTC
ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. 17 July 2011, 09:29:17 UTC
0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when shutdown() is called, without waiting for the garbage collector to kick in. 16 July 2011, 21:52:02 UTC
f7f5475 Use test.script_helper in test_pydoc 15 July 2011, 20:42:12 UTC
a6e81a2 test_pydoc needs to cleanup after itself 15 July 2011, 20:32:25 UTC
707f228 Try harder to reap dangling threads in test.support.reap_threads(). 15 July 2011, 20:29:44 UTC
c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. 15 July 2011, 20:12:24 UTC
b8298a0 Merge 15 July 2011, 19:19:02 UTC
ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by Andreas Stührk. 15 July 2011, 19:17:14 UTC
8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by Andreas Stührk. 15 July 2011, 19:15:07 UTC
5805919 merge heads 15 July 2011, 19:11:23 UTC
5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) Patch from Andreas Stührk. 15 July 2011, 19:09:26 UTC
8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when embedding Python. Patch by Andreas Stührk. 15 July 2011, 19:01:21 UTC
9470ab4 Make sure to reap worker threads and processes at the end of test_concurrent_futures 15 July 2011, 18:25:20 UTC
1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. 14 July 2011, 17:57:35 UTC
e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. 14 July 2011, 17:53:38 UTC
eef80b6 this should be an identity test 14 July 2011, 15:03:35 UTC
5702ae6 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 test_shutdown() may fail on very slow buildbots like FreeBSD 6.4 just because of the arbitrary timeout. 14 July 2011, 12:53:24 UTC
7ebb706 Restore the global state of the log vars, so that test_cgi can be run twice without failures. 14 July 2011, 12:18:57 UTC
6e18e04 carefully cleanup pointer cache after creating struct pointers 14 July 2011, 04:09:30 UTC
58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs. 13 July 2011, 22:07:04 UTC
6636121 Close #4376: ctypes now supports nested structures in a endian different than the parent structure. Patch by Vlad Riscutia. 13 July 2011, 19:43:18 UTC
cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. 13 July 2011, 19:07:49 UTC
fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. 13 July 2011, 19:02:22 UTC
325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. 13 July 2011, 13:59:24 UTC
34b2b26 this can be done without a custom dict (also fixes #12544) 13 July 2011, 00:21:42 UTC
84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets cleared by the garbage collector. This fixes a segfault when an instance and its type get caught in a reference cycle, and the instance's deallocator calls one of the methods on the type (e.g. when subclassing IOBase). Diagnosis and patch by Davide Rizzo. 12 July 2011, 19:57:15 UTC
b3593ca Use infinitive, not 3rd person of present tense. 10 July 2011, 23:39:19 UTC
6f5dcb1 Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. 10 July 2011, 23:35:48 UTC
cdddf2b Mention logging.captureWarnings in the warnings module doc. 09 July 2011, 19:29:36 UTC
462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. 09 July 2011, 14:02:19 UTC
a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. Also, point to the various alternatives. 09 July 2011, 13:54:23 UTC
00ebeb5 Merge 3.2.1 release clone into main repo. 09 July 2011, 08:58:37 UTC
bb9c7d0 Post-release steps for 3.2.1. 09 July 2011, 08:56:06 UTC
7179bf1 Added tag v3.2.1 for changeset ac1f7e5c0510 09 July 2011, 06:56:41 UTC
cd0dc16 Bump version to 3.2.1. 09 July 2011, 06:56:21 UTC
4875c46 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary failure in name resolution. Should fix a buildbot failure. 09 July 2011, 00:31:24 UTC
9163c47 Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary failure in name resolution. Should fix a buildbot failure. 09 July 2011, 00:31:24 UTC
95531ea Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site. 08 July 2011, 17:43:51 UTC
3aba498 Avoid failing in test_urllibnet.test_bad_address when some overzealous DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead. 08 July 2011, 17:19:57 UTC
72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead. 08 July 2011, 17:19:57 UTC
b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library. 08 July 2011, 16:47:06 UTC
6e2e3b9 Issue #12423: Fix os.abort() documentation The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel. 08 July 2011, 00:26:39 UTC
f6cbdc2 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of OS X window manager connection in tk tests, use OS X Application Services API calls instead. 06 July 2011, 02:09:37 UTC
1848db8 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing 05 July 2011, 12:49:46 UTC
91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python scripts using a encoding different than UTF-8 (read the coding cookie of the script). 05 July 2011, 12:30:41 UTC
2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe. 05 July 2011, 12:00:56 UTC
c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. 05 July 2011, 09:31:49 UTC
bb4a747 start out this branch always with filename NULL 05 July 2011, 03:27:16 UTC
e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps tests. 05 July 2011, 02:06:20 UTC
8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath testcase failure in test_ssl. 05 July 2011, 00:48:01 UTC
3aac179 Fix whitespace nit in datetime and os rst files. 04 July 2011, 18:43:51 UTC
a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 04 July 2011, 18:28:30 UTC
bfd1edd Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. 04 July 2011, 17:55:22 UTC
e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a fresh process with only one thread and to not change signal handling of the parent process. 04 July 2011, 15:35:10 UTC
4479841 Issue #12429: Skip interrupted write tests on FreeBSD <= 7 On FreeBSD, the SIGALRM signal is sometimes received by the reader thread. 04 July 2011, 09:48:17 UTC
cd1aa0d Issue #12429: Skip interrupted write tests on FreeBSD <= 7 On FreeBSD, the SIGALRM signal is sometimes received by the reader thread. 04 July 2011, 09:48:17 UTC
4143535 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh). 04 July 2011, 04:56:48 UTC
9ebe08d Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. 04 July 2011, 04:03:16 UTC
a55007a plug refleak 04 July 2011, 03:18:34 UTC
0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. 04 July 2011, 01:21:38 UTC
c8763b9 Fix closes issue issue12470 - check for utime for the skipUnless condition. 04 July 2011, 01:21:38 UTC
8b0508e Issue #12467: warnings: fix a race condition if a warning is emitted at shutdown, if globals()['__file__'] is None. 04 July 2011, 00:43:09 UTC
b1b25f0 Issue #12467: warnings: fix a race condition if a warning is emitted at shutdown, if globals()['__file__'] is None. 04 July 2011, 00:43:09 UTC
7d10a2d Post-release steps. 04 July 2011, 06:20:48 UTC
80dffef Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. 04 July 2011, 00:39:20 UTC
aa90e7c Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. 04 July 2011, 00:39:20 UTC
back to top