index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
pyexpat.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Conditionalize features not found in PyXML 1.95.2.
Martin v. Löwis
2003-01-21
1
-0/+15
*
Merge with PyXML 1.71:
Martin v. Löwis
2003-01-21
1
-16/+136
*
SF # 669553, fix memory (ref) leaks
Neal Norwitz
2003-01-19
1
-13/+25
*
Assorted patches from Armin Rigo:
Michael W. Hudson
2002-11-08
1
-1/+1
*
Be more careful with the type of the xmlhandlersetter; it takes an
Fred Drake
2002-09-24
1
-1/+1
*
Minor change for symmetry with PyXML: PyDoc_STR should not include
Fred Drake
2002-09-02
1
-1/+1
*
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
Guido van Rossum
2002-08-16
1
-1/+1
*
Add trace_frame. Fixes #534864. Backported to 2.2.
Martin v. Löwis
2002-08-04
1
-0/+38
*
Return NULL instead of 0 from function with a pointer return value.
Fred Drake
2002-07-19
1
-1/+1
*
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond
2002-07-19
1
-3/+2
*
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters
2002-07-17
1
-1/+1
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-2/+2
*
Do not depend on pymemcompat.h (was only used for PyXML); Martin likes
Fred Drake
2002-07-02
1
-4/+6
*
Bring this back into sync with PyXML revision 1.58.
Fred Drake
2002-07-01
1
-3/+10
*
Define PyDoc_STRVAR if it is not available (PyXML 1.54).
Martin v. Löwis
2002-06-30
1
-63/+11
*
Undo usage of PyOS_snprintf (rev. 1.51 of PyXML).
Martin v. Löwis
2002-06-30
1
-1/+3
*
Added character data buffering to pyexpat parser objects.
Fred Drake
2002-06-28
1
-20/+157
*
pyexpat code cleanup and minor refactorings:
Fred Drake
2002-06-28
1
-221/+176
*
Integrate the changes from PyXML's version of pyexpat.c revisions
Fred Drake
2002-06-27
1
-46/+109
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-22/+21
*
Remove compiler warnings on Solaris 8.
Neal Norwitz
2002-03-20
1
-1/+1
*
Use included Expat library. Drop support for older expat versions.
Martin v. Löwis
2002-02-11
1
-171/+0
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1/+1
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-1/+1
*
assert.h was not always included by Python.h; make sure we import it for
Fred Drake
2001-11-18
1
-0/+3
*
Patch #473265: UpdatePairedHandlers nonsensical.
Martin v. Löwis
2001-11-10
1
-3/+3
*
Merge 1.42 from PyXML: Flag errors resulting from argument conversion problems.
Martin v. Löwis
2001-11-10
1
-2/+1
*
Change clear_handlers argument to indicate whether this is an initialization.
Martin v. Löwis
2001-10-21
1
-9/+10
*
Reactivate participation of expat parsers in GC. Fixes bug #462710.
Martin v. Löwis
2001-09-23
1
-2/+33
*
Include ctype.h after Python.h.
Martin v. Löwis
2001-09-19
1
-1/+1
*
Patch to bug #461753: Allow None in ExternalEntityParserCreate.
Martin v. Löwis
2001-09-19
1
-1/+1
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-12/+15
*
Squash compiler wng about mixing signed and unsigned in comparison.
Tim Peters
2001-07-28
1
-1/+2
*
ParserCreate(): Allow an empty string for the namespace_separator argument;
Fred Drake
2001-04-25
1
-68/+82
*
get_version_string(): New function -- returns a Python string object that
Fred Drake
2001-03-24
1
-3/+24
*
Variety of small INC/DECREF patches that fix reported memory leaks
Jeremy Hylton
2001-03-13
1
-3/+0
*
Wrap some long lines, use only C89 /* */ comments, and add spaces around
Fred Drake
2001-03-01
1
-14/+15
*
Bug #132816: Compiler warning in PYEXPAT.C for extra ';'
Tim Peters
2001-02-17
1
-5/+5
*
Remove the old version of my_StartElementHandler(). This was conditionally
Fred Drake
2001-02-16
1
-17/+0
*
xmlparseobject: Remove the unused conv_attrs field, added an
Fred Drake
2001-02-14
1
-87/+156
*
set_error(): Handle construction of pyexpat.error exceptions. They
Fred Drake
2001-02-08
1
-153/+456
*
Support older PYTHON_API_VERSIONs for backwards compatibility.
Martin v. Löwis
2001-02-06
1
-2/+7
*
Fix arguments for PyFrame_New(). The previous checkin used the wrong
Jeremy Hylton
2001-01-25
1
-1/+0
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-1/+5
*
Fix off-by-one error in array size.
Martin v. Löwis
2001-01-22
1
-1/+1
*
Fixed teensy memory leak, but doesn't help test_sax on Windows.
Tim Peters
2001-01-22
1
-0/+1
*
Fix typo: MICRO instead of MINOR.
Martin v. Löwis
2001-01-21
1
-1/+1
*
Merge with 1.25 of PyXML:
Martin v. Löwis
2001-01-21
1
-40/+355
*
Mark the "encoding" parameter to ExternalEntityParserCreate() as optional
Fred Drake
2001-01-03
1
-1/+1
*
When using the latest & greatest version of Expat (currently in the Expat
Fred Drake
2000-12-21
1
-0/+7
[prev]
[next]