summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.rst
Commit message (Collapse)AuthorAgeFilesLines
* #20237: make a revision pass over the XML vulnerabilities sectionAndrew Kuchling2014-02-151-38/+35
|
* Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.Zachary Ware2014-01-311-0/+1
|
* #20236: Fix sphinx markup.R David Murray2014-01-131-1/+1
|
* s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
|
* Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ↵Georg Brandl2013-10-121-5/+7
| | | | booleans and explaining the table beforehand.
* Fix XML vulnerability link targets.Georg Brandl2013-03-281-2/+2
|
* Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+104
|\
| * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+131
|
* Closes #11710: create "landing pages" (/library/package.html) for those ↵Georg Brandl2012-10-061-0/+29
packages that have no documented content themselves, e.g. "urllib" or "http".