1. 5e79321 bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) by Serhiy Storchaka · 8 years ago
  2. e41390a bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) by Serhiy Storchaka · 8 years ago
  3. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 8 years ago
  4. 9c0408d bpo-29876: fix DECREF for NULL value in subelement() (GH-760) by Xiang Zhang · 8 years ago
  5. 827c783 bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757) by Xiang Zhang · 8 years ago
  6. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 9 years ago
  7. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 9 years ago
  8. d7324bc when you enter repr, you must leave, too (#25455) by Benjamin Peterson · 9 years ago
  9. 1f7586e Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. by Serhiy Storchaka · 9 years ago
  10. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  11. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  12. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  13. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 10 years ago
  14. 20a003b Issue #24103: Fixed possible use after free in ElementTree.iterparse(). by Serhiy Storchaka · 10 years ago
  15. 33ea297 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 10 years ago
  16. 45cf0b7 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 10 years ago
  17. b5b76c3 Fixed compilation error introduced in 745fd5550bc0. by Serhiy Storchaka · 10 years ago
  18. c4c64be Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 10 years ago
  19. a0ae9ff Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 10 years ago
  20. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 10 years ago
  21. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  22. 71142c4 Fix indentation from previous commit by Eli Bendersky · 12 years ago
  23. f933e08 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 12 years ago
  24. b671701 Issue #13612: Fix a buffer overflow in case of a multi-byte encoding. by Eli Bendersky · 12 years ago
  25. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 14 years ago
  26. 67d5d0e Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). by Florent Xicluna · 14 years ago
  27. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  28. e2e81e8 Fix repr of tree Element on windows. by Florent Xicluna · 15 years ago
  29. 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
  30. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  31. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  32. 87dcf3d Coverity issue CID #182 by Christian Heimes · 18 years ago
  33. 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
  34. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  35. dc075b9 SF#1534630 by Fredrik Lundh · 19 years ago
  36. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 19 years ago
  37. f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). by Trent Mick · 19 years ago
  38. c707438 Fix some Py_ssize_t issues by Neal Norwitz · 19 years ago
  39. 81707f1 "_self" is a said to be a reserved word in Watcom C 10.6. I'm by Fredrik Lundh · 19 years ago
  40. c6a989a Fix problems found by Coverity. by Neal Norwitz · 19 years ago
  41. 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 19 years ago
  42. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  43. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  44. 02876df Check return results for errors by Neal Norwitz · 20 years ago
  45. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 20 years ago
  46. c338999 SF#1389809 by Fredrik Lundh · 20 years ago
  47. 0149e3a Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz) by Fredrik Lundh · 20 years ago
  48. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 20 years ago
  49. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 20 years ago
  50. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 20 years ago
  51. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 20 years ago
  52. c97ba70 added PSG licensing blurb by Fredrik Lundh · 20 years ago
  53. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 20 years ago
  54. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 20 years ago