- 01 Jun, 2015 1 commit
-
-
Yury Selivanov authored
-
- 31 May, 2015 1 commit
-
-
Yury Selivanov authored
-
- 30 May, 2015 3 commits
-
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
- 29 May, 2015 1 commit
-
-
Serhiy Storchaka authored
Original patch by David Moore.
-
- 28 May, 2015 2 commits
-
-
Yury Selivanov authored
See also issue 24017.
-
Yury Selivanov authored
-
- 27 May, 2015 2 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
-
- 26 May, 2015 4 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 May, 2015 2 commits
-
-
Victor Stinner authored
fix a resource warning.
-
Serhiy Storchaka authored
-
- 23 May, 2015 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Donald Stufft authored
-
- 22 May, 2015 3 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type. Fixed system error in the comparison of faked types.SimpleNamespace.
-
Donald Stufft authored
-
- 21 May, 2015 3 commits
-
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Clement Rouault.
-
- 20 May, 2015 3 commits
-
-
Serhiy Storchaka authored
Made test_pprint and test_trace discoverable.
-
Serhiy Storchaka authored
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka authored
IDLE. Patch by Martin Panter.
-
- 19 May, 2015 5 commits
-
-
Serhiy Storchaka authored
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 authored
-
Antoine Pitrou authored
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 authored
I missed that this change was applied to both branches.
-
Serhiy Storchaka authored
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-
- 18 May, 2015 1 commit
-
-
Berker Peksag authored
-