1. 72b710a Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  2. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
  3. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  4. 3ee05af Stream functions like read() are supposed to return bytes, not buffer. by Amaury Forgeot d'Arc · 18 years ago
  5. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 18 years ago
  6. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  7. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 18 years ago
  8. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 18 years ago
  9. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
  10. 27ff74d Fix another issue likely introduced by the merge. by Guido van Rossum · 18 years ago
  11. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  12. 024da5c Make all the multibyte codec tests pass. by Guido van Rossum · 18 years ago
  13. f4cfc8f Make test_codecs work. The CJK codecs now use bytes instead of str8 for by Guido van Rossum · 18 years ago
  14. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 19 years ago
  15. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  16. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  17. 13247bf Add empty __init__ methods for stateful multibytecodec instances. by Hye-Shik Chang · 19 years ago
  18. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  19. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 19 years ago
  20. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  21. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  22. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  23. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 20 years ago
  24. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 21 years ago
  25. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
  26. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago