- 04 Jul, 2015 4 commits
-
-
Steve Dower authored
Remove build condition to prevent old strings hanging around Add -h option to build.bat
-
Ned Deily authored
- update installer ReadMe file - suppress installer per-file byte-compilation messages to system log - speed up installer byte-compilation - isolate ensurepip install from user site-packages
-
Ned Deily authored
-
Ned Deily authored
-
- 03 Jul, 2015 11 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe.
-
Yury Selivanov authored
collections.abc.Awaitable and collections.abc.Coroutine no longer use __instancecheck__ hook to detect generator-based coroutines. inspect.isawaitable() can be used to detect generator-based coroutines and to distinguish them from regular generator objects.
-
Nick Coghlan authored
Patch by Petr Viktorin.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Benno Leslie and Yury Selivanov.
-
- 02 Jul, 2015 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
positives with the -flto option (gcc >= 4.9.0 and clang).
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Yury Selivanov authored
-
- 01 Jul, 2015 8 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Yury Selivanov authored
Patch by Martin Panter.
-
Yury Selivanov authored
Suggested by Martin Panter.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 30 Jun, 2015 4 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
isawaitable() was added before collections.abc.Awaitable; now, with Awaitable, it is no longer needed (we don't have ishashable() or isiterable() methods in the inspect module either).
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 29 Jun, 2015 3 commits
-
-
Serhiy Storchaka authored
A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter.
-
Serhiy Storchaka authored
A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter.
-
Serhiy Storchaka authored
object now always allocates place for trailing null byte and it's buffer now is always null-terminated.
-