- 20 Jul, 2012 19 commits
-
-
Ned Deily authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
visible and to place it with other micro-benchmarks (e.g. stringbench).
-
Brett Cannon authored
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.
-
Brett Cannon authored
-
Brett Cannon authored
of importing a symlinked package.
-
Brett Cannon authored
no difference anymore between __import__ and importlib.__import__.
-
Meador Inge authored
Patch by Flávio Ribeiro.
-
Meador Inge authored
Patch by Flávio Ribeiro.
-
Nick Coghlan authored
Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap
-
Ronald Oussoren authored
-
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 1 commit
-
-
Vinay Sajip authored
-