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