summaryrefslogtreecommitdiff
path: root/Lib/xmllib.py
Commit message (Expand)AuthorAgeFilesLines
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-081-1/+2
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-021-16/+12
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-6/+6
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-15/+15
* Add deprecation warnings for modules as documentedNeal Norwitz2002-04-101-0/+4
* Moved clearing of "literal" flag. The flag is set in setliteral whichSjoerd Mullender2001-03-141-1/+1
* String method conversion.Eric S. Raymond2001-02-091-30/+30
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-2/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Two changes:Sjoerd Mullender2000-12-061-8/+16
* New method getnamespace.Sjoerd Mullender2000-08-311-0/+7
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Better error handling of bad entity references. Before when an & inSjoerd Mullender2000-07-101-16/+25
* 2 fixes plus one extension:Sjoerd Mullender2000-07-041-6/+6
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Sjoerd Mullender:Guido van Rossum2000-06-211-4/+4
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+2
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-30/+48
* Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber:Guido van Rossum1999-06-081-1/+1
* Fredrik Lundh fixes Sjoerd's patch...Guido van Rossum1999-02-021-7/+7
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-4/+12
* Patch by Sjoerd Mullender for better compatibility with the versionGuido van Rossum1999-02-011-0/+25
* New test function by Sjoerd, adding -t option.Guido van Rossum1998-12-221-9/+24
* Sjoerd Mullender:Guido van Rossum1998-12-211-24/+34
* Sjoerd Mullender writes:Guido van Rossum1998-12-181-62/+121
* Sjoerd patches the previous patch:Guido van Rossum1998-12-081-0/+10
* Sjoerd writes:Guido van Rossum1998-12-071-1/+8
* Fixed a problem where xmllib didn't handle the tagGuido van Rossum1998-10-191-55/+60
* Sjoerd's latest.Guido van Rossum1998-04-031-117/+195
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-456/+456
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-291-57/+162
* Fixed case sensitivity of attributes (they are case *sensitive*).Guido van Rossum1997-11-181-12/+8
* Sjoerd Mullender's xml parser (based on sgmllib, somewhat).Guido van Rossum1997-11-181-0/+568