- 15 Apr, 2016 17 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
-
Brett Cannon authored
-
Brett Cannon 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.
-
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 1 commit
-
-
Victor Stinner authored
-