- 20 Tem, 2012 16 kayıt (commit)
-
-
Brett Cannon yazdı
visible and to place it with other micro-benchmarks (e.g. stringbench).
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
of importing a symlinked package.
-
Brett Cannon yazdı
no difference anymore between __import__ and importlib.__import__.
-
Meador Inge yazdı
Patch by Flávio Ribeiro.
-
Meador Inge yazdı
Patch by Flávio Ribeiro.
-
Nick Coghlan yazdı
Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap
-
Ronald Oussoren yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Stefan Krah yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Meador Inge yazdı
-
- 19 Tem, 2012 11 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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 yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Meador Inge yazdı
Patch by Julia Lawall.
-
Meador Inge yazdı
Patch by Julia Lawall.
-
Hynek Schlawack yazdı
Patch by Atsuo Ishimoto.
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 18 Tem, 2012 9 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Benjamin Peterson yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
-
- 17 Tem, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky yazdı
-