- 08 Jan, 2013 11 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 07 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
file descriptor receive the incorrect type.
-
Vinay Sajip authored
-
Vinay Sajip authored
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
-
- 06 Jan, 2013 3 commits
-
-
R David Murray authored
-
R David Murray authored
-
Christian Heimes authored
-
- 05 Jan, 2013 6 commits
-
-
Eli Bendersky authored
In conformance with the documentation and the Python version. Patch by Franck Michea.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 04 Jan, 2013 6 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
a key whose repr raise an exception.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Jan, 2013 8 commits
-
-
Christian Heimes authored
non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag).
-
Victor Stinner authored
-
Victor Stinner authored
-
Giampaolo Rodola' authored
-
Victor Stinner authored
TESTFN_UNDECODABLE, TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
Victor Stinner authored
TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
Victor Stinner authored
ASCII/surrogateescape codec is now used, instead of the locale encoding, to decode the command line arguments. This change fixes inconsistencies with os.fsencode() and os.fsdecode() because these operating systems announces an ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
-
Victor Stinner authored
ASCII/surrogateescape codec is now used, instead of the locale encoding, to decode the command line arguments. This change fixes inconsistencies with os.fsencode() and os.fsdecode() because these operating systems announces an ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
-
- 02 Jan, 2013 3 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Initial patch by Martin Packman.
-
Nadeem Vawda authored
Patch by Martin Packman.
-