summaryrefslogtreecommitdiff
path: root/urwid/text_layout.py
Commit message (Collapse)AuthorAgeFilesLines
* Python dual support (#266)Andrew Dunai2018-01-041-3/+5
| | | | | | | | | | | | | | | | | | | | * WIP * Metaclasses * String literal fixes * Remove 2to3 and make tests compatible with both Python 2 & 3 * Removed debug code. * Added tests for ProgressBar * Fixed examples. * future division & font literals fix * Cleaner fonts initialization.
* 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
| | | | | --HG-- branch : feature-sphinx
* 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
| | | | | --HG-- branch : python3
* fix test_urwid unit tests under python3Ian Ward2011-01-141-22/+32
| | | | | --HG-- branch : python3
* my mistake: // is supported in 2.4Ian Ward2011-01-111-1/+1
| | | | | --HG-- branch : python3
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-2/+2
| | | | | --HG-- branch : python3
* 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 ↵ian2007-12-301-0/+491
text_layout.py; add display_common.py module --HG-- extra : convert_revision : 66ffcaede1358ec26e11dcce6ba3d5254ef78a94