Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
800e4b7ad6b6f86c17408429852dfb47493d366e
/
Modules
/
_elementtree.c
5e79321
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
by Serhiy Storchaka
· 8 years ago
e41390a
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
by Serhiy Storchaka
· 8 years ago
9c2c42c
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
by Serhiy Storchaka
· 8 years ago
9c0408d
bpo-29876: fix DECREF for NULL value in subelement() (GH-760)
by Xiang Zhang
· 8 years ago
827c783
bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)
by Xiang Zhang
· 8 years ago
1451874
Backed out changeset 78bf34b6a713
by Serhiy Storchaka
· 9 years ago
85add47
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
d7324bc
when you enter repr, you must leave, too (#25455)
by Benjamin Peterson
· 9 years ago
1f7586e
Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.
by Serhiy Storchaka
· 9 years ago
6a8163a
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
by Martin Panter
· 9 years ago
763a61c
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
bc62af1
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
2e6c829
Issue #20440: More use of Py_SETREF.
by Serhiy Storchaka
· 10 years ago
20a003b
Issue #24103: Fixed possible use after free in ElementTree.iterparse().
by Serhiy Storchaka
· 10 years ago
33ea297
Fixed possible leaks in ElementTree parser.
by Serhiy Storchaka
· 10 years ago
45cf0b7
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 10 years ago
b5b76c3
Fixed compilation error introduced in 745fd5550bc0.
by Serhiy Storchaka
· 10 years ago
c4c64be
Issue #19687: Fixed possible integer overflows in ElementTree.
by Serhiy Storchaka
· 10 years ago
a0ae9ff
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 10 years ago
25598f3
Issue #24091: Fixed various crashes in corner cases in cElementTree.
by Serhiy Storchaka
· 10 years ago
98a9722
Issue #20437: Fixed 43 potential bugs when deleting objects references.
by Serhiy Storchaka
· 12 years ago
71142c4
Fix indentation from previous commit
by Eli Bendersky
· 12 years ago
f933e08
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 12 years ago
b671701
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
by Eli Bendersky
· 12 years ago
0965ee2
Issue #2892: preserve iterparse events in case of SyntaxError
by Florent Xicluna
· 14 years ago
67d5d0e
Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2).
by Florent Xicluna
· 14 years ago
402b73f
Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule.
by Larry Hastings
· 15 years ago
e2e81e8
Fix repr of tree Element on windows.
by Florent Xicluna
· 15 years ago
3e8c189
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
by Florent Xicluna
· 15 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
87dcf3d
Coverity issue CID #182
by Christian Heimes
· 18 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 18 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 18 years ago
dc075b9
SF#1534630
by Fredrik Lundh
· 19 years ago
6f5ff3f
Klocwork made another run and found a bunch more problems.
by Neal Norwitz
· 19 years ago
f08d663
Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).
by Trent Mick
· 19 years ago
c707438
Fix some Py_ssize_t issues
by Neal Norwitz
· 19 years ago
81707f1
"_self" is a said to be a reserved word in Watcom C 10.6. I'm
by Fredrik Lundh
· 19 years ago
c6a989a
Fix problems found by Coverity.
by Neal Norwitz
· 19 years ago
44ed4db
merged with cElementTree development trunk (1.0.6 snapshot):
by Fredrik Lundh
· 19 years ago
02cbf4a
More unconsting.
by Martin v. Löwis
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
02876df
Check return results for errors
by Neal Norwitz
· 20 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 20 years ago
c338999
SF#1389809
by Fredrik Lundh
· 20 years ago
0149e3a
Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz)
by Fredrik Lundh
· 20 years ago
b80775e
Fixed reference counting error when using the entity dictionary
by Fredrik Lundh
· 20 years ago
6d52b55
updating to cElementTree 1.0.5 (step 3 of 3)
by Fredrik Lundh
· 20 years ago
8c8836b
updating to cElementTree 1.0.5 (step 2 of 3)
by Fredrik Lundh
· 20 years ago
7cfe6ee
updating to cElementTree 1.0.5
by Fredrik Lundh
· 20 years ago
c97ba70
added PSG licensing blurb
by Fredrik Lundh
· 20 years ago
14b4fea
renamed to _elementtree (for Python 2.5)
by Fredrik Lundh
· 20 years ago
0c53bfd
copied cElementTree 1.0.4 to Modules
by Fredrik Lundh
· 20 years ago