| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
packages that have no documented content themselves, e.g. "urllib" or "http".
|
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
........
|
|
|
|
|
|
| |
but just some text embedded in the docs.
Also remove paragraph about implicit relative imports from tutorial.
|
|
|