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

sort by:
Revision Author Date Message Commit Date
3b3a141 Issue #27392: Document loop.connect_accepted_socket() Patch by Jim Fulton. 07 November 2016, 20:35:25 UTC
2ebd6fe Issue #28088: Don't include self in method signature Also update versionadded directive to 3.5.3. 07 November 2016, 20:36:14 UTC
db87c99 make sure dict view types are initialized 06 November 2016, 21:01:07 UTC
cea632e Issue #21864: Remove outdated section about exceptions from the tutorial Move the still relevant parts of it to the previous chapter, "Errors and Exceptions". 06 November 2016, 18:15:01 UTC
24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue. 06 November 2016, 16:44:42 UTC
04b3d8b Fix spacing after C++ in documentation 05 November 2016, 02:40:31 UTC
88281ce Issue #28485: Check for negative workers even without ProcessPoolExecutor This matches the documentation, and passes the test suite when multithreading is disabled. 05 November 2016, 01:11:36 UTC
da4887a Issue #28616: Correct help for sys.version_info releaselevel component. Patch by Anish Tambe. 04 November 2016, 21:03:34 UTC
600a349 Issue #28613: Fix get_event_loop() to return the current loop when called from coroutines or callbacks. 04 November 2016, 18:29:28 UTC
1ea023e Issue #28088: Document Transport.set_protocol and get_protocol 04 November 2016, 07:33:47 UTC
c542049 asyncio: Sync with upstream 03 November 2016, 22:35:23 UTC
491a912 Issue #28600: Optimize loop.call_soon(). Run expensive type checks only in debug mode. In addition, stop supporting passing handles to loop.run_in_executor. 03 November 2016, 22:09:24 UTC
9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. 03 November 2016, 21:17:25 UTC
a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. 03 November 2016, 13:37:01 UTC
2af4144 Merge new pip/setuptools from 3.4 02 November 2016, 19:53:58 UTC
20a587b Upgrade pip to 9.0 and setuptools to 28.7.1 02 November 2016, 19:42:49 UTC
72b3443 Fixed hyperlinks for tarfile CLI options. 02 November 2016, 19:04:45 UTC
92c1a90 Issue #28513: Documented command-line interface of zipfile. 02 November 2016, 10:06:15 UTC
38adbfa Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. Original patch by Mariatta Wijaya. 31 October 2016, 23:51:58 UTC
3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. 31 October 2016, 08:41:47 UTC
04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if given empty data twice. Patch by Benjamin Fogle. 31 October 2016, 06:30:09 UTC
0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. 30 October 2016, 20:52:06 UTC
a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True. 30 October 2016, 18:52:29 UTC
d1af5ef Issue #28385: An error message when non-empty format spec is passed to object.__format__ now contains the name of actual type. 30 October 2016, 17:33:54 UTC
c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived browsers. Based on patch by Oleg Broytman. 30 October 2016, 17:16:33 UTC
32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable. 30 October 2016, 16:49:52 UTC
0438683 Backed out changeset 9f7505019767 (issue #27275). 30 October 2016, 15:17:24 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
62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) 29 October 2016, 23:05:26 UTC
b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) 29 October 2016, 19:44:29 UTC
5fc25a8 Issue #28556: updates to typing.py 29 October 2016, 15:54:56 UTC
84968b7 Issue #28444: Fix missing extensions modules when cross compiling. 29 October 2016, 14:57:20 UTC
43ab355 Removes incorrect condition from lib_pdb.msi 28 October 2016, 18:19:18 UTC
3ec5f42 Fixed possible NULL decrefing. 28 October 2016, 09:14:34 UTC
7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 28 October 2016, 06:17:38 UTC
a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 27 October 2016, 19:47:08 UTC
fcf622e Updates release build to collect symbols and binaries, and create nuget package. 27 October 2016, 19:08:45 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
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
bb44477 Fix default role usage 26 October 2016, 02:35:22 UTC
4afdca0 Issue #26240: Clean up the subprocess module doc string Patch by Tim Mitchell. 25 October 2016, 22:20:48 UTC
36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. 25 October 2016, 17:18:31 UTC
4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in subclasses of accelerated OrderedDict. 25 October 2016, 12:33:23 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
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
42babab Issue #28353: os.fwalk() no longer fails on broken links. 25 October 2016, 11:28:38 UTC
036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). 25 October 2016, 07:37:01 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
bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) Patch from vierja. 25 October 2016, 06:00:03 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
0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. 23 October 2016, 19:56:14 UTC
b4293ef Issue #28115: ZIP creation test requires zlib. 23 October 2016, 19:32:30 UTC
666de77 Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. 23 October 2016, 12:55:09 UTC
61c4c44 Issue #28115: Added tests for CLI of the zipfile module. 23 October 2016, 10:07:59 UTC
52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. 22 October 2016, 14:55:18 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
3b55799 Two minor typing.py fixes (upstream #305) 22 October 2016, 00:30:29 UTC
ac353df Issue #28482: Skip a few test_typing tests if asyncio unavailable 21 October 2016, 23:12:17 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
9f91e85 Fix indent 21 October 2016, 21:30:50 UTC
7ef22d6 Sync typing.py from upstream 21 October 2016, 21:27:58 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
f8c1505 Issue #25152: Mention the deprecation of pyvenv 21 October 2016, 19:53:40 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
9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). 21 October 2016, 13:19:59 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
807e2f3 Issue #19795: Fixed formatting a table. 19 October 2016, 16:37:20 UTC
4adf01c Issue #19795: Improved more markups of True/False. 19 October 2016, 15:30:05 UTC
1883542 Issue #19795: Fixed markup errors. 19 October 2016, 15:11:24 UTC
a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. 19 October 2016, 13:43:42 UTC
ecf41da Issue #19795: Mark up None as literal text. 19 October 2016, 13:29:26 UTC
9f2e377 Issue #27896: Allow passing sphinx options to Doc/Makefile Patch written by Julien Palard. 16 October 2016, 17:14:23 UTC
04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception loss in PyTraceBack_Here(). 18 October 2016, 10:23:18 UTC
e5b0bd1 Fix default value of StreamReader.readuntil() Reported by Sam Lunt on docs@p.o. 17 October 2016, 21:34:46 UTC
1f6b69b Issue #28409: regrtest: fix the parser of command line arguments. 17 October 2016, 16:11:03 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
8d761ff remove extra PyErr_Format arguments (closes #28454) Patch from Xiang Zhang. 16 October 2016, 22:41:46 UTC
90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation Patch by Xiang Zhang. 16 October 2016, 21:45:56 UTC
11194f7 Remove spurious article. 15 October 2016, 19:12:03 UTC
684340e Issue #27800: Document limitation and workaround for multiple RE repetitions 15 October 2016, 01:18:16 UTC
c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings 15 October 2016, 00:56:47 UTC
1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. 14 October 2016, 05:58:47 UTC
e1478e4 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. 13 October 2016, 21:31:50 UTC
4a45235 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) 13 October 2016, 21:23:01 UTC
ba29a4f Issue #21443: Show how to change log level for asyncio. 13 October 2016, 20:56:40 UTC
b1a751b Issue #24452: Make webbrowser support Chrome on Mac OS X. 13 October 2016, 18:17:27 UTC
10e54ae Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. 12 October 2016, 18:13:24 UTC
fd28cbe Issue #28248: Merge with 3.4 11 October 2016, 03:11:12 UTC
068534a Issue #28248: Update Windows build to use OpenSSL 1.0.2j 11 October 2016, 02:57:20 UTC
d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog Includes patch by Ville Skyttä. 10 October 2016, 00:24:34 UTC
5e2a0ef Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. 09 October 2016, 17:02:49 UTC
4145c83 Issue #27972: Prohibit Tasks to await on themselves. 09 October 2016, 16:19:12 UTC
908d55d Issue #28399: Remove UNIX socket from FS before binding. Patch by Коренберг Марк. 09 October 2016, 16:15:08 UTC
0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation 09 October 2016, 15:18:21 UTC
e259267 Merge further typing.py changes from upstream. 09 October 2016, 03:27:22 UTC
7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) 09 October 2016, 03:12:54 UTC
back to top