1. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  2. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  3. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  4. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  5. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  6. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  7. 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 17 years ago
  8. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  9. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  10. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  11. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  12. f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
  13. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  14. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  15. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  16. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  17. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  18. 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 18 years ago
  19. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  20. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  21. 02876df Check return results for errors by Neal Norwitz · 19 years ago
  22. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  23. c338999 SF#1389809 by Fredrik Lundh · 19 years ago
  24. 0149e3a Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz) by Fredrik Lundh · 19 years ago
  25. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 19 years ago
  26. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 19 years ago
  27. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 19 years ago
  28. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 19 years ago
  29. c97ba70 added PSG licensing blurb by Fredrik Lundh · 19 years ago
  30. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 19 years ago
  31. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 19 years ago