1. 28c63f7 CJK codecs: less magical macros, semicolon is now explicit by Victor Stinner · 11 years ago
  2. 14c9fea CJK codecs: less magic macros, require explicit semicolon by Victor Stinner · 11 years ago
  3. bd97ac3 CJK codecs: use less magic and more readable macros, write explicit if by Victor Stinner · 11 years ago
  4. 0a6e2c5 CJK codecs: remove unused TRYMAP_ENC_MPLANE macro by Victor Stinner · 11 years ago
  5. 11bdf91 Issue #18509: handle PyUnicode_Writer() error by Victor Stinner · 11 years ago
  6. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  7. d1f9942 Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to by Victor Stinner · 11 years ago
  8. d949126 Issue #17693: CJK encoders now use the new Unicode API (PEP 393) by Victor Stinner · 11 years ago
  9. a0dd021 Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of by Victor Stinner · 11 years ago
  10. b9e2d3f Issue #16330: Fix compilation on Windows by Victor Stinner · 12 years ago
  11. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  12. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  13. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  14. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  15. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  16. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  17. 5616c6d Fix a couple of warnings by Neal Norwitz · 17 years ago
  18. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  19. af199fa Allow encoding names to be unicode strings. by Guido van Rossum · 17 years ago
  20. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  21. 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 18 years ago
  22. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 18 years ago
  23. 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 19 years ago
  24. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  25. 64a9e38 Replace an extern magic to assigning declared pointer from array's. by Hye-Shik Chang · 20 years ago
  26. 7c7b3da Added a comment explaining the extern ugliness. by Tim Peters · 20 years ago
  27. 0f27166 Changed the "predefinitions" of codec_list and mapping_list from static by Tim Peters · 20 years ago
  28. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago