summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
* fixes for curses_display, raw_display (these are missing tests)Ian Ward2011-02-172-2/+2
* add missing compat.pyIan Ward2011-02-161-0/+48
* connect "setup.py test" to unit testsIan Ward2011-02-162-1/+2307
* update setup.py for distribute + python3Ian Ward2011-02-152-4/+6
* normalize edit text to type of edit captionIan Ward2011-02-151-8/+17
* clean up differing and duplicated compatibility codeIan Ward2011-02-0814-154/+95
* fix more imports for python3Ian Ward2011-01-252-2/+2
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-206-711/+733
* vterm ptython3 compatibility workIan Ward2011-01-194-122/+142
* emit vterm python command tracebacks (for fixing tests)Ian Ward2011-01-172-10/+18
* standard def'n for bytes, B, PYTHON3Ian Ward2011-01-171-16/+33
* prevent fork bomb during testingIan Ward2011-01-161-6/+7
* fix test_urwid unit tests under python3Ian Ward2011-01-144-58/+70
* fix python implementation of calc_text_pos and calc_width, tests pass.Ian Ward2011-01-131-14/+54
* fix curses_display + 2.4, simplify util changeIan Ward2011-01-112-10/+3
* restore some raw_display changesIan Ward2011-01-111-4/+16
* my mistake: // is supported in 2.4Ian Ward2011-01-115-15/+15
* python 2.4 and 2.5 compatibility workIan Ward2011-01-1112-56/+89
* include c module in python3 versionIan Ward2011-01-111-1/+1
* be consistent about our if(python3) idiomIan Ward2010-12-283-9/+9
* remove more delta noiseIan Ward2010-12-281-3/+1
* remove some meaningless deltasIan Ward2010-12-281-11/+11
* merge from masterIan Ward2010-12-288-67/+276
|\
| * revert change that replaced utf-8 text in source with its \u equivalentIan Ward2010-12-263-34/+28
| * merging vterm workIan Ward2010-12-256-43/+258
| |\
| | * merge idle branchIan Ward2010-12-255-42/+257
| | |\
| | | * emulate enter_idle callback for twisted event loopIan Ward2010-12-251-8/+66
| | | * fix glib enter_idleIan Ward2010-12-251-17/+73
| | | * Added masking to Edit widget.Dominik George2010-12-251-3/+17
| | | * Provide get_focus functions for Frame, GridFlow.Jon McManus2010-12-191-0/+11
| | | * add missing get_cursor_coords for ListBoxIan Ward2010-12-141-0/+19
| | | * essentially working draw_screen on enter idle (SelectEventLoop only)Ian Ward2010-08-092-23/+80
| | * | accept all basestring subclasses as text in text markupJérôme Poisson2010-08-211-1/+1
| | |/
* | | More bug fixesWendell2010-08-041-1/+1
* | | Fixed curses_displayWendell2010-08-041-1/+5
* | | IT WORKS!!!Wendell2010-08-043-73/+57
* | | Now passes all tests in python 2.6Wendell2010-08-0410-268/+275
|\ \ \ | |/ /
| * | Implement fonts in c38729fc by leaving the UTF8 as is.aszlig2010-07-301-519/+267
| * | vterm: Implement DECCRM and thus fix CP437 display.aszlig2010-07-232-19/+41
| * | Avoid stripping off control characters if in IBMPC mode.aszlig2010-07-232-2/+6
| * | Implemented "U" as a cs option for attributes.aszlig2010-07-233-3/+15
| * | Replace UTF-8 by unicode literal strings.aszlig2010-07-234-308/+554
| * | Fix curses_display to allow AttrSpec and external event loops.aszlig2010-07-211-93/+67
| * | vterm: Integrate support for the blink attribute.aszlig2010-07-211-2/+6
| * | Add support for the blink attribute.aszlig2010-07-213-4/+10
| * | vterm: Allow passing environment variables.aszlig2010-07-201-3/+11
| * | vterm: Fix bytes/str encoding for py3k conversion.aszlig2010-07-201-0/+7
| * | vterm: Use attributes from OSError rather than subscripts!aszlig2010-07-201-3/+3
| * | vterm: Avoid tuple parameter unpacking in lambdas.aszlig2010-07-201-24/+24
| |/
* | Fixed a bunch of problems found in the tests... looks like its just vtermWendell2010-08-042-3/+2