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

sort by:
Revision Author Date Message Commit Date
b7d14a0 Merge from 3.5. 30 October 2016, 15:25:45 UTC
0438683 Backed out changeset 9f7505019767 (issue #27275). 30 October 2016, 15:17:24 UTC
9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 30 October 2016, 04:21:23 UTC
b8c5f54 Issue #26638: Work around more CLI options that can’t be linked * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 30 October 2016, 04:20:23 UTC
5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 30 October 2016, 04:20:17 UTC
77d574d Issue #18844: Strengthen tests to include a case with unequal weighting 30 October 2016, 00:42:36 UTC
30d00e5 Issue #18844: Make the various ways for specifing weights produce the same results. 29 October 2016, 23:55:36 UTC
ab5cf4d Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.5->3.6) 29 October 2016, 23:05:27 UTC
62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) 29 October 2016, 23:05:26 UTC
c6c1c6e Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6) 29 October 2016, 19:44:30 UTC
b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) 29 October 2016, 19:44:29 UTC
4782ab3 Adds missing _asyncio.pyd to installer and generally tidies pyd management. 29 October 2016, 16:23:39 UTC
868147b Issue #28556: updates to typing.py (3.5->3.6) 29 October 2016, 15:54:57 UTC
5fc25a8 Issue #28556: updates to typing.py 29 October 2016, 15:54:56 UTC
1da055e Makes test_underpth* tests more robust by copying the executable. 29 October 2016, 15:50:31 UTC
0eacef3 Issue #28444: Merge with 3.5. 29 October 2016, 14:59:32 UTC
84968b7 Issue #28444: Fix missing extensions modules when cross compiling. 29 October 2016, 14:57:20 UTC
d76d8bf Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. 29 October 2016, 07:49:43 UTC
f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() "()" format string creates an empty list of argument but requires extra work to parse the format string. 29 October 2016, 07:05:39 UTC
684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` 28 October 2016, 23:01:21 UTC
833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows 28 October 2016, 22:48:50 UTC
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
back to top