1. 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 22 years ago
  2. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  3. b786e61 Set default value for readlines.sizehint to None. Change needed for 2.2.1 by Martin v. Löwis · 22 years ago
  4. aa32c5a Added new helpers for easy access to codecs. Docs will follow. by Marc-André Lemburg · 23 years ago
  5. 97c5635 Fix typo in comment by Andrew M. Kuchling · 23 years ago
  6. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  7. 6cd441d Add dead imports of modules that are "magically" imported. by Martin v. Löwis · 23 years ago
  8. 3a2ab1a Whitespace normalization. by Tim Peters · 23 years ago
  9. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  10. 30324a7 Just changed "x,y" to "x, y" everywhere (i.e., inserted horizontal space by Tim Peters · 23 years ago
  11. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  12. 88869f9 Whitespace normalization. by Tim Peters · 23 years ago
  13. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  14. c6c2838 (Patch #102698) Fix for a bug reported by Wade Leftwich: by Andrew M. Kuchling · 24 years ago
  15. d254c00 Remove redundent information from a docstring. by Fred Drake · 24 years ago
  16. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  17. 349a3d3 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  18. d58c26f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  19. 49fd107 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  20. 1c89b0e Deleted trailing whitespace. This is really a way to be able to add by Guido van Rossum · 24 years ago
  21. a327713 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  22. b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 24 years ago
  23. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  24. 908670c Oops, another in the same file; I should read the mail fully before by Fred Drake · 24 years ago
  25. 3e74c0d "intput" --> "input" (in docstring); noted by Detlef Lannert by Fred Drake · 24 years ago
  26. 0612d84 Module codecs -- Python Codec Registry, API and helpers. Written by by Guido van Rossum · 24 years ago