- 18 Apr, 2016 4 commits
-
-
Guido van Rossum authored
typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201.
-
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
Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47.
-
Guido van Rossum authored
-
- 17 Apr, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Martin Panter authored
Patch by Anthony Sottile.
-
- 16 Apr, 2016 9 commits
-
-
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
-
Serhiy Storchaka authored
Patch by Aviv Palivoda.
-
Senthil Kumaran authored
Patch contributed by Luiz Poleto.
-
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
-
- 09 Apr, 2016 1 commit
-
-
Martin Panter authored
-
- 15 Apr, 2016 9 commits
-
-
Gregory P. Smith authored
enable link time optimizations at build time during a make profile-opt.
-
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.
-
Martin Panter 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.
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
This affects documentation, code comments, and a debugging messages.
-
- 14 Apr, 2016 5 commits
-
-
Zachary Ware authored
Thanks to Shaun Walbridge for noticing.
-
Berker Peksag authored
It can be seen on various buildbots like 3.x.cea-indiana-amd64 and 3.x.murray-snowleopard: /export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Modules/_ssl.c:2227: warning: unused variable 'libver' /Users/buildbot/buildarea/3.x.murray-snowleopard/build/Modules/_ssl.c:2227: warning: unused variable ‘libver’
-
Serhiy Storchaka authored
-
Ethan Furman authored
-
Ethan Furman authored
-
- 13 Apr, 2016 4 commits
-
-
Serhiy Storchaka authored
NOTE: A direct call of super.__init__ is not endorsed!
-
Senthil Kumaran authored
-
Martin Panter authored
-
Steve Dower authored
-
- 12 Apr, 2016 5 commits
-
-
Victor Stinner authored
syscall() function requires #include <unistd.h>.
-
Victor Stinner authored
Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than 1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per call.
-
Victor Stinner authored
Patch written by Demur Rumed.
-
Georg Brandl authored
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
- 11 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-