- 20 Tem, 2012 2 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.
-
- 11 May, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense.
-
Brett Cannon yazdı
import machinery is no longer implicit.
-
- 24 Şub, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 07 Şub, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used.
-
Brett Cannon yazdı
-
- 31 Ock, 2012 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
results to (and to compare against previous runs). * * * Move importlib.test.benchmark to argparse.
-
- 22 Tem, 2010 1 kayıt (commit)
-
-
Brett Cannon yazdı
module which is the largest module in the stdlib.
-
- 16 Tem, 2010 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
while writing bytecode, and importing bytecode with source existing (don't care about sourceless imports).
-
- 15 Tem, 2010 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 03 Eyl, 2009 1 kayıt (commit)
-
-
Brett Cannon yazdı
second instead of some fixed number. Keeps benchmark faster by putting a cap on total execution time. Before a run using importlib took longer by some factor, but now it takes roughly the same amount of time as using the built-in __import__.
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
Brett Cannon yazdı
-