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
*
fixes for curses_display, raw_display (these are missing tests)
Ian Ward
2011-02-17
2
-2
/
+2
*
add missing compat.py
Ian Ward
2011-02-16
1
-0
/
+48
*
connect "setup.py test" to unit tests
Ian Ward
2011-02-16
2
-1
/
+2307
*
update setup.py for distribute + python3
Ian Ward
2011-02-15
2
-4
/
+6
*
normalize edit text to type of edit caption
Ian Ward
2011-02-15
1
-8
/
+17
*
clean up differing and duplicated compatibility code
Ian Ward
2011-02-08
14
-154
/
+95
*
fix more imports for python3
Ian Ward
2011-01-25
2
-2
/
+2
*
remaining doc test fixes, disable glib+twisted loops in python3
Ian Ward
2011-01-20
6
-711
/
+733
*
vterm ptython3 compatibility work
Ian Ward
2011-01-19
4
-122
/
+142
*
emit vterm python command tracebacks (for fixing tests)
Ian Ward
2011-01-17
2
-10
/
+18
*
standard def'n for bytes, B, PYTHON3
Ian Ward
2011-01-17
1
-16
/
+33
*
prevent fork bomb during testing
Ian Ward
2011-01-16
1
-6
/
+7
*
fix test_urwid unit tests under python3
Ian Ward
2011-01-14
4
-58
/
+70
*
fix python implementation of calc_text_pos and calc_width, tests pass.
Ian Ward
2011-01-13
1
-14
/
+54
*
fix curses_display + 2.4, simplify util change
Ian Ward
2011-01-11
2
-10
/
+3
*
restore some raw_display changes
Ian Ward
2011-01-11
1
-4
/
+16
*
my mistake: // is supported in 2.4
Ian Ward
2011-01-11
5
-15
/
+15
*
python 2.4 and 2.5 compatibility work
Ian Ward
2011-01-11
12
-56
/
+89
*
include c module in python3 version
Ian Ward
2011-01-11
1
-1
/
+1
*
be consistent about our if(python3) idiom
Ian Ward
2010-12-28
3
-9
/
+9
*
remove more delta noise
Ian Ward
2010-12-28
1
-3
/
+1
*
remove some meaningless deltas
Ian Ward
2010-12-28
1
-11
/
+11
*
merge from master
Ian Ward
2010-12-28
8
-67
/
+276
|
\
|
*
revert change that replaced utf-8 text in source with its \u equivalent
Ian Ward
2010-12-26
3
-34
/
+28
|
*
merging vterm work
Ian Ward
2010-12-25
6
-43
/
+258
|
|
\
|
|
*
merge idle branch
Ian Ward
2010-12-25
5
-42
/
+257
|
|
|
\
|
|
|
*
emulate enter_idle callback for twisted event loop
Ian Ward
2010-12-25
1
-8
/
+66
|
|
|
*
fix glib enter_idle
Ian Ward
2010-12-25
1
-17
/
+73
|
|
|
*
Added masking to Edit widget.
Dominik George
2010-12-25
1
-3
/
+17
|
|
|
*
Provide get_focus functions for Frame, GridFlow.
Jon McManus
2010-12-19
1
-0
/
+11
|
|
|
*
add missing get_cursor_coords for ListBox
Ian Ward
2010-12-14
1
-0
/
+19
|
|
|
*
essentially working draw_screen on enter idle (SelectEventLoop only)
Ian Ward
2010-08-09
2
-23
/
+80
|
|
*
|
accept all basestring subclasses as text in text markup
Jérôme Poisson
2010-08-21
1
-1
/
+1
|
|
|
/
*
|
|
More bug fixes
Wendell
2010-08-04
1
-1
/
+1
*
|
|
Fixed curses_display
Wendell
2010-08-04
1
-1
/
+5
*
|
|
IT WORKS!!!
Wendell
2010-08-04
3
-73
/
+57
*
|
|
Now passes all tests in python 2.6
Wendell
2010-08-04
10
-268
/
+275
|
\
\
\
|
|
/
/
|
*
|
Implement fonts in c38729fc by leaving the UTF8 as is.
aszlig
2010-07-30
1
-519
/
+267
|
*
|
vterm: Implement DECCRM and thus fix CP437 display.
aszlig
2010-07-23
2
-19
/
+41
|
*
|
Avoid stripping off control characters if in IBMPC mode.
aszlig
2010-07-23
2
-2
/
+6
|
*
|
Implemented "U" as a cs option for attributes.
aszlig
2010-07-23
3
-3
/
+15
|
*
|
Replace UTF-8 by unicode literal strings.
aszlig
2010-07-23
4
-308
/
+554
|
*
|
Fix curses_display to allow AttrSpec and external event loops.
aszlig
2010-07-21
1
-93
/
+67
|
*
|
vterm: Integrate support for the blink attribute.
aszlig
2010-07-21
1
-2
/
+6
|
*
|
Add support for the blink attribute.
aszlig
2010-07-21
3
-4
/
+10
|
*
|
vterm: Allow passing environment variables.
aszlig
2010-07-20
1
-3
/
+11
|
*
|
vterm: Fix bytes/str encoding for py3k conversion.
aszlig
2010-07-20
1
-0
/
+7
|
*
|
vterm: Use attributes from OSError rather than subscripts!
aszlig
2010-07-20
1
-3
/
+3
|
*
|
vterm: Avoid tuple parameter unpacking in lambdas.
aszlig
2010-07-20
1
-24
/
+24
|
|
/
*
|
Fixed a bunch of problems found in the tests... looks like its just vterm
Wendell
2010-08-04
2
-3
/
+2
[next]