- 17 Jul, 2016 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
or builtins for importing submodules or "from import". Fixed a crash if raise a warning about unabling to resolve package from __spec__ or __package__.
-
Serhiy Storchaka authored
or builtins for importing submodules or "from import". Fixed handling an error of non-string package name.
-
Serhiy Storchaka authored
Original patch by Alexandre Vassalotti.
-
Serhiy Storchaka authored
Original patch by Alexandre Vassalotti.
-
- 16 Jul, 2016 10 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Terry Jan Reedy authored
IDLE no longer runs buggy code because of its tkinter imports. Users must include the same imports required to run directly in Python.
-
Terry Jan Reedy authored
Users must include the same imports required to run directly in Python.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Martin Panter authored
-
R David Murray authored
-
R David Murray authored
Patch by Costas.
-
- 15 Jul, 2016 15 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Xiang Zhang for the patch.
-
Steve Dower authored
-
Steve Dower authored
-
Brett Cannon authored
-
Brett Cannon authored
Windows. Originally only b'PYTHONCASEOK' was being checked for in os.environ, but that won't work under Windows where all environment variables are strings (on OS X they are bytes). Thanks to Eryk Sun for the bug report.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch.
-
Brett Cannon authored
__fspath__() raises an exception. Thanks to Xiang Zhang for the patch.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Stéphane Wirtel.
-
Terry Jan Reedy authored
This removes one problem inport and reduces len(sys.modules) by 37.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Ammar Askar.
-
- 14 Jul, 2016 9 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Evelyn Mitchell.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by John Hagen.
-
Benjamin Peterson authored
-
Martin Panter authored
-
Martin Panter authored
-
Steve Dower authored
-
Steve Dower authored
-