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

sort by:
Revision Author Date Message Commit Date
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
34b9d14 Issue #28283: Remove flaky test test_sock_connect_sock_write_race again It was added back in 53a578f51f21. 01 October 2016, 01:16:59 UTC
b334ee0 Issue #28319: Fix typo in lzma.rst Reported by Vladimir Rutsky. 30 September 2016, 22:19:04 UTC
5e3677d Fix markup in pathlib.rst 30 September 2016, 22:06:52 UTC
06a8ac0 Fix Path.glob() link, reported by SilentGhost 30 September 2016, 22:02:39 UTC
30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. Patch by Mariatta Wijaya. 30 September 2016, 19:38:48 UTC
e3c65a7 Misc asyncio improvements from upstream 30 September 2016, 15:17:15 UTC
07cfd50 Merge heads 30 September 2016, 07:38:31 UTC
00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. 30 September 2016, 07:07:26 UTC
1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. Also, make idlelib.idle.main() work after import idlelib.idle. 30 September 2016, 06:53:44 UTC
55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. Reformat a few early 3.x entries in HEWS.txt. 30 September 2016, 03:59:55 UTC
8d50d62 Issue #28258: Explain the LC_ALL change in a comment 29 September 2016, 20:31:06 UTC
80bc7dc Issue #28258: Fixed build with Estonian locale (python-config and distclean targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. 29 September 2016, 17:29:23 UTC
4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) Patch by Valerie Lambert. 29 September 2016, 06:13:58 UTC
c49b4d8 Remove disabled ctypes test The test was commented out in 2005 before ctypes was added to Python, because the “cdll” attribute loading feature “will no longer work this way”: http://svn.python.org/view?view=revision&revision=49102 29 September 2016, 02:50:20 UTC
6c58c34 IDLE NEWS item and ack. 29 September 2016, 01:55:55 UTC
cf79cdb Issue #28306: Update exception message of ZeroDivisionError 28 September 2016, 19:48:57 UTC
ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags 28 September 2016, 16:35:25 UTC
aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish 28 September 2016, 14:28:41 UTC
c16387b Issue #28300: Fix typos, patch by Shlomi Fish 28 September 2016, 14:21:52 UTC
de55c61 Issue #21903: Update ctypes example to use MessageBoxW 28 September 2016, 14:07:01 UTC
0c6974d Issue #28253: Added a NEWS entry. 28 September 2016, 00:34:11 UTC
957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. Methods itermonthdays() and itermonthdays2() are reimplemented so that they don't call itermonthdates() which can cause datetime.date under/overflow. 28 September 2016, 00:26:39 UTC
4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) 27 September 2016, 22:20:12 UTC
63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race 27 September 2016, 21:39:36 UTC
5ae4f49 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. 27 September 2016, 19:03:51 UTC
47dee11 Issue #21578: Fixed misleading error message when ImportError called with invalid keyword args. 27 September 2016, 17:45:35 UTC
c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). Original patch by John Leitch. 27 September 2016, 17:14:26 UTC
f18a5da Issue #26439: Document that RTLD_NOW is always added 27 September 2016, 05:10:40 UTC
407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() if pass invalid string-like object as a name. Patch by Xiang Zhang. 26 September 2016, 21:10:03 UTC
a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout Patch by Tom Clark. 26 September 2016, 20:22:22 UTC
8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py Patch by Madison May. 26 September 2016, 20:06:32 UTC
6129e14 Document that os.mknod() is not available on Windows Reported by Regina Ochotzki on docs@p.o. 26 September 2016, 19:50:11 UTC
996e5f9 os.genenvb() is not availabnle under Windows 26 September 2016, 19:44:07 UTC
1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang. 26 September 2016, 17:52:41 UTC
b02f8fc Issue #11957: Restored re tests for passing count and maxsplit as positional arguments. 25 September 2016, 17:36:23 UTC
e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. 25 September 2016, 13:46:10 UTC
613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. 24 September 2016, 14:26:36 UTC
8609cda Issue #28221: Remove unused assignment from test_asyncore_server() The later value of FOO is fine. The test just needs to verify that the server converted it to lowercase. 23 September 2016, 23:45:56 UTC
3cb091e Increase buffer for readlink() in case OS will support longer names one day. 23 September 2016, 18:24:28 UTC
2f366ca Add an extra byte for null in case we ever get very long unicode names. 23 September 2016, 18:20:27 UTC
bd2ffa5 Issue #27829: regrtest -W displays stderr if env changed regrtest -W hides output if a test pass, but also when env changed and so the env changed warning is hidden. So it's hard to debug. With this change, stderr is now always displayed when a test doesn't pass. 23 September 2016, 09:13:53 UTC
fb4a96a Issue #28251: Improvements to help manuals on Windows. 23 September 2016, 00:07:56 UTC
208bbd2 Silence GCC warning. The code was correct, but GCC is not enough clever. 22 September 2016, 16:59:46 UTC
55b196a Make Lib/test/ssltests.py more useful and faster for OpenSSL testing 22 September 2016, 14:49:35 UTC
463ef2b Fix references to Python 3’s socketserver (lowercase) module 22 September 2016, 09:37:56 UTC
bb8b1cb Issue #27348: Restore “Exception: None” formatting in traceback module This fixes a regression caused by revision 73afda5a4e4c. Also reverts the decimal test workaround added in revision 5f3dd0a2b1ab. Remove test_without_exception(). According to revision ecaafc32c500, this was added in Python 2 so that print_exc() would output “None” when called with no exception set. However print_exc() never worked like this in Python 3, and the use case is not documented. Restore TracebackCases class name (instead of SyntaxTracebackCases), because the class also tests other exceptions. 22 September 2016, 09:37:39 UTC
92bb90a Extend the test to lower pickle protocols. 22 September 2016, 08:39:25 UTC
16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() 21 September 2016, 16:34:15 UTC
1ddf53d Fix PyUnicode_FromFormatV() error handling Issue #28233: Fix a memory leak if the format string contains a non-ASCII character, destroy the unicode writer. 21 September 2016, 12:13:14 UTC
0256f42 test_asynico: fix test_sock_connect_sock_write_race() Issue #28176: Increase timeout from 10 seconds to 60 seconds. 21 September 2016, 07:15:36 UTC
6d8bc46 Catch EPERM error in py_getrandom() Issue #27955: Fallback on reading /dev/urandom device when the getrandom() syscall fails with EPERM, for example when blocked by SECCOMP. 20 September 2016, 20:46:02 UTC
af59732 Cleanup random.c Issue #27955: modify py_getrnadom() and dev_urandom() * Add comments from Python 3.7 * PEP 7 style: add {...} 20 September 2016, 20:26:18 UTC
a327331 Make 3.7 the current dev version in the html version of the docs. 20 September 2016, 19:00:07 UTC
918aa89 remove trailing whitespace 20 September 2016, 05:16:36 UTC
647680e Docs: Correctly link to the methods 19 September 2016, 22:01:53 UTC
57bda33 merge 3.4 19 September 2016, 06:43:18 UTC
back to top