Serhiy Storchaka
|
b4905efe23
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
|
2016-05-07 10:50:12 +03:00 |
Martin Panter
|
5118f7b9af
|
Issue #25017: Document that htmllib is superseded by module HTMLParser
|
2015-11-14 00:30:46 +00:00 |
Georg Brandl
|
a44ec3ff4c
|
Closes #23181: codepoint -> code point
|
2015-01-14 08:26:30 +01:00 |
Ezio Melotti
|
510ff54324
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
Éric Araujo
|
29a0b57e4e
|
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some
files, I have also made cosmetic changes to the header.
|
2011-08-19 02:14:03 +02:00 |
Senthil Kumaran
|
6f18b98782
|
Fix closes issue10403 - Let's not use members anymore.
|
2011-07-04 12:50:02 -07:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
ac19d85e04
|
Deprecate htmllib and sgmllib for 3.0.
|
2008-06-01 21:19:14 +00:00 |
Georg Brandl
|
3682dfead5
|
Standardize renaming notes.
|
2008-05-20 07:21:58 +00:00 |
Fred Drake
|
d995e1150c
|
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
|
2008-05-20 06:08:38 +00:00 |
Georg Brandl
|
c76ffca2be
|
Rename html.parser file, and split html.entities from htmllib
to ease removal of the latter in Py3k.
|
2008-05-17 21:54:03 +00:00 |
Fred Drake
|
20b56603c9
|
document the renames for modules moved to the html package
(http://bugs.python.org/issue2882)
|
2008-05-17 21:23:02 +00:00 |
Fred Drake
|
cb51d84214
|
update references and documentation for modules in the new html package
(http://bugs.python.org/issue2882)
|
2008-05-17 21:14:05 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |