summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.sax.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python version since which external enities are not resolved by default. ↵Serhiy Storchaka2018-12-191-1/+1
| | | | (GH-11237)
* bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)Andrés Delfino2018-10-261-1/+4
|
* bpo-17239: Disable external entities in SAX parser (GH-9217)Christian Heimes2018-09-231-0/+8
| | | | | | | | | | | | The SAX parser no longer processes general external entities by default to increase security. Before, the parser created network connections to fetch remote files or loaded local files from the file system for DTD and entities. Signed-off-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue17239
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #10590: xml.sax.parseString() now supports string argument.Serhiy Storchaka2015-04-041-1/+5
|
* Issue #18760: Improved cross-references in the xml package.Serhiy Storchaka2013-08-291-13/+22
|
* Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+8
|
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-7/+6
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+143