- 16 Mar, 2013 14 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Initial patch contributed by Edmond Burnett.
-
- 15 Mar, 2013 8 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Senthil Kumaran authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Revise module docstring and update itertools import and use.
-
- 14 Mar, 2013 8 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Serhiy Storchaka authored
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
-
Serhiy Storchaka authored
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
-
Serhiy Storchaka authored
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or from PyPI), but this is better than always failing. Patch from Zachary Ware.
-
- 13 Mar, 2013 10 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Brett Cannon authored
__loader__ is not set on a module. This brings the exception in line with when __loader__ is None (which is equivalent to not having the attribute defined).
-
Brett Cannon authored
-
Brett Cannon authored
automatically used by import.
-
Brett Cannon authored
into sys.path_importer_cache.
-
Brett Cannon authored
-
Brett Cannon authored
set __loader__ on a module when set to None. Thanks to Gökcen Eraslan for the fix.
-