- 15 Apr, 2016 12 commits
-
-
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
- 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 6 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.
-