index
:
delta/python-packages/urwid.git
faster-import
fix-error-term-settings
fix-py34-tests
fix-screenshot-race
fix_404_high_color
freebsd_fix
ftr-containers
ftr-sphinx
gh-pages
hashbang-env
locale-fix
master
old-0.9.9
old-1.0
old-1.1
old-1.2
py3
python-dual-support
python33-twisted-bug
remove-enter-idle
unittests-1
urwid-windows
github.com: wardi/urwid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
urwid
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
vterm: Fix handling of NUL characters
aszlig
2016-02-11
2
-1
/
+5
*
|
|
fix #172 - html_fragment errors on Python 3.4
Michael Keirnan
2016-02-05
1
-0
/
+2
*
|
|
Merge pull request #158 from benjamin9999/fbterm
Ian Ward
2015-11-01
1
-8
/
+18
|
\
\
\
|
*
|
|
Add 256-color support for fbterm
Benjamin Yates
2015-10-18
1
-4
/
+14
|
*
|
|
Store envron's TERM value as a Screen attribute
Benjamin Yates
2015-10-18
1
-4
/
+4
*
|
|
|
drop -dev from 1.3.1
Ian Ward
2015-11-01
1
-1
/
+1
|
/
/
/
*
|
|
fixes https://github.com/wardi/urwid/issues/96
Esteban null
2015-09-20
1
-1
/
+1
|
|
/
|
/
|
*
|
Reset screen to original state on any exception.
Rian Hunter
2015-09-06
1
-2
/
+2
*
|
A better fix for #127 and #60, added self.flush() instead of carriage return
Jared Winborne
2015-07-02
1
-2
/
+2
*
|
fix for #127 Added a \r for the screen to be properly restored after screen.s...
Jared Winborne
2015-06-29
1
-1
/
+2
*
|
Merge pull request #88 from hkoof/fix-bargraph-hlines
Ian Ward
2015-04-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix hlines in BarGraph.set_data(): sort descending
Heiko Noordhof
2014-11-04
1
-0
/
+1
*
|
Add bracketed paste mode escape sequences
Tom Dryer
2015-04-12
1
-0
/
+2
*
|
Fix typo in AttrSpec error message
Random User
2015-03-26
1
-1
/
+1
*
|
Merge pull request #100 from kurlyk/master
Ian Ward
2015-01-04
1
-0
/
+9
|
\
\
|
*
|
Add "clear" method to monitored lists
neumond
2014-12-20
1
-0
/
+9
|
|
/
*
|
Merge pull request #91 from rndusr/master
Ian Ward
2015-01-04
1
-0
/
+7
|
\
\
|
*
|
AttrSpec.__eq__: compare _value instead of foreground and background
Random User
2014-11-18
1
-3
/
+1
|
*
|
Make AttrSpec comparable *and* not break completely
Random User
2014-11-18
1
-2
/
+5
|
*
|
Add __eq__ and __ne__ to AttrSpec
Random User
2014-11-18
1
-0
/
+6
|
|
/
*
|
cleanup screen claim on runtime exception
Ruurd Moelker
2014-12-05
1
-1
/
+5
|
/
*
fix for bg bug introduced by #75
Ian Ward
2014-10-18
1
-1
/
+1
*
start 1.3.1-dev
Ian Ward
2014-10-17
1
-1
/
+1
*
drop -dev from 1.3.0
Ian Ward
2014-10-17
1
-1
/
+1
*
Merge pull request #74 from jeblair/master
Ian Ward
2014-10-17
1
-1
/
+5
|
\
|
*
Fix GridFlow focus issue
James E. Blair
2014-08-20
1
-1
/
+5
*
|
Merge pull request #85 from hkoof/negative-indices
Ian Ward
2014-10-17
1
-45
/
+22
|
\
\
|
*
|
make __delitem__ support negative indices
Heiko Noordhof
2014-10-17
1
-1
/
+2
|
*
|
add doctest examples of negative indices
Heiko Noordhof
2014-10-17
1
-1
/
+18
|
*
|
turn deprecated slice methods into wrappers
Heiko Noordhof
2014-10-17
1
-43
/
+2
*
|
|
Merge pull request #75 from rwarren/bright_bg_for_linux_term
Ian Ward
2014-10-17
1
-7
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix bright bg rendering on linux term
rwarren
2014-08-27
1
-7
/
+11
|
|
/
*
|
working on release 1.3
Ian Ward
2014-10-05
1
-1
/
+1
*
|
raw_display: enable code for skipping unchanged rows during redraw
Anton Khirnov
2014-09-27
1
-1
/
+1
|
/
*
Merge pull request #67 from eevee/loop-cleanup
Jonas Wielicki
2014-08-04
17
-254
/
+474
|
\
|
*
Fix calling get_input() on the raw screen.
Eevee (Alex Munroe)
2014-07-27
1
-7
/
+13
|
*
Stop screen even without external event loop
Jonas Wielicki
2014-07-09
1
-1
/
+4
|
*
Adapt docstrings to changed arguments
Jonas Wielicki
2014-07-09
1
-2
/
+2
|
*
Fix a doctest.
Eevee (Alex Munroe)
2014-06-03
1
-7
/
+7
|
*
Add Screen.write and Screen.flush.
Eevee (Alex Munroe)
2014-06-03
1
-13
/
+31
|
*
MainLoop.start/stop now start/stop the screen, too.
Eevee (Alex Munroe)
2014-06-03
1
-2
/
+5
|
*
Make BaseScreen.start() and stop() idempotent.
Eevee (Alex Munroe)
2014-06-03
7
-42
/
+40
|
*
Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.
Eevee (Alex Munroe)
2014-06-03
8
-37
/
+39
|
*
Fix Screen.parse_input to be easily reused by subclasses.
Eevee (Alex Munroe)
2014-05-12
1
-7
/
+12
|
*
Fix some Python 3 things that work fine in 2.6 anyway.
Eevee (Alex Munroe)
2014-05-11
9
-31
/
+34
|
*
Split up MainLoop._run, so the loop can be managed outside urwid.
Eevee (Alex Munroe)
2014-05-11
1
-18
/
+50
|
*
Add AsyncioEventLoop. Fixes #52.
Eevee (Alex Munroe)
2014-05-11
3
-5
/
+136
|
*
Fix `except ... as`.
Eevee (Alex Munroe)
2014-05-11
5
-8
/
+8
|
*
Fix up the Twisted example.
Eevee (Alex Munroe)
2014-05-11
1
-2
/
+2
|
*
Have the Screen call back into MainLoop on new input.
Eevee (Alex Munroe)
2014-05-11
2
-91
/
+103
[prev]
[next]