- 16 Apr, 2016 16 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Steven D'Aprano authored
-
Serhiy Storchaka authored
Patch by Aviv Palivoda.
-
Serhiy Storchaka authored
Patch by Aviv Palivoda.
-
Senthil Kumaran authored
issue26775 - Improve test coverage for urllib.parse Patch contributed by Luiz Poleto.
-
Senthil Kumaran authored
Patch contributed by Luiz Poleto.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
* Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous
-
Martin Panter authored
-
- 15 Apr, 2016 24 commits
-
-
Gregory P. Smith authored
enable link time optimizations at build time during a make profile-opt.
-
Gregory P. Smith authored
enable link time optimizations at build time during a make profile-opt.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance.
-
Gregory P. Smith authored
builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance.
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
This has no semantic impact as the class is guarded with a hasattr() check; this is being done to keep typing.py in sync between Python 3.5 and 3.6 as requested by Guido.
-
Victor Stinner authored
Return a bytearray object when bytearray is requested and when the small buffer is used. Fix also test_bytes: bytearray%args must return a bytearray type.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
This affects documentation, code comments, and a debugging messages.
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-