- 28 Eyl, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- this was an internal implementation detail for iterparse - this has been changed to use a new private method instead - XMLPullParser.close docs are now more explicit about not returning a root element and instead direct users towards read_events - also added missing docstrings and clarified some details related to exactly *when* events are consumed from the internal queue (Initial patch by Stefan Behnel)
-
- 13 Eyl, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Based on report and initial patch from Germán M. Bravo
-
- 30 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
The new names are hopefully more descriptive and consistent. If you feel you don't agree with this change, *please* read issue 17741 first - there's a lot of discussion in there.
-
- 04 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Thanks to Stefan Behnel for the report and proposed solution & test.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 25 May, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new function - DefaultUnknownEncodingHandler. Based on a patch by Serhiy Storchaka.
-
- 22 May, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
an internal XML encoding is UTF-8 or US-ASCII.
-
- 18 May, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Based on report and patch by Aaron Oakley.
-
- 20 May, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
This is useful when mucking with import_fresh_module to either force or block importing of the _elementtree accelerator. These tests in place provide an immediate indication whether the accelerator was actually imported and overrode the classes it should have.
-
- 19 May, 2013 3 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Renaming to _Element_Py for clarity and moving it to a more logical location. _ElementInterface OTOH is unused and is therefore removed. Close #17988
-
Eli Bendersky yazdı
Also clean up some code around this
-
- 18 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 25 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 Ock, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
When _elementtree is imported, iterparse is redefined as a class and the parser argument was ommitted. Fix this, and add a docstring to the class.
-
Eli Bendersky yazdı
-
- 22 Ock, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 13 Ock, 2013 3 kayıt (commit)
-
-
Eli Bendersky yazdı
serialization functions - short_empty_elements. It controls how elements without contents are emitted. Patch by Serhiy Storchaka. Feature initially proposed by Ariel Poliak.
-
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.
-
- 12 Ock, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 10 Ock, 2013 3 kayıt (commit)
-
-
Eli Bendersky yazdı
Patch by Serhiy Storchaka
-
Eli Bendersky yazdı
-
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.
-
- 30 Ara, 2012 2 kayıt (commit)
-
-
Eli Bendersky yazdı
because it evaluates its condition before pyET is even set by test_main. Therefore, the check it moved to "runtime".
-
Eli Bendersky yazdı
it properly to avoid problems with test-run-order dependencies.
-
- 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).
-
- 19 Eyl, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 17 Tem, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
-
- 15 Tem, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me
-
- 16 Haz, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 15 Haz, 2012 4 kayıt (commit)
-
-
Eli Bendersky yazdı
Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests
-
Eli Bendersky yazdı
Removed _SimpleElementPath and its flaky test. The test monkey-patches the module, which causes other failures and fails itself depending on the order tests are run.
-
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.
-