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
*
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
*
Add returns_unicode to the __members__ list.
Fred Drake
2000-12-16
1
-1/+2
*
ParserCreate(): Added test that the namespace_separator value, if given,
Fred Drake
2000-10-29
1
-0/+9
*
PyModule_AddStringConstant(): Make this static since it isn't used
Fred Drake
2000-09-29
1
-1/+5
*
Remove unused VERSION #define.
Martin v. Löwis
2000-09-29
1
-5/+26
*
Repaired damaged string.
Tim Peters
2000-09-24
1
-1/+1
*
xmlparse_ExternalEntityParserCreate(): Add required cast to return to
Fred Drake
2000-09-24
1
-1/+1
*
Added ExternalEntityParserCreate method (patch 101635).
Lars Gustäbel
2000-09-24
1
-0/+66
*
Change the name of the exception from "pyexpat.error" to
Fred Drake
2000-09-23
1
-12/+13
*
When PyInt_FromLong() returns NULL, you do not need to check
Fred Drake
2000-09-22
1
-4/+2
*
Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c
Tim Peters
2000-09-22
1
-2/+1
*
Remove debugging print. ;(
Fred Drake
2000-09-22
1
-2/+0
*
Remove memory leaks of strings/Unicode objects passed into the character
Fred Drake
2000-09-21
1
-58/+21
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-16/+0
*
Try to supply a prototype for the module init function but avoid
Tim Peters
2000-08-26
1
-1/+1
*
initpyexpat(): Code cleanup; makes it more robust and reduces warnings.
Fred Drake
2000-08-25
1
-126/+143
*
Fix the evil booboos. ;( Causes discussed with Jeremy offline.
Fred Drake
2000-08-24
1
-2/+2
*
Remove the Py_FatalError() from initpyexpat(); the Guido has decreed
Fred Drake
2000-08-24
1
-10/+22
*
Mark Favas's fix for typos in docstrings.
Thomas Wouters
2000-07-22
1
-4/+4
*
Convert coding style to be internally consistent and similar to the
Fred Drake
2000-07-12
1
-545/+531
*
Fix bugs in readinst():
Andrew M. Kuchling
2000-07-12
1
-10/+25
*
Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:
Andrew M. Kuchling
2000-07-12
1
-21/+22
*
pyexpat.errors is a *strange* module!
Fred Drake
2000-07-04
1
-14/+15
*
Fixes for compilation problems on Tru64 reported by Mark Favas
Andrew M. Kuchling
2000-07-04
1
-16/+16
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Added support for passing Unicode strings to Expat handlers by default.
Andrew M. Kuchling
2000-06-27
1
-485/+663
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-2/+2
*
Skip Montanaro: add string precisions to calls to PyErr_Format
Guido van Rossum
2000-04-10
1
-1/+1
*
Make it compile on Windows.
Guido van Rossum
2000-03-31
1
-2/+4
*
Added Python interface to Expat XML parser.
Andrew M. Kuchling
2000-03-31
1
-0/+868