- 24 Haz, 2016 16 kayıt (commit)
-
-
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ı
-
- 21 Haz, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Fix code and tests that fail with this restriction. Fix htests to not create a second and redundant root and mainloop.
-
Serhiy Storchaka yazdı
load() and loads() functions and JSONEncoder and JSONDecoder class constructors in the json module are now keyword-only.
-
- 20 Haz, 2016 6 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
I noticed that there is no test for this feature while doing triaging work on pypa/pypi-legacy.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-