- 25 Haz, 2016 5 kayıt (commit)
-
-
Brett Cannon yazdı
modules can't be lazily loaded. Thanks to Python 3.6 allowing for types.ModuleType to have its __class__ mutated, the restriction can be lifted by calling create_module() on the wrapped loader.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
lazy-loaded module was already in sys.modules.
-
Martin Panter yazdı
-
Raymond Hettinger yazdı
-
- 24 Haz, 2016 19 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Jelle Zijlstra for the code portion of the patch.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Dusty Phillips for the initial patch.
-
Brett Cannon yazdı
type of __fspath__(). As part of this change, also make sure that the pure Python implementation of os.fspath() is tested.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Matt Morrison.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Several test cases in distutils use PyPIRCCommandTestCase as their base class and as a result of that the following tests were ran more than once: * test_server_registration * test_server_empty_registration * test_config_interpolation This commit moves the infrastructure used by other tests into a new BasePyPIRCCommandTestCase class.
-
- 23 Haz, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Yoni Lavi
-
- 22 Haz, 2016 12 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Rest of patch that should not be cherry picked into 3.5.2 final.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-