summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close python3 branchpy3Ian Ward2011-02-170-0/+0
* fixes for curses_display, raw_display (these are missing tests)Ian Ward2011-02-172-2/+2
* remove egg-info and update .hgignoreIan Ward2011-02-166-93/+2
* hide warning for distutilsIan Ward2011-02-161-1/+1
* add missing compat.pyIan Ward2011-02-161-0/+48
* connect "setup.py test" to unit testsIan Ward2011-02-165-16/+36
* fix for is_wide_charIan Ward2011-02-161-2/+5
* fix for within_double_byteIan Ward2011-02-161-2/+18
* merge str_util_python3.c into str_util.cIan Ward2011-02-163-901/+134
* update setup.py for distribute + python3Ian Ward2011-02-154-113/+22
* normalize edit text to type of edit captionIan Ward2011-02-151-8/+17
* clean up differing and duplicated compatibility codeIan Ward2011-02-0815-156/+97
* fix more imports for python3Ian Ward2011-01-252-2/+2
* fix graph example for python3Ian Ward2011-01-251-3/+3
* browse example fix from Kirk McDonald's branchIan Ward2011-01-251-44/+17
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-208-715/+745
* 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-172-120/+127
* 23dir python2.5 compatibilityIan Ward2011-01-171-8/+6
* prevent fork bomb during testingIan Ward2011-01-161-6/+7
* fix test_urwid unit tests under python3Ian Ward2011-01-145-165/+198
* 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-1113-58/+91
* maintain separate versions of C extension for Python2/3Ian Ward2011-01-113-73/+897
* include c module in python3 versionIan Ward2011-01-112-9/+10
* Upgrade C extension to Python 3.Kirk McDonald2010-05-021-61/+72
* 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
* revert edit.pyIan Ward2010-12-281-7/+5
* merge from masterIan Ward2010-12-289-70/+277
|\
| * revert change that replaced utf-8 text in source with its \u equivalentIan Ward2010-12-263-34/+28
| * merging vterm workIan Ward2010-12-257-46/+259
| |\
| | * merge idle branchIan Ward2010-12-256-45/+258
| | |\
| | | * 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
| | | * revert earlier change that broke input_test resizineIan Ward2010-08-091-2/+1
| | | * essentially working draw_screen on enter idle (SelectEventLoop only)Ian Ward2010-08-093-24/+80
| | * | accept all basestring subclasses as text in text markupJérôme Poisson2010-08-211-1/+1
| | |/
* | | More bug fixesWendell2010-08-042-3/+3
* | | Fixed curses_displayWendell2010-08-042-1/+14
* | | Fixed bugs, added options, etc.Wendell2010-08-041-9/+53
* | | IT WORKS!!!Wendell2010-08-046-123/+114