History log of /external/python/cpython2/Lib/encodings/mbcs.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
961b91bd3c48af639acbf20bbf15a85e7152ff6e 02-Aug-2006 Martin v. Löwis <martin@v.loewis.de> Correction of patch #1455898: In the mbcs decoder, set final=False
for stream decoder, but final=True for the decode function.
/external/python/cpython2/Lib/encodings/mbcs.py
0eac11826a6b9efed2f52b612e58046c584db573 15-Jun-2006 Martin v. Löwis <martin@v.loewis.de> Make import/lookup of mbcs fail on non-Windows systems.
/external/python/cpython2/Lib/encodings/mbcs.py
d825143be1118ba7e320661b3a71d8822ae5d600 14-Jun-2006 Martin v. Löwis <martin@v.loewis.de> Patch #1455898: Incremental mode for "mbcs" codec.
/external/python/cpython2/Lib/encodings/mbcs.py
13ed60b5045aafff22918cf4262bcc2dd3afea90 15-Mar-2006 Walter Dörwald <walter@livinglogic.de> Fix typo.
/external/python/cpython2/Lib/encodings/mbcs.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/mbcs.py
469cdad8228df7bc294dc946b8cd4c0b7f810735 08-Aug-2002 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/encodings/mbcs.py
24bdb0474fca186da95dc045f157074e4d57c6b6 28-Mar-2000 Guido van Rossum <guido@python.org> Marc-Andre Lemburg:

The attached patch set includes a workaround to get Python with
Unicode compile on BSDI 4.x (courtesy Thomas Wouters; the cause
is a bug in the BSDI wchar.h header file) and Python interfaces
for the MBCS codec donated by Mark Hammond.

Also included are some minor corrections w/r to the docs of
the new "es" and "es#" parser markers (use PyMem_Free() instead
of free(); thanks to Mark Hammond for finding these).

The unicodedata tests are now in a separate file
(test_unicodedata.py) to avoid problems if the module cannot
be found.
/external/python/cpython2/Lib/encodings/mbcs.py
1abd82c07dc087e10b7941b02ac34f0ab86cfbca 28-Mar-2000 Guido van Rossum <guido@python.org> MBCS codecs for Windows. Contributed by Mark Hammond.
/external/python/cpython2/Lib/encodings/mbcs.py