Timeline
01/17/11:
- 14:31 Changeset [529:0313e2b4a0dc] by
-
- urwid/vterm.py
- urwid/vterm_test.py
emit vterm python command tracebacks (for fixing tests)
- 14:30 Changeset [528:816a36d5c33d] by
-
- test_urwid.py
- urwid/util.py
standard def'n for bytes, B, PYTHON3
- 14:29 Changeset [527:e892830064a6] by
-
- 23dir
23dir python2.5 compatibility
01/16/11:
- 19:55 Changeset [526:a5603c52cd03] by
-
- urwid/vterm.py
prevent fork bomb during testing
01/14/11:
- 19:07 Changeset [525:d7019e76667b] by
-
- test_urwid.py
- urwid/decoration.py
- urwid/graphics.py
- urwid/old_str_util.py
- urwid/text_layout.py
fix test_urwid unit tests under python3
01/13/11:
- 22:14 Changeset [524:46a1b5a0886d] by
-
- urwid/old_str_util.py
fix python implementation of calc_text_pos and calc_width, tests pass.
01/11/11:
- 16:06 Changeset [523:ecf9bb878f30] by
-
- urwid/curses_display.py
- urwid/util.py
fix curses_display + 2.4, simplify util change
- 15:52 Changeset [522:178f08e44134] by
-
- urwid/raw_display.py
restore some raw_display changes
- 15:37 Changeset [521:23ba07f06dc2] by
-
- urwid/container.py
- urwid/display_common.py
- urwid/listbox.py
- urwid/text_layout.py
- urwid/util.py
my mistake: // is supported in 2.4
- 14:46 Changeset [520:7f2634e89fd6] by
-
- test_urwid.py
- urwid/canvas.py
- urwid/container.py
- urwid/curses_display.py
- urwid/display_common.py
- …
python 2.4 and 2.5 compatibility work
- 13:43 Changeset [519:78b46b4f6d14] by
-
- setup.py
- source/str_util.c
- source/str_util_python3.c
maintain separate versions of C extension for Python2/3
- 12:47 Changeset [518:83880edf614f] by
-
- 23dir
- urwid/util.py
include c module in python3 version
01/10/11:
- 15:32 Development edited by
- get_focus_path() as a method (diff)
01/04/11:
- 20:24 Changeset [516:6a50ee98e121] by
-
Close idle branch
- 20:23 Changeset [515:d3ee5a3dda3c] by
-
Closing glib branch
12/28/10:
- 19:38 Changeset [513:657a8c26d391] by
-
- calc.py
calc.py exception base classes from python3 branch
- 19:33 Changeset [512:1015e32c7584] by
-
- urwid/graphics.py
LineBox? bug fix from python3 branch
- 12:57 Changeset [507:3a32695cd2f6] by
-
Close earlier python3 branch
12/26/10:
- 14:07 WikiStart edited by
- update python version required for current dev version (2.4+) (diff)
- 12:51 Changeset [489:20d53abddc4a] by
-
- urwid/escape.py
- urwid/graphics.py
- urwid/lcd_display.py
revert change that replaced utf-8 text in source with its \u equivalent
12/25/10:
- 20:36 Changeset [488:68a846d10e60] by
-
- urwid/raw_display.py
- urwid/raw_display.py
merging vterm work
- 15:01 Changeset [475:f1e0fc6944b0] by
-
merge idle branch
- 14:53 Changeset [474:404120b4613c] by
-
- urwid/main_loop.py
emulate enter_idle callback for twisted event loop
- 14:15 Changeset [473:fb55aaf6505b] by
-
- urwid/main_loop.py
fix glib enter_idle
- 13:07 Changeset [472:410e941fb18f] by
-
- urwid/widget.py
Added masking to Edit widget.
12/19/10:
- 00:46 Changeset [471:7dae1d341699] by
-
- urwid/container.py
Provide get_focus functions for Frame, GridFlow?.
Of the container classes defined in container.py, only these two had
multiple focus areas and the ability to specify which one should be
focussed upon, but no method for determining focus.
