<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git, branch class-without-self</title>
<subtitle>github.com: pyflakes/pyflakes.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/'/>
<entry>
<title>Support `__class__` without `self` in Python 3</title>
<updated>2018-01-19T22:23:13+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2018-01-19T22:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=f5f7dcc316bfee8547689ca137446ce23d10dec8'/>
<id>f5f7dcc316bfee8547689ca137446ce23d10dec8</id>
<content type='text'>
This fixes #223.

I created this patch previously in:

https://github.com/PyCQA/pyflakes/commit/83ab002d6fab2b717df91e854624c6fdfd9b9213

But I deleted that branch for some reason. I can't recall why I disliked
it enough to delete it. But since I can't remember, I'll commit it to
branch again for others to look at.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #223.

I created this patch previously in:

https://github.com/PyCQA/pyflakes/commit/83ab002d6fab2b717df91e854624c6fdfd9b9213

But I deleted that branch for some reason. I can't recall why I disliked
it enough to delete it. But since I can't remember, I'll commit it to
branch again for others to look at.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore underscore redefinition (#73)</title>
<updated>2017-12-08T23:30:19+00:00</updated>
<author>
<name>eight</name>
<email>eight04@gmail.com</email>
</author>
<published>2017-12-08T23:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=8a1feac08dae2478e3f67ab4018af86ff4ec56f0'/>
<id>8a1feac08dae2478e3f67ab4018af86ff4ec56f0</id>
<content type='text'>
* Ignore underscore redefinition

* Add test: ignore underscore redefinition

* Redefining an importation should always raise a warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ignore underscore redefinition

* Add test: ignore underscore redefinition

* Redefining an importation should always raise a warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle string literal annotations (#313)</title>
<updated>2017-11-25T19:47:21+00:00</updated>
<author>
<name>Jimmy Jia</name>
<email>tesrin@gmail.com</email>
</author>
<published>2017-11-25T19:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=8aece72839adb4add6c31ccfcb021cef2d731a81'/>
<id>8aece72839adb4add6c31ccfcb021cef2d731a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failed AppVeyor web requests (#309)</title>
<updated>2017-10-23T12:35:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-23T12:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=8d0f995dafda7105a6966057fd11383f1ea6fb71'/>
<id>8d0f995dafda7105a6966057fd11383f1ea6fb71</id>
<content type='text'>
Allow we requests to servers that only support TLS 1.2. Previously
failed with the error:

  Exception calling "DownloadFile" with "2" argument(s): "The request
  was aborted: Could not create SSL/TLS secure channel."

Was marking all contributions as broken which is not helpful for
reviewing.

Fixes #308</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow we requests to servers that only support TLS 1.2. Previously
failed with the error:

  Exception calling "DownloadFile" with "2" argument(s): "The request
  was aborted: Could not create SSL/TLS secure channel."

Was marking all contributions as broken which is not helpful for
reviewing.

Fixes #308</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pip cache in Travis CI (#305)</title>
<updated>2017-10-21T22:46:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-21T22:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=d004fbdc1f0290c5261f8cec43db56ab005a6a77'/>
<id>d004fbdc1f0290c5261f8cec43db56ab005a6a77</id>
<content type='text'>
Can speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache</pre>
</div>
</content>
</entry>
<entry>
<title>Include license file in the generated wheel package (#306)</title>
<updated>2017-10-21T22:45:53+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-21T22:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=163af9384eb9cb05492510bac2d8723b96621365'/>
<id>163af9384eb9cb05492510bac2d8723b96621365</id>
<content type='text'>
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for unused exception binding in except: block (#293)</title>
<updated>2017-10-21T14:22:26+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-21T14:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ef6f4383b69d2acfedefb261c6cf2a79e9ec7968'/>
<id>ef6f4383b69d2acfedefb261c6cf2a79e9ec7968</id>
<content type='text'>
Fixes #301</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #301</pre>
</div>
</content>
</entry>
<entry>
<title>Point to NEWS.txt from README</title>
<updated>2017-10-06T13:41:32+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2017-10-06T13:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=da2dd4a09f41661bcd67afdd0696b97bc8e2a54f'/>
<id>da2dd4a09f41661bcd67afdd0696b97bc8e2a54f</id>
<content type='text'>
https://github.com/PyCQA/pyflakes/issues/299</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/PyCQA/pyflakes/issues/299</pre>
</div>
</content>
</entry>
<entry>
<title>Make `pyflakes` happy about its our own code (#295)</title>
<updated>2017-09-20T13:15:14+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-09-20T13:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=111538679d461f51db682d6d1d705b95b7b95ce5'/>
<id>111538679d461f51db682d6d1d705b95b7b95ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip a test under PyPy that varies on version (#294)</title>
<updated>2017-09-20T13:14:27+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-09-20T13:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=6a9fcbca1ed92f6db4f356c3de23bd33538db5c9'/>
<id>6a9fcbca1ed92f6db4f356c3de23bd33538db5c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
