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

sort by:
Revision Author Date Message Commit Date
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
3aa7552 merge 3.5 (#28454) 16 October 2016, 22:42:24 UTC
8d761ff remove extra PyErr_Format arguments (closes #28454) Patch from Xiang Zhang. 16 October 2016, 22:41:46 UTC
b8bddec Issue #28432: Merge from 3.5 16 October 2016, 21:46:37 UTC
90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation Patch by Xiang Zhang. 16 October 2016, 21:45:56 UTC
9f2e377 Issue #27896: Allow passing sphinx options to Doc/Makefile Patch written by Julien Palard. 16 October 2016, 17:14:23 UTC
bf7dcb9 Remove spurious article. 15 October 2016, 19:13:20 UTC
11194f7 Remove spurious article. 15 October 2016, 19:12:03 UTC
9f2ce25 Issue #28428: Rename _futures module to _asyncio. It will have more speedup functions or classes other than asyncio.Future. 15 October 2016, 06:39:19 UTC
479eb76 Issue #27800: Merge RE repetition doc from 3.5 into 3.6 15 October 2016, 01:39:01 UTC
684340e Issue #27800: Document limitation and workaround for multiple RE repetitions 15 October 2016, 01:18:16 UTC
36700e4 Issue #23231: Merge codecs doc from 3.5 into 3.6 15 October 2016, 01:04:08 UTC
c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings 15 October 2016, 00:56:47 UTC
c972d1c [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. 14 October 2016, 05:59:36 UTC
1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. 14 October 2016, 05:58:47 UTC
7b16652 Issue #18844: Add more tests 14 October 2016, 05:19:38 UTC
a0ef768 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (3.5->3.6) 13 October 2016, 21:32:33 UTC
e1478e4 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. 13 October 2016, 21:31:50 UTC
5236ac6 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) 13 October 2016, 21:24:23 UTC
back to top