- 15 Apr, 2016 2 commits
-
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
- 14 Apr, 2016 12 commits
-
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
Zachary Ware authored
-
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’
-
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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
- 13 Apr, 2016 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
NOTE: A direct call of super.__init__ is not endorsed!
-
Serhiy Storchaka authored
NOTE: A direct call of super.__init__ is not endorsed!
-
Senthil Kumaran authored
[minor] - Correct the docstring of locale.str. Patch by poleto.
-
Senthil Kumaran authored
-
Martin Panter authored
-
Martin Panter authored
-
Steve Dower authored
-
Steve Dower authored
-
Martin Panter authored
-
- 12 Apr, 2016 12 commits
-
-
Victor Stinner authored
-
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
Issue #26639: Replace imp with importlib in Tools/i18n/pygettext.py. Remove _get_modpkg_path(), replaced with importlib.util.find_spec().
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Demur Rumed.
-
Victor Stinner authored
Use directly dis.opmap[name] rather than dis.opname.index(name). Patch written by Demur Rumed.
-
Victor Stinner authored
Simplify code to build opcode.opname. Patch written by Demur Rumed.
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
- 11 Apr, 2016 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
-