<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, branch update-appveyor</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Test alternate theory of Windows multiprocessing</title>
<updated>2016-07-27T13:29:34+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T13:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e4403e7ae51bf54e110ac794f09a4c913f10c070'/>
<id>e4403e7ae51bf54e110ac794f09a4c913f10c070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into update-appveyor</title>
<updated>2016-07-27T13:26:25+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T13:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=8b918dd4cc8b6175335f3b3852d9494d37d542f0'/>
<id>8b918dd4cc8b6175335f3b3852d9494d37d542f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle AttributeErrors during parameter aggregation</title>
<updated>2016-07-27T12:17:29+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T12:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=47e3e65cc1734e46fd16ea11622e57b7978d3e0d'/>
<id>47e3e65cc1734e46fd16ea11622e57b7978d3e0d</id>
<content type='text'>
Plugins do not have their parameters checked in advance, so when we
try to aggregate parameters for a plugin, there's a chance it may
request an attribute of the FileProcessor that simply does not exist.

We catch this and re-raise it but we should also capture it in the
checker manager and handle it appropriately there as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plugins do not have their parameters checked in advance, so when we
try to aggregate parameters for a plugin, there's a chance it may
request an attribute of the FileProcessor that simply does not exist.

We catch this and re-raise it but we should also capture it in the
checker manager and handle it appropriately there as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-mp-win-3.0' into 'master'</title>
<updated>2016-07-27T11:43:51+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T11:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=846bfafe6c63870f41bac0eadf41b2a0a85c85aa'/>
<id>846bfafe6c63870f41bac0eadf41b2a0a85c85aa</id>
<content type='text'>

Fix multiprocessing on Windows

*Related to:*  #184 

I'm still running into #179 with this fix but all processes start now at least.

BTW the current design is pretty bad regarding memory footprint and bootstrap time as you have to pickle the manager object for *every* subprocess. So this does not only fix multiprocessing on Windows. It improves the multiprocessing design on other platforms, too.

See merge request !97</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix multiprocessing on Windows

*Related to:*  #184 

I'm still running into #179 with this fix but all processes start now at least.

BTW the current design is pretty bad regarding memory footprint and bootstrap time as you have to pickle the manager object for *every* subprocess. So this does not only fix multiprocessing on Windows. It improves the multiprocessing design on other platforms, too.

See merge request !97</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'read_lines_crlf' into 'master'</title>
<updated>2016-07-27T11:27:12+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T11:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=beee924f162e2bb794185b096dae8b68c8eaadab'/>
<id>beee924f162e2bb794185b096dae8b68c8eaadab</id>
<content type='text'>

Fix read_lines_splits_lines test for CRLF endings

This change makes the test pass for when files are saved with CRLF Windows-style line endings since those are included in various `.readlines()` methods by default.

See merge request !96</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix read_lines_splits_lines test for CRLF endings

This change makes the test pass for when files are saved with CRLF Windows-style line endings since those are included in various `.readlines()` methods by default.

See merge request !96</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '_job_count_rettype' into 'master'</title>
<updated>2016-07-27T11:26:11+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T11:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d258becbe4ea5644ac57ba0f9542604aa30cb7ed'/>
<id>d258becbe4ea5644ac57ba0f9542604aa30cb7ed</id>
<content type='text'>

_job_count always returns an int

Trivial change, but `_job_count` always returns an `int`.

See merge request !95</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

_job_count always returns an int

Trivial change, but `_job_count` always returns an `int`.

See merge request !95</pre>
</div>
</content>
</entry>
<entry>
<title>Fix multiprocessing on Windows</title>
<updated>2016-07-27T06:09:06+00:00</updated>
<author>
<name>schlamar</name>
<email>marc.schlaich@gmail.com</email>
</author>
<published>2016-07-27T06:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=1f10ed687e964c64b9eea2ee05e6fea8054c887b'/>
<id>1f10ed687e964c64b9eea2ee05e6fea8054c887b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix read_lines_splits_lines test for CRLF endings</title>
<updated>2016-07-27T01:36:20+00:00</updated>
<author>
<name>FichteFoll</name>
<email>fichtefoll2@googlemail.com</email>
</author>
<published>2016-07-27T01:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ca02a8c88df1a031b69b7016ecb0d9e837d6c108'/>
<id>ca02a8c88df1a031b69b7016ecb0d9e837d6c108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure we're only on Python 2.7</title>
<updated>2016-07-27T00:55:54+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T00:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=80450ff0976784b1bf658bbc05cca5c8c8405950'/>
<id>80450ff0976784b1bf658bbc05cca5c8c8405950</id>
<content type='text'>
As FichteFoll pointed out on IRC, this line could include Python 3s
less than 3.2 as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As FichteFoll pointed out on IRC, this line could include Python 3s
less than 3.2 as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version and release notes for 3.0.2</title>
<updated>2016-07-27T00:50:54+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T00:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=39361412090da69b84cc0af446cec88235a1630b'/>
<id>39361412090da69b84cc0af446cec88235a1630b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
