Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
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
deed0c7 Issue #28388: update typing module documentation. 09 October 2016, 03:06:56 UTC
9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang Zhang. 08 October 2016, 19:45:38 UTC
48b1c3f Issue #28376: The type of long range iterator is now registered as Iterator. Patch by Oren Milman. 08 October 2016, 19:04:12 UTC
44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. Patch by Oren Milman. 08 October 2016, 18:43:11 UTC
3bd9fde Issue #28376: Fixed typos. Based on patch by Oren Milman. 08 October 2016, 18:33:59 UTC
8ef3460 Issue #26906: Resolving special methods of uninitialized type now causes implicit initialization of the type instead of a fail. 08 October 2016, 09:24:09 UTC
1c1130f Issue #25783: Fixed test_traceback when run directly (without regrtest). 07 October 2016, 20:45:42 UTC
5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword argument. 07 October 2016, 20:32:41 UTC
de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. Original patch by Niklas Koep. 07 October 2016, 20:24:35 UTC
8793b21 Issue #26293: Fixed writing ZIP files that starts not from the start of the file. Offsets in ZIP file now are relative to the start of the archive in conforming to the specification. 07 October 2016, 19:20:50 UTC
cf38060 Issue #24098: Fixed possible crash when AST is changed in process of compiling it. 07 October 2016, 18:51:28 UTC
36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection 07 October 2016, 16:39:57 UTC
95cdf36 Null merge with 3.4 06 October 2016, 18:05:17 UTC
cb9424f Issue #27759: Fix selectors incorrectly retain invalid file descriptors. (Backported to 3.4 as this bug might be exploited to for DoS) 06 October 2016, 18:03:03 UTC
8f1cdc6 ensure read size is initialized 06 October 2016, 06:32:09 UTC
3776836 do not leak buffer if mmap is not writable 06 October 2016, 06:29:07 UTC
4c8b2cd skip test on windows 06 October 2016, 05:09:31 UTC
cf0b9da fix bug in 48797808a302 06 October 2016, 05:00:24 UTC
e06cc67 skip test if resizing is not supported 06 October 2016, 05:00:05 UTC
cd04db0 mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow 06 October 2016, 04:45:48 UTC
92e7c7f asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ Issue #23749: With this change it's possible to implement starttls as a separate package on PyPI, or even by copying/pasting a small snipped of code in your project. It's expected that we'll figure out the API design for starttls during 3.6, so that we can add it in 3.7. 05 October 2016, 23:39:54 UTC
8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines 05 October 2016, 23:32:49 UTC
0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. 05 October 2016, 22:28:09 UTC
3e56ff0 Issue #28370: Speedup asyncio.StreamReader.readexactly Patch by Коренберг Марк. 05 October 2016, 22:01:12 UTC
5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader 05 October 2016, 21:48:59 UTC
9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. Patch by Vincent Michel. 05 October 2016, 20:57:12 UTC
b5bb404 Issue #28222: Don't fail if pygments is not available We can't just skip the test if docutils is available, but pygments is not because the purpose of the test was testing a bug in _check_rst_data(). 04 October 2016, 17:54:44 UTC
002b0a7 Issue #28348: Fix typo in asyncio.Task() documentation Patch by Mariatta Wijaya. 04 October 2016, 17:45:47 UTC
7338ebc Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. 04 October 2016, 17:04:30 UTC
7fd9f4b Merge heads 04 October 2016, 15:23:55 UTC
09f3d08 Issue #28350: String constants with null character no longer interned. 04 October 2016, 15:17:22 UTC
8f657c3 ensure gc tracking is off when invoking weakref callbacks (closes #26617) 04 October 2016, 07:00:02 UTC
b47c9d2 More updates from upstream typing.py 03 October 2016, 15:40:50 UTC
cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). Original patch by Xiang Zhang. 02 October 2016, 18:29:26 UTC
63b5b6f Moved Unicode C API related tests to separate test class. 02 October 2016, 18:16:38 UTC
480b069 Issue #20254: Fix duplicate tests in test_socket Patch by Vajrasky Kok. 02 October 2016, 08:39:41 UTC
d556a35 Issue #27358: Backported tests. 02 October 2016, 08:10:18 UTC
6498e52 Issue #28257: Backported a test. 02 October 2016, 07:36:33 UTC
85c3f26 Issue #28322: Fixed possible crashes when unpickle itertools objects from incorrect pickle data. Based on patch by John Leitch. 02 October 2016, 05:34:53 UTC
38317d3 Issue #28275: Clean up to avoid use-after-free after bzip decompress failure 01 October 2016, 02:45:17 UTC
back to top