- 12 Jul, 2012 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 11 Jul, 2012 8 commits
-
-
Antoine Pitrou authored
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
-
Antoine Pitrou authored
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 10 Jul, 2012 7 commits
-
-
Antoine Pitrou authored
-
Brett Cannon authored
statement (e.g. ``from distutils import msvc9compiler``) that triggers an ImportError of its own (e.g. the non-existence of winreg), let that exception propagate instead of raising a generic ImportError for the module being requested (e.g. msvc9compiler).
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 09 Jul, 2012 22 commits
-
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
Lib/imp.py.
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Brett Cannon authored
-
Brett Cannon authored
defined in sysmodule.c instead of straight out of a Unicode object. Thanks to Amaury Forgeot d'Arc for noticing the bug and Eric Snow for writing the patch.
-
Brett Cannon authored
Add a note about pkgutil and how some things do not work in the face of PEP 302 permeating throughout import.
-
Brett Cannon authored
longer work as expected in Python 3.3 as importlib's loaders do not implement the non-standard iter_modules() method. Also link to the term "loader" in the requisite notes to help make it clearer what has happened.
-
Brett Cannon authored
NotimplementedError when sys.implementation.cache_tag is None. Thanks to Pranav Ravichandran for taking an initial stab at the patch.
-
Brett Cannon authored
importlib._bootstrap in imp to fix a grammatical mistake. Thanks to Marc Abramowitz for the patch.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-