summaryrefslogtreecommitdiff
path: root/Lib/codecs.py
Commit message (Expand)AuthorAgeFilesLines
...
* typoSkip Montanaro2005-03-161-1/+1
* Add default value for "whence" argument.Walter Dörwald2005-03-141-1/+1
* Reset internal buffers when seek() is called. This fixes SF bug #1156259.Walter Dörwald2005-03-141-1/+11
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-5/+13
* Fix and test for SF bug #1098990: codec readline() splits lines apart.Walter Dörwald2005-01-101-2/+2
* The changes to the stateful codecs in 2.4 resulted in StreamReader.readline()Walter Dörwald2004-12-211-30/+41
* SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()Hye-Shik Chang2004-10-171-1/+1
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-43/+69
* Ignore sizehint argument. Fixes SF #844561.Marc-André Lemburg2004-02-261-10/+4
* Fix typos.Walter Dörwald2003-02-021-4/+4
* sys was already imported, remove second importNeal Norwitz2002-12-301-2/+0
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-121-5/+15
* Add missing documentation for the PEP 293 functionality toWalter Dörwald2002-11-191-7/+22
* Add next() and __iter__() methods to StreamReader, StreamReaderWriterWalter Dörwald2002-11-061-0/+27
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-1/+12
* Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,Walter Dörwald2002-06-041-17/+32
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Set default value for readlines.sizehint to None. Change needed for 2.2.1Martin v. Löwis2002-03-051-1/+1
* Added new helpers for easy access to codecs. Docs will follow.Marc-André Lemburg2001-09-191-0/+42
* Fix typo in commentAndrew M. Kuchling2001-09-181-1/+1
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-021-1/+1
* Add dead imports of modules that are "magically" imported.Martin v. Löwis2001-07-311-0/+6
* Whitespace normalization.Tim Peters2001-05-291-1/+1
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-161-0/+21
* Just changed "x,y" to "x, y" everywhere (i.e., inserted horizontal spaceTim Peters2001-05-151-37/+34
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+3
* Whitespace normalization.Tim Peters2001-01-141-7/+7
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-031-0/+15
* (Patch #102698) Fix for a bug reported by Wade Leftwich:Andrew M. Kuchling2000-12-101-4/+4
* Remove redundent information from a docstring.Fred Drake2000-10-021-3/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-211-1/+6
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-2/+2
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-4/+40
* Deleted trailing whitespace. This is really a way to be able to addGuido van Rossum2000-04-111-14/+14
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-23/+119
* Marc-Andre Lemburg: Error reporting in the codec registry and lookupGuido van Rossum2000-03-311-1/+5
* Marc-Andre Lemburg:Guido van Rossum2000-03-241-1/+1
* Oops, another in the same file; I should read the mail fully beforeFred Drake2000-03-171-1/+1
* "intput" --> "input" (in docstring); noted by Detlef LannertFred Drake2000-03-171-1/+1
* Module codecs -- Python Codec Registry, API and helpers. Written byGuido van Rossum2000-03-101-0/+414