1. e542d41 bpo-42866: Fix refleak in CJK getcodec() (GH-24165) by Victor Stinner · 4 years, 7 months ago
  2. 07f2cee bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157) by Victor Stinner · 4 years, 7 months ago
  3. cd8295f bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) by Serhiy Storchaka · 5 years ago
  4. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 5 years ago
  5. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 6 years ago
  6. 5f45979 bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) by Alexey Izbyshev · 6 years ago
  7. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  8. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 9 years ago
  9. f024d26 Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat by Victor Stinner · 10 years ago
  10. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  11. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  12. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 11 years ago
  13. 28c63f7 CJK codecs: less magical macros, semicolon is now explicit by Victor Stinner · 12 years ago
  14. 14c9fea CJK codecs: less magic macros, require explicit semicolon by Victor Stinner · 12 years ago
  15. bd97ac3 CJK codecs: use less magic and more readable macros, write explicit if by Victor Stinner · 12 years ago
  16. 0a6e2c5 CJK codecs: remove unused TRYMAP_ENC_MPLANE macro by Victor Stinner · 12 years ago
  17. 11bdf91 Issue #18509: handle PyUnicode_Writer() error by Victor Stinner · 12 years ago
  18. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
  19. d1f9942 Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to by Victor Stinner · 12 years ago
  20. d949126 Issue #17693: CJK encoders now use the new Unicode API (PEP 393) by Victor Stinner · 12 years ago
  21. a0dd021 Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of by Victor Stinner · 12 years ago
  22. b9e2d3f Issue #16330: Fix compilation on Windows by Victor Stinner · 13 years ago
  23. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 13 years ago
  24. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  25. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
  26. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 17 years ago
  27. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
  28. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
  29. 5616c6d Fix a couple of warnings by Neal Norwitz · 18 years ago
  30. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 18 years ago
  31. af199fa Allow encoding names to be unicode strings. by Guido van Rossum · 18 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  33. 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 19 years ago
  34. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 19 years ago
  35. 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 20 years ago
  36. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 21 years ago
  37. 64a9e38 Replace an extern magic to assigning declared pointer from array's. by Hye-Shik Chang · 21 years ago
  38. 7c7b3da Added a comment explaining the extern ugliness. by Tim Peters · 21 years ago
  39. 0f27166 Changed the "predefinitions" of codec_list and mapping_list from static by Tim Peters · 21 years ago
  40. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago