Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16511

ANN: Urwid 1.0.1, Urwid 0.9.9.3 - Console UI Library

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian@excess.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'subject:ANN': 0.02; 'python.': 0.04; 'fixes': 0.05; '===========': 0.07; 'attribute': 0.07; 'method,': 0.07; 'python': 0.08; '1.0.0': 0.09; '1.0.1': 0.09; 'deprecated': 0.09; 'disable': 0.09; 'utf-8': 0.09; 'encouraged': 0.12; 'library': 0.13; 'converting': 0.15; 'from:addr:ian': 0.16; 'leaks': 0.16; 'literals': 0.16; 'markup,': 0.16; 'series.': 0.16; 'subject:Console': 0.16; 'subject:Library': 0.16; 'subject:Urwid': 0.16; 'url:tar': 0.16; 'extension': 0.21; 'input': 0.22; 'interface': 0.23; 'string': 0.24; 'parameters': 0.25; 'fix': 0.27; 'skip:= 10': 0.28; 'unicode': 0.29; 'fixed': 0.29; 'example': 0.29; 'url:wiki': 0.29; 'support,': 0.30; 'url:9': 0.30; 'widget': 0.30; 'list': 0.32; 'header:User- Agent:1': 0.33; 'object': 0.33; 'to:addr:python-list': 0.34; 'loop': 0.34; 'calling': 0.34; 'nested': 0.34; 'to:no real name:2**1': 0.35; 'switch': 0.35; 'external': 0.35; 'none': 0.37; 'encoding': 0.37; 'skip:- 40': 0.37; 'using': 0.38; 'event': 0.38; 'screen': 0.38; 'url:org': 0.39; 'received:ca': 0.39; 'mark': 0.39; 'to:addr:python.org': 0.40; 'to:2**2': 0.61; 'positions': 0.61; 'home': 0.65; 'url:3': 0.67; 'url:0': 0.67; 'mouse': 0.67; 'design.': 0.73; 'support:': 0.91; 'border': 0.93
Date Thu, 01 Dec 2011 14:05:14 -0500
From Ian Ward <ian@excess.org>
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15
MIME-Version 1.0
To python-announce@python.org, python-list@python.org, Urwid General Discussion <urwid@lists.excess.org>
Subject ANN: Urwid 1.0.1, Urwid 0.9.9.3 - Console UI Library
X-Enigmail-Version 1.1.2
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3207.1322768274.27778.python-list@python.org> (permalink)
Lines 74
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1322768274 news.xs4all.nl 6964 [2001:888:2000:d::a6]:37906
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16511

Show key headers only | View raw


Announcing Urwid 1.0.1 and Urwid 0.9.9.3
----------------------------------------

Urwid home page:
  http://excess.org/urwid/

Manual:
  http://excess.org/urwid/wiki/UrwidManual

Tarballs:
  http://excess.org/urwid/urwid-1.0.1.tar.gz
  http://excess.org/urwid/urwid-0.9.9.3.tar.gz


About these releases:
=====================

These are bug-fix releases for Urwid 1.0.0 and Urwid 0.9.9.2.

Release 0.9.9.3 may be the last in the 0.9.9 series.  Users are strongly
encouraged to upgrade to the 1.0 series.


New in 1.0.1:
=============

  * Fix for Terminal widget in BSD/OSX

  * Fix for a Filler mouse_event() position bug

  * Fix support for mouse positions up to x=255, y=255

  * Fixes for a number of string encoding issues under Python 3

  * Fix for a LineBox border __init__() parameters

  * Fix input input of UTF-8 in tour.py example by converting captions
    to unicode

  * Fix tutorial examples' use of TextCanvas and switch to using
    unicode literals

  * Prevent raw_display from calling tcseattr() or tcgetattr() on
    non-ttys

  * Disable curses_display external event loop support: screen resizing
    and gpm events are not properly supported

  * Mark PollingListWalker as deprecated


New in 0.9.9.3:
===============

  * ListBox now includes a get_cursor_coords() method, allowing
    nested ListBox widgets

  * Fix for a Filler mouse_event() position bug

  * Fix support for mouse positions up to x=255, y=255

  * Fix for leaks of None object in str_util extension

  * Fix for WidgetWrap and AttrMap not working with fixed widgets


About Urwid
===========

Urwid is a console UI library for Python. It features fluid interface
resizing, Unicode support, multiple text layouts, simple attribute
markup, powerful scrolling list boxes and flexible interface design.

Urwid is released under the GNU LGPL.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: Urwid 1.0.1, Urwid 0.9.9.3 - Console UI Library Ian Ward <ian@excess.org> - 2011-12-01 14:05 -0500

csiph-web