summaryrefslogtreecommitdiff
path: root/urwid/monitored_list.py
Commit message (Expand)AuthorAgeFilesLines
* Return original code to the deprecated getters and setters (#549)Alexey Stepanov2023-05-011-2/+2
* Deprecate legacy property creation (#533)Alexey Stepanov2023-04-121-22/+41
* Add extra type annotations (#532)Alexey Stepanov2023-04-061-0/+2
* Annotate types in simple cases and use isinstance (& protocol) based type che...Alexey Stepanov2023-04-041-24/+31
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-311-36/+22
* Python dual support (#266)Andrew Dunai2018-01-041-9/+11
* Add "clear" method to monitored listsneumond2014-12-201-0/+9
* make __delitem__ support negative indicesHeiko Noordhof2014-10-171-1/+2
* add doctest examples of negative indicesHeiko Noordhof2014-10-171-1/+18
* turn deprecated slice methods into wrappersHeiko Noordhof2014-10-171-43/+2
* Merge pull request #67 from eevee/loop-cleanupJonas Wielicki2014-08-041-2/+2
|\
| * Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-2/+2
* | Merge pull request #68 from tonycpsu/masterIan Ward2014-06-131-2/+2
|\ \ | |/ |/|
| * Pass kwargs to MonitoredList.sort() to allow custom sorting with key, cmp, etc.Tony Cebzanov2014-06-131-2/+2
* | fix #46: better MonitoredFocusList callback docsIan Ward2014-01-041-1/+3
|/
* SimpleFocusListWalker: the new best thing in simple list walkersIan Ward2012-01-061-2/+5
* MonitoredFocusList: python3 exceptionsIan Ward2011-12-231-49/+50
* MonitoredFocusList: replace focus_removed callback with validate_contents_mod...Ian Ward2011-12-231-61/+85
* MonitoredFocusList: handle __imul__ as well (may delete entire list)Ian Ward2011-12-231-2/+26
* MonitoredFocusList: be strict about focus values set, add a focus_changed cal...Ian Ward2011-12-221-81/+139
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-3/+3
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-201-5/+3
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-0/+4
* be consistent about our if(python3) idiomIan Ward2010-12-281-3/+3
* Updated to work with python 3.Wendell2010-05-241-3/+5
* MonitoredFocusList fixes and doctestsIan Ward2009-08-231-24/+119
* MonitoredFocusList improvementsIan Ward2009-08-221-5/+42
* new MonitoredFocusList, still needs more testing of corner casesIan Ward2009-08-221-8/+180
* add some doctests to MonitoredListIan Ward2009-08-211-1/+34
* untab monitored_list.pyIan Ward2009-08-211-29/+29
* fix monitored list keyword argx (from Dominic LoBueIan Ward2009-07-151-2/+2
* submit to american dominance of english languageIan Ward2009-01-161-2/+0
* python 2.3 and 2.6 compatibility fixesIan Ward2009-01-161-18/+18
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-0/+59