summaryrefslogtreecommitdiffstats
path: root/Doc/library/markup.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #11710: create "landing pages" (/library/package.html) for those ↵Georg Brandl2012-10-061-8/+1
| | | | packages that have no documented content themselves, e.g. "urllib" or "http".
* Move xml.etree higher and xml.parsers.expat lower in the markup ToC.Éric Araujo2012-03-051-2/+2
| | | | | I assume that most users looking at this page are looking for a library to process XML, not a low-level parser. First proposed in #11379.
* #2830: add html.escape() helper and move cgi.escape() uses in the standard ↵Georg Brandl2010-10-151-0/+1
| | | | library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
* Signature documentation style update, modules J, K, L and M.Georg Brandl2009-06-081-1/+0
|
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-2/+0
|
* Merged revisions 63438 via svnmerge fromGeorg Brandl2008-05-181-1/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63438 | georg.brandl | 2008-05-17 23:54:03 +0200 (Sat, 17 May 2008) | 3 lines Rename html.parser file, and split html.entities from htmllib to ease removal of the latter in Py3k. ........
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-12/+3
| | | | | | but just some text embedded in the docs. Also remove paragraph about implicit relative imports from tutorial.
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+44