<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/blinker.git/tests, branch main</title>
<subtitle>github.com: jek/blinker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/'/>
<entry>
<title>Add an initial set of type hints</title>
<updated>2023-04-02T13:58:03+00:00</updated>
<author>
<name>pgjones</name>
<email>philip.graham.jones@googlemail.com</email>
</author>
<published>2023-02-26T11:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=fae6164cda6c5e9af89895a22f700402fa4b5ec5'/>
<id>fae6164cda6c5e9af89895a22f700402fa4b5ec5</id>
<content type='text'>
These focus on the public API with the private aspect omitted. This is
because these are hard to type, and may not be required with modern
python. However, this should still be useful if adopted for code
that uses blinker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These focus on the public API with the private aspect omitted. This is
because these are hard to type, and may not be required with modern
python. However, this should still be useful if adopted for code
that uses blinker.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a send_async method to the Signal</title>
<updated>2023-01-24T20:19:57+00:00</updated>
<author>
<name>pgjones</name>
<email>philip.graham.jones@googlemail.com</email>
</author>
<published>2022-07-23T10:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=5ed9c956aaf68a8e2defa9722109aa2c7bcf7ae1'/>
<id>5ed9c956aaf68a8e2defa9722109aa2c7bcf7ae1</id>
<content type='text'>
This allows for signals to send to coroutine receivers by awaiting
them. The _async_wrapper and _sync_wrapper allows for conversion of
sync and async receivers as required if defined. If not defined a
runtime error is raised.

The wrappers are used to avoid any direct tie into asyncio, trio,
greenbacks, asgiref, or other specific async implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for signals to send to coroutine receivers by awaiting
them. The _async_wrapper and _sync_wrapper allows for conversion of
sync and async receivers as required if defined. If not defined a
runtime error is raised.

The wrappers are used to avoid any direct tie into asyncio, trio,
greenbacks, asgiref, or other specific async implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow int senders</title>
<updated>2023-01-24T20:12:59+00:00</updated>
<author>
<name>pgjones</name>
<email>philip.graham.jones@googlemail.com</email>
</author>
<published>2023-01-22T14:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=0d4ca6e72c155e30aedd4315e8678ee9cada32b4'/>
<id>0d4ca6e72c155e30aedd4315e8678ee9cada32b4</id>
<content type='text'>
This allows int values as senders much in the same way string values
are allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows int values as senders much in the same way string values
are allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `muted` context manager for temproary switching signal off (#84)</title>
<updated>2023-01-23T23:00:32+00:00</updated>
<author>
<name>Phil Jones</name>
<email>philip.graham.jones@googlemail.com</email>
</author>
<published>2023-01-23T23:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=d06b2416ea43c535b907b7d0a2b72fff3b2f3a0f'/>
<id>d06b2416ea43c535b907b7d0a2b72fff3b2f3a0f</id>
<content type='text'>
This is useful whilst testing to remove a signal's affects.

Co-authored-by: Michael Elovskikh &lt;wronglink@yandex-team.ru&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful whilst testing to remove a signal's affects.

Co-authored-by: Michael Elovskikh &lt;wronglink@yandex-team.ru&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues reported by flake8</title>
<updated>2023-01-22T11:31:40+00:00</updated>
<author>
<name>Bartek Sokorski</name>
<email>b.sokorski@gmail.com</email>
</author>
<published>2023-01-19T00:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=33a14971c34fcd15deb2b18b50c9bd411eb6ed74'/>
<id>33a14971c34fcd15deb2b18b50c9bd411eb6ed74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply styling changes to tests</title>
<updated>2023-01-22T11:31:40+00:00</updated>
<author>
<name>Bartek Sokorski</name>
<email>b.sokorski@gmail.com</email>
</author>
<published>2023-01-19T00:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=2bf4f4740ea3f5071ca06b6e22e508dfae1c666d'/>
<id>2bf4f4740ea3f5071ca06b6e22e508dfae1c666d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move requirements files</title>
<updated>2023-01-22T11:31:40+00:00</updated>
<author>
<name>Bartek Sokorski</name>
<email>b.sokorski@gmail.com</email>
</author>
<published>2023-01-19T00:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=b4c83af5848e845318d42cd40bff64fbacd7c787'/>
<id>b4c83af5848e845318d42cd40bff64fbacd7c787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pin test dependencies</title>
<updated>2022-07-17T16:16:47+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2022-07-17T15:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=9d9508a8ad916e8db43c8d20908287c0b2495915'/>
<id>9d9508a8ad916e8db43c8d20908287c0b2495915</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #18 from jek/feature/send-async"</title>
<updated>2022-07-17T13:01:22+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2022-07-17T13:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=97b70b53012a75e3c568bba644c259416502de74'/>
<id>97b70b53012a75e3c568bba644c259416502de74</id>
<content type='text'>
This reverts commit b5e9f0629200d2b2f62e13e595b802948bb4fefb, reversing
changes made to 904d8d3803e84257c08526e9047474215aa1c976.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b5e9f0629200d2b2f62e13e595b802948bb4fefb, reversing
changes made to 904d8d3803e84257c08526e9047474215aa1c976.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #60 from pgajdos/master</title>
<updated>2022-07-17T12:39:33+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2022-07-17T12:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/blinker.git/commit/?id=7167d5dddb7afdc30ce29bb481c4e2209a1e0f06'/>
<id>7167d5dddb7afdc30ce29bb481c4e2209a1e0f06</id>
<content type='text'>
use pytest instead of deprecated nose</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use pytest instead of deprecated nose</pre>
</div>
</content>
</entry>
</feed>
