History log of /external/python/cpython2/Lib/encodings/cp424.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c7d14452a4ed303d38498cc16c3cfc0beed9b843 05-Jun-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/cp424.py
3f767795f6784ca6bf797b055be67fce5bf2fa06 04-Jun-2006 Martin v. Löwis <martin@v.loewis.de> Patch #1359618: Speed-up charmap encoder.
/external/python/cpython2/Lib/encodings/cp424.py
f99b8162a2e6969cf9b46013c7ef383359142e62 15-Mar-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/cp424.py
abb02e59946f9ea3076e96e3b03b51d1cebd46b4 15-Mar-2006 Walter Dörwald <walter@livinglogic.de> Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
of tuple) that provides incremental decoders and encoders (a way to use
stateful codecs without the stream API). Functions
codecs.getincrementaldecoder() and codecs.getincrementalencoder() have
been added.
/external/python/cpython2/Lib/encodings/cp424.py
536cf99536bce562cfcb44a856fac1c84b9de4c3 26-Dec-2005 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/cp424.py
d9cf593b496f4441990eda7680518418eb80d62e 24-Oct-2005 Marc-André Lemburg <mal@egenix.com> Cosmetic change: make all hex literals use upper case hex so that they
look more like the Unicode Consortium files.

Add ending new-line to all source files.
/external/python/cpython2/Lib/encodings/cp424.py
3c72ded23dfbeb66072171a5707b27d9984ef332 24-Oct-2005 Marc-André Lemburg <mal@egenix.com> Removed the decoding_map from the codecs where this is possible.

Replaced the tis_620, cp1140 and koi8_u codecs with new ones
based on custom mapping files.
/external/python/cpython2/Lib/encodings/cp424.py
a1129f4b9bdf655e8b5b9565b87ead5f32f4b574 21-Oct-2005 Marc-André Lemburg <mal@egenix.com> Replace the old charmap codecs with new ones generated from the current
mapping tables available at ftp.unicode.org.

These new codecs include and use character decoding tables which speeds
up decoding by a few factors.
/external/python/cpython2/Lib/encodings/cp424.py
469cdad8228df7bc294dc946b8cd4c0b7f810735 08-Aug-2002 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/cp424.py
716cf918390f86c69fb1525e13273570521da759 16-May-2001 Marc-André Lemburg <mal@egenix.com> Moved the encoding map building logic from the individual mapping
codec files to codecs.py and added logic so that multi mappings
in the decoding maps now result in mappings to None (undefined mapping)
in the encoding maps.
/external/python/cpython2/Lib/encodings/cp424.py
a866df806dd0ffd439bbba873ab9f3da7080e0a0 03-Jan-2001 Marc-André Lemburg <mal@egenix.com> This patch changes the default behaviour of the builtin charmap
codec to not apply Latin-1 mappings for keys which are not found
in the mapping dictionaries, but instead treat them as undefined
mappings.

The patch was originally written by Martin v. Loewis with some
additional (cosmetic) changes and an updated test script
by Marc-Andre Lemburg.

The standard codecs were recreated from the most current files
available at the Unicode.org site using the Tools/scripts/gencodec.py
tool.

This patch closes the bugs #116285 and #119960.
/external/python/cpython2/Lib/encodings/cp424.py
0229bf6001a4514f70cc30c1c558b8ece2b8ce79 11-Mar-2000 Guido van Rossum <guido@python.org> Marc-Andre Lemburg: Unicode encodings.
/external/python/cpython2/Lib/encodings/cp424.py