1. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  4. 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 18 years ago
  5. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
  6. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  7. 2518b25 Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. by Christian Heimes · 18 years ago
  8. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 18 years ago
  9. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
  10. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  11. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  12. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 19 years ago
  13. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 19 years ago
  14. 58ce5bc Fix a potentially invalid memory access of CJKCodecs' shift-jis by Hye-Shik Chang · 19 years ago
  15. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 19 years ago
  16. 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
  17. db8955b Backport p3yk r45619: by Hye-Shik Chang · 19 years ago
  18. 7491d2a Try to get rid of a Coverity warning by consistently using origpending. by Neal Norwitz · 19 years ago
  19. b9c03e9 Fix reference leaks introduced by the recent incremental codec changes. by Hye-Shik Chang · 19 years ago
  20. 04904fa Utilize %zd for Py_ssize_t formatting instead of casting to long. by Hye-Shik Chang · 19 years ago
  21. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 19 years ago
  22. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 19 years ago
  23. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago
  24. 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 19 years ago
  25. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 19 years ago
  26. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  27. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  28. c5c57e6 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module by Hye-Shik Chang · 20 years ago
  29. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  30. 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 20 years ago
  31. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 20 years ago
  32. 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  33. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 21 years ago
  34. eb34110 Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which by Hye-Shik Chang · 21 years ago
  35. 64a9e38 Replace an extern magic to assigning declared pointer from array's. by Hye-Shik Chang · 21 years ago
  36. ca455e8 Remove unused CNS-11643 mapping which shouldn't merged into main Python yet. by Hye-Shik Chang · 21 years ago
  37. 91380d5 Repair MS compiler warning about signed-vs-unsigned mismatch. The plane by Tim Peters · 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
  41. 75a3204 Remove warning (static not being first) when building with -W by Neal Norwitz · 21 years ago
  42. d210a5b Fix MSVC6 warnings. (spotted by Tim Peters) by Hye-Shik Chang · 22 years ago
  43. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago