- 20 May, 2016 2 commits
-
-
Yury Selivanov authored
-
Victor Stinner authored
Issue #26741: asyncio: BaseSubprocessTransport._process_exited() now copies the return code from the child watched to the returncode attribute of the Popen object. On Python 3.6, it is required to avoid a ResourceWarning.
-
- 19 May, 2016 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.)
-
Steve Dower authored
-
Victor Stinner authored
Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by SELinux and fails with EACCESS. The function now falls back to fcntl(). Patch written by Michał Bednarski.
-
- 18 May, 2016 7 commits
-
-
Steve Dower authored
Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones.
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
Terry Jan Reedy authored
-
Ned Deily authored
-
- 17 May, 2016 10 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Xiang Zhang.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 16 May, 2016 14 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
Patch by Joe Jevnik.
-
Steve Dower authored
-
Steve Dower authored
Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.
-
Martin Panter authored
Some servers send Location header fields with non-ASCII bytes, but "http. client" requires the request target to be ASCII-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by Christian Heimes. Python 2 does not suffer any problem because it allows non-ASCII bytes in the HTTP request target.
-
Martin Panter authored
-
Serhiy Storchaka authored
in PyArg_ParseTuple().
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
Uppercase 'GUI', remove 2.7 references and reflow text.
-
Robert Collins authored
Patch from Yolanda Robla.
-
Terry Jan Reedy authored
-
- 15 May, 2016 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar.
-