- 28 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Tem, 2012 1 kayıt (commit)
-
-
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.
-
- 28 Haz, 2012 1 kayıt (commit)
-
-
Eric V. Smith yazdı
-
- 17 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. Should fix some buildbot failures.
-
- 17 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Most of the import sequence now uses per-module locks rather than the global import lock, eliminating well-known issues with threads and imports.
-