Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-17239: Disable external entities in SAX parser (GH-9217) | Christian Heimes | 2018-09-23 | 1 | -0/+14 |
| | | | | | | | | | | | | 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 | ||||
* | bpo-9372: Deprecate several __getitem__ methods (GH-8609) | Berker Peksag | 2018-08-11 | 1 | -0/+2 |
| | | | | | | The __getitem__ methods of DOMEventStream, FileInput, and FileWrapper classes ignore their 'index' parameters and return the next item instead. | ||||
* | Fix typos in multiple `.rst` files (#1668) | delirious-lettuce | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Minor spelling fixes | Martin Panter | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Fix typo in xml.dom.pulldom.rst | Berker Peksag | 2016-03-30 | 1 | -1/+3 |
| | | | | Reported by Matthew Cole on docs@p.o. | ||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | Issue #18760: Improved cross-references in the xml package. | Serhiy Storchaka | 2013-08-29 | 1 | -1/+2 |
| | |||||
* | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 1 | -0/+8 |
| | |||||
* | Issue #14202: some additional doc fixes | Eli Bendersky | 2012-03-16 | 1 | -14/+13 |
| | |||||
* | Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. | Eli Bendersky | 2012-03-16 | 1 | -16/+68 |
| | | | | Patch by Florian Mladitsch | ||||
* | Add missing source links. | Raymond Hettinger | 2011-02-10 | 1 | -0/+3 |
| | |||||
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -5/+4 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -5/+2 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+69 |