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

sort by:
Revision Author Date Message Commit Date
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
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
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
b5c43f4 Merge with 3.5 11 June 2016, 06:06:40 UTC
5ad8599 Issue #5124: Paste with selection should always replace. This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. 11 June 2016, 06:06:26 UTC
c39e330 Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. 11 June 2016, 06:05:52 UTC
01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. Where needed, add minimal tests to cover changes. 10 June 2016, 22:19:21 UTC
96881cd Issue #27186: Add os.PathLike support to DirEntry Initial patch thanks to Jelle Zijlstra. 10 June 2016, 21:37:21 UTC
419e8ed Issue #20900: Merge from 3.5 10 June 2016, 20:02:04 UTC
904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly Initial patch by ingrid. 10 June 2016, 20:00:52 UTC
568be63 Issue #27186: Add os.PathLike support to pathlib. This adds support both to pathlib.PurePath's constructor as well as implementing __fspath__(). This removes the provisional status for pathlib. Initial patch by Dusty Phillips. 10 June 2016, 19:20:49 UTC
87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove unused and outdated icons. 10 June 2016, 16:23:35 UTC
420e4d8 Issue #27280: Fix typo in IPv6Network documentation Patch by Arthur Carcano. 10 June 2016, 11:26:07 UTC
f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support positional-only and keyword parameters in the same function. 09 June 2016, 13:30:29 UTC
3398808 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove unused and outdated icons. 10 June 2016, 16:25:42 UTC
62e3ad3 Issue #27280: Merge from 3.5 10 June 2016, 11:26:32 UTC
b7bdfcf Issue #24617: Merge os.mkdir() doc from 3.5 10 June 2016, 08:40:02 UTC
596357d Merge comment fix from 3.5 10 June 2016, 08:38:56 UTC
39b1025 Fix typo and move comment to appropriate condition 10 June 2016, 08:07:11 UTC
b18ffb4 Add a versionadded directive to os.PathLike 10 June 2016, 05:43:54 UTC
1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. Delete now unneeded tk version tests and code for older versions. 10 June 2016, 01:09:15 UTC
82ae155 Issue #24759: Add test for IDLE syntax colorizoer. 10 June 2016, 01:04:09 UTC
7082bc3 Issue #8491: Merge readline doc from 3.5 10 June 2016, 00:39:28 UTC
553245c Issue #8491: Add link to Gnu Readline configuration documentation 10 June 2016, 00:27:46 UTC
a0053be Merge 09 June 2016, 23:59:13 UTC
746102b Issue #27186: Document PyOS_FSPath(). 09 June 2016, 23:58:38 UTC
5848ac2 Issue #15476: Merge index entries from 3.5 09 June 2016, 23:36:40 UTC
b08388d Issue #27182: Document os.PathLike. Part of PEP 519. 09 June 2016, 22:58:06 UTC
516f546 Add a missing :term:. 09 June 2016, 22:55:52 UTC
0fa1aa1 Clarify the os.fspath() documentation. 09 June 2016, 21:37:06 UTC
back to top