An error occurred fetching the project authors.
- 07 Nov, 2013 1 commit
-
-
Ezio Melotti authored
-
- 24 Jun, 2012 1 commit
-
-
Ezio Melotti authored
-
- 23 Jun, 2012 1 commit
-
-
Ezio Melotti authored
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
-
- 19 Apr, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 21 Feb, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 15 Feb, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 Feb, 2012 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 10 Feb, 2012 1 commit
-
-
Ezio Melotti authored
-
- 19 Dec, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Nov, 2011 1 commit
-
-
Ezio Melotti authored
-
- 14 Nov, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Nov, 2011 1 commit
-
-
Ezio Melotti authored
-
- 14 Nov, 2011 1 commit
-
-
Ezio Melotti authored
-
- 08 Nov, 2011 1 commit
-
-
Ezio Melotti authored
-
- 01 Nov, 2011 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
-
Ezio Melotti authored
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
-
- 28 Oct, 2011 1 commit
-
-
Ezio Melotti authored
-
- 05 Sep, 2011 1 commit
-
-
Ezio Melotti authored
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
-
- 07 Apr, 2011 1 commit
-
-
Ezio Melotti authored
-
- 05 Apr, 2011 1 commit
-
-
Ezio Melotti authored
-
- 28 Dec, 2010 3 commits
-
-
Senthil Kumaran authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87542 | senthil.kumaran | 2010-12-28 23:55:16 +0800 (Tue, 28 Dec 2010) | 3 lines Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax ........
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 03 Dec, 2010 1 commit
-
-
R. David Murray authored
The motivation for adding this option is that the the functionality it provides used to be provided by sgmllib in Python2, and was used by, for example, BeautifulSoup. Without this option, the Python3 version of BeautifulSoup and the many programs that use it are crippled. The original patch was by 'kxroberto'. I modified it heavily but kept his heuristics and test. I also added additional heuristics to fix #975556, #1046092, and part of #6191. This patch should be completely backward compatible: the behavior with the default strict=True is unchanged.
-
- 24 May, 2010 2 commits
-
-
Victor Stinner authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81504 | victor.stinner | 2010-05-24 23:46:25 +0200 (lun., 24 mai 2010) | 13 lines Recorded merge of revisions 81500-81501 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81500 | victor.stinner | 2010-05-24 23:33:24 +0200 (lun., 24 mai 2010) | 2 lines Issue #6662: Fix parsing of malformatted charref (&#bad;) ........ r81501 | victor.stinner | 2010-05-24 23:37:28 +0200 (lun., 24 mai 2010) | 2 lines Add the author of the last fix (Issue #6662) ........ ................
-
Victor Stinner authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81500 | victor.stinner | 2010-05-24 23:33:24 +0200 (lun., 24 mai 2010) | 2 lines Issue #6662: Fix parsing of malformatted charref (&#bad;) ........ r81501 | victor.stinner | 2010-05-24 23:37:28 +0200 (lun., 24 mai 2010) | 2 lines Add the author of the last fix (Issue #6662) ........
-