https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
7e16af4 Version bump for 3.6.0b2 10 October 2016, 20:09:08 UTC
bec93b3 Update pydoc topics for 3.6.0b2 10 October 2016, 20:02:26 UTC
ee22aad regenerate configure with autoconf 2.69 10 October 2016, 19:42:18 UTC
e326a91 Update OS X installer ReadMe for 360b2. 10 October 2016, 19:34:00 UTC
1be427b Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. Patch by Masayuki Yamamoto. 10 October 2016, 17:12:34 UTC
425ec15 Issue #28402: Adds signed catalog files for stdlib on Windows. 10 October 2016, 03:18:52 UTC
b1321fb Issue #28394: More typo fixes for 3.6+ 10 October 2016, 00:38:21 UTC
fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 10 October 2016, 00:28:38 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
49f5cdd Issue #28183: Optimize and cleanup dict iteration. 09 October 2016, 20:08:05 UTC
0606072 Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6) 09 October 2016, 17:03:35 UTC
5e2a0ef Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. 09 October 2016, 17:02:49 UTC
917c1c3 Merge 3.5 (issue #27972) 09 October 2016, 16:20:44 UTC
4145c83 Issue #27972: Prohibit Tasks to await on themselves. 09 October 2016, 16:19:12 UTC
88e8aca Merge 3.5 (issue #28399) 09 October 2016, 16:16:08 UTC
908d55d Issue #28399: Remove UNIX socket from FS before binding. Patch by Коренберг Марк. 09 October 2016, 16:15:08 UTC
75907bc Issue #28389: Merge from 3.5 09 October 2016, 15:18:55 UTC
0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation 09 October 2016, 15:18:21 UTC
3b8c547 Fixed wrong issue number in NEWS 09 October 2016, 05:53:44 UTC
9e4e38e Issue #26801: Added C implementation of asyncio.Future. Original patch by Yury Selivanov. 09 October 2016, 05:44:47 UTC
518599b Merge further typing.py changes from upstream. (merge 3.5->3.6) 09 October 2016, 03:27:55 UTC
e259267 Merge further typing.py changes from upstream. 09 October 2016, 03:27:22 UTC
35e27db null merge 09 October 2016, 03:13:45 UTC
7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) 09 October 2016, 03:12:54 UTC
b258db9 Issue #28388: update typing module documentation. (merge 3.5->3.6) 09 October 2016, 03:09:56 UTC
deed0c7 Issue #28388: update typing module documentation. 09 October 2016, 03:06:56 UTC
21d9f10 Merge from 3.5. 08 October 2016, 19:46:01 UTC
9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang Zhang. 08 October 2016, 19:45:38 UTC
c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() 08 October 2016, 19:37:33 UTC
ea200db Add proper credit to NEWS file. 08 October 2016, 19:24:30 UTC
59bd34f Issue #28333: Remove unnecessary increment. 08 October 2016, 19:20:45 UTC
3cd187b Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun) 08 October 2016, 19:18:16 UTC
c3215f5 Merge from 3.5. 08 October 2016, 19:06:52 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
c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator type now is deprecated. Patch by Oren Milman. 08 October 2016, 18:50:45 UTC
639098c Merge from 3.5. 08 October 2016, 18:45:07 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
88212ae Merge from 3.5. 08 October 2016, 18:34:44 UTC
3bd9fde Issue #28376: Fixed typos. Based on patch by Oren Milman. 08 October 2016, 18:33:59 UTC
2674bc7 Issue #27998: Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun. 08 October 2016, 17:16:57 UTC
3e49264 Issue #28390: Fix header levels in whatsnew/3.6.rst Patch by SilentGhost. 08 October 2016, 13:15:15 UTC
dd102f7 Issue #28317: The disassembler now decodes FORMAT_VALUE argument. 08 October 2016, 09:34:25 UTC
56588b7 Issue #26906: Resolving special methods of uninitialized type now causes implicit initialization of the type instead of a fail. 08 October 2016, 09:26:25 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
2b80145 Issue #25783: Fixed test_traceback when run directly (without regrtest). 07 October 2016, 20:46:22 UTC
1c1130f Issue #25783: Fixed test_traceback when run directly (without regrtest). 07 October 2016, 20:45:42 UTC
1d7d622 Null merge 07 October 2016, 20:33:55 UTC
5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword argument. 07 October 2016, 20:32:41 UTC
e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. Original patch by Niklas Koep. 07 October 2016, 20:25:46 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
242c170 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:24:20 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
5e80855 Issue #24098: Fixed possible crash when AST is changed in process of compiling it. 07 October 2016, 18:55:49 UTC
cf38060 Issue #24098: Fixed possible crash when AST is changed in process of compiling it. 07 October 2016, 18:51:28 UTC
3df053e Merge 3.5 (asyncio) 07 October 2016, 16:40:22 UTC
36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection 07 October 2016, 16:39:57 UTC
ac5084b Fixes issue28380: unittest.mock Mock autospec functions now properly support assert_called, assert_not_called, and assert_called_once. 06 October 2016, 21:31:23 UTC
0ebdd07 Null merge with 3.5 06 October 2016, 18:05:42 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
e4c222c merge 3.5 06 October 2016, 06:32:15 UTC
8f1cdc6 ensure read size is initialized 06 October 2016, 06:32:09 UTC
43441c7 merge 3.5 06 October 2016, 06:29:16 UTC
3776836 do not leak buffer if mmap is not writable 06 October 2016, 06:29:07 UTC
267941c Issue #28201: Dict reduces possibility of 2nd conflict in hash table. Do perturb shift after first conflict. 06 October 2016, 06:19:07 UTC
87845bc merge 3.5 06 October 2016, 05:54:19 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
a886142 Merge 3.5 (issue #23749) 05 October 2016, 23:40:19 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
996dd4a Merge 3.5 (issue #28372) 05 October 2016, 23:33:36 UTC
8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines 05 October 2016, 23:32:49 UTC
d2c5fab Merge 3.5 (issue #28371) 05 October 2016, 22:29:04 UTC
0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. 05 October 2016, 22:28:09 UTC
139914a Merge 3.5 (issue #28370) 05 October 2016, 22:04:35 UTC
3e56ff0 Issue #28370: Speedup asyncio.StreamReader.readexactly Patch by Коренберг Марк. 05 October 2016, 22:01:12 UTC
bb8eb92 Merge 3.5 (issue #28369) 05 October 2016, 21:49:54 UTC
5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader 05 October 2016, 21:48:59 UTC
67ea618 Merge 3.5 (issue #28368) 05 October 2016, 21:01:01 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
3ae4155 Issue #27998: Removed workarounds for supporting bytes paths on Windows in os.walk() function and glob module since os.scandir() now directly supports them. 05 October 2016, 20:17:10 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
fae2829 Issue #27181 remove geometric_mean and defer for 3.7. 04 October 2016, 16:24:45 UTC
d3dbba4 Issue #28222: Merge from 3.5 04 October 2016, 17:55:26 UTC
5cb63ae Issue #28348: Merge from 3.5 04 October 2016, 17:46:22 UTC
5f59ddd Issue #28229: lzma module now supports pathlib 04 October 2016, 17:41:20 UTC
db8d626 Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. 04 October 2016, 17:08:29 UTC
27b4098 Null merge 04 October 2016, 15:24:21 UTC
7fd9f4b Merge heads 04 October 2016, 15:23:55 UTC
e81b0d3 Issue #28350: String constants with null character no longer interned. 04 October 2016, 15:21:25 UTC
09f3d08 Issue #28350: String constants with null character no longer interned. 04 October 2016, 15:17:22 UTC
8044809 merge 3.5 (#26617) 04 October 2016, 07:00:23 UTC
8f657c3 ensure gc tracking is off when invoking weakref callbacks (closes #26617) 04 October 2016, 07:00:02 UTC
fb12ce1 Issue #28218: Fixes versionadded description in using/windows.rst 03 October 2016, 16:15:27 UTC
312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. 03 October 2016, 16:04:58 UTC
7fe091d More updates from upstream typing.py (3.5->3.6) 03 October 2016, 15:41:37 UTC
back to top