- 22 May, 2015 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
Replaces the PyList_GET_ITEM and PyList_SET_ITEM macros with normal array accesses. Replace the siftup unpredicatable branch with arithmetic. Replace the rc == -1 tests with rc < 0. Gives nicer looking assembly with both Clang and GCC-4.9. Also gives a small performance both for both.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
- 21 May, 2015 15 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by Mike Bayer.
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Clement Rouault.
-
Serhiy Storchaka yazdı
Clement Rouault.
-
Serhiy Storchaka yazdı
assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Yury Selivanov yazdı
-
- 20 May, 2015 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
sys.modules and broke test_ipaddress.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
Made test_pprint and test_trace discoverable.
-
Serhiy Storchaka yazdı
Made test_pprint and test_trace discoverable.
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka yazdı
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka yazdı
module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg.
-
Serhiy Storchaka yazdı
IDLE. Patch by Martin Panter.
-
Serhiy Storchaka yazdı
IDLE. Patch by Martin Panter.
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
Serhiy Storchaka yazdı
with specified exception type. Original patch by Ramchandra Apte.
-
- 19 May, 2015 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
Serhiy Storchaka yazdı
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter.
-
Antoine Pitrou yazdı
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter.
-
R David Murray yazdı
-
R David Murray yazdı
I missed that this change was applied to both branches.
-