- 17 Haz, 2017 1 kayıt (commit)
-
-
Motoki Naruse yazdı
elem is the result of .lower() 6 lines above the handle_endtag call. Patch by Motoki Naruse
-
- 24 May, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* Revert "Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a The docstring was correct. I read the patch in opposite direction, as *adding* the "r" prefix. This reverts commit 5ba18503.
-
- 23 May, 2017 1 kayıt (commit)
-
-
Jani Šumak yazdı
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)
-
- 08 Eyl, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
-
- 26 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 31 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 06 Eyl, 2015 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Agu, 2014 3 kayıt (commit)
-
-
Ezio Melotti yazdı
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed.
-
- 01 Şub, 2014 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
-
- 22 Kas, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 07 Kas, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 02 Kas, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
-
- 07 Tem, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 01 May, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 23 Eki, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 24 Haz, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module.
-
- 23 Haz, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
-
- 19 Nis, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Şub, 2012 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 10 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Kas, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 14 Kas, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 01 Kas, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
-
- 28 Eki, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 12 Eyl, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 05 Eyl, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
-
- 04 May, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 07 Nis, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 28 Ara, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
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 ........
-