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
*
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