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

sort by:
Revision Author Date Message Commit Date
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
b4f43e9 Clarify documentation for os.fspath(). 09 June 2016, 21:32:08 UTC
5f74ebc Fix some PEP 8 violations. 09 June 2016, 21:29:25 UTC
711d25d Merge 3.5 (issue #27243) 09 June 2016, 19:13:16 UTC
a6f6edb Issue #27243: Fix __aiter__ protocol 09 June 2016, 19:08:31 UTC
5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. 09 June 2016, 13:16:06 UTC
2561bf6 Issue #26305: Argument Clinic now escapes braces. No need to double them. 09 June 2016, 13:03:23 UTC
ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. 09 June 2016, 13:02:15 UTC
877826a Regenerate Argument Clinic code for issue #23026. 09 June 2016, 13:01:19 UTC
fb51e65 Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. 08 June 2016, 22:09:22 UTC
47791df Null merge. 08 June 2016, 21:56:13 UTC
efe7256 Fix a comment. 08 June 2016, 21:55:49 UTC
118598a Issue #27066: Fixed SystemError if a custom opener (for open()) returns a negative number without setting an exception. 08 June 2016, 21:54:43 UTC
480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns a negative number without setting an exception. 08 June 2016, 21:47:26 UTC
24f3a18 Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. 08 June 2016, 18:37:05 UTC
d03ed8a Omnibus news entry for updates to typing.py. (Merge 3.5->3.6) 08 June 2016, 18:33:28 UTC
fda4d67 Omnibus news entry for updates to typing.py. 08 June 2016, 18:30:48 UTC
8c0e046 Sync typing.py with upstream (merge 3.5->3.6). 08 June 2016, 18:20:02 UTC
91185fe Sync typing.py with upstream. (Upstream is https://github.com/python/typing) - Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230). - Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229). - Repr of Tuple[()] should be 'Tuple[()]' (upstream #231). - Add NewType() (upstream #189). 08 June 2016, 18:19:11 UTC
1842e12 Merge 3.5 (NEWS) 08 June 2016, 17:58:35 UTC
07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file 08 June 2016, 17:58:15 UTC
7a71338 Merge 3.5 (asyncio) 08 June 2016, 17:57:23 UTC
c1cf296 asyncio: Remove asyncio.timeout() context manager. It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html 08 June 2016, 17:57:03 UTC
d211bfb Merge 3.5 (whatsnew) 08 June 2016, 16:55:54 UTC
af74512 asyncio: Update whatsnew/3.5.2 08 June 2016, 16:55:29 UTC
81d167a Merge 3.5 (asyncio, issue #27136) 08 June 2016, 16:48:34 UTC
55c5084 Issue #27136: Update asyncio docs 08 June 2016, 16:48:15 UTC
552bf94 Merge 3.5 (issue #27136, asyncio) 08 June 2016, 16:33:59 UTC
f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo Patch by A. Jesse Jiryu Davis 08 June 2016, 16:33:31 UTC
b198c42 Fix RST conflicts with Idle news entries 08 June 2016, 13:32:49 UTC
7764f4d Merge from 3.5; no changes to 3.6 08 June 2016, 12:45:30 UTC
7d7a11b Issue #23275: Backport target list assignment documentation fixes 08 June 2016, 12:44:30 UTC
3c923ea Issue #21593: Merge from 3.5 08 June 2016, 11:57:24 UTC
84f387d Issue #21593: Clarify that re.search() returns the first match 08 June 2016, 11:56:56 UTC
40de69a Issue #25738: Merge HTTP server from 3.5 08 June 2016, 09:45:58 UTC
58f0169 Issue #21313: Merge version parsing from 3.5 08 June 2016, 09:44:21 UTC
e42e129 Issue #25738: Don’t send message body for 205 Reset Content Patch by Susumu Koshiba. 08 June 2016, 08:29:13 UTC
e187195 odict: Remove useless ";" after function definition Fix a "gcc -pendatic" warning. 08 June 2016, 08:18:18 UTC
cfb1961 py_getrandom(): use char* instead of void* for the destination Fix a "gcc -pedantic" warning on "buffer += n" because buffer type is void*. 08 June 2016, 08:16:50 UTC
4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version 08 June 2016, 06:12:22 UTC
24a72ca Fixed #27251: merged fix from 3.5. 07 June 2016, 20:20:39 UTC
1bf197e Fixed #27251: corrected string/bytes handling in credentials. 07 June 2016, 20:19:55 UTC
ea938ba Items for NEWS and idlelib/NEWS.txt. 07 June 2016, 19:35:37 UTC
back to top