forked from pool/python-urwid
- Update to version 1.0.0:
* New support for Python 3.2 from the same 2.x code base, requires distribute instead of setuptools (by Kirk McDonald, Wendell, Marien Zwart) everything except TwistedEventLoop and GLibEventLoop is supported * New experimental Terminal widget with xterm emulation and terminal.py example program (by aszlig) * Edit widget now supports a mask (for passwords), has a insert_text_result() method for full-field validation and normalizes input text to Unicode or bytes based on the caption type used * New TreeWidget, TreeNode, ParentNode, TreeWalker and TreeListBox classes for lazy expanding/collapsing tree views factored out of browse.py example program, with new treesample.py example program (by Rob Lanphier) * MainLoop now calls draw_screen() just before going idle, so extra calls to draw_screen() in user code may now be removed * New MainLoop.watch_pipe() method for subprocess or threaded communication with the process/thread updating the UI, and new subproc.py example demonstrating its use * New PopUpLauncher and PopUpTarget widgets and MainLoop option for creating pop-ups and drop-downs, and new pop_up.py example program * New twisted_serve_ssh.py example (by Ali Afshar) that serves multiple displays over ssh from the same application using Twisted and the TwistedEventLoop OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
b48c625f91
commit
8dc318e720
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 10:14:21 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Update to version 1.0.0:
|
||||
* New support for Python 3.2 from the same 2.x code base,
|
||||
requires distribute instead of setuptools (by Kirk McDonald,
|
||||
Wendell, Marien Zwart) everything except TwistedEventLoop and
|
||||
GLibEventLoop is supported
|
||||
* New experimental Terminal widget with xterm emulation and
|
||||
terminal.py example program (by aszlig)
|
||||
* Edit widget now supports a mask (for passwords), has a
|
||||
insert_text_result() method for full-field validation and
|
||||
normalizes input text to Unicode or bytes based on the caption
|
||||
type used
|
||||
* New TreeWidget, TreeNode, ParentNode, TreeWalker
|
||||
and TreeListBox classes for lazy expanding/collapsing tree
|
||||
views factored out of browse.py example program, with new
|
||||
treesample.py example program (by Rob Lanphier)
|
||||
* MainLoop now calls draw_screen() just before going idle, so extra
|
||||
calls to draw_screen() in user code may now be removed
|
||||
* New MainLoop.watch_pipe() method for subprocess or threaded
|
||||
communication with the process/thread updating the UI, and new
|
||||
subproc.py example demonstrating its use
|
||||
* New PopUpLauncher and PopUpTarget widgets and MainLoop option
|
||||
for creating pop-ups and drop-downs, and new pop_up.py example
|
||||
program
|
||||
* New twisted_serve_ssh.py example (by Ali Afshar) that serves
|
||||
multiple displays over ssh from the same application using
|
||||
Twisted and the TwistedEventLoop
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 12:24:31 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
Reference in New Issue
Block a user