<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git, branch future_proof</title>
<subtitle>github.com: pyflakes/pyflakes.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/'/>
<entry>
<title>Make pyflakes more resistant to syntax additions</title>
<updated>2019-11-19T21:58:52+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-11-19T21:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1b5f177731f3487bb0aa6e591ee734886a2d2328'/>
<id>1b5f177731f3487bb0aa6e591ee734886a2d2328</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow continue inside finally in 3.8+ (#476)</title>
<updated>2019-11-03T19:51:27+00:00</updated>
<author>
<name>Batuhan Taşkaya</name>
<email>47358913+isidentical@users.noreply.github.com</email>
</author>
<published>2019-11-03T19:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1911c203a13826d2eb03d582d60874b91e36f4fc'/>
<id>1911c203a13826d2eb03d582d60874b91e36f4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test name typo (#478)</title>
<updated>2019-10-05T18:31:13+00:00</updated>
<author>
<name>Florian Dahlitz</name>
<email>f2dahlitz@freenet.de</email>
</author>
<published>2019-10-05T18:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ffe938667e03b02ab8c1dfad98d30998e7d712ec'/>
<id>ffe938667e03b02ab8c1dfad98d30998e7d712ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow @overload on async functions as well (#472)</title>
<updated>2019-09-30T22:27:57+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-09-30T22:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ee1eb0670a473a30f32208b7bd811282834486a6'/>
<id>ee1eb0670a473a30f32208b7bd811282834486a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support typing_extensions.overload in addition to typing.overload (#466)</title>
<updated>2019-09-28T18:03:58+00:00</updated>
<author>
<name>Michael J. Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2019-09-28T18:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=5ed30a6b9e4b9c1bb4042e5c5b3b506e52133da4'/>
<id>5ed30a6b9e4b9c1bb4042e5c5b3b506e52133da4</id>
<content type='text'>
They are synonyms and typing_extensions.overloads works on 3.5.1.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are synonyms and typing_extensions.overloads works on 3.5.1.</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)</title>
<updated>2019-09-28T17:49:39+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-09-28T17:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1bc5292d03f861e7a8d8c0f32cbb1f1bbfeea9ca'/>
<id>1bc5292d03f861e7a8d8c0f32cbb1f1bbfeea9ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary `else` (#439)</title>
<updated>2019-08-12T13:06:53+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2019-08-12T13:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=fa9812b71e506b5656d604c424224fc005fb3232'/>
<id>fa9812b71e506b5656d604c424224fc005fb3232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PEP 572 assignment expressions (#457)</title>
<updated>2019-08-12T13:00:58+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-08-12T13:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=e422e53042ada656f7a485f2d053dc1885193026'/>
<id>e422e53042ada656f7a485f2d053dc1885193026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In PEP 484 type comments, allow text after "# type: ignore" (#455)</title>
<updated>2019-08-12T13:00:46+00:00</updated>
<author>
<name>Michael J. Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2019-08-12T13:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=fa92556ca04214fbe292b3d007b34059e8490b5e'/>
<id>fa92556ca04214fbe292b3d007b34059e8490b5e</id>
<content type='text'>
* In PEP 484 type comments, allow text after "# type: ignore"

This is to support allowing typecheckers to implement ignores for
specific errors, using syntax like `# type: ignore=E1000` or
`# type: ignore[type-mismatch` or some such.
mypy is about to add support for ignoring specific errors following
this design: https://github.com/python/mypy/issues/7239

Support for extra text in type comments was implemented
in CPython as https://bugs.python.org/issue36878
and in typed_ast as https://github.com/python/typed_ast/pull/116.

* add test back
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* In PEP 484 type comments, allow text after "# type: ignore"

This is to support allowing typecheckers to implement ignores for
specific errors, using syntax like `# type: ignore=E1000` or
`# type: ignore[type-mismatch` or some such.
mypy is about to add support for ignoring specific errors following
this design: https://github.com/python/mypy/issues/7239

Support for extra text in type comments was implemented
in CPython as https://bugs.python.org/issue36878
and in typed_ast as https://github.com/python/typed_ast/pull/116.

* add test back
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix RST markup of bullet point list (#459)</title>
<updated>2019-08-07T13:37:32+00:00</updated>
<author>
<name>Peter Cock</name>
<email>p.j.a.cock@googlemail.com</email>
</author>
<published>2019-08-07T13:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=cc2977ff8cbb0e2b668413a73a0c3a6a4b4f02e8'/>
<id>cc2977ff8cbb0e2b668413a73a0c3a6a4b4f02e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
