summaryrefslogtreecommitdiff
path: root/urwid/signals.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect type cast in vterm (`apply_mapping` should return `bytes`) (#545)Alexey Stepanov2023-04-251-37/+60
* Annotate types in simple cases and use isinstance (& protocol) based type che...Alexey Stepanov2023-04-041-8/+9
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-311-10/+15
* Fix TypeError in signals module on weak object dispose (#503)Roman Guchevskij2023-03-281-5/+1
* Python dual support (#266)Andrew Dunai2018-01-041-1/+2
* correct spelling mistakesEdward Betts2017-02-221-2/+2
* 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