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

sort by:
Revision Author Date Message Commit Date
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
ea75a51 Issue #26010: Document CO_* constants 20 October 2016, 17:06:30 UTC
10f29c9 Issue #28471: Avoid ResourceWarning by detaching test socket 20 October 2016, 07:44:29 UTC
53478f8 Issue #28493: Fix typos in _asynciomodule.c Thanks to Stéphane Wirtel! 20 October 2016, 20:33:19 UTC
b738a1f Issue #26010: fix typos; rewording 20 October 2016, 20:30:51 UTC
a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future 20 October 2016, 19:54:20 UTC
82919ec Issue #24381: merge from 3.5 20 October 2016, 19:40:22 UTC
e20fed9 Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 20 October 2016, 17:11:34 UTC
94332cb Issue #28480: Adjust or skip tests if multithreading is disabled 20 October 2016, 05:10:44 UTC
fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads Based on patch by Masayuki Yamamoto. 20 October 2016, 00:48:23 UTC
c6b1e15 Close #28479: Fix reST syntax in windows.rst Patch written by Julien Palard. 19 October 2016, 22:45:50 UTC
69d3de6 Issue #19795: Fixed formatting a table. 19 October 2016, 16:37:44 UTC
807e2f3 Issue #19795: Fixed formatting a table. 19 October 2016, 16:37:20 UTC
7d6dda4 Issue #19795: Improved more markups of True/False. 19 October 2016, 15:36:51 UTC
4adf01c Issue #19795: Improved more markups of True/False. 19 October 2016, 15:30:05 UTC
3f561b7 Issue #19795: Fixed markup errors. 19 October 2016, 15:12:05 UTC
1883542 Issue #19795: Fixed markup errors. 19 October 2016, 15:11:24 UTC
0bbf8c0 Issue #19795: Mark up True and False as literal text instead of bold. 19 October 2016, 13:44:47 UTC
a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. 19 October 2016, 13:43:42 UTC
989db5c Issue #19795: Mark up None as literal text. 19 October 2016, 13:37:13 UTC
ecf41da Issue #19795: Mark up None as literal text. 19 October 2016, 13:29:26 UTC
24c3b49 Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong or missing the effective gid. 19 October 2016, 09:00:26 UTC
8166a5d always use double quotes for SystemTap string literals (closes #28472) Patch by Roman Podoliaka. 19 October 2016, 06:33:03 UTC
b17ba09 bold arguments 19 October 2016, 06:14:08 UTC
fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking 18 October 2016, 20:03:52 UTC
33bb64f Merge 3.5 18 October 2016, 13:48:14 UTC
df0fd74 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception loss in PyTraceBack_Here(). 18 October 2016, 10:26:25 UTC
04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception loss in PyTraceBack_Here(). 18 October 2016, 10:23:18 UTC
c411a7d Issue #28452: Remove _asyncio._init_module function 18 October 2016, 02:48:14 UTC
80b618b Merge from 3.5 17 October 2016, 21:35:09 UTC
e5b0bd1 Fix default value of StreamReader.readuntil() Reported by Sam Lunt on docs@p.o. 17 October 2016, 21:34:46 UTC
a506a93 Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments. 17 October 2016, 16:13:46 UTC
1f6b69b Issue #28409: regrtest: fix the parser of command line arguments. 17 October 2016, 16:11:03 UTC
066b121 Issue #28455: Merge from 3.5 17 October 2016, 03:14:48 UTC
5493e47 Issue #28455: Clarify example of overriding the convert_arg_line_to_args method Patch by Mariatta Wijaya. 17 October 2016, 03:14:17 UTC
back to top