| Commit message (Expand) | Author | Age | Files | Lines |
| * | future division & font literals fix | Andrew Dunai | 2018-01-03 | 1 | -0/+2 |
| * | String literal fixes | Andrew Dunai | 2018-01-02 | 1 | -1/+0 |
| * | Metaclasses | Andrew Dunai | 2018-01-02 | 1 | -2/+3 |
| * | WIP | Andrew Dunai | 2018-01-02 | 1 | -4/+4 |
| * | Adapt docstrings to changed arguments | Jonas Wielicki | 2014-07-09 | 1 | -2/+2 |
| * | Put run_wrapper in the base class; make BaseScreen.start() a contextmanager. | Eevee (Alex Munroe) | 2014-06-03 | 1 | -0/+14 |
| * | Fix some Python 3 things that work fine in 2.6 anyway. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -5/+7 |
| * | Fix `except ... as`. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -1/+1 |
| * | Fix all trailing whitespace. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -27/+27 |
| * | fix lots of small typos | Paul Ivanov | 2014-02-21 | 1 | -1/+1 |
| * | without the errors= keyword | Ian Ward | 2013-12-26 | 1 | -1/+1 |
| * | use codecs.encode for python2.6 compatibility | Ian Ward | 2013-12-26 | 1 | -1/+3 |
| * | fix for exception due to user encoding | Ian Ward | 2013-12-26 | 1 | -3/+3 |
| * | clean up many warnings from pyflakes | Ian Ward | 2012-03-17 | 1 | -5/+2 |
| * | decompose_tagmarkup: fix for python 3 + bytes | Ian Ward | 2011-09-22 | 1 | -1/+1 |
| * | fix: accept bytes>127 in tagmarkup | Ian Ward | 2011-07-06 | 1 | -8/+9 |
| * | clean up differing and duplicated compatibility code | Ian Ward | 2011-02-08 | 1 | -30/+2 |
| * | fix more imports for python3 | Ian Ward | 2011-01-25 | 1 | -1/+1 |
| * | vterm ptython3 compatibility work | Ian Ward | 2011-01-19 | 1 | -0/+11 |
| * | standard def'n for bytes, B, PYTHON3 | Ian Ward | 2011-01-17 | 1 | -16/+33 |
| * | fix curses_display + 2.4, simplify util change | Ian Ward | 2011-01-11 | 1 | -9/+2 |
| * | my mistake: // is supported in 2.4 | Ian Ward | 2011-01-11 | 1 | -1/+1 |
| * | python 2.4 and 2.5 compatibility work | Ian Ward | 2011-01-11 | 1 | -17/+23 |
| * | include c module in python3 version | Ian Ward | 2011-01-11 | 1 | -1/+1 |
| * | merge from master | Ian Ward | 2010-12-28 | 1 | -1/+1 |
| |\ |
|
| | * | accept all basestring subclasses as text in text markup | Jérôme Poisson | 2010-08-21 | 1 | -1/+1 |
| * | | More bug fixes | Wendell | 2010-08-04 | 1 | -1/+1 |
| * | | Bug fixes | Wendell | 2010-06-04 | 1 | -2/+5 |
| * | | Updated to work with python 3. | Wendell | 2010-05-24 | 1 | -9/+23 |
| |/ |
|
| * | Stop calling type() on literals. | Marien Zwart | 2010-03-07 | 1 | -5/+5 |
| * | Stop redefining builtins always available in pythons we support. | Marien Zwart | 2010-03-07 | 1 | -4/+0 |
| * | nested_scopes is always set in python 2.2 and up. | Marien Zwart | 2010-03-07 | 1 | -2/+0 |
| * | Stop using backticks for reprs. | Marien Zwart | 2010-03-07 | 1 | -2/+2 |
| * | Convert implicit relative to absolute imports. | Marien Zwart | 2010-03-07 | 1 | -1/+1 |
| * | revert to no automatic conversion of objects to unicode for display (it was b... | Ian Ward | 2010-02-11 | 1 | -5/+1 |
| * | Remove unused local variables (do not merge blindly! perhaps some of them *sh... | Marien Zwart | 2010-02-11 | 1 | -1/+0 |
| * | Fix trivial undefined name errors. | Marien Zwart | 2010-02-11 | 1 | -1/+1 |
| * | Import cleanup: remove most uses of "import *", remove unused imports. | Marien Zwart | 2010-02-11 | 1 | -2/+0 |
| * | convert non-strings to unicode for use in text/edit widgets | Ian Ward | 2009-08-24 | 1 | -6/+11 |
| * | untab util.py | Ian Ward | 2009-08-24 | 1 | -337/+337 |
| * | split up util.py: command_map.py main_loop.py monitored_list.py signals.py te... | ian | 2007-12-30 | 1 | -667/+17 |
| * | shell.py use generic_main_loop(). generic_main_loop() allow already start()ed... | ian | 2007-10-27 | 1 | -3/+10 |
| * | fix signal user_data bug, add doctests to CheckBox | ian | 2007-10-27 | 1 | -4/+8 |
| * | clean up tour.py, use generic_main_loop | ian | 2007-10-15 | 1 | -4/+16 |
| * | Edit "change" event, generic_main_loop() | ian | 2007-10-11 | 1 | -0/+49 |
| * | rename Commands to CommandMap, start using command_map | ian | 2007-10-08 | 1 | -4/+12 |
| * | turn Signals into regular class, add Commands class, HListBox work | ian | 2007-05-03 | 1 | -17/+49 |
| * | add PollingListWalker (backwards compatible default list walker), allow old l... | ian | 2007-03-18 | 1 | -1/+1 |
| * | fix coding: lines, fix `ProgressBar`, update edit.py | ian | 2007-03-11 | 1 | -1/+1 |
| * | improve __repr__ of ListDetectModifications and SimpleListWalker | ian | 2007-03-06 | 1 | -0/+5 |