- 16 Apr, 2016 1 commit
-
-
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 8 commits
-
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Berker Peksag authored
Reported by Robert on docs@p.o.
-
Serhiy Storchaka authored
-
Berker Peksag authored
The default value of __len__ is 0, not 1: >>> from unittest.mock import MagicMock >>> mock = MagicMock() >>> len(mock) 0 Reported by Alex on docs@p.o. Remove the remaining VMSError reference. VMS support is gone.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
- 10 Apr, 2016 5 commits
-
-
Serhiy Storchaka authored
in places where Py_DECREF was used.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
error handler for stdin and stdout.
-
Martin Panter authored
Remove redundant tests now that str is unicode.
-
Martin Panter authored
This eliminates a few redundant test cases.
-
- 09 Apr, 2016 2 commits
-
-
Martin Panter authored
* No longer attempts to close already freed socket file descriptor * Use socket object to be compatible with Windows * Do not use a timeout to avoid complication with non-blocking mode * Use internal localhost server rather than depending on a third party * Avoid trouble with buffered HTTP data by testing tunnelled CONNECT data
-
Martin Panter authored
-