- 14 Kas, 2013 18 kayıt (commit)
-
-
Victor Stinner yazdı
failure
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyMapping_Values() with an exception set, exit immediatly on error.
-
Victor Stinner yazdı
failure
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
Stefan Krah yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Guido van Rossum yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
CID 1128792: Dereference null return value (NULL_RETURNS)
-
Christian Heimes yazdı
CID 1128793: Missing varargs init or cleanup (VARARGS)
-
Victor Stinner yazdı
PyLong_FromLong() failure
-
Victor Stinner yazdı
error handling The following code didn't handle correctly the failure of PyUnicode_InternFromString("__name__"). if (newobj_str == NULL) { newobj_str = PyUnicode_InternFromString("__newobj__"); name_str = PyUnicode_InternFromString("__name__"); if (newobj_str == NULL || name_str == NULL) return -1; }
-
Victor Stinner yazdı
the exception when PyList_Append() fails
-
- 13 Kas, 2013 12 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Ethan Furman yazdı
-
Guido van Rossum yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
- output type errors now redirect users to the type-neutral convenience functions in the codecs module - stateless errors that occur during encoding and decoding will now be automatically wrapped in exceptions that give the name of the codec involved
-
Victor Stinner yazdı
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
-
Victor Stinner yazdı
failures
-
Victor Stinner yazdı
failure
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyUnicode_Substring() failure (ex: MemoryError)
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 12 Kas, 2013 10 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
test.support: considering the module is a mix of utilities unrelated with each other divide __all__ in sub-sections so that it can be used as a quick-reference doc
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Andrei Dorian Duma.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
shutdown to call objects destructors. So "unclosed file" resource warnings are now corretly emitted for daemon threads.
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-