- 19 Jul, 2012 11 commits
-
-
Kristján Valur Jónsson authored
the source line. Such errors can't be reported anyway. This makes error reporting work, even if the "io" module can't be loaded.
-
Hynek Schlawack authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Meador Inge authored
Patch by Julia Lawall.
-
Meador Inge authored
Patch by Julia Lawall.
-
Hynek Schlawack authored
Patch by Atsuo Ishimoto.
-
Meador Inge authored
-
Meador Inge authored
-
- 18 Jul, 2012 9 commits
-
-
Meador Inge authored
-
Meador Inge authored
-
Benjamin Peterson authored
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
-
- 17 Jul, 2012 16 commits
-
-
Vinay Sajip authored
-
Hynek Schlawack authored
Used os.path.join before which has different semantics on Windows.
-
Hynek Schlawack authored
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky authored
-
Eli Bendersky authored
Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933
-
Nick Coghlan authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack authored
Based on a patch by Nick Coghlan.
-
Hynek Schlawack authored
Based on a patch by Nick Coghlan.
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack authored
The asserts were useless (and buggy).
-
Hynek Schlawack authored
The asserts were useless (and buggy).
-
Eli Bendersky authored
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
-
- 16 Jul, 2012 4 commits
-
-
Gregory P. Smith authored
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith authored
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith authored
platforms that don't have it.
-
Gregory P. Smith authored
platforms that don't have it.
-