index
:
delta/python-packages/blinker.git
bugfix/bookeeping-leaks
develop
faster-noop-send
feature/receiver-adapter
feature/send-async
main
master
travis-pypy3-py32
github.com: jek/blinker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unnecessary dict call - rewrite as a literal
hugovk
2018-03-21
1
-7
/
+7
*
Drop support for EOL Python
hugovk
2018-03-20
1
-7
/
+0
*
Added Signal._cleanup_bookeeping() to prune stale bookkeeping on demand.
jason kirtland
2015-07-23
1
-0
/
+4
*
Additional bookkeeping cleanup for non-ANY connections at disconnect time.
jason kirtland
2015-07-23
1
-0
/
+32
*
blinker.signal() and blinker.Namespace no longer use weak references.
jason kirtland
2013-07-03
1
-2
/
+17
*
Upgrade temporarily_connected_to to a deprecation warning.
jason kirtland
2011-10-26
2
-16
/
+1
*
Update test suite to pass under pypy1.5 (gc collection for refs)
jason kirtland
2011-05-01
1
-12
/
+15
*
Added Signal.receiver_connected and .receiver_disconnected per-Signal signals.
jason kirtland
2011-03-14
1
-0
/
+139
*
Added Signal.connect_via() decorator.
jason kirtland
2010-07-21
1
-0
/
+26
*
Renamed 'temporarily_connected_to' to simply 'connected_to'.
jason kirtland
2010-07-20
1
-2
/
+17
*
Added note about Jython compiler workaround in weakref test.
jason kirtland
2010-03-29
1
-3
/
+7
*
Woot, 1.0 works on Jython too.
jason kirtland
2010-03-28
1
-2
/
+31
*
Fixed weak instancemethod refs for Python 3
jason kirtland
2010-03-28
1
-3
/
+2
*
Added ``Signal.temporarily_connected_to`` context manager
jason kirtland
2010-02-14
2
-0
/
+64
*
Initial import from flatland.util.signals
jason kirtland
2010-02-14
3
-0
/
+376