- 06 Agu, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
-
- 05 Tem, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
object now always allocates place for trailing null byte and it's buffer now is always null-terminated.
-
- 10 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Christian Heimes.
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
- 22 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type. Fixed system error in the comparison of faked types.SimpleNamespace.
-
- 21 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Clement Rouault.
-
- 19 May, 2015 2 kayıt (commit)
-
-
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.
-
- 18 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 May, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 27 Nis, 2015 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 26 Nis, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel.
-
- 22 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Ned Batchelder.
-
- 30 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
MemoryError.
-
- 29 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
is wider then partitioned string.
-
- 22 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
raising TypeError when statically allocated type subclasses dynamically allocated type
-
- 10 Mar, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 06 Mar, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 02 Mar, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 Şub, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case"
-
- 20 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
old-style and new API for string with 2**30-1 characters.
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
overflows. Added few missed PyErr_NoMemory().
-
- 06 Şub, 2015 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
Patch by Eldar Abusalimov.
-
- 02 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and PyObject_AsWriteBuffer().
-
- 01 Şub, 2015 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 30 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Ock, 2015 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 28 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
no dynamically allocated bases.
-
- 27 Ock, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and fix by Guido Vranken.
-
Serhiy Storchaka yazdı
and fix by Guido Vranken.
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returned NotImplemented. Removed incorrect implementations of __ne__().
-
- 25 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
replacment string longer than mailformed input data.
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
is specified with non-string argument. Based on patch by Renaud Blanch.
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-