- 09 Jul, 2012 15 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis 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
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 08 Jul, 2012 25 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
execfile().
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
Closes #15281, #15283: Don't make venv scripts executable, but copy source mode instead, and provide better help for pyvenv.
-
Nick Coghlan authored
Issue 14814: The new systematic tests aren't just about error reporting any more - change names accordingly. Added and tweaked some example to ensure they were covering the intended code paths
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Florent Xicluna authored
-
Antoine Pitrou authored
-
Senthil Kumaran authored
issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973)
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ross Lagerwall authored
Patch by Brian Brazil.
-