- 02 Jun, 2015 1 commit
-
-
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 3 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 25 May, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 23 May, 2015 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Donald Stufft authored
-
- 22 May, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
cursor type.
-
Donald Stufft authored
-
- 21 May, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Clement Rouault.
-
- 20 May, 2015 2 commits
-
-
Serhiy Storchaka authored
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka authored
IDLE. Patch by Martin Panter.
-
- 19 May, 2015 2 commits
-
-
Serhiy Storchaka authored
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
Serhiy Storchaka authored
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-
- 18 May, 2015 3 commits
-
-
Terry Jan Reedy authored
import. Idle -c "code", -r file.py again compile with print statement.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-