Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
243d8d85debaa319a2be0143003a9e881a0f5646
/
Lib
/
encodings
/
cp500.py
03c3e35
Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
by Victor Stinner
· 12 years ago
aaefac7
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
by Antoine Pitrou
· 12 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 18 years ago
a977329
Merge part of the trunk changes into the p3yk branch. This merges from 43030
by Thomas Wouters
· 19 years ago
536cf99
Whitespace normalization.
by Tim Peters
· 19 years ago
d9cf593
Cosmetic change: make all hex literals use upper case hex so that they
by Marc-André Lemburg
· 19 years ago
3c72ded
Removed the decoding_map from the codecs where this is possible.
by Marc-André Lemburg
· 19 years ago
0f00ba8
Replace the old EBCDIC codecs with new ones using the decoding table.
by Marc-André Lemburg
· 19 years ago
469cdad
Whitespace normalization.
by Tim Peters
· 22 years ago
716cf91
Moved the encoding map building logic from the individual mapping
by Marc-André Lemburg
· 24 years ago
a866df8
This patch changes the default behaviour of the builtin charmap
by Marc-André Lemburg
· 24 years ago
0229bf6
Marc-Andre Lemburg: Unicode encodings.
by Guido van Rossum
· 25 years ago