Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade Python syntax with pyupgrade | Hugo | 2018-07-26 | 1 | -1/+1 |
* | Unnecessary tuple call - rewrite as a literal | hugovk | 2018-03-21 | 1 | -1/+1 |
* | Drop support for EOL Python | hugovk | 2018-03-20 | 1 | -10/+0 |
* | Support Python >= 2.7 transition from im_func to __func__ (fixes #6) | jason kirtland | 2013-07-03 | 1 | -1/+3 |
* | Correct Python 3 regression in hash identity (fixes #8) | jason kirtland | 2013-07-03 | 1 | -1/+7 |
* | string identity is string itself | tomas | 2012-10-30 | 1 | -0/+2 |
* | Added Signal.receiver_connected and .receiver_disconnected per-Signal signals. | jason kirtland | 2011-03-14 | 1 | -0/+15 |
* | Fixed weak instancemethod refs for Python 3 | jason kirtland | 2010-03-28 | 1 | -0/+2 |
* | Added ``Signal.temporarily_connected_to`` context manager | jason kirtland | 2010-02-14 | 1 | -0/+10 |
* | Python 2.4 compatability. | jason kirtland | 2010-02-14 | 1 | -0/+47 |
* | Initial import from flatland.util.signals | jason kirtland | 2010-02-14 | 1 | -0/+79 |