- 17 Tem, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
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 yazdı
or builtins for importing submodules or "from import". Fixed handling an error of non-string package name.
-
Serhiy Storchaka yazdı
Original patch by Alexandre Vassalotti.
-
Serhiy Storchaka yazdı
Original patch by Alexandre Vassalotti.
-
- 16 Tem, 2016 10 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Terry Jan Reedy yazdı
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 yazdı
Users must include the same imports required to run directly in Python.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Martin Panter yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Costas.
-
- 15 Tem, 2016 15 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Xiang Zhang for the patch.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch.
-
Brett Cannon yazdı
__fspath__() raises an exception. Thanks to Xiang Zhang for the patch.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Stéphane Wirtel.
-
Terry Jan Reedy yazdı
This removes one problem inport and reduces len(sys.modules) by 37.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Ammar Askar.
-
- 14 Tem, 2016 11 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Evelyn Mitchell.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by John Hagen.
-
Benjamin Peterson yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-