<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/README.rst, branch future_proof</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>Use absolute link to change log for PyPI's benefit (#451)</title>
<updated>2019-07-16T12:44:02+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2019-07-16T12:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c0193b288daf817a113fe4b16fa12d8e6be6fec8'/>
<id>c0193b288daf817a113fe4b16fa12d8e6be6fec8</id>
<content type='text'>
This closes #409.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #409.</pre>
</div>
</content>
</entry>
<entry>
<title>Rename NEWS.txt to NEWS.md for nicer rendering (#394)</title>
<updated>2018-12-07T15:41:45+00:00</updated>
<author>
<name>Marius Gedminas</name>
<email>marius@gedmin.as</email>
</author>
<published>2018-12-07T15:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=e5db06d9a8c6d613783997ac44621a7b86603f35'/>
<id>e5db06d9a8c6d613783997ac44621a7b86603f35</id>
<content type='text'>
* Rename NEWS.txt to NEWS.md for nicer rendering

Make the changelog render more nicely on GitHub by using a markup
language.

I've decided that Markdown is closer to the existing format due to the
use of single backticks for preformatted text.

* Convert NEWS to ReStructuredText

As requested.

ReST is picky so I had to make the following changes:

- change `backticks` to ``preformatted text`
- escape one stray * as \* so it doesn't turn on italic
- de-dent item lists to they're not wrapped in a &lt;blockquote&gt;
- insert blank lines between version subheadings and unordered lists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename NEWS.txt to NEWS.md for nicer rendering

Make the changelog render more nicely on GitHub by using a markup
language.

I've decided that Markdown is closer to the existing format due to the
use of single backticks for preformatted text.

* Convert NEWS to ReStructuredText

As requested.

ReST is picky so I had to make the following changes:

- change `backticks` to ``preformatted text`
- escape one stray * as \* so it doesn't turn on italic
- de-dent item lists to they're not wrapped in a &lt;blockquote&gt;
- insert blank lines between version subheadings and unordered lists
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all pypi.python.org URLs to pypi.org (#337)</title>
<updated>2018-06-10T14:58:15+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-10T14:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=4b2d720d86a9ece3115929bef90fb19b29bf160b'/>
<id>4b2d720d86a9ece3115929bef90fb19b29bf160b</id>
<content type='text'>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html</pre>
</div>
</content>
</entry>
<entry>
<title>Update versions (#303)</title>
<updated>2018-03-25T20:31:00+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-03-25T20:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c2742b69e4801e3fe9d15862eb720a3a1e585d6e'/>
<id>c2742b69e4801e3fe9d15862eb720a3a1e585d6e</id>
<content type='text'>
* Python 3.7 is supported (#273)

* Update classifiers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Python 3.7 is supported (#273)

* Update classifiers
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python &lt;2.7 and 3.2-3.3 (#322)</title>
<updated>2018-03-25T20:07:33+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-03-25T20:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=a13dbe6652f2635b1a7e094a8eb8d27aec3f6c3f'/>
<id>a13dbe6652f2635b1a7e094a8eb8d27aec3f6c3f</id>
<content type='text'>
* Ignore JetBrains/PyCharm project files

* Drop support for EOL Python &lt;2.7, 3.2-3.3

* Replace function call with set literal

* Drop pypy3.3-5.2-alpha1 as it's based on EOL Python 3.3.5

* PY32 and PY33 are now essentially equal to PY2

* Upgrade pypy3-2.4.0 (Python 3.2.5) to pypy3-v5.10.0 (Python 3.5.3)

* Comment out failing pypy3-v5.10.0 until pypy3-v5.10.1 is released

* Revert "Ignore JetBrains/PyCharm project files"

This reverts commit 99f1d967e5968f93175f70fb04ea8bc34e96d600.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ignore JetBrains/PyCharm project files

* Drop support for EOL Python &lt;2.7, 3.2-3.3

* Replace function call with set literal

* Drop pypy3.3-5.2-alpha1 as it's based on EOL Python 3.3.5

* PY32 and PY33 are now essentially equal to PY2

* Upgrade pypy3-2.4.0 (Python 3.2.5) to pypy3-v5.10.0 (Python 3.5.3)

* Comment out failing pypy3-v5.10.0 until pypy3-v5.10.1 is released

* Revert "Ignore JetBrains/PyCharm project files"

This reverts commit 99f1d967e5968f93175f70fb04ea8bc34e96d600.
</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>Support for Python 3.6? (#281)</title>
<updated>2017-06-24T14:49:36+00:00</updated>
<author>
<name>cclauss</name>
<email>cclauss@bluewin.ch</email>
</author>
<published>2017-06-24T14:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=4709bf5105078a345fd145d68d39c44a9b6d3a30'/>
<id>4709bf5105078a345fd145d68d39c44a9b6d3a30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show master branch only in Travis CI badge (#274)</title>
<updated>2017-05-31T14:32:28+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-05-31T14:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=bce5564f52dded5a7302d200deb5d1ed36a42d7f'/>
<id>bce5564f52dded5a7302d200deb5d1ed36a42d7f</id>
<content type='text'>
I previously noticed the badge going awry. This explains it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I previously noticed the badge going awry. This explains it.</pre>
</div>
</content>
</entry>
<entry>
<title>Use new URL for issues (#272)</title>
<updated>2017-05-28T14:47:33+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-05-28T14:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1af4f14ad4675bf5c61c47bbb7c2421b50d1cba4'/>
<id>1af4f14ad4675bf5c61c47bbb7c2421b50d1cba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in README (#82)</title>
<updated>2016-11-04T02:55:36+00:00</updated>
<author>
<name>Benjamin Dopplinger</name>
<email>b.dopplinger@gmail.com</email>
</author>
<published>2016-11-04T02:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=140e2317d101743566dbf51c2472547e6f3d7b63'/>
<id>140e2317d101743566dbf51c2472547e6f3d7b63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
