<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/blinker.git/src, branch main</title>
<subtitle>github.com: jek/blinker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/'/>
<entry>
<title>release version 1.6.2</title>
<updated>2023-04-12T21:33:50+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2023-04-12T21:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=876a12a1988c1789799a1d6919abdce38a62a0ff'/>
<id>876a12a1988c1789799a1d6919abdce38a62a0ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lazy annotations</title>
<updated>2023-04-12T21:25:36+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2023-04-12T21:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=bc89c33b2061004b9f80c36f8dd580563f3b569e'/>
<id>bc89c33b2061004b9f80c36f8dd580563f3b569e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 1.6.1</title>
<updated>2023-04-09T15:19:18+00:00</updated>
<author>
<name>pgjones</name>
<email>philip.graham.jones@googlemail.com</email>
</author>
<published>2023-04-09T15:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=11b46cf60db28c0dede87a93d62a2578c4cdca7d'/>
<id>11b46cf60db28c0dede87a93d62a2578c4cdca7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 1.6</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:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=9f3c4b5a7790ed2451dde1646de5761e290f2e4a'/>
<id>9f3c4b5a7790ed2451dde1646de5761e290f2e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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 hashing issues after the removal of cmp()</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-21T13:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=f5d85dec27713a45c6d234691c8675f330cd6e45'/>
<id>f5d85dec27713a45c6d234691c8675f330cd6e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove src. prefix from imports</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-19T01:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=a0b5636cf00a4246494bc00e0901597ad8e6f71b'/>
<id>a0b5636cf00a4246494bc00e0901597ad8e6f71b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
