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
*
Cleaner fonts initialization.
python-dual-support
Andrew Dunai
2018-01-03
1
-49
/
+49
*
future division & font literals fix
Andrew Dunai
2018-01-03
28
-48
/
+96
*
Fixed examples.
Andrew Dunai
2018-01-03
1
-2
/
+2
*
Added tests for ProgressBar
Andrew Dunai
2018-01-02
2
-0
/
+30
*
Removed debug code.
Andrew Dunai
2018-01-02
1
-4
/
+0
*
Remove 2to3 and make tests compatible with both Python 2 & 3
Andrew Dunai
2018-01-02
8
-44
/
+51
*
String literal fixes
Andrew Dunai
2018-01-02
3
-8
/
+10
*
Metaclasses
Andrew Dunai
2018-01-02
6
-23
/
+29
*
WIP
Andrew Dunai
2018-01-02
23
-88
/
+132
*
ListBox: Modify inside docs of `keypress` method. (#257)
xndcn
2018-01-02
1
-5
/
+4
*
Fixed issue with Unicode characters in ProgressBar (#261)
Andrew Dunai
2018-01-02
1
-1
/
+7
*
Merge pull request #243 from Sjc1000/master
Ian Ward
2017-08-22
1
-1
/
+1
|
\
|
*
Fixed Terminal widget crashes with Python3
Sjc1000
2017-07-18
1
-1
/
+1
*
|
Merge pull request #249 from Lothiraldan/cleaning
Ian Ward
2017-08-22
1
-2
/
+2
|
\
\
|
*
|
Small style cleaning of ParentNode.set_child_node
Boris Feld
2017-08-21
1
-2
/
+2
*
|
|
Fix #246, fix #234
Dave Jones
2017-08-20
1
-4
/
+7
|
/
/
*
|
fixed docstring typo
mobyte0
2017-07-26
1
-1
/
+1
|
/
*
Merge pull request #237 from floppym/test-vterm-EINTR
Ian Ward
2017-07-04
1
-2
/
+10
|
\
|
*
test_vterm: handle EINTR when reading from pipe
Mike Gilbert
2017-06-03
1
-2
/
+10
*
|
Merge pull request #238 from mwhudson/issue-164
Ian Ward
2017-06-07
1
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
fix test_remove_watch_file flakiness
Michael Hudson-Doyle
2017-06-07
1
-3
/
+8
*
|
Merge pull request #207 from zrax/SimpleFocusListWalker_modified
Ian Ward
2017-05-24
1
-0
/
+1
|
\
\
|
*
|
Fix missing `modified` signal in SimpleFocusListWalker
Michael Hansen
2016-11-11
1
-0
/
+1
*
|
|
ListBox: Offer page up/down keys to focused widget
Random User
2017-05-17
1
-4
/
+3
*
|
|
Default to SimpleListWalker when setting ListBox.body
Random User
2017-04-24
1
-1
/
+1
*
|
|
correct spelling mistakes
Edward Betts
2017-02-22
4
-9
/
+9
|
|
/
|
/
|
*
|
Merge pull request #210 from rndusr/listbox-body-property
Ian Ward
2016-12-21
1
-57
/
+69
|
\
\
|
|
/
|
/
|
|
*
Use internal '_body' attribute instead of new 'body' property
Random User
2016-12-21
1
-52
/
+52
|
*
Make ListBox.body a property
Random User
2016-12-21
1
-5
/
+17
*
|
fix iterator in WidgetContainerListContentsMixin
Marlox
2016-08-15
1
-2
/
+2
|
/
*
Merge pull request #122 from ids1024/master
Ian Ward
2016-06-09
2
-6
/
+11
|
\
|
*
Implement italics support
Ian D. Scott
2015-04-19
2
-6
/
+11
*
|
Fix string formatting error
Jakub Wilk
2016-05-27
1
-1
/
+1
*
|
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
|
\
\
[next]