https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
fa42893 Version bump for 3.6.0a2 13 June 2016, 20:54:49 UTC
8b9173a Update pydoc topics for 3.6.0a2 13 June 2016, 20:51:55 UTC
647a6db Merge the 3.4.5rc1 tag all the way into default (3.6). 13 June 2016, 20:12:52 UTC
cd4a3aa Forward-merge from 3.5 to default. 13 June 2016, 20:01:51 UTC
f5b1af6 Forward-merge from 3.4 to 3.5. 13 June 2016, 19:55:11 UTC
fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants exposed on the API which are not implemented on GNU/Hurd. They would not work at runtime anyway. 13 June 2016, 14:33:04 UTC
8acb568 Issue #27025: Generated names for Tkinter widgets are now more meanful and recognizirable. 13 June 2016, 06:24:11 UTC
dffd42f Whitespace 13 June 2016, 04:42:42 UTC
d9792a0 Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. 13 June 2016, 04:41:53 UTC
0c9ad59 Issue #27186: Skip scandir(bytes) test with os.name == "nt" 13 June 2016, 03:28:35 UTC
29f9637 Merge 3.5.2rc1 with current 3.5 branch. 13 June 2016, 03:26:28 UTC
6e9a96b Post-release fixups for Python 3.5.2rc1. 13 June 2016, 03:22:18 UTC
544272a Ignore the VS Code config directory 12 June 2016, 20:23:15 UTC
82029ac Issue #27186: add Include/osmodule.h to the proper build rules 12 June 2016, 20:21:22 UTC
2518fa8 Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. 12 June 2016, 19:49:20 UTC
7670e3c Merge from 3.5 12 June 2016, 19:35:10 UTC
1003b34 Modernize sqlite3 tests Update current tests that use old pattern with assertRaises to make them more maintainable. 12 June 2016, 19:34:49 UTC
41ae559 Issue #27186: skip bytes path test for os.scandir() on Windows 12 June 2016, 18:11:20 UTC
f84f259 Merge from 3.5 12 June 2016, 16:18:17 UTC
0e1d680 Fix typo in _sqlite/module.h 12 June 2016, 16:17:49 UTC
64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. Patch by Demur Rumed. 12 June 2016, 14:36:24 UTC
5697c4b Comment fixes extracted from patch by Demur Rumed. 12 June 2016, 14:02:10 UTC
0db9016 Issue #15657: Null merge from 3.5 12 June 2016, 13:35:31 UTC
8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation 12 June 2016, 13:34:38 UTC
4746080 Issue #27289: Merge from 3.5 12 June 2016, 13:28:16 UTC
c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib 12 June 2016, 13:27:48 UTC
8918b89 Issue #25455: Clean up reference loops created in tests for recursive functools.partial objects. 12 June 2016, 12:53:09 UTC
46fe29d Issue #25455: Clean up reference loops created in tests for recursive functools.partial objects. 12 June 2016, 12:45:14 UTC
0f355c0 Issue #27190: Merge from 3.5 12 June 2016, 11:10:24 UTC
7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 Patch by Dave Sawyer. 12 June 2016, 11:09:51 UTC
9647110 Issue #27188: Merge from 3.5 12 June 2016, 10:42:12 UTC
c415440 Issue #27188: Fix various sqlite3 documentation errors * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. 12 June 2016, 10:41:47 UTC
89f27e5 Merge from 3.5 12 June 2016, 09:26:08 UTC
00eaa8a Use exc role for ValueError in multiprocessing.rst 12 June 2016, 09:25:43 UTC
db287b5 Issue #27221: Merge from 3.5 12 June 2016, 09:19:39 UTC
0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process Initial patch by Jelle Zijlstra. 12 June 2016, 09:19:13 UTC
b62ff6e Issue #25455: Fixed a crash in repr of recursive functools.partial objects. 12 June 2016, 08:51:26 UTC
179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. 12 June 2016, 08:44:06 UTC
c390544 Null merge 12 June 2016, 06:49:23 UTC
4aa15a0 Merge heads 12 June 2016, 06:48:19 UTC
cbe6142 Merge heads 12 June 2016, 06:47:57 UTC
f0ee5cc Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. 12 June 2016, 06:47:20 UTC
9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. 12 June 2016, 06:43:55 UTC
cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. 12 June 2016, 06:35:13 UTC
3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. 12 June 2016, 06:22:01 UTC
98e9051 Add grammatical article to “an ASCII letter” 12 June 2016, 06:17:29 UTC
aea671e Merge typo fixes from 3.5 12 June 2016, 06:16:51 UTC
70c502a Fix typos and English grammar in documentation and code comment 12 June 2016, 06:14:03 UTC
50d4c15 Issue #27030: Merge RE fix from 3.5 12 June 2016, 06:08:29 UTC
d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 12 June 2016, 06:07:35 UTC
393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 12 June 2016, 05:25:43 UTC
463c3f3 Release bump for 3.4.5rc1. 12 June 2016, 05:24:03 UTC
6e77ebe Regenerate pydoc topics for 3.4.5rc1. 12 June 2016, 05:22:07 UTC
5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 12 June 2016, 04:31:25 UTC
4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi 12 June 2016, 04:24:06 UTC
17ce525 Added tag v3.5.2rc1 for changeset 68feec6488b2 12 June 2016, 03:55:23 UTC
904465f Updated header for README for 3.5.2rc1. 12 June 2016, 03:55:08 UTC
d31a255 Release bump for 3.5.2rc1. 12 June 2016, 03:51:22 UTC
b37a142 Regenerated pydoc topics for 3.5.2rc1. 12 June 2016, 03:40:26 UTC
62bdea5 Drop unused import 12 June 2016, 01:56:50 UTC
ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking 12 June 2016, 01:56:24 UTC
99cb0cd Issue #24136: Merge unpacking doc from 3.5 12 June 2016, 01:55:03 UTC
0c0da48 Issue #24136: Document generalized unpacking, PEP 448 Based on patches by Konstantin Molchanov and Neil Girdhar. 12 June 2016, 01:46:50 UTC
4f62d38 merge heads 12 June 2016, 01:07:28 UTC
34ad2ef Merge 3.5, issue #14209 12 June 2016, 01:05:42 UTC
0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages Patch by James Pickering. 12 June 2016, 01:02:46 UTC
7bfb415 Clarify that md5 is in the algorithms_guaranteed list despite what some upstream vendors may do to their odd "FIPS compliant" builds. issue15468. 12 June 2016, 01:02:13 UTC
2d6a58b merge heads 12 June 2016, 00:56:40 UTC
8907dcd issue15468 - use sha256 instead of md5 or sha1 in the examples. document that md5 may be missing in the rare case someone is using a "FIPS compliant" build. I've only ever heard of Redhat creating one of those - CPython itself offers no such build mode out of the box. 12 June 2016, 00:56:12 UTC
5135e9e Merge 3.5, issue #27194 11 June 2016, 23:56:18 UTC
e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction Patch by Jason Fried. 11 June 2016, 23:42:36 UTC
6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. 11 June 2016, 21:39:41 UTC
d611f4c Issue #27294: Improved repr for Tkinter event objects. 11 June 2016, 21:19:44 UTC
f0d4621 merge 3.5 (#26556) 11 June 2016, 20:33:58 UTC
b5ad549 merge 3.4 (#26556) 11 June 2016, 20:33:17 UTC
196d7db upgrade expt to 2.1.1 (closes #26556) 11 June 2016, 20:28:56 UTC
ab6e156 merge 3.5 11 June 2016, 20:19:34 UTC
b0557e7 merge 3.4 11 June 2016, 20:18:56 UTC
46b32f3 raise an error when STARTTLS fails 11 June 2016, 20:16:42 UTC
6bf8e61 Merge from 3.5 11 June 2016, 19:41:03 UTC
af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst 11 June 2016, 19:40:41 UTC
d1f5340 Merge from 3.5 11 June 2016, 19:38:57 UTC
3261960 Silence 'make suspicious' warnings 11 June 2016, 19:38:33 UTC
28dc118 Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ Patch by Gareth Rees. 11 June 2016, 19:30:05 UTC
24b102e Issue #21386: Merge from 3.5 11 June 2016, 19:12:36 UTC
742192a Issue #21386: Implement missing IPv4Address.is_global property It was documented since 07a5610bae9d. Initial patch by Roger Luethi. 11 June 2016, 19:11:47 UTC
4da945f Merge Issue #22558. 11 June 2016, 19:06:08 UTC
fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. 11 June 2016, 19:02:54 UTC
e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). 11 June 2016, 16:32:44 UTC
e6dae87 Issue #27030: The re.LOCALE flag now can be used only with bytes patterns. (Just updated NEWS.) 11 June 2016, 16:24:24 UTC
9bd85b8 Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in regular expressions now are errors. 11 June 2016, 16:15:00 UTC
d35bf03 Merge 3.5 (issue #22970) 11 June 2016, 16:01:19 UTC
c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. Patch by David Coles. 11 June 2016, 16:00:07 UTC
6588712 Merge 3.5 (issue #27223) 11 June 2016, 15:20:50 UTC
ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. Patch by Łukasz Langa. 11 June 2016, 15:19:47 UTC
b1c9b64 IDLE NEWS entries 11 June 2016, 08:36:34 UTC
661c032 Merge Issue #5124: NEWS entries. 11 June 2016, 08:32:30 UTC
8ace13b Issue #5124: NEWS entries. 11 June 2016, 08:31:22 UTC
139fb7c Issue #27262: fix missing parameter typo 11 June 2016, 06:57:56 UTC
50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 11 June 2016, 06:10:59 UTC
back to top