summaryrefslogtreecommitdiff
path: root/urwid/util.py
Commit message (Expand)AuthorAgeFilesLines
* Python dual support (#266)Andrew Dunai2018-01-041-4/+6
* Adapt docstrings to changed argumentsJonas Wielicki2014-07-091-2/+2
* Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-0/+14
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-5/+7
* Fix `except ... as`.Eevee (Alex Munroe)2014-05-111-1/+1
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-27/+27
* fix lots of small typosPaul Ivanov2014-02-211-1/+1
* without the errors= keywordIan Ward2013-12-261-1/+1
* use codecs.encode for python2.6 compatibilityIan Ward2013-12-261-1/+3
* fix for exception due to user encodingIan Ward2013-12-261-3/+3
* clean up many warnings from pyflakesIan Ward2012-03-171-5/+2
* decompose_tagmarkup: fix for python 3 + bytesIan Ward2011-09-221-1/+1
* fix: accept bytes>127 in tagmarkupIan Ward2011-07-061-8/+9
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-30/+2
* fix more imports for python3Ian Ward2011-01-251-1/+1
* vterm ptython3 compatibility workIan Ward2011-01-191-0/+11
* standard def'n for bytes, B, PYTHON3Ian Ward2011-01-171-16/+33
* fix curses_display + 2.4, simplify util changeIan Ward2011-01-111-9/+2
* my mistake: // is supported in 2.4Ian Ward2011-01-111-1/+1
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-17/+23
* include c module in python3 versionIan Ward2011-01-111-1/+1
* merge from masterIan Ward2010-12-281-1/+1
|\
| * accept all basestring subclasses as text in text markupJérôme Poisson2010-08-211-1/+1
* | More bug fixesWendell2010-08-041-1/+1
* | Bug fixesWendell2010-06-041-2/+5
* | Updated to work with python 3.Wendell2010-05-241-9/+23
|/
* Stop calling type() on literals.Marien Zwart2010-03-071-5/+5
* Stop redefining builtins always available in pythons we support.Marien Zwart2010-03-071-4/+0
* nested_scopes is always set in python 2.2 and up.Marien Zwart2010-03-071-2/+0
* Stop using backticks for reprs.Marien Zwart2010-03-071-2/+2
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-1/+1
* revert to no automatic conversion of objects to unicode for display (it was b...Ian Ward2010-02-111-5/+1
* Remove unused local variables (do not merge blindly! perhaps some of them *sh...Marien Zwart2010-02-111-1/+0
* Fix trivial undefined name errors.Marien Zwart2010-02-111-1/+1
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-2/+0
* convert non-strings to unicode for use in text/edit widgetsIan Ward2009-08-241-6/+11
* untab util.pyIan Ward2009-08-241-337/+337
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-667/+17
* shell.py use generic_main_loop(). generic_main_loop() allow already start()ed...ian2007-10-271-3/+10
* fix signal user_data bug, add doctests to CheckBoxian2007-10-271-4/+8
* clean up tour.py, use generic_main_loopian2007-10-151-4/+16
* Edit "change" event, generic_main_loop()ian2007-10-111-0/+49
* rename Commands to CommandMap, start using command_mapian2007-10-081-4/+12
* turn Signals into regular class, add Commands class, HListBox workian2007-05-031-17/+49
* add PollingListWalker (backwards compatible default list walker), allow old l...ian2007-03-181-1/+1
* fix coding: lines, fix `ProgressBar`, update edit.pyian2007-03-111-1/+1
* improve __repr__ of ListDetectModifications and SimpleListWalkerian2007-03-061-0/+5
* start of detecting Columns changesian2007-02-221-0/+3
* Signals class. MetaSuper and MetaSignals metaclasses. ListDetectModifications...ian2007-02-211-1/+93
* merged rbreu-cmodule changes 55:75. closes #2ian2007-02-091-163/+28