summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.dom.pulldom.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-17239: Disable external entities in SAX parser (GH-9217)Christian Heimes2018-09-231-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 Peksag2018-08-111-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-lettuce2017-05-191-1/+1
|
* Minor spelling fixesMartin Panter2016-08-201-1/+1
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Fix typo in xml.dom.pulldom.rstBerker Peksag2016-03-301-1/+3
| | | | Reported by Matthew Cole on docs@p.o.
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-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 Storchaka2013-08-291-1/+2
|
* Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+8
|
* Issue #14202: some additional doc fixesEli Bendersky2012-03-161-14/+13
|
* Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.Eli Bendersky2012-03-161-16/+68
| | | | Patch by Florian Mladitsch
* Add missing source links.Raymond Hettinger2011-02-101-0/+3
|
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-5/+4
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-5/+2
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+69