summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | fix #172 - html_fragment errors on Python 3.4Michael Keirnan2016-02-051-0/+2
|/ / / / /
* | | | | Merge pull request #167 from techtonik/patch-1Ian Ward2015-12-293-11/+13
|\ \ \ \ \ | | | | | | | | | | | | indexcontent.html: Fix links after move to urwid/urwid
| * | | | | .travis.yml: Quote version specifier for Twistedanatoly techtonik2015-12-301-1/+1
| | | | | |
| * | | | | .travis.yml: Another try to fix tests on Twistedanatoly techtonik2015-12-301-1/+2
| | | | | | | | | | | | | | | | | | Wrong cause
| * | | | | .travis.yml: Try to fix tests on Twistedanatoly techtonik2015-12-301-1/+1
| | | | | | | | | | | | | | | | | | Twisted 15.4 is the last with Python 2.6 support
| * | | | | .travis.yml: Attempt to fix failing buildanatoly techtonik2015-12-301-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/masteranatoly techtonik2015-12-301-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | .travis.yml: Fix links after move to urwid/urwid
| | * | | | | .travis.yml: Fix links after move to urwid/urwidanatoly techtonik2015-12-301-2/+2
| |/ / / / / |/| | | | |
| * | | | | indexcontent.html: Fix links after move to urwid/urwidanatoly techtonik2015-12-291-9/+9
|/ / / / /
* | | | | new mailing list locationIan Ward2015-12-191-2/+2
| | | | |
* | | | | Merge pull request #142 from grzaks/masterIan Ward2015-11-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix for issue #141
| * | | | | fix for issue #141Grzegorz Aksamit2015-07-181-1/+1
| | | | | |
* | | | | | Merge pull request #158 from benjamin9999/fbtermIan Ward2015-11-011-8/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | 256-color support for fbterm
| * | | | | | Add 256-color support for fbtermBenjamin Yates2015-10-181-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 attributeBenjamin Yates2015-10-181-4/+4
| | | | | | |
* | | | | | | twisted now broken on python 2.3release-1.3.1Ian Ward2015-11-011-2/+3
| | | | | | |
* | | | | | | changelog for 1.3.1Ian Ward2015-11-011-0/+20
| | | | | | |
* | | | | | | add link to Python Prompt ToolkitIan Ward2015-11-011-0/+1
| | | | | | |
* | | | | | | drop -dev from 1.3.1Ian Ward2015-11-011-1/+1
|/ / / / / /
* | | | | | Merge pull request #153 from drestebon/masterIan Ward2015-09-211-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | fixes https://github.com/wardi/urwid/issues/96
| * | | | | fixes https://github.com/wardi/urwid/issues/96Esteban null2015-09-201-1/+1
|/ / / / /
* | | | | Merge pull request #149 from rianhunter/masterIan Ward2015-09-091-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Reset screen to original state on any exception.
| * | | | Reset screen to original state on any exception.Rian Hunter2015-09-061-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/masterIan Ward2015-07-021-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 returnJared Winborne2015-07-021-2/+2
| | | | |
* | | | | Merge pull request #128 from winbornejw/masterIan Ward2015-06-291-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 Winborne2015-06-291-1/+2
|/ / / | | | | | | | | | screen.stop()
* | | Merge pull request #88 from hkoof/fix-bargraph-hlinesIan Ward2015-04-211-0/+1
|\ \ \ | |/ / |/| | fix hlines in BarGraph.set_data(): sort descending
| * | fix hlines in BarGraph.set_data(): sort descendingHeiko Noordhof2014-11-041-0/+1
| | |
* | | Merge pull request #120 from tdryer/bracketed-paste-modeIan Ward2015-04-131-0/+2
|\ \ \ | | | | | | | | Add bracketed paste mode escape sequences
| * | | Add bracketed paste mode escape sequencesTom Dryer2015-04-121-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/masterIan Ward2015-03-261-1/+1
|\ \ \ | |_|/ |/| | Fix typo in AttrSpec error message
| * | Fix typo in AttrSpec error messageRandom User2015-03-261-1/+1
|/ /
* | Merge pull request #103 from seanhussey/patch-1Ian Ward2015-01-041-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoSean Hussey2014-12-231-1/+1
| |/
* | Merge pull request #100 from kurlyk/masterIan Ward2015-01-041-0/+9
|\ \ | | | | | | Add clear method to monitored lists
| * | Add "clear" method to monitored listsneumond2014-12-201-0/+9
| |/
* | Merge pull request #97 from alobbs/masterIan Ward2015-01-041-4/+4
|\ \ | | | | | | Fixes a couple of compilation warnings
| * | Fixes a couple of compilation warningsAlvaro Lopez Ortega2014-12-171-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/masterIan Ward2015-01-041-0/+7
|\ \ | | | | | | Add equality operators to AttrSpec
| * | AttrSpec.__eq__: compare _value instead of foreground and backgroundRandom User2014-11-181-3/+1
| | |
| * | Make AttrSpec comparable *and* not break completelyRandom User2014-11-181-2/+5
| | |
| * | Add __eq__ and __ne__ to AttrSpecRandom User2014-11-181-0/+6
| |/
* | Merge pull request #94 from RRMoelker/masterIan Ward2015-01-041-1/+5
|\ \ | |/ |/| Restore terminal screen control on exception
| * cleanup screen claim on runtime exceptionRuurd Moelker2014-12-051-1/+5
|/
* fix for bg bug introduced by #75Ian Ward2014-10-181-1/+1
|
* start 1.3.1-devIan Ward2014-10-171-1/+1
|
* adjust Asyncio dep docsrelease-1.3.0Ian Ward2014-10-172-2/+2
|
* docs for AsyncioEventLoopIan Ward2014-10-171-2/+21
|
* AsyncioEventLoop deps on front pageIan Ward2014-10-171-0/+1
|