- 16 May, 2016 11 commits
-
-
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 9 commits
-
-
Yury Selivanov authored
Patch by Philip Jenvey
-
Yury Selivanov authored
Patch by Vincent Michel. See also https://github.com/python/asyncio/pull/326
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Philip Jenvey
-
Yury Selivanov authored
-
Serhiy Storchaka authored
test_different_file.
-
Senthil Kumaran authored
Patch contributed by Chi Hsuan Yen.
-
Martin Panter authored
-
Benjamin Peterson authored
-
- 12 May, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 11 May, 2016 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
It is better to not change this in bugfix release.
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
- 10 May, 2016 2 commits
-
-
Serhiy Storchaka authored
Original patch by James Edwards.
-
Benjamin Peterson authored
Patch from Xiang Zhang.
-
- 09 May, 2016 1 commit
-
-
Zachary Ware authored
This was inadvertently changed in 644b677c2ae5 to use self._stderr instead of _sys.stderr.
-
- 08 May, 2016 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
_tkinter and curses.panel modules.
-
Martin Panter authored
-