42 Commits (bcc17eefd2b630aca2fc0f4e27f274a028030542)

Author SHA1 Message Date
Florent Xicluna 91d5193b3a Closes #2892: preserve iterparse events in case of SyntaxError. 14 years ago
Alexander Belopolsky e239d23e8c Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Antoine Pitrou e033e06db0 Issue #10093: ResourceWarnings are now issued when files and sockets are 15 years ago
Alexander Belopolsky f0f45142d5 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
Victor Stinner 0477bf3a93 Fix a crash in _elementtree related to lone unicode surrogates. 16 years ago
Florent Xicluna f15351d938 Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 16 years ago
Benjamin Peterson b173f7853e add a replacement API for PyCObject, PyCapsule #5630 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Mark Dickinson 211c625829 Issue #1717, stage 2: remove uses of tp_compare in Modules and most 17 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Amaury Forgeot d'Arc ba4105c133 #3247: Get rid of Py_FindMethod: 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Christian Heimes 679db4aa99 Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Neal Norwitz 0269b91030 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Walter Dörwald 7569dfe11d Add a format specifier %R to PyUnicode_FromFormat(), which embeds 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Neal Norwitz f6657e67b3 Cruft removal: 19 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 73e5a5b65d Merge the rest of the trunk. 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Neal Norwitz 227b5339ed Finish getting rid of statichere/staticforward 20 years ago
Fredrik Lundh 44ed4db955 merged with cElementTree development trunk (1.0.6 snapshot): 20 years ago
Martin v. Löwis 02cbf4ae4b More unconsting. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 02876df9de Check return results for errors 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Fredrik Lundh c3389997d4 SF#1389809 20 years ago
Fredrik Lundh 0149e3a090 Fixed None reference leaks in TreeBuilder class (reported by Neal 20 years ago
Fredrik Lundh b80775ecf1 Fixed reference counting error when using the entity dictionary 20 years ago
Fredrik Lundh 6d52b55c56 updating to cElementTree 1.0.5 (step 3 of 3) 20 years ago
Fredrik Lundh 8c8836b406 updating to cElementTree 1.0.5 (step 2 of 3) 20 years ago
Fredrik Lundh 7cfe6eee0d updating to cElementTree 1.0.5 20 years ago
Fredrik Lundh c97ba7064e added PSG licensing blurb 20 years ago
Fredrik Lundh 14b4feac6a renamed to _elementtree (for Python 2.5) 20 years ago
Fredrik Lundh 0c53bfd374 copied cElementTree 1.0.4 to Modules 20 years ago