- 28 Jun, 2015 2 commits
-
-
Serhiy Storchaka authored
functions of the audioop module. Fixed SystemError when the state is not a tuple. Fixed possible memory leak.
-
Serhiy Storchaka authored
-
- 27 Jun, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 25 Jun, 2015 2 commits
-
-
Berker Peksag authored
gzip.open() supports context management protocol in Python 2, so it's better to use it in the examples section. Patch by Jakub Kadlčík.
-
Berker Peksag authored
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. Patch by Martin Panter.
-
- 24 Jun, 2015 1 commit
-
-
Ned Deily authored
-
- 23 Jun, 2015 1 commit
-
-
Antoine Pitrou authored
-
- 21 Jun, 2015 3 commits
-
-
Ned Deily authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Martin Panter.
-
- 16 Jun, 2015 2 commits
-
-
Zachary Ware authored
I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while.
-
Zachary Ware authored
It now recommends PCbuild/get_externals.bat instead of the scripts in Tools/buildbot.
-
- 13 Jun, 2015 1 commit
-
-
Berker Peksag authored
Patch by Jaivish Kothari.
-
- 12 Jun, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
and set comparisions. Patch by Gareth Rees.
-
- 10 Jun, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 09 Jun, 2015 2 commits
-
-
Zachary Ware authored
This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
-
Serhiy Storchaka authored
-
- 08 Jun, 2015 2 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
- 06 Jun, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 03 Jun, 2015 1 commit
-
-
Steve Dower authored
-
- 02 Jun, 2015 4 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Ned Deily authored
-
Ned Deily authored
does support IPv6 and IPv4; www.python.org currently does not.
-
- 01 Jun, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 31 May, 2015 5 commits
-
-
Serhiy Storchaka authored
Backported issues #19619: encode() and decode() methods and constructors of str, unicode and bytearray classes now emit deprecation warning for known non-text encodings when Python is ran with the -3 option. Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the internal codec marking system added to emit deprecation warning for known non-text encodings at stream construction time when Python is ran with the -3 option.
-
Serhiy Storchaka authored
24-bit samples are not supported in 2.7.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 30 May, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
- 29 May, 2015 1 commit
-
-
Serhiy Storchaka authored
Original patch by David Moore.
-
- 28 May, 2015 2 commits
-
-
Serhiy Storchaka authored
value in the host header was set to "None". Patch by Demian Brecht.
-
Benjamin Peterson authored
-
- 27 May, 2015 2 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
-
- 26 May, 2015 1 commit
-
-
Raymond Hettinger authored
-