1. 658c45f Docstring typo. by Andrew M. Kuchling · 17 years ago
  2. 41a81eb Backport r65661, r65760: Issue #3575: Incremental decoder's decode by Hirokazu Yamamoto · 17 years ago
  3. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 17 years ago
  4. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  5. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  6. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  7. 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
  8. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  9. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  10. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 19 years ago
  11. 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
  12. db8955b Backport p3yk r45619: by Hye-Shik Chang · 19 years ago
  13. 7491d2a Try to get rid of a Coverity warning by consistently using origpending. by Neal Norwitz · 19 years ago
  14. b9c03e9 Fix reference leaks introduced by the recent incremental codec changes. by Hye-Shik Chang · 19 years ago
  15. 04904fa Utilize %zd for Py_ssize_t formatting instead of casting to long. by Hye-Shik Chang · 20 years ago
  16. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 20 years ago
  17. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 20 years ago
  18. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 20 years ago
  19. 02cbf4a More unconsting. by Martin v. Löwis · 20 years ago
  20. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 20 years ago
  21. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  22. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 20 years ago
  23. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 21 years ago
  24. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
  25. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago