summaryrefslogtreecommitdiff
path: root/src/blinker/_saferef.py
Commit message (Collapse)AuthorAgeFilesLines
* lazy annotationsDavid Lord2023-04-121-1/+1
|
* Add an initial set of type hintspgjones2023-04-021-1/+1
| | | | | | | 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.
* Fix hashing issues after the removal of cmp()Bartek Sokorski2023-01-221-0/+3
|
* Fix issues reported by flake8Bartek Sokorski2023-01-221-5/+4
|
* Move to src/ layoutBartek Sokorski2023-01-221-0/+228