Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -4/+18 |
| | | | | | | | of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added. | ||||
* | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 1 | -0/+30 |
| | |||||
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -8/+8 |
| | | | | Thanks to Skip Montanaro and Kalle Svensson for the patches. | ||||
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 1 | -1/+1 |
| | | | | | This is a notice without a date, which apparently is not a claim to copyright but only advice to the reader. IANAL. :-) | ||||
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -7/+75 |
| | | | | Added documentation and the missing PyCodec_StreamWriter API. | ||||
* | Python Codec Registry and support functions, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+55 |