<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-decorator-git.git/src, branch 4.5</title>
<subtitle>github.com: micheles/decorator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/'/>
<entry>
<title>Cleanup</title>
<updated>2020-03-16T05:45:45+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2020-03-16T05:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=b5c40c31ce21ce08716ea801f60b2d96eb58d55e'/>
<id>b5c40c31ce21ce08716ea801f60b2d96eb58d55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed exec in decorator</title>
<updated>2020-03-16T05:43:47+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2020-03-16T05:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=ca5bbdd2efa85cc1cc8859efb90a84306055271b'/>
<id>ca5bbdd2efa85cc1cc8859efb90a84306055271b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial work for decorator 4.5</title>
<updated>2020-03-15T10:50:28+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2020-03-15T10:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=e6de7a108ad9837655c33f80723a9adcf07aa69f'/>
<id>e6de7a108ad9837655c33f80723a9adcf07aa69f</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 test about changing the signature</title>
<updated>2020-03-15T05:57:13+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2020-03-15T05:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=f6cdd8ad46439b4cec437fd0080c54ec4252ebdf'/>
<id>f6cdd8ad46439b4cec437fd0080c54ec4252ebdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 4.4.2</title>
<updated>2020-02-29T05:23:03+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2020-02-29T05:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=904844b84f30bcd370268d09fdffbc77b0a9fd42'/>
<id>904844b84f30bcd370268d09fdffbc77b0a9fd42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed "operation is slow" tests</title>
<updated>2020-02-29T05:06:21+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2020-02-29T05:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=e503d2818de7b519106e3389dbe8658d14a37006'/>
<id>e503d2818de7b519106e3389dbe8658d14a37006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use strictly larger for warn_slow test</title>
<updated>2020-02-18T01:18:39+00:00</updated>
<author>
<name>Silvan Mosberger</name>
<email>contact@infinisil.com</email>
</author>
<published>2020-02-18T01:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=3265f2755d16c0a3dfc9f1feee39722ddc11ee80'/>
<id>3265f2755d16c0a3dfc9f1feee39722ddc11ee80</id>
<content type='text'>
In certain circumstances the time difference can be 0, which previously
causes the test to fail, e.g. https://github.com/NixOS/nixpkgs/issues/75554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In certain circumstances the time difference can be 0, which previously
causes the test to fail, e.g. https://github.com/NixOS/nixpkgs/issues/75554
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: sys.version compared to string (python10), use sys.version_info</title>
<updated>2020-01-08T21:02:12+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-01-08T21:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=a3ead5af4f9ed3575004c8a7ec74138c26c52dd7'/>
<id>a3ead5af4f9ed3575004c8a7ec74138c26c52dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: sys.version compared to string (python3.10), use sys.version_info</title>
<updated>2020-01-08T21:00:04+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-01-08T21:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=619b80812ba0c35bfefa4b7ab5888168a541649c'/>
<id>619b80812ba0c35bfefa4b7ab5888168a541649c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On Python 3.9, we cannot longer avoid using collections.abc</title>
<updated>2020-01-04T23:14:29+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-01-04T23:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-decorator-git.git/commit/?id=89907e760bdc32c3a6e5169015ded485b4d992fb'/>
<id>89907e760bdc32c3a6e5169015ded485b4d992fb</id>
<content type='text'>
Related to https://github.com/micheles/decorator/issues/75#issuecomment-570827328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to https://github.com/micheles/decorator/issues/75#issuecomment-570827328
</pre>
</div>
</content>
</entry>
</feed>
