Timeline
03/10/10:
- 10:29 Changeset [332:08f97445caca] by
-
- bigtext.py
- browse.py
- docgen_tutorial.py
- edit.py
update examples for unhandled_input change
- 10:25 Changeset [331:7f27f25008f9] by
-
- urwid/lcd_display.py
working CF635Screen, simulated key repeat
- 10:23 Changeset [330:40e3ea23d2cc] by
-
- urwid/decoration.py
catch TypeError? for invalid types used (used to be caught by blanket except:)
- 10:20 Changeset [329:59b4f17c1acf] by
-
- urwid/curses_display.py
curses_display.Screen use BaseScreen?, inherit register_palette, start, stop
- 10:19 Changeset [328:07d1764ab51a] by
-
- urwid/display_common.py
- urwid/raw_display.py
move start/stop to BaseScreen?
- 10:18 Changeset [327:5ea372b59f08] by
-
- urwid/main_loop.py
MainLoop: on update only draw_screen if input is handled, unhandled_input must now return True to indicate it handled input -- This not backwards compatible
03/08/10:
- 18:51 DisplayModules edited by
- (diff)
- 18:39 DisplayModules edited by
- (diff)
- 18:37 DisplayModules edited by
- (diff)
- 18:12 ChangeLog edited by
- link to github, bitbucket (diff)
03/07/10:
- 18:34 Changeset [326:bf0e97e2f3e3] by
-
- docgen_tutorial.py
- urwid/decoration.py
- urwid/graphics.py
- urwid/html_fragment.py
- urwid/main_loop.py
- …
Remove unnecessary use of "except:" (without an exception class).
- 18:26 Changeset [325:e8b0599be5d7] by
-
- input_test.py
- urwid/canvas.py
- urwid/container.py
- urwid/curses_display.py
- urwid/decoration.py
- …
Stop calling type() on literals.
- 18:23 Changeset [324:0648f0bfbae1] by
-
- setup.py
Remove backwards compat with pre-2.2 distutils.
- 18:22 Changeset [323:9caadfc8793e] by
-
- urwid/decoration.py
Restore NameError? on set() in python 2.3 (untested!)
- 18:21 Changeset [322:12d795d88190] by
-
- urwid/canvas.py
generators are always available in python 2.3 final and up.
- 18:21 Changeset [321:9b03cba42c77] by
-
- graph.py
- urwid/font.py
- urwid/util.py
- urwid/widget.py
Stop redefining builtins always available in pythons we support.
- 18:21 Changeset [320:e03fd3faabd2] by
-
- docgen_tutorial.py
- test_urwid.py
- urwid/curses_display.py
- urwid/font.py
- urwid/graphics.py
- …
nested_scopes is always set in python 2.2 and up.
- 18:18 Changeset [319:b67607f02d57] by
-
- docgen_tutorial.py
- test_urwid.py
- urwid/canvas.py
- urwid/container.py
- urwid/curses_display.py
- …
Stop using backticks for reprs.
- 18:15 Changeset [318:3796fb49dd79] by
-
- urwid/__init__.py
Use absolute imports in init.py too.
- 18:14 Changeset [317:6c80e95cba8f] by
-
- urwid/canvas.py
- urwid/container.py
- urwid/curses_display.py
- urwid/decoration.py
- urwid/display_common.py
- …
Convert implicit relative to absolute imports.
- 18:05 Changeset [316:7e3a2d407b8f] by
-
- urwid/escape.py
Remove (circular) import of util from escape.
- 18:02 Changeset [315:1d299cd5f26d] by
-
- urwid/lcd_display.py
more lcd display stubs, docstrings
03/06/10:
- 18:39 Changeset [314:8412f7c190ab] by
-
- urwid/lcd_display.py
preliminary work on lcd display
02/26/10:
- 07:50 TextAttributes edited by
- (diff)
- 03:13 ApplicationList edited by
- Added jsonwidget (diff)
02/25/10:
- 18:55 TextAttributes created by
- start of TextAttributes
- 18:45 WikiStart edited by
- add link to TextAttributes (diff)
- 18:44 UrwidManual edited by
- add link to TextAttributes (diff)
02/21/10:
- 15:29 TextLayout edited by
- alignment and wrapping examples (diff)
- 13:04 TextLayout edited by
- layout structure example (diff)
- 09:07 WidgetMethods edited by
- (diff)
