- 18 Apr, 2016 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26777: Fix random failing of the test on the "AMD64 FreeBSD 9.x 3.5" buildbot: File ".../Lib/test/test_asyncio/test_tasks.py", line 2398, in go self.assertTrue(0.09 < dt < 0.11, dt) AssertionError: False is not true : 0.11902812402695417 Replace "< 0.11" with "< 0.15".
-
Martin Panter authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Martin Panter authored
Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 17 Apr, 2016 9 commits
-
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
Victor Stinner authored
Issue #26770: set_inheritable() avoids calling fcntl() twice if the FD_CLOEXEC is already set/cleared. This change only impacts platforms using the fcntl() implementation of set_inheritable() (not Linux nor Windows).
-
Serhiy Storchaka authored
messages.
-
Serhiy Storchaka authored
-
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
Martin Panter authored
-
Martin Panter authored
Patch by Anthony Sottile.
-
- 16 Apr, 2016 21 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Handle is probably meant to be excluded, and STARTUPINFO will be added to __all__ in 3.6.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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 2 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.
-