summaryrefslogtreecommitdiff
path: root/urwid/signals.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-2/+2
* signals: use doctest for example in docstringIan Ward2013-12-291-12/+11
* fix signal emit order:use list for handlersIan Ward2013-12-261-12/+10
* do not use the empty list as default argument valueMatthijs Kooijman2012-12-141-3/+3
* use weakref callbacks to automatically disconnect signalsMatthijs Kooijman2012-12-141-8/+29
* store signal handlers using a dict instead of a listMatthijs Kooijman2012-12-141-9/+68
* allow passing "weak arguments" to signal callbacksMatthijs Kooijman2012-12-141-20/+98
* when connecting signals, allow multiple user_argsMatthijs Kooijman2012-12-141-15/+33
* manual: finish updating and correcting linksIan Ward2012-08-281-12/+0
* reference: signals, global settings, attrspecIan Ward2012-07-171-18/+25
* bug fix: objects connected with signals not gc'd properlyIan Ward2009-10-161-5/+12
* add docstrings to Signals classIan Ward2009-06-271-1/+48
* untab signals.pyIan Ward2009-06-271-41/+41
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-0/+80