1. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  2. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  3. 71142c4 Fix indentation from previous commit by Eli Bendersky · 11 years ago
  4. f933e08 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  5. b671701 Issue #13612: Fix a buffer overflow in case of a multi-byte encoding. by Eli Bendersky · 11 years ago
  6. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 13 years ago
  7. 67d5d0e Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). by Florent Xicluna · 13 years ago
  8. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  9. e2e81e8 Fix repr of tree Element on windows. by Florent Xicluna · 15 years ago
  10. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
  11. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  12. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  13. 87dcf3d Coverity issue CID #182 by Christian Heimes · 17 years ago
  14. 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
  15. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  16. dc075b9 SF#1534630 by Fredrik Lundh · 18 years ago
  17. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  18. f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). by Trent Mick · 18 years ago
  19. c707438 Fix some Py_ssize_t issues by Neal Norwitz · 18 years ago
  20. 81707f1 "_self" is a said to be a reserved word in Watcom C 10.6. I'm by Fredrik Lundh · 18 years ago
  21. c6a989a Fix problems found by Coverity. by Neal Norwitz · 18 years ago
  22. 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 19 years ago
  23. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  24. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  25. 02876df Check return results for errors by Neal Norwitz · 19 years ago
  26. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  27. c338999 SF#1389809 by Fredrik Lundh · 19 years ago
  28. 0149e3a Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz) by Fredrik Lundh · 19 years ago
  29. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 19 years ago
  30. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 19 years ago
  31. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 19 years ago
  32. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 19 years ago
  33. c97ba70 added PSG licensing blurb by Fredrik Lundh · 19 years ago
  34. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 19 years ago
  35. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 19 years ago