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

sort by:
Revision Author Date Message Commit Date
d14ae16 Removes incorrect condition from lib_pdb.msi 28 October 2016, 18:19:42 UTC
43ab355 Removes incorrect condition from lib_pdb.msi 28 October 2016, 18:19:18 UTC
1aea8fb Issue #28544: Fix _asynciomodule.c on Windows PyType_Ready() sets the reference to &PyType_Type. &PyType_Type cannot be resolved at compilation time (not on Windows?). 28 October 2016, 17:13:52 UTC
a0c1ba6 Issue #28544: Implement asyncio.Task in C. This implementation provides additional 10-20% speed boost for asyncio programs. The patch also fixes _asynciomodule.c to use Arguments Clinic, and makes '_schedule_callbacks' an overridable method (as it was in 3.5). 28 October 2016, 16:52:37 UTC
bbcb799 Merge heads. 28 October 2016, 09:40:47 UTC
1c17e7f Issue #28046: Fix the removal of the sysconfigdata module from lib-dynload on install. 28 October 2016, 09:22:05 UTC
8a8ebc9 Fixed possible NULL decrefing. 28 October 2016, 09:16:21 UTC
3ec5f42 Fixed possible NULL decrefing. 28 October 2016, 09:14:34 UTC
b6bd81d Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 28 October 2016, 06:18:30 UTC
7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 28 October 2016, 06:17:38 UTC
c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c 27 October 2016, 21:28:07 UTC
e45ef4e Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 27 October 2016, 19:50:15 UTC
a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 27 October 2016, 19:47:08 UTC
e0a220e Issue #22493: Updated an example for fnmatch.translate(). 27 October 2016, 19:44:03 UTC
31c80e8 Revert incorrect file merge from 3.5. 27 October 2016, 19:14:48 UTC
43d2b26 Merge from 3.5 27 October 2016, 19:12:24 UTC
fcf622e Updates release build to collect symbols and binaries, and create nuget package. 27 October 2016, 19:08:45 UTC
159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or special input values as literal text. 27 October 2016, 18:42:15 UTC
1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or special input values as literal text. 27 October 2016, 18:41:19 UTC
0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode(). 27 October 2016, 18:05:49 UTC
802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object. 27 October 2016, 16:33:05 UTC
b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object. 27 October 2016, 16:31:49 UTC
b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory 27 October 2016, 10:26:50 UTC
ec9357b Ignore harmless suspicious markup 26 October 2016, 02:43:41 UTC
d9aa4d3 Merge from 3.5 26 October 2016, 02:36:13 UTC
bb44477 Fix default role usage 26 October 2016, 02:35:22 UTC
66078ac Issue #25002: Back out asyncore/asynchat deprecation. 26 October 2016, 01:42:51 UTC
3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 25 October 2016, 23:41:42 UTC
4afdca0 Issue #26240: Clean up the subprocess module doc string Patch by Tim Mitchell. 25 October 2016, 22:20:48 UTC
6c2b9d3 Issue #28333: Fixes off-by-one error that was adding an extra space. 25 October 2016, 18:51:54 UTC
26231bb Null merge 25 October 2016, 17:20:09 UTC
36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. 25 October 2016, 17:18:31 UTC
5ec2431 Issue #28107: Update typing module documentation for NamedTuple (Ivan) 25 October 2016, 16:53:11 UTC
28f9820 Issue #28353: Try to fix tests. 25 October 2016, 16:01:41 UTC
16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. 25 October 2016, 15:49:13 UTC
1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in subclasses of accelerated OrderedDict. 25 October 2016, 12:36:56 UTC
4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in subclasses of accelerated OrderedDict. 25 October 2016, 12:33:23 UTC
ecb9018 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space at the start of new line after printing a month's calendar. Patch by Xiang Zhang. 25 October 2016, 12:02:36 UTC
7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space at the start of new line after printing a month's calendar. Patch by Xiang Zhang. 25 October 2016, 12:00:52 UTC
a6eba11 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. Based on patch by Kaarle Ritvanen. 25 October 2016, 11:46:44 UTC
f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. Based on patch by Kaarle Ritvanen. 25 October 2016, 11:44:54 UTC
af4e474 Issue #28353: os.fwalk() no longer fails on broken links. 25 October 2016, 11:34:38 UTC
42babab Issue #28353: os.fwalk() no longer fails on broken links. 25 October 2016, 11:28:38 UTC
179111b Merge heads 25 October 2016, 10:47:41 UTC
c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). Patch by Xiang Zhang. 25 October 2016, 10:23:56 UTC
74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't accept non-None value is passed to it.send(val). 25 October 2016, 10:00:45 UTC
c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). 25 October 2016, 07:37:55 UTC
036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). 25 October 2016, 07:37:01 UTC
c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. 25 October 2016, 07:17:33 UTC
839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. 25 October 2016, 07:13:43 UTC
77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. 25 October 2016, 07:07:51 UTC
b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix for readability (was "`"). 25 October 2016, 06:43:48 UTC
7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused keeping unreachable code. 25 October 2016, 06:30:43 UTC
802883a merge 3.5 (#28525) 25 October 2016, 06:00:18 UTC
bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) Patch from vierja. 25 October 2016, 06:00:03 UTC
407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin a workaround to Tix library bug. 24 October 2016, 20:49:10 UTC
071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin a workaround to Tix library bug. 24 October 2016, 20:47:28 UTC
712d593 Issue #5830: Remove old comment. Add empty slots. 24 October 2016, 14:31:55 UTC
e896391 Merge heads 24 October 2016, 11:53:25 UTC
01c521b asyncio: Increase asyncio.Future test coverage; test both implementations. Also, add 'isfuture' to 'asyncio.futures.__all__', so that it's exposed as 'asyncio.isfuture'. 24 October 2016, 02:34:35 UTC
cb637fa Some distutils tests require zlib for creating tar.gz source distribution. 23 October 2016, 19:58:06 UTC
0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. 23 October 2016, 19:56:14 UTC
8985031 Issue #28115: ZIP creation test requires zlib. 23 October 2016, 19:32:48 UTC
b4293ef Issue #28115: ZIP creation test requires zlib. 23 October 2016, 19:32:30 UTC
7fc92bb Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. 23 October 2016, 12:57:42 UTC
666de77 Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. 23 October 2016, 12:55:09 UTC
89ecb4a Issue #28115: Added tests for CLI of the zipfile module. 23 October 2016, 10:12:39 UTC
61c4c44 Issue #28115: Added tests for CLI of the zipfile module. 23 October 2016, 10:07:59 UTC
662cef6 Issue #25953: re.sub() now raises an error for invalid numerical group reference in replacement template even if the pattern is not found in the string. Error message for invalid group reference now includes the group index and the position of the reference. Based on patch by SilentGhost. 23 October 2016, 09:11:19 UTC
265dce6 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6) 22 October 2016, 14:56:58 UTC
52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. 22 October 2016, 14:55:18 UTC
85e81cf Issue #28435: Merge urllib test fixes from 3.5 into 3.6 22 October 2016, 03:21:36 UTC
1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests Patch by Piotr Szczepaniak. 22 October 2016, 01:42:06 UTC
d60ea5f Issue #26620: Fix ResourceWarning in test_urllib2_localnet * Use context manager on urllib objects to ensure that they are closed on error * Use self.addCleanup() to cleanup resources even if a test is interrupted with CTRL+c This backports a patch by Victor Stinner. 22 October 2016, 01:28:21 UTC
7e0062f Two minor typing.py fixes (upstream #305) (3.5->3.6) 22 October 2016, 00:30:30 UTC
3b55799 Two minor typing.py fixes (upstream #305) 22 October 2016, 00:30:29 UTC
e238ab5 Issue #28482: Skip a few test_typing tests if asyncio unavailable (3.5->3.6) 21 October 2016, 23:12:50 UTC
ac353df Issue #28482: Skip a few test_typing tests if asyncio unavailable 21 October 2016, 23:12:17 UTC
6330f2a Merge 3.5 (issue #26796) 21 October 2016, 21:41:23 UTC
e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. Initial patch by Hans Lawrenz. 21 October 2016, 21:40:42 UTC
2ae0d64 Fix indent (merge) 21 October 2016, 21:31:18 UTC
9f91e85 Fix indent 21 October 2016, 21:30:50 UTC
6c950ce Sync typing.py from upstream (3.5->3.6) 21 October 2016, 21:28:29 UTC
7ef22d6 Sync typing.py from upstream 21 October 2016, 21:27:58 UTC
e145efc Merge 3.5 (issue #26923) 21 October 2016, 21:23:35 UTC
3d67615 Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. Patch by Johannes Ebke. 21 October 2016, 21:22:17 UTC
ed05406 Issue #28500: Fix asyncio to handle async gens GC from another thread. 21 October 2016, 21:13:40 UTC
68adfa3 Merge (issue #25152) 21 October 2016, 19:54:02 UTC
f8c1505 Issue #25152: Mention the deprecation of pyvenv 21 October 2016, 19:53:40 UTC
eb7ebd3 Merge (issue #28396) 21 October 2016, 19:15:48 UTC
10a7dbd Issue #28396: Remove any mention of .pyo files from the man page. Thanks to Ville Skyttä for the patch. 21 October 2016, 19:15:14 UTC
d5d32d2 Issue #28214: Improved exception reporting for problematic __set_name__ attributes. 21 October 2016, 14:13:31 UTC
467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising new exception with setting current exception as __cause__. _PyErr_FormatFromCause(exception, format, args...) is equivalent to Python raise exception(format % args) from sys.exc_info()[1] 21 October 2016, 14:09:17 UTC
b0426cd Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). 21 October 2016, 13:20:43 UTC
9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). 21 October 2016, 13:19:59 UTC
0a421a2 Issue #18219: Optimize csv.DictWriter for large number of columns. Patch by Mariatta Wijaya. 21 October 2016, 10:47:57 UTC
4510e6d mark dtrace stubs as static inline; remove stubs C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092) We don't want these to have external visibility anyway. 21 October 2016, 05:37:00 UTC
a836362 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows 21 October 2016, 03:30:15 UTC
56b2cf5 Issue #28484: Skip tests if GIL is not used or multithreading is disabled 20 October 2016, 21:45:49 UTC
f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. Patch by Vajrasky Kok. 20 October 2016, 19:38:27 UTC
back to top