<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/internal/utils.rst, branch 3.8.3</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Only use multiprocessing when the method is fork</title>
<updated>2019-10-28T16:43:30+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-10-28T16:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=51f32bbe93497143b204b95b7ca5513e61754fef'/>
<id>51f32bbe93497143b204b95b7ca5513e61754fef</id>
<content type='text'>
In python3.8 on macos and in all versions on windows the multiprocessing
method is `spawn` which does not preserve class state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In python3.8 on macos and in all versions on windows the multiprocessing
method is `spawn` which does not preserve class state.
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Change `normalize_paths()` contract</title>
<updated>2019-07-28T14:43:06+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2019-07-28T14:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=1ba56b9056fd60dbb0f991fe5a4ac0bb6ad85cb9'/>
<id>1ba56b9056fd60dbb0f991fe5a4ac0bb6ad85cb9</id>
<content type='text'>
The `normalize_paths()` utility was doing too much — parsing
unstructured configuration path data and dispatching the scrubbed paths
to be normalized.

Towards moving the parsing of unstructured configuration path data
closer towards were configuration occurs, have the utility accept only
structured input for normalizing paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `normalize_paths()` utility was doing too much — parsing
unstructured configuration path data and dispatching the scrubbed paths
to be normalized.

Towards moving the parsing of unstructured configuration path data
closer towards were configuration occurs, have the utility accept only
structured input for normalizing paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Change `parse_comma_separated_list()` contract</title>
<updated>2019-07-28T14:43:02+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2019-07-28T14:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9283f2f03f5c8e61eb5a6bca2f10afadb0d90317'/>
<id>9283f2f03f5c8e61eb5a6bca2f10afadb0d90317</id>
<content type='text'>
This is the initial incision point to only accept `str` (or `None`) for
parsing out comma/whitespace/regexp separated values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the initial incision point to only accept `str` (or `None`) for
parsing out comma/whitespace/regexp separated values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar fixes</title>
<updated>2018-11-11T09:14:51+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-11-11T09:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=dedb741fadc19fd547798afb8def09e776840341'/>
<id>dedb741fadc19fd547798afb8def09e776840341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use |Flake8| consistently throughout documentation</title>
<updated>2016-06-20T13:13:50+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-20T13:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=41277ff965b9083d898ad8c2c990f7c119a8a1ae'/>
<id>41277ff965b9083d898ad8c2c990f7c119a8a1ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar and clarity improvements.</title>
<updated>2016-06-19T19:06:26+00:00</updated>
<author>
<name>Cea Stapleton</name>
<email>ceaess@gmail.com</email>
</author>
<published>2016-06-19T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=330fdb5b5623e09151a4c6576cb3738563c13769'/>
<id>330fdb5b5623e09151a4c6576cb3738563c13769</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for version of Python on Windows</title>
<updated>2016-06-08T00:56:41+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-08T00:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=55f10211a37133b77f52d526de80ad808620bc6e'/>
<id>55f10211a37133b77f52d526de80ad808620bc6e</id>
<content type='text'>
Certain versions of Python on Windows are capable of using
multiprocessing safely and correctly. Instead of completely disabling
multiprocessing on Windows, this allows us to check for safe versions.

This also updates our internal utility documentation to add missing
functions and add a strongly worded warning about the API of those
functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain versions of Python on Windows are capable of using
multiprocessing safely and correctly. Instead of completely disabling
multiprocessing on Windows, this allows us to check for safe versions.

This also updates our internal utility documentation to add missing
functions and add a strongly worded warning about the API of those
functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and fix documentation</title>
<updated>2016-02-25T15:06:50+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-02-25T15:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=a4e984dbd258faf125a115bae1561db3fbd8e934'/>
<id>a4e984dbd258faf125a115bae1561db3fbd8e934</id>
<content type='text'>
- Add more documentation around utils functions
- Fix documentation about default formatting plugins
- Add extra documentation of filenames_from predicate parameter
- Add test for the default parameter of flake8.utils.fnmatch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add more documentation around utils functions
- Fix documentation about default formatting plugins
- Add extra documentation of filenames_from predicate parameter
- Add test for the default parameter of flake8.utils.fnmatch
</pre>
</div>
</content>
</entry>
<entry>
<title>Document flake8.utils</title>
<updated>2016-02-04T05:11:45+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-02-04T05:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=a4e051614f851cf4e642bf00991d5952af104723'/>
<id>a4e051614f851cf4e642bf00991d5952af104723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
