1. 64aa4df [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) by Serhiy Storchaka · 8 years ago
  2. 5f75502 Issue #24366: Fix indentation by Martin Panter · 8 years ago
  3. e4668aa fix misleading indentation (closes #28139) by Benjamin Peterson · 8 years ago
  4. 59dd0e6 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  5. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  6. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  7. e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  8. 9a1662c Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  9. 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  10. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 14 years ago
  11. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  12. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  13. 658c45f Docstring typo. by Andrew M. Kuchling · 16 years ago
  14. 41a81eb Backport r65661, r65760: Issue #3575: Incremental decoder's decode by Hirokazu Yamamoto · 16 years ago
  15. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 16 years ago
  16. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  17. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  18. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  19. 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 17 years ago
  20. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  21. 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 · 17 years ago
  22. 2518b25 Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. by Christian Heimes · 17 years ago
  23. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
  24. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
  25. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  26. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
  27. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  28. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 18 years ago
  29. 58ce5bc Fix a potentially invalid memory access of CJKCodecs' shift-jis by Hye-Shik Chang · 18 years ago
  30. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  31. 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
  32. db8955b Backport p3yk r45619: by Hye-Shik Chang · 19 years ago
  33. 7491d2a Try to get rid of a Coverity warning by consistently using origpending. by Neal Norwitz · 19 years ago
  34. b9c03e9 Fix reference leaks introduced by the recent incremental codec changes. by Hye-Shik Chang · 19 years ago
  35. 04904fa Utilize %zd for Py_ssize_t formatting instead of casting to long. by Hye-Shik Chang · 19 years ago
  36. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 19 years ago
  37. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 19 years ago
  38. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago
  39. 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 19 years ago
  40. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 19 years ago
  41. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  42. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  43. c5c57e6 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module by Hye-Shik Chang · 19 years ago
  44. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  45. 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 19 years ago
  46. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 19 years ago
  47. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  48. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  49. eb34110 Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which by Hye-Shik Chang · 20 years ago
  50. 64a9e38 Replace an extern magic to assigning declared pointer from array's. by Hye-Shik Chang · 20 years ago
  51. ca455e8 Remove unused CNS-11643 mapping which shouldn't merged into main Python yet. by Hye-Shik Chang · 20 years ago
  52. 91380d5 Repair MS compiler warning about signed-vs-unsigned mismatch. The plane by Tim Peters · 20 years ago
  53. 7c7b3da Added a comment explaining the extern ugliness. by Tim Peters · 20 years ago
  54. 0f27166 Changed the "predefinitions" of codec_list and mapping_list from static by Tim Peters · 20 years ago
  55. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  56. 75a3204 Remove warning (static not being first) when building with -W by Neal Norwitz · 20 years ago
  57. d210a5b Fix MSVC6 warnings. (spotted by Tim Peters) by Hye-Shik Chang · 21 years ago
  58. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago