| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-92123: Convert `_elementtree` types to heap types (#99221) | Erlend E. Aasland | 2023-01-20 | 1 | -0/+20 |
|
|
* | bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) | Serhiy Storchaka | 2021-12-05 | 1 | -0/+12 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21449) | Hai Shi | 2020-08-03 | 1 | -1/+1 |
|
|
* | bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-... | Serhiy Storchaka | 2020-06-10 | 1 | -0/+15 |
|
|
* | bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser... | Oren Milman | 2020-04-12 | 1 | -0/+15 |
|
|
* | bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108) | Serhiy Storchaka | 2020-03-22 | 1 | -15/+0 |
|
|
* | bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) | Serhiy Storchaka | 2018-12-18 | 1 | -0/+21 |
|
|
* | bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) | Serhiy Storchaka | 2018-10-18 | 1 | -0/+16 |
|
|
* | bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.t... | Oren Milman | 2017-10-10 | 1 | -0/+32 |
|
|
* | bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641) | Victor Stinner | 2017-09-18 | 1 | -0/+20 |
|
|
* | bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) | Serhiy Storchaka | 2017-03-30 | 1 | -1/+2 |
|
|
* | Merge from 3.5. | Serhiy Storchaka | 2016-12-21 | 1 | -0/+10 |
|\ |
|
| * | Issue #28871: Fixed a crash when deallocate deep ElementTree. | Serhiy Storchaka | 2016-12-21 | 1 | -0/+10 |
|
|
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+1 |
|
|
* | | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+1 |
|/ |
|
* | Issue #25691: Fixed crash on deleting ElementTree.Element attributes. | Serhiy Storchaka | 2015-11-23 | 1 | -0/+32 |
|\ |
|
| * | Issue #25691: Fixed crash on deleting ElementTree.Element attributes. | Serhiy Storchaka | 2015-11-23 | 1 | -0/+32 |
|
|
* | | Fixed sizeof tests for ElementTree (issue #23450). | Serhiy Storchaka | 2015-02-16 | 1 | -1/+1 |
|/ |
|
* | Issue #19886: Use better estimated memory requirements for bigmem tests. | Serhiy Storchaka | 2014-01-10 | 1 | -3/+1 |
|\ |
|
| * | Issue #19886: Use better estimated memory requirements for bigmem tests. | Serhiy Storchaka | 2014-01-10 | 1 | -3/+1 |
|
|
* | | Add some testing to verify which module was imported in ET tests. | Eli Bendersky | 2013-05-20 | 1 | -0/+9 |
|/ |
|
* | Some cosmetic changes | Eli Bendersky | 2013-02-26 | 1 | -2/+4 |
|
|
* | Issue #15467: Merge 3.2 | Martin v. Löwis | 2012-07-29 | 1 | -16/+8 |
|\ |
|
* | | White space normalization. | Martin v. Löwis | 2012-06-17 | 1 | -3/+3 |
|
|
* | | Issue #14055: Add __sizeof__ support to _elementtree. | Martin v. Löwis | 2012-06-17 | 1 | -2/+37 |
|
|
* | | Replace the iter/itertext methods of Element in _elementtree with true C impl... | Eli Bendersky | 2012-06-15 | 1 | -26/+2 |
|
|
* | | fix trailing whitespace | Eli Bendersky | 2012-03-04 | 1 | -1/+0 |
|
|
* | | Issue #14128: Exposing Element as an actual type from _elementtree, rather th... | Eli Bendersky | 2012-03-04 | 1 | -6/+16 |
|
|
* | | The C accelerator was not always imported for cElementTree's tests. (there's ... | Florent Xicluna | 2012-02-16 | 1 | -1/+4 |
|
|
* | | make TestAccelerator[Not]Imported for ElementTree more robust | Eli Bendersky | 2012-02-16 | 1 | -6/+2 |
|
|
* | | Disabling a test that fails on some bots. Will investigate the failure soon | Eli Bendersky | 2012-02-16 | 1 | -2/+2 |
|
|
* | | in the tests of ElementTree, verify that the C accelerator is imported or not... | Eli Bendersky | 2012-02-16 | 1 | -1/+11 |
|
|
* | | Fix xml_etree_c test error (follow up of issue #13988). | Florent Xicluna | 2012-02-13 | 1 | -1/+3 |
|
|
* | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ... | Florent Xicluna | 2012-02-13 | 1 | -17/+6 |
|/ |
|
* | Start fixing test_bigmem: | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|
|
* | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-01-04 | 1 | -0/+18 |
|
|
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -1/+17 |
|
|
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from | Florent Xicluna | 2010-03-13 | 1 | -200/+19 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | Two changes that are definitely problem-free and avoid calling print() | Guido van Rossum | 2007-10-10 | 1 | -3/+2 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -7/+4 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+1 |
|
|
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+11 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+3 |
|
|