<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-decorator-git.git/src, branch 4.2.0</title>
<subtitle>github.com: micheles/decorator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/'/>
<entry>
<title>Cleanup</title>
<updated>2018-01-14T07:06:55+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2018-01-14T07:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=545c2630b7b5b624e0b34971527c763fb4afeb04'/>
<id>545c2630b7b5b624e0b34971527c763fb4afeb04</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' of github.com:micheles/decorator into 4.2.0</title>
<updated>2018-01-14T06:55:15+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2018-01-14T06:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=6181de665e6c44d5607bf8cf117a2c66623f7b4f'/>
<id>6181de665e6c44d5607bf8cf117a2c66623f7b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Python 2.6</title>
<updated>2018-01-14T06:38:09+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2018-01-14T06:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=6e4cb6763624e199cba37053f4a530630204250f'/>
<id>6e4cb6763624e199cba37053f4a530630204250f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a facility for decorator factories</title>
<updated>2018-01-14T06:33:02+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2018-01-14T06:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=532347c0d4523ac79025ae1255a0e4ac0b84c3fe'/>
<id>532347c0d4523ac79025ae1255a0e4ac0b84c3fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pylint to support decorator.contextmanager</title>
<updated>2018-01-10T22:18:35+00:00</updated>
<author>
<name>David Allouche</name>
<email>david@allouche.net</email>
</author>
<published>2018-01-10T22:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=124fb117987a4361dd1536cbcf1ec2cd41b037d4'/>
<id>124fb117987a4361dd1536cbcf1ec2cd41b037d4</id>
<content type='text'>
Using decorator.contextmanager trigger the pylint error E1129 (not-context-manager).

Pylint has a configuration option for this:

    # List of decorators that produce context managers, such as
    # contextlib.contextmanager. Add to this list to register other decorators that
    # produce valid context managers.
    contextmanager-decorators=contextlib.contextmanager,decorator.contextmanager

But the current implementation of decorator.contextmanager prevents this from working.

Changing contextmanager to be a simple function fixes the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using decorator.contextmanager trigger the pylint error E1129 (not-context-manager).

Pylint has a configuration option for this:

    # List of decorators that produce context managers, such as
    # contextlib.contextmanager. Add to this list to register other decorators that
    # produce valid context managers.
    contextmanager-decorators=contextlib.contextmanager,decorator.contextmanager

But the current implementation of decorator.contextmanager prevents this from working.

Changing contextmanager to be a simple function fixes the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the docs</title>
<updated>2017-07-23T15:18:05+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-07-23T15:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=15d908b3ce3db5607c75f7dff052b1541f73f534'/>
<id>15d908b3ce3db5607c75f7dff052b1541f73f534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now the coroutine signature is determined by the caller</title>
<updated>2017-07-23T09:07:49+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-07-23T09:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=bdc76f0c7bcd011324b6001acc166c9e90593b00'/>
<id>bdc76f0c7bcd011324b6001acc166c9e90593b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc fix</title>
<updated>2017-07-16T04:31:10+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-07-16T04:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=32723832004bb9f72ecad87b52c8cbae69692690'/>
<id>32723832004bb9f72ecad87b52c8cbae69692690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small fix [skip CI]</title>
<updated>2017-07-15T13:35:25+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-07-15T13:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=8e4ba61be05e9a96efdb888e30bd4f07e4330475'/>
<id>8e4ba61be05e9a96efdb888e30bd4f07e4330475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed docs</title>
<updated>2017-07-15T12:55:43+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-07-15T12:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-decorator-git.git/commit/?id=d5a168a8e8e7a4d26db918f58864c7bf4026b361'/>
<id>d5a168a8e8e7a4d26db918f58864c7bf4026b361</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
