COMMITS
/ Modules/pyexpat.c December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 28, 2007
C
Fixed #1508 Removal of stale code in _csv.c / pyexpat.c
Christian Heimes committed
November 21, 2007
C
Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
August 11, 2007
N
Remove support for __members__ and __methods__. There still might be
Neal Norwitz committed
July 23, 2007
G
SF patch# 1759016 by Joe Gregorio, who writes:
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
August 17, 2006
G
Get rid of the last mention of WITH_CYCLE_GC that I could find.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 8, 2006
N
Fix logic error and DECREF reported by Coverity.
Neal Norwitz committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
December 19, 2005
N
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz committed
December 13, 2005
F
moved magic into structure (mainly to simplify the client code)
Fredrik Lundh committed
F
renamed dispatch -> capi to match other CAPI implementations
Fredrik Lundh committed
F
added cobject-based expat dispatch mechanism to pyexpat
Fredrik Lundh committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton committed
September 30, 2005
N
Patch #1309009, Fix segfault in pyexpat when the XML document is
Neal Norwitz committed
March 4, 2005
M
Patches #925152, #1118602: Avoid reading after the end of the buffer
Martin v. Löwis committed
October 13, 2004
M
Synchronize with PyXML 1.79:
Martin v. Löwis committed
August 26, 2004
D
Patch #1014930. Expose current parse location to XMLParser.
Dave Cole committed
August 13, 2004
F
make exception propogation more efficient; this avoids having Expat parse
Fred Drake committed
August 4, 2004
F
add constants for many error values added over the past couple of
Fred Drake committed
August 3, 2004
M
Fix the reference count errors revealed by the test suite...
Michael W. Hudson committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
July 21, 2003
F
Repair mis-application of Jeremy's patch. Thanks, Neal!
Fred Drake committed
F
Fix memory leak reported & discussed on the Python XML-SIG mailing list.
Fred Drake committed
June 27, 2003
J
Fix several bugs in handling of exceptions with trace function enabled.
Jeremy Hylton committed
February 2, 2003
F
Fix memory leak: free memory storing the content model passed to the
Fred Drake committed
January 21, 2003
M
Conditionalize features not found in PyXML 1.95.2.
Martin v. Löwis committed
M
Merge with PyXML 1.71:
Martin v. Löwis committed
January 19, 2003
N
SF # 669553, fix memory (ref) leaks
Neal Norwitz committed
November 8, 2002
M
Assorted patches from Armin Rigo:
Michael W. Hudson committed
September 24, 2002
F
Be more careful with the type of the xmlhandlersetter; it takes an
Fred Drake committed
September 2, 2002
F
Minor change for symmetry with PyXML: PyDoc_STR should not include
Fred Drake committed
August 16, 2002
G
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
Guido van Rossum committed
August 4, 2002
M
Add trace_frame. Fixes #534864. Backported to 2.2.
Martin v. Löwis committed
July 19, 2002
F
Return NULL instead of 0 from function with a pointer return value.
Fred Drake committed
M
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond committed
July 17, 2002
T
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters committed
J
staticforward bites the dust.
Jeremy Hylton committed