summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcodecs.tex
Commit message (Collapse)AuthorAgeFilesLines
* Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,Walter Dörwald2002-06-041-10/+15
| | | | | | | | | | BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte Order Mark in UTF-8, UTF-16 and UTF-32 encodings for little and big endian systems. The old names BOM32_* and BOM64_* were off by a factor of 2. This closes SF bug http://www.python.org/sf/555360
* typoSkip Montanaro2002-04-171-1/+1
|
* added small clarification to the descriptions of encode() and decode()Skip Montanaro2002-04-161-2/+6
|
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-3/+3
|
* Docs and News item for the codecs.py additions.Marc-André Lemburg2001-09-191-0/+32
|
* Added link to the "Python Codecs" project at SourceForge.Fred Drake2001-01-221-8/+18
| | | | | Changed markup of the list of values for the list of meaningful "errors" values.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-10-121-10/+276
| | | | | | | Documentation for the codec base classes. Lots of markup adjustments by FLD. This closes SourceForge bug #115308, patch #101877.
* Fix small typos and markup consistency nits.Fred Drake2000-07-241-10/+11
|
* Make sure the \declaremodule uses the right name for the module!Fred Drake2000-04-061-20/+22
| | | | Clean up several markup problems & inconsistencies.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+126
codecs module documentation, with some preliminary markup adjustments from FLD.