summaryrefslogtreecommitdiffstats
path: root/Lib/codecs.py
Commit message (Expand)AuthorAgeFilesLines
* 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