index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
stringlib
/
codecs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typos in comments.
Serhiy Storchaka
2015-05-18
1
-4/+4
|
\
|
*
Fixed typos in comments.
Serhiy Storchaka
2015-05-18
1
-2/+2
*
|
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
Serhiy Storchaka
2015-05-12
1
-0/+87
|
/
*
Reverted changeset b72c5573c5e7 (issue #15027).
Serhiy Storchaka
2014-01-04
1
-87/+0
*
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
Serhiy Storchaka
2014-01-04
1
-0/+87
*
Remove dead code committed in issue #12892.
Serhiy Storchaka
2013-11-19
1
-104/+0
*
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka
2013-11-19
1
-16/+182
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-3/+3
*
(Merge 3.3) Issue #8271: Fix compilation on Windows
Victor Stinner
2012-11-04
1
-1/+1
|
\
|
*
Issue #8271: Fix compilation on Windows
Victor Stinner
2012-11-04
1
-1/+1
*
|
#8271: merge with 3.3.
Ezio Melotti
2012-11-04
1
-30/+62
|
\
\
|
|
/
|
*
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters...
Ezio Melotti
2012-11-04
1
-30/+62
*
|
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes
2012-10-17
1
-3/+3
|
/
*
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
1
-9/+5
*
Use correct types for ASCII_CHAR_MASK integer constants.
Mark Dickinson
2012-07-07
1
-2/+2
*
Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by S...
Mark Dickinson
2012-06-23
1
-6/+10
*
Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
Antoine Pitrou
2012-06-15
1
-0/+64
*
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Antoine Pitrou
2012-05-15
1
-1/+148
*
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...
Antoine Pitrou
2012-05-10
1
-78/+143
*
Issue #13624: Write a specialized UTF-8 encoder to allow more optimization
Victor Stinner
2011-12-18
1
-0/+197
*
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
Antoine Pitrou
2011-11-21
1
-0/+156