Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Python version since which external enities are not resolved by default. ↵ | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
| | | | | (GH-11237) | ||||
* | bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) | Andrés Delfino | 2018-10-26 | 1 | -1/+4 |
| | |||||
* | bpo-17239: Disable external entities in SAX parser (GH-9217) | Christian Heimes | 2018-09-23 | 1 | -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 Reedy | 2016-06-11 | 1 | -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 Storchaka | 2015-04-04 | 1 | -1/+5 |
| | |||||
* | Issue #18760: Improved cross-references in the xml package. | Serhiy Storchaka | 2013-08-29 | 1 | -13/+22 |
| | |||||
* | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 1 | -0/+8 |
| | |||||
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -7/+6 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+143 |