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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
Collin Winter
2007-08-24
4
-14/+14
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
3
-19/+21
*
Fix the test_minidom failure.
Guido van Rossum
2007-08-07
1
-1/+2
*
Patch #1762412: Fix test case for struni branch.
Martin v. Löwis
2007-07-28
1
-44/+20
*
Fix the minidom test.
Guido van Rossum
2007-07-27
1
-14/+9
*
SF patch# 1759922 by Alexandre Vassalotti.
Guido van Rossum
2007-07-27
1
-6/+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-1/+1
*
Simplify various spots where: str() is called on something
Walter Dörwald
2007-06-11
1
-6/+1
*
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
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-2/+2
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
2
-3/+3
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-16/+16
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-16/+19
*
Fix xml.dom.minidom so it works again after the dict views introduction.
Brett Cannon
2007-02-21
1
-5/+4
*
Make test_sax pass.
Guido van Rossum
2007-02-11
1
-6/+6
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
2
-2/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
2
-2/+2
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-1/+1
*
Jacques Frechet's and John Reese's simplification of ElementTree: give up
Alex Martelli
2006-08-21
1
-27/+1
*
Use proper py3k syntax for relative import (from . import foo)
Alex Martelli
2006-08-21
2
-2/+3
*
Changed minidom.py to work correctly with new-style classes (since
Alex Martelli
2006-08-21
1
-1/+5
*
Fix some more has_key() uses. This could really use a tool to automate...
Guido van Rossum
2006-08-19
5
-20/+17
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-1/+1
*
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
22
-0/+7402
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
21
-7462/+0
*
r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100
Fredrik Lundh
2005-12-12
1
-0/+1
*
r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100
Fredrik Lundh
2005-12-12
1
-2/+6
*
added ElementTree core components to xml.etree
Fredrik Lundh
2005-12-12
4
-0/+1621
*
[Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()
Andrew M. Kuchling
2005-12-04
1
-2/+3
*
[Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f...
Andrew M. Kuchling
2005-11-22
1
-2/+2
*
bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-6/+6
*
fix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake
2005-02-03
1
-1/+1
*
Fix typo in comment.
Walter Dörwald
2004-11-25
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
*
Require minimally PyXML 0.8.4.
Martin v. Löwis
2004-10-13
1
-1/+1
*
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
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
3
-4/+4
*
Add missing self. before curNode. This may need to be committed
Neal Norwitz
2003-06-29
1
-1/+1
*
Whitespace normalization.
Tim Peters
2003-04-24
4
-5/+5
*
SF patch #701494: more apply removals
Raymond Hettinger
2003-04-06
1
-2/+2
[next]