- 20 Jul, 2012 7 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Stefan Krah authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Meador Inge authored
-
- 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 13 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
-