summaryrefslogtreecommitdiff
path: root/blinker/_utilities.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgradeHugo2018-07-261-1/+1
* Unnecessary tuple call - rewrite as a literalhugovk2018-03-211-1/+1
* Drop support for EOL Pythonhugovk2018-03-201-10/+0
* Support Python >= 2.7 transition from im_func to __func__ (fixes #6)jason kirtland2013-07-031-1/+3
* Correct Python 3 regression in hash identity (fixes #8)jason kirtland2013-07-031-1/+7
* string identity is string itselftomas2012-10-301-0/+2
* Added Signal.receiver_connected and .receiver_disconnected per-Signal signals.jason kirtland2011-03-141-0/+15
* Fixed weak instancemethod refs for Python 3jason kirtland2010-03-281-0/+2
* Added ``Signal.temporarily_connected_to`` context managerjason kirtland2010-02-141-0/+10
* Python 2.4 compatability.jason kirtland2010-02-141-0/+47
* Initial import from flatland.util.signalsjason kirtland2010-02-141-0/+79