<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-decorator-git.git/src/tests, branch 4.5</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>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://91.123.203.49/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://91.123.203.49/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>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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Python 3.9 compatibility</title>
<updated>2020-01-04T22:59:54+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-01-04T22:59:54+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=482f0833884fe490d50eb03a08eebfb19e9ed46d'/>
<id>482f0833884fe490d50eb03a08eebfb19e9ed46d</id>
<content type='text'>
Thread.isAlive() is deprecated in 3.8 and removed in 3.9:

    $ python3.8 -c 'import threading; t = threading.Thread(); t.isAlive()'
    &lt;string&gt;:1: DeprecationWarning: isAlive() is deprecated, use is_alive() instead

    $ python3.9 -c 'import threading; t = threading.Thread(); t.isAlive()'
    Traceback (most recent call last):
      File "&lt;string&gt;", line 1, in &lt;module&gt;
    AttributeError: 'Thread' object has no attribute 'isAlive'

Fixes https://github.com/micheles/decorator/issues/75
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thread.isAlive() is deprecated in 3.8 and removed in 3.9:

    $ python3.8 -c 'import threading; t = threading.Thread(); t.isAlive()'
    &lt;string&gt;:1: DeprecationWarning: isAlive() is deprecated, use is_alive() instead

    $ python3.9 -c 'import threading; t = threading.Thread(); t.isAlive()'
    Traceback (most recent call last):
      File "&lt;string&gt;", line 1, in &lt;module&gt;
    AttributeError: 'Thread' object has no attribute 'isAlive'

Fixes https://github.com/micheles/decorator/issues/75
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed description to Decorators for Humans</title>
<updated>2019-10-27T08:06:12+00:00</updated>
<author>
<name>Michele Simionato</name>
<email>michele.simionato@gmail.com</email>
</author>
<published>2019-10-27T08:06:12+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=87f16a038352488cc9cf39ee94a1c744e42fb42e'/>
<id>87f16a038352488cc9cf39ee94a1c744e42fb42e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Create ba decorator</title>
<updated>2019-04-22T19:07:34+00:00</updated>
<author>
<name>Panos Mavrogiorgos</name>
<email>pmav99@gmail.com</email>
</author>
<published>2019-04-22T19:07:34+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=8ddf992183ac605f49929b7781dbc2540c38eb13'/>
<id>8ddf992183ac605f49929b7781dbc2540c38eb13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
