summaryrefslogtreecommitdiff
path: root/Lib/test/test_codecs.py
Commit message (Expand)AuthorAgeFilesLines
* Backport r59049:Walter Dörwald2007-11-191-0/+44
* Backport r59047: Fix typo in comment.Walter Dörwald2007-11-191-1/+1
* Whitespace normalizationNeal Norwitz2007-04-251-1/+1
* Backport r54786:Walter Dörwald2007-04-211-0/+5
* Backport checkin:Walter Dörwald2006-11-231-0/+4
* I thought I had already fixed this error in the test.Georg Brandl2006-10-291-1/+1
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-291-0/+2
* Fix the new EncodedFile test to work with big endian platforms.Georg Brandl2006-10-291-1/+1
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-291-1/+29
* Verify the crash due to EncodingMap not initialized does not returnNeal Norwitz2006-06-131-0/+6
* Add a BufferedIncrementalEncoder class that can be used for implementingWalter Dörwald2006-04-141-3/+70
* Call encode()/decode() with final==True as the last call in theWalter Dörwald2006-04-141-0/+4
* Add tests for the C APIs PyCodec_IncrementalEncoder() andWalter Dörwald2006-03-181-2/+14
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-0/+57
* If size is specified, try to read at least size characters.Walter Dörwald2006-03-061-5/+9
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-081-0/+28
* Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.Walter Dörwald2005-11-171-0/+19
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-171-2/+67
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+36
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-1/+50
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+6
* Make attributes and local variables in the StreamReader str objects insteadWalter Dörwald2005-07-201-0/+17
* Update test to the current readline() behaviour.Walter Dörwald2005-04-211-0/+2
* Fix for SF bug #1175396: readline() will now read one more character, ifWalter Dörwald2005-04-041-9/+82
* Reset internal buffers when seek() is called. This fixes SF bug #1156259.Walter Dörwald2005-03-141-0/+15
* Fix stupid typo: Don't read from a writer.Walter Dörwald2005-02-081-2/+2
* Add a test for UTF-16 reading where the byte sequence doesn't start withWalter Dörwald2005-02-041-0/+9
* Fix and test for SF bug #1098990: codec readline() splits lines apart.Walter Dörwald2005-01-101-0/+30
* Add a test that checks the basic functionality of every encoding.Walter Dörwald2004-12-291-1/+179
* The changes to the stateful codecs in 2.4 resulted in StreamReader.readline()Walter Dörwald2004-12-211-13/+80
* Trigger a few error cases in Modules/_codecsmodule.c.Walter Dörwald2004-10-281-0/+14
* SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()Hye-Shik Chang2004-10-171-1/+12
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-1/+117
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-1/+11
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* Add test case for unicode(somestring, "idna").Martin v. Löwis2004-03-241-1/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-7/+7
* Whitespace normalization.Tim Peters2003-04-241-2/+2
* Skip nameprep test 3.43, as we do allow unassigned characters. The testMartin v. Löwis2003-04-181-2/+4
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+296
* Fix for [ 543344 ] Interpreter crashes when recoding; suggestedMarc-André Lemburg2003-02-041-0/+9
* Check whether a string resize is necessary at the endWalter Dörwald2002-09-031-1/+8
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* Test by Martin v. Loewis for the new UTF-16 codec handling of BOMMarc-André Lemburg2001-06-191-0/+25