| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | fix #172 - html_fragment errors on Python 3.4 | Michael Keirnan | 2016-02-05 | 1 | -0/+2 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #167 from techtonik/patch-1 | Ian Ward | 2015-12-29 | 3 | -11/+13 | |
| |\ \ \ \ \ | | | | | | | | | | | | | indexcontent.html: Fix links after move to urwid/urwid | |||||
| | * | | | | | .travis.yml: Quote version specifier for Twisted | anatoly techtonik | 2015-12-30 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | .travis.yml: Another try to fix tests on Twisted | anatoly techtonik | 2015-12-30 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | Wrong cause | |||||
| | * | | | | | .travis.yml: Try to fix tests on Twisted | anatoly techtonik | 2015-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Twisted 15.4 is the last with Python 2.6 support | |||||
| | * | | | | | .travis.yml: Attempt to fix failing build | anatoly techtonik | 2015-12-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Build: https://travis-ci.org/urwid/urwid/jobs/99337959 Fix: https://github.com/travis-ci/travis-ci/issues/5221 | |||||
| | * | | | | | Merge pull request #1 from techtonik/master | anatoly techtonik | 2015-12-30 | 1 | -2/+2 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | .travis.yml: Fix links after move to urwid/urwid | |||||
| | | * | | | | | .travis.yml: Fix links after move to urwid/urwid | anatoly techtonik | 2015-12-30 | 1 | -2/+2 | |
| | |/ / / / / |/| | | | | | ||||||
| | * | | | | | indexcontent.html: Fix links after move to urwid/urwid | anatoly techtonik | 2015-12-29 | 1 | -9/+9 | |
| |/ / / / / | ||||||
| * | | | | | new mailing list location | Ian Ward | 2015-12-19 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #142 from grzaks/master | Ian Ward | 2015-11-01 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | fix for issue #141 | |||||
| | * | | | | | fix for issue #141 | Grzegorz Aksamit | 2015-07-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #158 from benjamin9999/fbterm | Ian Ward | 2015-11-01 | 1 | -8/+18 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | 256-color support for fbterm | |||||
| | * | | | | | | Add 256-color support for fbterm | Benjamin Yates | 2015-10-18 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbterm supports an analog of xterm's 256 color method, but due to overlap in the control codes, it uses different escape sequences. Since urwid doesn't use terminfo, it has to be coded in the raw_display directly. The call to register_palette_entry() during __init__ was moved because it now relies on the self.term attribute, and was previously being invoked before the class was fully initialized. | |||||
| | * | | | | | | Store envron's TERM value as a Screen attribute | Benjamin Yates | 2015-10-18 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | twisted now broken on python 2.3release-1.3.1 | Ian Ward | 2015-11-01 | 1 | -2/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | changelog for 1.3.1 | Ian Ward | 2015-11-01 | 1 | -0/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | add link to Python Prompt Toolkit | Ian Ward | 2015-11-01 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | drop -dev from 1.3.1 | Ian Ward | 2015-11-01 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #153 from drestebon/master | Ian Ward | 2015-09-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | fixes https://github.com/wardi/urwid/issues/96 | |||||
| | * | | | | | fixes https://github.com/wardi/urwid/issues/96 | Esteban null | 2015-09-20 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #149 from rianhunter/master | Ian Ward | 2015-09-09 | 1 | -2/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Reset screen to original state on any exception. | |||||
| | * | | | | Reset screen to original state on any exception. | Rian Hunter | 2015-09-06 | 1 | -2/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In MainLoop._run() we were running self.event_loop.run() in an exception frame so that we could reset the screen in the case of an unclean shutdown of the MainLoop. The catch specification was "except Exception as e" but this doesn't include exceptions that don't derive from Exception, like KeyboardInterrupt (i.e. Ctrl-C). This change fixes that. | |||||
| * | | | | Merge pull request #130 from winbornejw/master | Ian Ward | 2015-07-02 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | A better fix for #127 and #60, added self.flush() instead of return | |||||
| | * | | | | A better fix for #127 and #60, added self.flush() instead of carriage return | Jared Winborne | 2015-07-02 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #128 from winbornejw/master | Ian Ward | 2015-06-29 | 1 | -1/+2 | |
| |\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | fix for #127 Added a \r for the screen to be properly restored after … | |||||
| | * | | | fix for #127 Added a \r for the screen to be properly restored after ↵ | Jared Winborne | 2015-06-29 | 1 | -1/+2 | |
| |/ / / | | | | | | | | | | screen.stop() | |||||
| * | | | 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 | |||||
| | * | | fix hlines in BarGraph.set_data(): sort descending | Heiko Noordhof | 2014-11-04 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #120 from tdryer/bracketed-paste-mode | Ian Ward | 2015-04-13 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | Add bracketed paste mode escape sequences | |||||
| | * | | | Add bracketed paste mode escape sequences | Tom Dryer | 2015-04-12 | 1 | -0/+2 | |
| |/ / / | | | | | | | | | | | | | | | | Add [bracketed paste mode](https://cirw.in/blog/bracketed-paste) escape sequences to escape.py so urwid can pass these sequences to applications as "begin paste" and "end paste" keys. | |||||
| * | | | Merge pull request #118 from rndusr/master | Ian Ward | 2015-03-26 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | Fix typo in AttrSpec error message | |||||
| | * | | Fix typo in AttrSpec error message | Random User | 2015-03-26 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #103 from seanhussey/patch-1 | Ian Ward | 2015-01-04 | 1 | -1/+1 | |
| |\ \ | | | | | | | Fix typo | |||||
| | * | | Fix typo | Sean Hussey | 2014-12-23 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #100 from kurlyk/master | Ian Ward | 2015-01-04 | 1 | -0/+9 | |
| |\ \ | | | | | | | Add clear method to monitored lists | |||||
| | * | | Add "clear" method to monitored lists | neumond | 2014-12-20 | 1 | -0/+9 | |
| | |/ | ||||||
| * | | Merge pull request #97 from alobbs/master | Ian Ward | 2015-01-04 | 1 | -4/+4 | |
| |\ \ | | | | | | | Fixes a couple of compilation warnings | |||||
| | * | | Fixes a couple of compilation warnings | Alvaro Lopez Ortega | 2014-12-17 | 1 | -4/+4 | |
| | |/ | | | | | | | | | Fixes two implicit conversion issues that were generating compilation warnings: long to int, and Py_ssize_t (long) to int. | |||||
| * | | Merge pull request #91 from rndusr/master | Ian Ward | 2015-01-04 | 1 | -0/+7 | |
| |\ \ | | | | | | | Add equality operators to AttrSpec | |||||
| | * | | 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 | |
| | |/ | ||||||
| * | | Merge pull request #94 from RRMoelker/master | Ian Ward | 2015-01-04 | 1 | -1/+5 | |
| |\ \ | |/ |/| | Restore terminal screen control on exception | |||||
| | * | 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 | |
| | | ||||||
| * | adjust Asyncio dep docsrelease-1.3.0 | Ian Ward | 2014-10-17 | 2 | -2/+2 | |
| | | ||||||
| * | docs for AsyncioEventLoop | Ian Ward | 2014-10-17 | 1 | -2/+21 | |
| | | ||||||
| * | AsyncioEventLoop deps on front page | Ian Ward | 2014-10-17 | 1 | -0/+1 | |
| | | ||||||
