Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e1f17c6c0b66e5c1c48f960047cf9e521f9649d8
/
Objects
/
stringlib
/
codecs.h
3079328
Reverted changeset b72c5573c5e7 (issue #15027).
by Serhiy Storchaka
· 11 years ago
583a939
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
by Serhiy Storchaka
· 11 years ago
dc2fd51
Remove dead code committed in issue #12892.
by Serhiy Storchaka
· 11 years ago
58cf607
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
by Serhiy Storchaka
· 11 years ago
9ed5f27
Issue #18722: Remove uses of the "register" keyword in C code.
by Antoine Pitrou
· 11 years ago
6caa6fb
(Merge 3.3) Issue #8271: Fix compilation on Windows
by Victor Stinner
· 12 years ago
ab60de4
Issue #8271: Fix compilation on Windows
by Victor Stinner
· 12 years ago
cfa9636
#8271: merge with 3.3.
by Ezio Melotti
· 12 years ago
f7ed5d1
#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.
by Ezio Melotti
· 12 years ago
743e0cd
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
by Christian Heimes
· 12 years ago
ca8aa4a
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
by Antoine Pitrou
· 12 years ago
01ac8b6
Use correct types for ASCII_CHAR_MASK integer constants.
by Mark Dickinson
· 12 years ago
106c414
Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by Serhiy Storchaka.
by Mark Dickinson
· 12 years ago
27f6a3b
Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
by Antoine Pitrou
· 12 years ago
63065d7
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
by Antoine Pitrou
· 12 years ago
ca5f91b
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 12 years ago
6099a03
Issue #13624: Write a specialized UTF-8 encoder to allow more optimization
by Victor Stinner
· 13 years ago
0a3229d
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
by Antoine Pitrou
· 13 years ago