- 07 Eki, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 19 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
raised an error. Replace them with using concrete types API that never fails if appropriate.
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 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.
-
- 13 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
The result type is int, return -1 to avoid a compiler warning (cast Py_ssize_t to int). PyObject_Size() can only fail with -1, and anyway a constructor should return -1 on error, not an arbitrary negative number.
-
- 17 Şub, 2013 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 16 Şub, 2013 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 17 Eki, 2012 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 03 Haz, 2012 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Issue 14673: Add sys.implementation
-