<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint-git.git/ChangeLog, branch python-2.7</title>
<subtitle>github.com: PyCQA/pylint.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/'/>
<entry>
<title>Release 1.9.5</title>
<updated>2019-07-16T09:32:27+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2019-07-16T09:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=e89c361668aeead9fd192d5289c186611ef779ca'/>
<id>e89c361668aeead9fd192d5289c186611ef779ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compatibility with unreleased changes to stdlib tokenizer</title>
<updated>2019-07-16T09:08:34+00:00</updated>
<author>
<name>Michael Hudson-Doyle</name>
<email>michael.hudson@canonical.com</email>
</author>
<published>2018-09-25T02:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=216bf7c6a07d467e672d54a632b040183449f3d8'/>
<id>216bf7c6a07d467e672d54a632b040183449f3d8</id>
<content type='text'>
https://github.com/python/cpython/commit/c4ef4896eac86a6759901c8546e26de4695a1389
(not yet in any released version, but it's been backported to all
versions of Python in git, even 2.7!) changed the behaviour in the
stdlib's tokenize module to emit a synthetic NEWLINE token even if the
file does not end with a newline. This was causing a spurious
"mixed-line-endings" warning to be emitted, but luckily the synthetic
token is easy to test for (the token text is "").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/python/cpython/commit/c4ef4896eac86a6759901c8546e26de4695a1389
(not yet in any released version, but it's been backported to all
versions of Python in git, even 2.7!) changed the behaviour in the
stdlib's tokenize module to emit a synthetic NEWLINE token even if the
file does not end with a newline. This was causing a spurious
"mixed-line-endings" warning to be emitted, but luckily the synthetic
token is easy to test for (the token text is "").
</pre>
</div>
</content>
</entry>
<entry>
<title>Changelog for #2047 backport</title>
<updated>2019-06-01T10:42:36+00:00</updated>
<author>
<name>Slam</name>
<email>3lnc.slam@gmail.com</email>
</author>
<published>2019-03-01T15:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=c913a690d26bd481972a20b4d6eb2574a77d7be6'/>
<id>c913a690d26bd481972a20b4d6eb2574a77d7be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove the maximum length from the style regular expressions (#2290)</title>
<updated>2019-06-01T10:42:36+00:00</updated>
<author>
<name>SergeyKosarchuk</name>
<email>sergeykosarchuk@gmail.com</email>
</author>
<published>2018-07-17T07:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=55314ae65ce81d923cc3360a53fbbfba313631f9'/>
<id>55314ae65ce81d923cc3360a53fbbfba313631f9</id>
<content type='text'>
Close #2047

(cherry picked from commit 0581d30e6297b3080ce12b2fc75a2f5283392e20)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #2047

(cherry picked from commit 0581d30e6297b3080ce12b2fc75a2f5283392e20)
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 1.9.4</title>
<updated>2018-12-27T15:06:00+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-12-27T15:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=a91bbd56efadf9a39c5fa2c5988d35cd31ccbdd8'/>
<id>a91bbd56efadf9a39c5fa2c5988d35cd31ccbdd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix false-postive undefined-variable in nested lambda. (#2274) (#2630)</title>
<updated>2018-12-04T13:40:47+00:00</updated>
<author>
<name>Jan Matějka</name>
<email>jan+github@matejka.ninja</email>
</author>
<published>2018-12-04T13:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=a499ab288bbba493803ac02920c652755805134c'/>
<id>a499ab288bbba493803ac02920c652755805134c</id>
<content type='text'>
Remove unnecessary break in checker utils for lambdas causing parent lambdas to be ignored.

Close #760</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary break in checker utils for lambdas causing parent lambdas to be ignored.

Close #760</pre>
</div>
</content>
</entry>
<entry>
<title>``deprecated-method`` is correctly emitted for ``assertEquals`` and friends.</title>
<updated>2018-09-29T09:23:29+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>pcmanticore@gmail.com</email>
</author>
<published>2018-09-29T09:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=a0dfabc4206d100d92dffd6f15e48c7b5e98b8e9'/>
<id>a0dfabc4206d100d92dffd6f15e48c7b5e98b8e9</id>
<content type='text'>
Close #2226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #2226
</pre>
</div>
</content>
</entry>
<entry>
<title>Can specify a default docstring type for when the check cannot guess the type (#2340)</title>
<updated>2018-07-26T18:43:08+00:00</updated>
<author>
<name>Ashley Whetter</name>
<email>AWhetter@users.noreply.github.com</email>
</author>
<published>2018-07-24T06:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=a4c8aa5a49b6ff0700144fe4bf1672f39dade1c7'/>
<id>a4c8aa5a49b6ff0700144fe4bf1672f39dade1c7</id>
<content type='text'>
Close #1169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #1169
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for numpydoc return value names (#2031)</title>
<updated>2018-07-26T18:43:08+00:00</updated>
<author>
<name>Mitchell T.H. Young</name>
<email>mitchelly@gmail.com</email>
</author>
<published>2018-04-24T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=a3dcabbdb98987da002c5f42a4c76270f9c9fbb8'/>
<id>a3dcabbdb98987da002c5f42a4c76270f9c9fbb8</id>
<content type='text'>
Numpydoc specification allows for optional return value name in the form
of:
```
Returns
-------
name : type
    Some description
```
These were not being honored by the current regex for return lines. This
adds an optional, non-capturing group to the regex which accounts for
the `name : ` bit.

Fixes #2030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpydoc specification allows for optional return value name in the form
of:
```
Returns
-------
name : type
    Some description
```
These were not being honored by the current regex for return lines. This
adds an optional, non-capturing group to the regex which accounts for
the `name : ` bit.

Fixes #2030
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed false positive when a numpy Attributes section follows a Parameters section (#1878)</title>
<updated>2018-07-26T18:43:07+00:00</updated>
<author>
<name>Ashley Whetter</name>
<email>AWhetter@users.noreply.github.com</email>
</author>
<published>2018-02-17T06:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=41d68b57bb6dd93493291e3efe90945a99a23339'/>
<id>41d68b57bb6dd93493291e3efe90945a99a23339</id>
<content type='text'>
Fixes #1867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1867
</pre>
</div>
</content>
</entry>
</feed>
