- 19 May, 2016 2 commits
-
-
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 5 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar.
-
Senthil Kumaran authored
-
Martin Panter authored
* "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4
-
- 14 May, 2016 1 commit
-
-
Martin Panter authored
-
- 13 May, 2016 1 commit
-
-
Yury Selivanov authored
Patch by Philip Jenvey
-