aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/codecs.c
Commit message (Expand)AuthorAge
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-26
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-03
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-16
* Include limits.h if we have it.Jack Jansen2000-07-03
* Change the loop index in normalizestring() to size_t too, to avoid aGuido van Rossum2000-06-29
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-28
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-09
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-05
* Marc-Andre Lemburg: Error reporting in the codec registry and lookupGuido van Rossum2000-03-31
* Marc-Andre Lemburg:Guido van Rossum2000-03-24
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-20
* Python Codec Registry and support functions, written by Marc-AndreGuido van Rossum2000-03-10