- 13 Ock, 2013 3 kayıt (commit)
-
-
Eli Bendersky yazdı
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. Patch by Serhiy Storchaka.
-
Eli Bendersky yazdı
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. Patch by Serhiy Storchaka.
-
Eli Bendersky yazdı
-
- 12 Ock, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
Coverity report) and cleanup code.
-
Eli Bendersky yazdı
Thanks to Ezio Melotti and Daniel Shahaf for the patch.
-
- 10 Ock, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
Patch by Serhiy Storchaka
-
Eli Bendersky yazdı
with the Python version of the class. Patch by Daniel Shahaf.
-
- 05 Ock, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
In conformance with the documentation and the Python version. Patch by Franck Michea.
-
- 04 Eki, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).
-
- 01 Eki, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Eyl, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. Patch by Serhiy Storchaka.
-
- 21 Tem, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 17 Tem, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
- 17 Haz, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Haz, 2012 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. Also reorganized the tests a bit to be more robust.
-
- 03 Haz, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 01 Haz, 2012 3 kayıt (commit)
-
-
Eli Bendersky yazdı
Includes exposing a doctype handler from expat through pyexpat.
-
Eli Bendersky yazdı
the code are unnecessary.
-
Eli Bendersky yazdı
-
- 30 May, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
_elementtree, with a test.
-
- 29 May, 2012 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Add attrib keyword to Element and SubElement in _elementtree. Patch developed with Ezio Melotti.
-
- 20 May, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 05 Nis, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 04 Nis, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 03 Nis, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
* Fixed refleak problems when GC collection is run (see messages in issue #14065) * Added weakref support to Element objects
-
- 30 Mar, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 23 Mar, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests
-
- 16 Mar, 2012 2 kayıt (commit)
-
-
Eli Bendersky yazdı
consistent to the one raised by the Python module (the 'code' attribute was added). In addition, the exception is now documented. Added a test to check that ParseError has the required attributes, and threw away the equivalent doctest which is no longer required.
-
Eli Bendersky yazdı
-
- 09 Mar, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Fixed the problem and added some tests. Closes #14178
-
- 05 Mar, 2012 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 04 Mar, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
This makes the C implementation more aligned with the Python implementation. Also added some tests to ensure that Element is now a type and that it can be subclassed.
-
- 13 Şub, 2012 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
-
- 11 Şub, 2012 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Issue #13988: move the python bootstrap code to cElementTree.py, and remove obsolete code for Python 2.4 and 2.5.
-
- 01 Kas, 2011 2 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
- 29 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2).
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-