1. 828efde Replace bootstrap imports with real C API calls. by Eli Bendersky · 12 years ago
  2. 08b8529 Fix Windows compilation errors by Eli Bendersky · 12 years ago
  3. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  4. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 12 years ago
  5. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  6. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 12 years ago
  7. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 12 years ago
  8. 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 12 years ago
  9. 50eee83 Issue #14007: drop unused TreeBuilder().xml. by Florent Xicluna · 12 years ago
  10. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  11. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 12 years ago
  12. f4bdf4e Issue #13988: move the python bootstrap code to cElementTree.py, and remove obsolete code for Python 2.4 and 2.5. by Florent Xicluna · 12 years ago
  13. f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 13 years ago
  14. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  15. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  16. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  17. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  18. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  19. bfc7bf0 _elementtree.c: remove trailing spaces by Victor Stinner · 13 years ago
  20. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  21. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  22. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  23. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  24. 0477bf3 Fix a crash in _elementtree related to lone unicode surrogates. by Victor Stinner · 14 years ago
  25. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  26. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  27. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  28. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  29. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  30. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  31. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  32. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  33. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  34. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  35. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  36. 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 17 years ago
  37. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  38. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  39. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  40. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  41. f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
  42. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  43. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  44. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  45. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  46. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  47. 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 18 years ago
  48. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  49. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  50. 02876df Check return results for errors by Neal Norwitz · 19 years ago
  51. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  52. c338999 SF#1389809 by Fredrik Lundh · 19 years ago
  53. 0149e3a Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz) by Fredrik Lundh · 19 years ago
  54. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 19 years ago
  55. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 19 years ago
  56. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 19 years ago
  57. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 19 years ago
  58. c97ba70 added PSG licensing blurb by Fredrik Lundh · 19 years ago
  59. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 19 years ago
  60. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 19 years ago