| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Since from f5f6711 now `page up` and `page down` will be also handled by widget in focus, so the documents inside the `keypress` method have to be modified to avoid confusing.
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* Fixed issue with unicode characters in ProgressBar
* Fixed Travis build - replaced deprecated 3.2_with_system_site_packages with 3.4_with_system_site_packages.
* Fixed typo.
* Fixing build for Python 3.2
* Fix for Python 3.2 & tornado/twisted
* Setup script update in regards to #216
* Travis fix
* Dependencies for Travis
* Removed Python 3.2 from Travis dependency list as deprecated
* Regression fix.
* Removed bogus lines.
* Docs.
|
| |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixed Terminal widget crashes with Python3
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Small style cleaning of ParentNode.set_child_node
|
| | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
Fix #246, fix #234
|
| |/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Adjusts the internal representation of an alarm in SelectEventLoop to
include a "tie-break" value prior to the callback (as recommended in the
heapq documentation) to prevent TypeError when comparing two different
callbacks. Also tweaks SelectEventLoop to use heapq.heappop instead of
list.pop for retrieving the next alarm, to maintain the heap structure
of the alarm list.
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
fixed docstring typo
|
| |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
test_vterm: handle EINTR when reading from pipe
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixes: https://github.com/urwid/urwid/issues/230
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Update travis to check python 3.6
|
| |/ / / / / / / / /
| | | | | | | | |
| | | | | | | | | |
python-2.6 is out of support and some distributions moving to python-3.6
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
fix test_remove_watch_file flakiness
|
| | | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
pass a known-good file descriptor to watch_file rather than hard-coding 5
Fixes #164
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix missing `modified` signal in SimpleFocusListWalker
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
ListBox: Offer page up/down keys to focused widget
|
| |/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Child widgets of ListBoxes get all keys before ListBox uses them, including
'page up' and 'page down'.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Default to SimpleListWalker when setting ListBox.body
|
| |/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PollingListWalker is deprecated.
|
| |\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
Workaround to get Travis working again.
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* The Travis environment "2.7_with_system_site_packages" has Python 2.7.3
installed, but recent updates to twisted require an update to 2.7.9.
* Explicitly pointing at twisted==16.6.0 when testing Python 2.7 seems to fix
the problem.
|
| |\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
correct spelling mistakes
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Make ListBox.body an invalidating property
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
This should be slightly more efficient.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This lets us automatically call _invalidate() each time the list box's body is
set.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fix iterator in WidgetContainerListContentsMixin
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Fix travis
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Same dependancies of python versions 3.3 and 3.4 are used.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
see https://allmychanges.com/p/python/tornado 4.4.0 and 4.3.0
4.3.0 is the last version of tornado that supports python 3.2
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Same dependancy of python version 3.3 is used.
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
see: https://pip.pypa.io/en/stable/news version 7.0.0
-> remove of the deprecated [...] --use-mirrors [...] options
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit bc4aecc71708c406c1d59a035002929b8360b643.
Travis fix is done in fix-travis branch
I prefer to mix it and do not mix the issues.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
see: https://pip.pypa.io/en/stable/news version 7.0.0
-> remove of the deprecated [...] --use-mirrors [...] options
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
(x)range is an iterable
__iterator__ should return an iterator (iter(iterable))
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Implement italics support
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix string formatting error
|
| |/ / / / / / |
|
| | |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
vterm: Fix handling of NUL characters
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
According to the VT100 programmers manual, the NUL character has to be
ignored (at least on our side, because we are not a printer):
http://vt100.net/docs/tp83/appendixb.html
According to the bug reporter the VMS console driver inserts NUL
characters after line feeds and our implementation prints those as "?".
Tested against Python 2.7, 3.2, 3.3, 3.4 and 3.5.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Robert Urban <urban@unix-beratung.de>
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
fix #172 - html_fragment errors on Python 3.4
|