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
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
Collin Winter
2007-08-24
1
-4/+4
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-5/+2
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-10/+2
*
types.StringType is gone, use str directly instead.
Walter Dörwald
2007-05-29
1
-1/+4
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-16/+19
*
Make test_sax pass.
Guido van Rossum
2007-02-11
1
-6/+6
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
2
-2/+2
*
Fix some more has_key() uses. This could really use a tool to automate...
Guido van Rossum
2006-08-19
2
-8/+5
*
Use explicit relative import to make this work again.
Guido van Rossum
2006-08-17
3
-8/+8
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
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
*
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
[next]