summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add recent changes to changelogpgjones2023-04-021-0/+2
| | | | | This requires supporting sphinx-issues to match the Pallets practice of adding the pr/issue number in the changelog.
* Add a send_async method to the Signalpgjones2023-01-241-0/+63
| | | | | | | | | | 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.
* Added `muted` context manager for temproary switching signal off (#84)Phil Jones2023-01-241-0/+13
| | | | | 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
|
* Move requirements filesBartek Sokorski2023-01-222-60/+0
|
* update licenseDavid Lord2022-07-171-0/+6
|
* read the docs config, pin docs dependenciesDavid Lord2022-07-172-0/+60
|
* update sphinx configDavid Lord2022-07-177-213/+106
|
* remove themes git submoduleDavid Lord2022-07-171-0/+0
|
* reformat changelog, remove from readmeDavid Lord2022-07-171-1/+3
|
* Revert "Merge pull request #18 from jek/feature/send-async"David Lord2022-07-171-30/+0
| | | | | This reverts commit b5e9f0629200d2b2f62e13e595b802948bb4fefb, reversing changes made to 904d8d3803e84257c08526e9047474215aa1c976.
* Document support for send_asyncYouri Ackx2020-10-021-0/+30
|
* Drop support for EOL Python 3.4Hugo2019-04-191-1/+1
|
* Update minimum Jython and PyPy versionsHugo2018-11-031-1/+1
|
* Drop support for EOL Pythonhugovk2018-03-201-1/+1
|
* More doc tweaksjason kirtland2013-07-041-2/+6
|
* Switch to single page doc style & some corresponding edits.jason kirtland2013-07-044-299/+272
|
* Switch to the Flask sphinx themejason kirtland2013-07-042-79/+8
|
* Added Signal.connect_via() decorator.jason kirtland2010-07-211-1/+13
|
* Added Jython to docs and READMEjason kirtland2010-03-281-1/+1
|
* Tests pass on 3.0 and 3.1jason kirtland2010-03-281-3/+2
|
* Wrapping up 0.9rel-0.9jason kirtland2010-02-261-2/+3
|
* Adapted to new pickleless website doc builder.jason kirtland2010-02-262-3/+22
|
* Sphinx documentation.jason kirtland2010-02-155-0/+565