<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/html, branch master</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Fix typos in the Lib directory (GH-28775)</title>
<updated>2021-10-06T23:13:48+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-10-06T23:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be'/>
<id>745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be</id>
<content type='text'>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41748: Handles unquoted attributes with commas (#24072)</title>
<updated>2021-02-01T20:32:50+00:00</updated>
<author>
<name>Karl Dubost</name>
<email>karl+github@la-grange.net</email>
</author>
<published>2021-02-01T20:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9eb11a139fac5514d8456626806a68b3e3b7eafb'/>
<id>9eb11a139fac5514d8456626806a68b3e3b7eafb</id>
<content type='text'>
* bpo-41748: Adds tests for unquoted attributes with comma

* bpo-41748: Handles unquoted attributes with comma

* bpo-41748: Addresses review comments

* bpo-41748: Addresses review comments

* Adds more test cases
* Simplifies the regex for handling spaces

* bpo-41748: Moves attributes tests under the right class

* bpo-41748: Addresses review about duplicate attributes

* bpo-41748: Adds NEWS.d entry for this patch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-41748: Adds tests for unquoted attributes with comma

* bpo-41748: Handles unquoted attributes with comma

* bpo-41748: Addresses review comments

* bpo-41748: Addresses review comments

* Adds more test cases
* Simplifies the regex for handling spaces

* bpo-41748: Moves attributes tests under the right class

* bpo-41748: Addresses review about duplicate attributes

* bpo-41748: Adds NEWS.d entry for this patch</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)</title>
<updated>2019-08-27T02:48:06+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-08-27T02:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fae0ed5099de594a9204071d555cb8b76368cbf4'/>
<id>fae0ed5099de594a9204071d555cb8b76368cbf4</id>
<content type='text'>
It is deprecated since Python 3.4.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is deprecated since Python 3.4.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)</title>
<updated>2017-06-17T01:15:25+00:00</updated>
<author>
<name>Motoki Naruse</name>
<email>motoki@naru.se</email>
</author>
<published>2017-06-17T01:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3358d589fb51372a56ddcfffa277855e5661c4c0'/>
<id>3358d589fb51372a56ddcfffa277855e5661c4c0</id>
<content type='text'>
elem is the result of .lower() 6 lines above the handle_endtag call.
Patch by Motoki Naruse</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
elem is the result of .lower() 6 lines above the handle_endtag call.
Patch by Motoki Naruse</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)</title>
<updated>2017-05-24T04:20:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-05-24T04:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c842efc6aedf979b827a9473192f46cec53d58db'/>
<id>c842efc6aedf979b827a9473192f46cec53d58db</id>
<content type='text'>
* 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 5ba185039f1bd465d3f82531324fd3fe1ee42f0c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 5ba185039f1bd465d3f82531324fd3fe1ee42f0c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)</title>
<updated>2017-05-23T13:40:54+00:00</updated>
<author>
<name>Jani Šumak</name>
<email>dasdachs@users.noreply.github.com</email>
</author>
<published>2017-05-23T13:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5ba185039f1bd465d3f82531324fd3fe1ee42f0c'/>
<id>5ba185039f1bd465d3f82531324fd3fe1ee42f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#27364: fix "incorrect" uses of escape character in the stdlib.</title>
<updated>2016-09-08T17:59:53+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2016-09-08T17:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44b548dda872c0d4f30afd6b44fd74b053a55ad8'/>
<id>44b548dda872c0d4f30afd6b44fd74b053a55ad8</id>
<content type='text'>
And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27076: Doc, comment and tests spelling fixes</title>
<updated>2016-05-26T05:35:26+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-05-26T05:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46f50726a0047ae81d478c3a206f587b8f35ed08'/>
<id>46f50726a0047ae81d478c3a206f587b8f35ed08</id>
<content type='text'>
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge spelling fixes from 3.4 into 3.5</title>
<updated>2015-10-31T12:16:18+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-10-31T12:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4827e488a4d1d82eb7bfeb194a7ad1d420535513'/>
<id>4827e488a4d1d82eb7bfeb194a7ad1d420535513</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some spelling errors in documentation and code comments</title>
<updated>2015-10-31T11:48:53+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-10-31T11:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1f1177d69a21805c374b6b4cfce9f9f76bceb822'/>
<id>1f1177d69a21805c374b6b4cfce9f9f76bceb822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
