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
*
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka
2015-05-06
1
-2/+13
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-6/+8
*
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
Raymond Hettinger
2014-07-25
1
-5/+8
*
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
1
-2/+6
*
Issue #1470548: Do not buffer XMLGenerator output.
Serhiy Storchaka
2013-02-25
1
-3/+7
*
Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
Serhiy Storchaka
2013-02-10
1
-33/+49
*
Issue #11159: SAX parser now supports unicode file names.
Serhiy Storchaka
2013-02-02
2
-6/+27
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
2
-4/+4
*
Merged revisions 85858 via svnmerge from
Antoine Pitrou
2010-10-27
1
-0/+6
*
issue#6442 use in operator instead of has_key
Jack Diederich
2010-02-23
1
-1/+1
*
replace has_key with 'in' operator
Benjamin Peterson
2009-10-09
1
-1/+1
*
#4490 Fix sample code run by "python -m xml.sax.xmlreader"
Amaury Forgeot d'Arc
2009-06-22
1
-3/+3
*
Remove dict.has_key() usage in xml.sax to silence warnings under -3.
Brett Cannon
2008-08-04
2
-4/+4
*
#2503 make singletons compared with "is" not == or !=
Benjamin Peterson
2008-03-29
1
-1/+1
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
1
-16/+19
*
expunge the xmlcore changes:
Fred Drake
2006-07-29
6
-0/+1675
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
6
-1673/+0
*
[Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()
Andrew M. Kuchling
2005-12-04
1
-2/+3
*
fix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake
2005-02-03
1
-1/+1
*
when only using half of the return value of os.path.split(), use
Fred Drake
2004-10-20
1
-1/+1
*
SF bug #902037: relative on-disk SYSTEM id handling is incorrect
Raymond Hettinger
2004-10-20
1
-4/+5
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-2/+2
*
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
[next]