<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-decorator-git.git/src/tests/test.py, branch 4.1.1</title>
<subtitle>github.com: micheles/decorator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/'/>
<entry>
<title>Fixed bug in the decoration of coroutines</title>
<updated>2017-06-06T17:29:45+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-06-06T17:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=24bc55b8c3446a417ce80b15b7cbf15b6b120ffc'/>
<id>24bc55b8c3446a417ce80b15b7cbf15b6b120ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserving iscoroutinefunction for Python 3.5 coroutines</title>
<updated>2017-06-03T12:40:11+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-06-03T12:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=238bf589eb6100f2da4efba3a9c9297adbd63bef'/>
<id>238bf589eb6100f2da4efba3a9c9297adbd63bef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an import error breaking Python 3.6</title>
<updated>2017-01-15T09:42:31+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2017-01-15T09:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=e557fb1da60902e1ae2fe6f57acebe077c529f21'/>
<id>e557fb1da60902e1ae2fe6f57acebe077c529f21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add blank lines after code object, class of function definition.</title>
<updated>2016-10-08T10:36:47+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-10-08T10:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=bdf2692ca23347f1bdc54017b7f4e106dfa05b7f'/>
<id>bdf2692ca23347f1bdc54017b7f4e106dfa05b7f</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 doctest: +ELLIPSIS to fix old Python versions</title>
<updated>2015-12-09T09:19:54+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2015-12-09T09:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=51f1f8057605df65e39649333139e7d55abfd646'/>
<id>51f1f8057605df65e39649333139e7d55abfd646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented the quirk when decorating functions with keyword arguments</title>
<updated>2015-12-09T09:08:23+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2015-12-09T09:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=a26c55c0d527e1b09b996e29f9d9d816d085addd'/>
<id>a26c55c0d527e1b09b996e29f9d9d816d085addd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure each generated function has a unique filename</title>
<updated>2015-09-24T22:30:07+00:00</updated>
<author>
<name>Zev Benjamin</name>
<email>zev@dropbox.com</email>
</author>
<published>2015-09-24T22:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=cf1a9ac320717f5db042130eb995e42f1e3d3a6c'/>
<id>cf1a9ac320717f5db042130eb995e42f1e3d3a6c</id>
<content type='text'>
Some profilers (such as cProfile) depend on the tuple of (&lt;filename&gt;,
&lt;definition line&gt;, &lt;function name&gt;) being unique.  If the filenames of generated
functions are all the same, such profilers can produce incorrect profiles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some profilers (such as cProfile) depend on the tuple of (&lt;filename&gt;,
&lt;definition line&gt;, &lt;function name&gt;) being unique.  If the filenames of generated
functions are all the same, such profilers can produce incorrect profiles.
</pre>
</div>
</content>
</entry>
<entry>
<title>__qualname__ should be added only for Python &gt;= 3.3</title>
<updated>2015-07-28T03:38:28+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2015-07-28T03:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=96e90441b1cf47b660b8cef935163aa24d6ced0f'/>
<id>96e90441b1cf47b660b8cef935163aa24d6ced0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug with __qualname__</title>
<updated>2015-07-28T03:33:20+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2015-07-28T03:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=0726464b1259505f532f2e8ffe38785600520603'/>
<id>0726464b1259505f532f2e8ffe38785600520603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced dispatch_info</title>
<updated>2015-07-24T06:43:16+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2015-07-24T06:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=55f28695e817fd7eac8870330843b3dff8f49eaa'/>
<id>55f28695e817fd7eac8870330843b3dff8f49eaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
