summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #95 from pallets-eco/release-1.6.2HEADmainDavid Lord2023-04-122-2/+2
|\ | | | | release version 1.6.2
| * release version 1.6.21.6.2David Lord2023-04-122-2/+2
|/
* Merge pull request #94 from pallets-eco/lazy-annotationsDavid Lord2023-04-126-53/+66
|\ | | | | lazy annotations
| * lazy annotationsDavid Lord2023-04-126-53/+66
|/
* Release version 1.6.11.6.1pgjones2023-04-091-1/+1
|
* Add recent changes to changelogpgjones2023-04-091-0/+10
|
* Require typing-extensions > 4.2pgjones2023-04-091-1/+1
| | | | | As this is the first version that includes ParamSpec, which is the required usage of typing-extensions.
* Include package data in the distributionpgjones2023-04-091-1/+0
| | | | | This will ensure the py.typed file is included, and hence the type hints can be used by other projects.
* Release version 1.61.6pgjones2023-04-021-1/+1
|
* Add recent changes to changelogpgjones2023-04-024-13/+25
| | | | | This requires supporting sphinx-issues to match the Pallets practice of adding the pr/issue number in the changelog.
* Add an initial set of type hintspgjones2023-04-0210-48/+135
| | | | | | | 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.
* Add a send_async method to the Signalpgjones2023-01-247-11/+182
| | | | | | | | | | 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.
* Allow int senderspgjones2023-01-242-1/+16
| | | | | This allows int values as senders much in the same way string values are allowed.
* Added `muted` context manager for temproary switching signal off (#84)Phil Jones2023-01-243-4/+52
| | | | | This is useful whilst testing to remove a signal's affects. Co-authored-by: Michael Elovskikh <wronglink@yandex-team.ru>
* Refresh docsBartek Sokorski2023-01-221-8/+7
|
* Fix hashing issues after the removal of cmp()Bartek Sokorski2023-01-221-0/+3
|
* Remove src. prefix from importsBartek Sokorski2023-01-221-5/+5
|
* Update readthedocs setupBartek Sokorski2023-01-221-1/+2
|
* Update CI setupBartek Sokorski2023-01-221-8/+22
|
* Fix issues reported by flake8Bartek Sokorski2023-01-226-32/+40
|
* Fix .egg-info rule in .gitignoreBartek Sokorski2023-01-221-1/+1
|
* Apply styling changes to testsBartek Sokorski2023-01-224-86/+109
|
* Move to src/ layoutBartek Sokorski2023-01-225-155/+92
|
* Update tox configBartek Sokorski2023-01-221-3/+11
|
* Move requirements filesBartek Sokorski2023-01-227-42/+125
|
* Update .gitignoreBartek Sokorski2023-01-221-0/+3
|
* Refresh READMEBartek Sokorski2023-01-221-2/+2
|
* Add pre-commit configBartek Sokorski2023-01-222-0/+73
|
* Move to pyproject.tomlBartek Sokorski2023-01-223-42/+48
|
* Merge pull request #74 from pallets-eco/tox-docsDavid Lord2022-07-171-0/+5
|\ | | | | add docs build to tox
| * add docs build to toxDavid Lord2022-07-171-0/+5
|/
* Merge pull request #73 from pallets-eco/release-1.51.5David Lord2022-07-174-10/+18
|\ | | | | release version 1.5
| * release version 1.5David Lord2022-07-172-2/+2
| |
| * add maintainer metadataDavid Lord2022-07-171-0/+2
| |
| * add readme content typeDavid Lord2022-07-171-0/+1
| |
| * update gitignoreDavid Lord2022-07-171-8/+13
|/
* Merge pull request #72 from pallets-eco/refreshDavid Lord2022-07-1729-505/+407
|\ | | | | refresh project layout
| * add github workflow for testsDavid Lord2022-07-171-0/+36
| |
| * update linksDavid Lord2022-07-171-10/+2
| |
| * update sdist manifestDavid Lord2022-07-171-6/+5
| |
| * convert readme to rstDavid Lord2022-07-174-33/+42
| |
| * update licenseDavid Lord2022-07-174-16/+13
| |
| * remove makefileDavid Lord2022-07-171-30/+0
| |
| * read the docs config, pin docs dependenciesDavid Lord2022-07-174-3/+73
| |
| * update sphinx configDavid Lord2022-07-179-229/+108
| |
| * remove submodulesDavid Lord2022-07-171-0/+0
| |
| * remove themes git submoduleDavid Lord2022-07-172-3/+0
| |
| * fix readme code formatDavid Lord2022-07-171-1/+1
| |
| * reformat changelog, remove from readmeDavid Lord2022-07-175-125/+90
| |
| * remove travis ciDavid Lord2022-07-172-38/+0
| |