- 02 Eki, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate.
-
- 06 Agu, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
-
- 19 May, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 29 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
is wider then partitioned string.
-
- 02 Mar, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 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().
-
- 30 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ock, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and fix by Guido Vranken.
-
Serhiy Storchaka yazdı
and fix by Guido Vranken.
-
- 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ı
-
- 05 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Eki, 2014 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Eyl, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
-
- 04 Tem, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
uses "%zd" for Py_ssize_t, not PY_FORMAT_SIZE_T
-
- 01 Tem, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
size_t, because %zi/%u is not supported on all platforms.
-
- 05 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 24 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. Backported changeset d68df99d7a57.
-
- 15 Şub, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 Şub, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4.
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
input was truncated in BASE64 section.
-
- 28 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date).
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 24 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes.
-
- 12 Ock, 2014 2 kayıt (commit)
-
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
- 07 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
to improve readability.
-
- 05 Ock, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 04 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 03 Ock, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-