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
/
Lib
/
xml
/
sax
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix documentation for ContentHandler.ignorableWhitespace()
Fred Drake
2004-05-06
1
-4/+1
*
Consider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis
2004-05-06
1
-13/+28
*
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Swap public and system ID in start_doctype_decl. Fixes #780300.
Martin v. Löwis
2004-05-06
1
-1/+1
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
1
-2/+7
*
Whitespace normalization.
Tim Peters
2003-04-24
2
-2/+2
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
SF patch 672098: Three __contains__ implementations
Raymond Hettinger
2003-01-30
1
-0/+3
*
Merge with PyXML 1.28:
Martin v. Löwis
2003-01-25
1
-22/+71
*
Minor simplification.
Fred Drake
2002-10-28
1
-2/+1
*
Really do replacement of & last to avoid bad interactions between &
Fred Drake
2002-10-28
1
-2/+2
*
Avoid calling __dict_replace() if we don't need to -- the call is much
Fred Drake
2002-10-28
1
-8/+10
*
Patch #613256: Add nescape method to xml.sax.saxutils.
Martin v. Löwis
2002-10-26
1
-6/+26
*
Merge from PyXML:
Martin v. Löwis
2002-06-30
1
-2/+26
*
Fix spacing.
Martin v. Löwis
2002-06-30
1
-1/+1
*
Merge changes from PyXML:
Martin v. Löwis
2002-06-30
1
-13/+76
*
Use more string methods, remove import string
Neal Norwitz
2002-05-31
2
-7/+6
*
Not sure why the regression test missed this, but the PyXML tests caught it.
Fred Drake
2002-04-04
1
-1/+1
*
Avoid creating circular references between the ExpatParser and the
Fred Drake
2002-04-04
1
-1/+38
*
Make sure XMLGenerator uses quoteattr() instead of escape() to quote
Fred Drake
2001-08-07
1
-2/+2
*
Add dead imports of modules that are "magically" imported.
Martin v. Löwis
2001-07-31
1
-0/+5
*
Get the whitespace right!
Fred Drake
2001-07-30
1
-3/+3
*
Ugly fix used when pyexpat is not available.
Jeremy Hylton
2001-07-30
1
-0/+3
*
Added function xml.sax.saxutils.quoteattr().
Fred Drake
2001-07-19
1
-0/+21
*
Synchronize with 1.13 of PyXML:
Martin v. Löwis
2001-06-17
1
-6/+28
*
Previous check-in was by mistake, undo it.
Martin v. Löwis
2001-06-07
1
-1/+3
*
Patch #416220: Fix misplaced paren.
Martin v. Löwis
2001-06-07
1
-3/+1
*
Synchronize with 1.6 of PyXML:
Martin v. Löwis
2001-03-22
1
-3/+11
*
Import the exceptions that this module can raise.
Fred Drake
2001-03-14
1
-0/+3
*
Re-indent.
Martin v. Löwis
2001-01-27
1
-4/+4
*
Synchronize with PyXML 1.5.
Martin v. Löwis
2001-01-27
2
-1/+2
*
Synchronize with PyXML 1.10
Martin v. Löwis
2001-01-27
1
-7/+25
*
Do not assume that types.UnicodeType exists; we might be running in an old
Fred Drake
2000-12-16
1
-1/+5
*
When raising KeyError, provide the key value that failed.
Fred Drake
2000-12-13
1
-4/+4
*
Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down
Lars Gustäbel
2000-10-24
1
-1/+1
*
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake
2000-10-23
6
-82/+82
*
Fixed a bug that caused namespace names to be reported as lists rather
Lars Gustäbel
2000-10-19
1
-0/+2
*
Fixed minor problem with reset().
Lars Gustäbel
2000-10-14
1
-1/+2
*
Added parent attribute with getters and setters on XMLFilterBase.
Lars Gustäbel
2000-10-11
1
-0/+12
*
_exceptions: Format a missing system id as <unknown>.
Martin v. Löwis
2000-10-09
2
-5/+7
*
In an incremental parser, close the parser after feeding everything.
Martin v. Löwis
2000-10-06
1
-0/+1
*
Don't use a file object as system id; try to propagate the file name to
Martin v. Löwis
2000-10-06
1
-1/+3
*
Don't report a final chunk for an external entity parser.
Martin v. Löwis
2000-10-06
1
-1/+0
*
Move translation from expat.error to SAXParseException into feed, so that
Martin v. Löwis
2000-10-06
1
-17/+19
*
Add SAXReaderNotAvailable, and use it to distinguish between an
Martin v. Löwis
2000-10-06
3
-3/+25
*
Support non-namespace elements in *ElementNS of XMLGenerator.
Martin v. Löwis
2000-10-03
1
-2/+10
*
Use string functions instead of methods to allow sharing this module with PyXML
Martin v. Löwis
2000-09-29
1
-3/+5
*
Remove dependency from saxutils when loading xmlreader
Martin v. Löwis
2000-09-29
1
-2/+1
*
Fix handling of file inputs on Windows; passing them to urllib.urlopen()
Fred Drake
2000-09-26
1
-3/+5
*
Fix inconsistent use of space/tabs.
Thomas Wouters
2000-09-25
1
-4/+4
[next]