- 07 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 06 Feb, 2013 4 commits
-
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
is automatically closed.
-
Serhiy Storchaka authored
is automatically closed.
-
- 05 Feb, 2013 6 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Hynek Schlawack authored
Patch by Thomas Wouters.
-
- 04 Feb, 2013 16 commits
-
-
R David Murray authored
-
Serhiy Storchaka authored
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and strings larger than 2 GiB.
-
Serhiy Storchaka authored
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and strings larger than 2 GiB.
-
R David Murray authored
-
R David Murray authored
The main docs were fixed to remove mention of None long ago, but the docstring was not. Reported by Armin Rigo, patch by Ian Cordasco.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
universal_newlines is true as on Windows.
-
Serhiy Storchaka authored
skipTest() already raises an exception.
-
Serhiy Storchaka authored
skipTest() already raises an exception.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
parses nested mutating sequence.
-
Serhiy Storchaka authored
parses nested mutating sequence.
-
Benjamin Peterson authored
-
- 03 Feb, 2013 8 commits
-
-
Brett Cannon authored
__loader__ for this test to succeed without a major changes. It also doesn't test the original issue of modules imported by Py_Initialize() having __loader__ set (the rest of the test covers that).
-
Gregory P. Smith authored
-
Brett Cannon authored
-
Brett Cannon authored
scratch. This means they do not set __loader__ by default. This is acceptable under importlib/PEP 302 definitions, so relax the test that was trying to apply this universally.
-
Serhiy Storchaka authored
stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
-
Serhiy Storchaka authored
stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
-
Georg Brandl authored
-
Georg Brandl authored
-