- 28 Kas, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Based on patches by Christian Heimes and Vajrasky Kok
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 13 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 18 Eyl, 2013 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 13 Eyl, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Based on report and initial patch from Germán M. Bravo
-
- 24 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Patch by Antoine Pitrou (based on Robin Schreiber's original patch)
-
- 20 Tem, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
CID 719637
-
- 19 Tem, 2013 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 18 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
handler if a Python exception is set
-
- 12 Tem, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Use Py_DECREF() instead of PyObject_GC_Del() to release correctly all resources * Raise MemoryError on memory allocation failure
-
Victor Stinner yazdı
allocation failure
-
- 11 Tem, 2013 3 kayıt (commit)
-
-
Victor Stinner yazdı
* create_new_element() initializes all attributes before handling errors, to fix a crash in the destructor * create_new_element() calls PyObject_GC_Del() on error, instead of PyObject_Del(), because the object was created by PyObject_GC_New() * subelement() now handles create_new_element() failure * element_getattro() now handles element_get_text() failure * makeuniversal() now handles PyBytes_FromStringAndSize() failure
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 25 May, 2013 1 kayıt (commit)
-
-
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.
-
- 19 May, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 18 May, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
Based on report and patch by Aaron Oakley.
-
Eli Bendersky yazdı
This caused an exception to be raised later than expected.
-
- 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 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Also clean up some code around this
-
- 24 Nis, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 22 Nis, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Patch by Jonas Wagner
-
- 20 Nis, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Also remove unused macro.
-
- 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.
-