1. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  2. eb42b02 Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  3. f7bcd1d Check string for NULL before using it to format the error message. by Walter Dörwald · 22 years ago
  4. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  5. e21262c Fix bug [ 549731 ] Unicode encoders appears to leak references. by Mark Hammond · 22 years ago
  6. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  7. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  8. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  9. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  10. 41aa8e5 Include limits.h if we have it. by Jack Jansen · 24 years ago
  11. 3383113 Change the loop index in normalizestring() to size_t too, to avoid a by Guido van Rossum · 24 years ago
  12. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  13. 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 24 years ago
  14. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  15. b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 24 years ago
  16. 5ba3c84 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  17. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  18. feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago