summaryrefslogtreecommitdiff
path: root/urwid/text_layout.py
Commit message (Expand)AuthorAgeFilesLines
* future division & font literals fixAndrew Dunai2018-01-031-0/+2
* WIPAndrew Dunai2018-01-021-3/+3
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-23/+23
* fix lots of small typosPaul Ivanov2014-02-211-3/+3
* fix sphinx warnings and errosIan Ward2012-07-181-12/+12
* fix pathological wide-character-wrapped-into-1-column caseIan Ward2011-09-211-3/+11
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-9/+5
* fix test_urwid unit tests under python3Ian Ward2011-01-141-22/+32
* my mistake: // is supported in 2.4Ian Ward2011-01-111-1/+1
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-2/+2
* Fixed some py3 division errorsWendell2010-06-271-1/+1
* Stop calling type() on literals.Marien Zwart2010-03-071-9/+9
* Stop using backticks for reprs.Marien Zwart2010-03-071-10/+10
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-1/+1
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-1/+2
* untab text_layout.pyIan Ward2009-11-041-427/+427
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-0/+491