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

sort by:
Revision Author Date Message Commit Date
fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) 05 March 2015, 03:11:12 UTC
20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() 05 March 2015, 01:38:41 UTC
f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. 04 March 2015, 19:51:55 UTC
7beb4f9 Issue #23504: Added an __all__ to the types module. 04 March 2015, 07:43:27 UTC
92ce1b4 merge 3.3 (#23362) 02 March 2015, 18:23:41 UTC
e5a853c use PyMem_NEW to detect overflow (closes #23362) 02 March 2015, 18:23:25 UTC
5061e67 merge 3.3 (#23367) 02 March 2015, 16:18:40 UTC
b779bfb fix possible overflow bugs in unicodedata (closes #23367) 02 March 2015, 16:17:05 UTC
3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later 02 March 2015, 16:05:27 UTC
bdf525b wrap everything at 80 chars 02 March 2015, 14:31:40 UTC
29fec92 link to the correct dis method or function (closes #23561) 02 March 2015, 14:27:43 UTC
9270be7 Added more tests for urllib.parse utility functions. These functions are not documented but used in third-party code. 02 March 2015, 14:32:29 UTC
ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. Patch by Alex Shkop. 02 March 2015, 05:40:36 UTC
659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop. 02 March 2015, 04:53:33 UTC
ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. 02 March 2015, 04:33:30 UTC
bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request. 02 March 2015, 04:01:01 UTC
6e820c0 remove mention of Python 2.2 and 2.3 02 March 2015, 01:59:22 UTC
4c094e5 Fixed pydoc tests when run with -OO. 01 March 2015, 13:31:36 UTC
efdc16f Issue #20204: Added the __module__ attribute to _tkinter classes. 01 March 2015, 07:06:29 UTC
24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. * Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division. 28 February 2015, 15:41:57 UTC
cf265fd Fixed a test for issue #21619 on Windows. On Windows an OSError with errno=EINVAL is raised. 28 February 2015, 11:27:54 UTC
ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with statement if the pipe was broken. Patch by Martin Panter. 28 February 2015, 10:43:08 UTC
fdde79d Fix the clarification as to why division cannot be ported automatically 27 February 2015, 20:10:03 UTC
c332f8a Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) 27 February 2015, 17:14:32 UTC
ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport Methods only raise NotImplementedError and are never used. 27 February 2015, 16:49:09 UTC
b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. 27 February 2015, 16:47:23 UTC
0b49637 Fix copy/paste error in bytes.isupper() doc. Reported by Jon Colburn on docs@. 27 February 2015, 07:40:22 UTC
d2e067b remove duplicate 3.4.3 tags 27 February 2015, 03:49:21 UTC
8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. 26 February 2015, 13:58:48 UTC
e287746 Post-release changes for 3.4.3. 26 February 2015, 13:56:32 UTC
7b2c3c6 asyncio doc: lock classes are not thread safe 26 February 2015, 09:39:16 UTC
ed135f4 remove unused import 25 February 2015, 21:47:14 UTC
f9e3cf1 Issue #23511: Port email-simple.py to Python 3. Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. 25 February 2015, 16:14:09 UTC
b808d59 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case" 25 February 2015, 15:12:26 UTC
8370496 asyncio: add a note about (non) thread safety in each class 25 February 2015, 13:24:15 UTC
532c69a asyncio doc: begin with warnings on asyncio traps 25 February 2015, 13:23:51 UTC
615a58e asyncio doc: move queues to a new page 25 February 2015, 12:55:43 UTC
4c464c3 Added tag v3.4.3 for changeset b4cbecbc0781 25 February 2015, 12:17:04 UTC
f5caf2b Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE 25 February 2015, 12:15:33 UTC
7e91af3 Remove unsupported (in latex) character from the source. 25 February 2015, 12:05:53 UTC
b8064a8 asyncio doc: close explicitly event loops 23 February 2015, 10:41:56 UTC
9534407 Added tag v3.4.3 for changeset 9b73f1c3e601 23 February 2015, 07:55:48 UTC
fc8eda5 Release bump for 3.4.3 final. 23 February 2015, 07:55:39 UTC
e164241 Doc updates for 3.4.3 final. 23 February 2015, 07:54:38 UTC
7579093 Issue #23499: Fix grammar error noticed by SilentGhost 23 February 2015, 00:14:32 UTC
c26a1a4 Broke reference loops in tests added in issue #5700. 22 February 2015, 22:28:38 UTC
80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after closing the window. 22 February 2015, 15:25:33 UTC
a3369a5 Issues #814253, #9179: Warnings now are raised when group references and conditional group references are used in lookbehind assertions in regular expressions. 21 February 2015, 10:08:52 UTC
a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo. 20 February 2015, 23:19:58 UTC
a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. flush() was not called in close() if closefd=False. 20 February 2015, 22:35:09 UTC
5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding differs from file system encoding (e.g. on Mac OS). 20 February 2015, 21:46:06 UTC
e55181f Issue #23490: Fixed possible crashes related to interoperability between old-style and new API for string with 2**30-1 characters. 20 February 2015, 19:34:06 UTC
babc688 Issue #23439: Add missing entries to http.client.__all__. Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter. 20 February 2015, 07:39:38 UTC
56dee1e Fix typo pointed out on docs@ by Yaniv Sayeh 20 February 2015, 04:30:15 UTC
57c616f Fix a typo pointed out on docs@ 20 February 2015, 04:15:36 UTC
500af33 remove rc4 from the default client ciphers (closes #23481) 19 February 2015, 22:57:08 UTC
6a2c4a1 merge heads 18 February 2015, 13:56:33 UTC
76e37b1 merge 3.3 18 February 2015, 13:55:38 UTC
03f8612 merge 3.2 18 February 2015, 13:54:22 UTC
893cce9 remove RPM, since it's unused and unmaintained 18 February 2015, 13:52:46 UTC
0954585 Issue #23474: Enhanced locale testing. 18 February 2015, 06:04:37 UTC
70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) Patch by Martin Panter. 18 February 2015, 02:11:10 UTC
e7a2f64 asyncio: Fix warning in test_close_kill_running() Read process exit status to avoid the "Caught subprocess termination from unknown pid" message. 17 February 2015, 22:36:02 UTC
f91d845 asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done methods 17 February 2015, 22:09:52 UTC
e170ed2 asyncio doc: fix the sphinx extension for coroutine commands 17 February 2015, 22:08:35 UTC
4088ad9 Issue #23475, asyncio: Fix test_close_kill_running() Really kill the child process, don't mock completly the Popen.kill() method. This change fix memory leaks and reference leaks. 17 February 2015, 21:54:11 UTC
4cb814c asyncio, Tulip issue 220: Merge JoinableQueue with Queue. Merge JoinableQueue with Queue. To more closely match the standard Queue, asyncio.Queue has "join" and "task_done". JoinableQueue is deleted. Docstring for Queue.join shouldn't mention threads. Restore JoinableQueue as a deprecated alias for Queue. To more closely match the standard Queue, asyncio.Queue has "join" and "task_done". JoinableQueue remains as a deprecated alias for Queue to avoid needlessly breaking too much code that depended on it. Patch written by A. Jesse Jiryu Davis <jesse@mongodb.com>. 17 February 2015, 21:53:28 UTC
4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is running 17 February 2015, 21:50:33 UTC
df0db49 Issue #22883: Update PyInt to PyLong in C API example. 17 February 2015, 08:18:44 UTC
54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) Patch by Yuyang Guo and Berker Peksag. 17 February 2015, 00:45:01 UTC
3584056 Shoould be Py_MIN, not Py_MAX. 16 February 2015, 18:54:03 UTC
1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer overflows. Added few missed PyErr_NoMemory(). 16 February 2015, 11:28:22 UTC
e1efc07 Issue #17753: effective_ids unavailable on Windows. 16 February 2015, 02:36:18 UTC
4d6c606 Fix typo in os.supports_effective_ids documentation. 16 February 2015, 01:36:10 UTC
74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb module. Original patch by Claudiu Popa. 15 February 2015, 22:30:43 UTC
57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. Detected and fixed by Serhiy. 15 February 2015, 17:03:59 UTC
0aa74e1 Issue #19681: Test the repr of partial with more than one keyword argument. 15 February 2015, 14:20:47 UTC
fa310ee Use pickled data compatible with Python 2 for testing protocols 0-2. 15 February 2015, 12:10:03 UTC
56abe39 Merge heads 15 February 2015, 12:02:15 UTC
85c3033 Use os.devnull instead of hardcoded '/dev/null'. 15 February 2015, 11:58:23 UTC
3cd30c2 Issue #13637: Improve exception message of a2b_* functions. Patch by Vajrasky Kok. 14 February 2015, 22:31:00 UTC
50ef8a8 Issue #13637: Remove outdated versionchanged directives. Patch by Martin Panter. 14 February 2015, 22:05:42 UTC
db724fe Issue #17753: Skip test_zipfile tests which require write access to test and email.test. 14 February 2015, 21:04:35 UTC
6b688d8 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. Patch by David Edelsohn. 14 February 2015, 20:44:35 UTC
2476b98 avoid reading unallocated memory when argc == 0 (closes #22633) 14 February 2015, 20:16:32 UTC
366c570 Issue #23418: Add missing entries to http.server.__all__. Patch by Martin Panter. 13 February 2015, 18:48:15 UTC
a25c542 Issue #21849: Ported from 2.7 tests for non-ASCII data. 13 February 2015, 13:13:33 UTC
bdd574d asyncio doc: annotate coroutine on coroutine functions and methods 12 February 2015, 21:49:18 UTC
3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. 11 February 2015, 18:39:16 UTC
22fabe2 Fix typo: PyMem_Alloc => PyMem_Malloc 11 February 2015, 17:17:56 UTC
7a5567a Issue #23433: Fix faulthandler._stack_overflow() Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5. 11 February 2015, 13:23:35 UTC
8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it already finished 10 February 2015, 13:49:32 UTC
832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. 10 February 2015, 06:45:53 UTC
22ef9f7 merge 3.3 (#23361) 10 February 2015, 01:58:52 UTC
8ce6806 add overflow checking (closes #23361) 10 February 2015, 01:58:12 UTC
78daf00 Amend b8ebf381390f: find patchlevel.py in extensions. 09 February 2015, 07:07:12 UTC
39abba4 Issue #17896: Update msi.py to new externals dir. 09 February 2015, 06:51:32 UTC
833d192 Post-release updates for Python 3.4.3rc1. 08 February 2015, 22:04:36 UTC
38b2c95 Added tag v3.4.3rc1 for changeset 69dd528ca625 08 February 2015, 00:04:55 UTC
b250610 Fix a copyright notice that still said 2014. 08 February 2015, 00:04:22 UTC
back to top