- 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.
-
- 26 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
XMLParser configures expat to report attributes in a list (ordered_attributes), so only _start_list is needed. Rename it to _start and kill _start.
-
- 23 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Stefan Behnel.
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 04 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Thanks to Stefan Behnel for the report and proposed solution & test.
-
- 04 Tem, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 20 May, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
is imported. Instead, ElementTree.parse can look for a special internal method defined by the accelerator.
-
- 19 May, 2013 5 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
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
-
- 12 May, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.
-
Georg Brandl yazdı
codecs.open().
-
- 20 Nis, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Also remove unused macro.
-
- 18 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
-
- 26 Mar, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 12 Mar, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 09 Mar, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Based on patch by David Lam
-
- 25 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Add test for fragment producing with XMLGenerator.
-
- 12 Şub, 2013 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 10 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 02 Ş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 2 kayıt (commit)
-
-
Ezio Melotti yazdı
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
-
Ezio Melotti yazdı
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
-
- 13 Ock, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
Cleanup the docs ElementTree a bit and describe the default_namespace parameter. In the code, replace the old outdated Doxygen-ish comment above ElementTree.write by a proper docstring.
-
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.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 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).
-