Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, | Walter Dörwald | 2002-06-04 | 1 | -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 | ||||
* | typo | Skip Montanaro | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | added small clarification to the descriptions of encode() and decode() | Skip Montanaro | 2002-04-16 | 1 | -2/+6 |
| | |||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -3/+3 |
| | |||||
* | Docs and News item for the codecs.py additions. | Marc-André Lemburg | 2001-09-19 | 1 | -0/+32 |
| | |||||
* | Added link to the "Python Codecs" project at SourceForge. | Fred Drake | 2001-01-22 | 1 | -8/+18 |
| | | | | | Changed markup of the list of values for the list of meaningful "errors" values. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-10-12 | 1 | -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 Drake | 2000-07-24 | 1 | -10/+11 |
| | |||||
* | Make sure the \declaremodule uses the right name for the module! | Fred Drake | 2000-04-06 | 1 | -20/+22 |
| | | | | Clean up several markup problems & inconsistencies. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+126 |
codecs module documentation, with some preliminary markup adjustments from FLD. |