- 04 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 19 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 Kas, 2012 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Ezio Melotti yazdı
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti.
-
- 17 Eki, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
endianess detection and handling.
-
- 20 Eyl, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. Patch by Serhiy Storchaka.
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Haz, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 15 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 15 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 10 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 18 Ara, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
The main bottleneck was the PyUnicode_READ() macro.
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
This almost catches up with pre-PEP 393 performance, when decoding needed only one pass.
-