- 09 Tem, 2012 11 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
NotimplementedError when sys.implementation.cache_tag is None. Thanks to Pranav Ravichandran for taking an initial stab at the patch.
-
Brett Cannon yazdı
importlib._bootstrap in imp to fix a grammatical mistake. Thanks to Marc Abramowitz for the patch.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 08 Tem, 2012 28 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
execfile().
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
Closes #15281, #15283: Don't make venv scripts executable, but copy source mode instead, and provide better help for pyvenv.
-
Nick Coghlan yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973)
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Ross Lagerwall yazdı
Patch by Brian Brazil.
-
Nick Coghlan yazdı
-
Senthil Kumaran yazdı
Patch contributed by Stephen Thorne.
-
Senthil Kumaran yazdı
Patch contributed by Stephen Thorne.
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
-