summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* working on release 1.3Ian Ward2014-10-051-1/+1
* Merge pull request #79 from elenril/masterIan Ward2014-09-271-1/+1
|\
| * raw_display: enable code for skipping unchanged rows during redrawAnton Khirnov2014-09-271-1/+1
|/
* Merge pull request #76 from mattymo/tornadodocsAlejandro Gómez2014-09-051-1/+1
|\
| * Fix closing parens on Tornado docsMatthew Mosesohn2014-09-041-1/+1
|/
* Merge pull request #67 from eevee/loop-cleanupJonas Wielicki2014-08-0421-263/+678
|\
| * Fix calling get_input() on the raw screen.Eevee (Alex Munroe)2014-07-271-7/+13
| * Merge pull request #1 from horazont/loop-cleanup-fixesEevee2014-07-092-3/+6
| |\
| | * Stop screen even without external event loopJonas Wielicki2014-07-091-1/+4
| | * Adapt docstrings to changed argumentsJonas Wielicki2014-07-091-2/+2
| |/
| * Fix a doctest.Eevee (Alex Munroe)2014-06-031-7/+7
| * Add an example that uses asyncio.Eevee (Alex Munroe)2014-06-031-0/+186
| * Add Screen.write and Screen.flush.Eevee (Alex Munroe)2014-06-031-13/+31
| * MainLoop.start/stop now start/stop the screen, too.Eevee (Alex Munroe)2014-06-031-2/+5
| * Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-037-42/+40
| * Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-038-37/+39
| * Fix Screen.parse_input to be easily reused by subclasses.Eevee (Alex Munroe)2014-05-121-7/+12
| * Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-1111-33/+36
| * Split up MainLoop._run, so the loop can be managed outside urwid.Eevee (Alex Munroe)2014-05-111-18/+50
| * Add AsyncioEventLoop. Fixes #52.Eevee (Alex Munroe)2014-05-113-5/+136
| * Fix `except ... as`.Eevee (Alex Munroe)2014-05-115-8/+8
| * Fix up the Twisted example.Eevee (Alex Munroe)2014-05-112-9/+18
| * Have the Screen call back into MainLoop on new input.Eevee (Alex Munroe)2014-05-112-91/+103
| * Push input-watching down into the Screen.Eevee (Alex Munroe)2014-05-112-11/+18
* | Merge pull request #71 from extempore/masterIan Ward2014-07-071-0/+2
|\ \
| * | high color palette detection fixextempo2014-07-071-0/+2
|/ /
* | Merge pull request #68 from tonycpsu/masterIan Ward2014-06-131-2/+2
|\ \ | |/ |/|
| * Pass kwargs to MonitoredList.sort() to allow custom sorting with key, cmp, etc.Tony Cebzanov2014-06-131-2/+2
* | Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-1128-866/+866
* | travis: test for correct version in configIan Ward2014-05-091-2/+2
* | fix new travis build system_site_packages breakageIan Ward2014-05-091-4/+2
* | Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-284-8/+24
|\ \
| * | Silly changes to enable windows support.Devin Jeanpierre2014-04-284-8/+24
* | | Merge pull request #64 from ismail-s/patch-1Ian Ward2014-04-283-5/+5
|\ \ \
| * | | Fix minor grammar mistakeIsmail2014-04-281-1/+1
| * | | More minor grammar mistake correctionsIsmail2014-04-281-2/+2
| * | | Correct minor grammar mistakesIsmail2014-04-281-2/+2
|/ / /
* | | fix tests for python2.6Ian Ward2014-04-041-6/+6
* | | start 1.2.2-devIan Ward2014-04-041-1/+1
* | | drop -dev from 1.2.1release-1.2.1Ian Ward2014-04-041-1/+1
* | | changelog for 1.2.1Ian Ward2014-04-041-0/+13
* | | loosen event loop tests to avoid false failuresIan Ward2014-04-041-3/+6
* | | fix for #60 newline after screen.stop()Ian Ward2014-03-131-2/+2
* | | Merge pull request #55 from ivanov/fix-typosIan Ward2014-02-2119-29/+29
|\ \ \
| * | | another ReST typoPaul Ivanov2014-02-211-1/+1
| * | | fix typos in examplesPaul Ivanov2014-02-216-8/+8
| * | | fix lots of small typosPaul Ivanov2014-02-2111-18/+18
| * | | fix restructured text typoPaul Ivanov2014-02-201-1/+1
| * | | fix typo in docstringPaul Ivanov2014-02-201-1/+1
|/ / /
* | | start 1.2.1-devIan Ward2014-02-091-1/+1