<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/pyflakes/api.py, branch python37</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>Allow passing args to main()</title>
<updated>2016-01-25T16:33:16+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2016-01-25T16:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=f0084592e11b2f33b8e9684cbd2606eab5d92dd2'/>
<id>f0084592e11b2f33b8e9684cbd2606eab5d92dd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PyPy</title>
<updated>2015-11-19T15:00:32+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-19T07:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=3088ffbd6256521e0213b361bc2294c1e218e6fb'/>
<id>3088ffbd6256521e0213b361bc2294c1e218e6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't crash with an AttributeError on Windows</title>
<updated>2015-04-17T13:07:53+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-04-17T13:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=7b7f50a0810b343be3623c141cca50a487bdec31'/>
<id>7b7f50a0810b343be3623c141cca50a487bdec31</id>
<content type='text'>
Depending on the C library, some constants (like signal.SIGINT) might
not be defined. The previous code attempted to avoid failures on invalid
signals by catching the ValueError raised by signal.signal when given an
invalid signal to handle, however failed to account for the possiblity
of the signal not being defined at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on the C library, some constants (like signal.SIGINT) might
not be defined. The previous code attempted to avoid failures on invalid
signals by catching the ValueError raised by signal.signal when given an
invalid signal to handle, however failed to account for the possiblity
of the signal not being defined at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use universal newlines only on python 2.6</title>
<updated>2014-11-28T15:58:17+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2014-11-28T15:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=7f840f38e91045c3a255eaa8d61e1853d768ffac'/>
<id>7f840f38e91045c3a255eaa8d61e1853d768ffac</id>
<content type='text'>
Resolves lp:1397266
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves lp:1397266
</pre>
</div>
</content>
</entry>
<entry>
<title>Open files not in binary mode for Windows</title>
<updated>2014-11-28T15:58:05+00:00</updated>
<author>
<name>Jan Stürtz</name>
<email>js@contact.de</email>
</author>
<published>2014-11-28T13:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=8f47ab1887399f6df0a9173efa8ffb87447140bb'/>
<id>8f47ab1887399f6df0a9173efa8ffb87447140bb</id>
<content type='text'>
On Windows with python 2.6 pyflakes 0.8.1 fails to process files with DOS line
endings (\r\n).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows with python 2.6 pyflakes 0.8.1 fails to process files with DOS line
endings (\r\n).
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip the traceback on Control+C and Broken pipe signals; fixes lp:1285290</title>
<updated>2014-04-26T14:13:48+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-04-26T14:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c3b1fc2b749cffa4d43e3e71d968a5e37a30b6f2'/>
<id>c3b1fc2b749cffa4d43e3e71d968a5e37a30b6f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect the declared encoding in Python 3; fixes lp:1299169</title>
<updated>2014-03-29T11:09:23+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-03-29T11:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=a2cd4d1575fd13862ae43ee9e490040ffce0aad1'/>
<id>a2cd4d1575fd13862ae43ee9e490040ffce0aad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the ReturnWithArgsInsideGenerator checker</title>
<updated>2014-03-22T18:29:44+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-03-22T18:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=0d923586284450e43bc3f5eba85fc1d459b1225b'/>
<id>0d923586284450e43bc3f5eba85fc1d459b1225b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence the DeprecationWarning about universal newline mode</title>
<updated>2014-03-22T14:37:01+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-03-22T14:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=427b791cead0b4137c7d7d2e1c7f915f611f47a1'/>
<id>427b791cead0b4137c7d7d2e1c7f915f611f47a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve granularity of Unicode error handler</title>
<updated>2013-04-21T09:32:10+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-04-21T09:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=e05ebfa4f48b6a1802f2a228b678c1e487f42c4e'/>
<id>e05ebfa4f48b6a1802f2a228b678c1e487f42c4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
