summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecs.py
Commit message (Expand)AuthorAgeFilesLines
* Apply SF patch #1698994: Add getstate() and setstate()Walter Dörwald2007-04-161-6/+75
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+59
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+6
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+88
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-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