summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tidy up README shieldsfix-py34-testsmax ulidtko2019-08-091-9/+19
* fix asyncio event loop test on py3.4max ulidtko2019-08-091-0/+4
* [CI] test py34 without Twistedmax ulidtko2019-08-091-1/+1
* fix ProgressBar smoothing on Python 3.xTamas Nepusz2019-08-091-2/+2
* fix AttributeError on mouse clickmbarkhau2019-08-061-0/+4
* Merge branch 'hkoof-remove-pollinglistwalker'Tony Cebzanov2019-05-206-66/+12
|\
| * Merge branch 'remove-pollinglistwalker' of https://github.com/hkoof/urwid int...Tony Cebzanov2019-05-206-66/+12
| |\ |/ /
| * use ListWalker in example script when creating ListBoxesHeiko Noordhof2014-11-061-3/+3
| * use ListWalker in unit tests when creating ListBoxesHeiko Noordhof2014-11-062-6/+6
| * remove PollingListWalker classHeiko Noordhof2014-11-063-58/+5
* | Merge pull request #330 from BkPHcgQL3V/patch-1max ulidtko2019-05-162-4/+21
|\ \
| * | urwid.util: Fix bug in rle_append_beginning_modifyBkPHcgQL3V2019-05-161-1/+1
| * | add test for RLE append/prepend utilsmax ulidtko2019-05-161-0/+17
| * | util: rename append_beginning -> prependmax ulidtko2019-05-161-3/+3
|/ /
* | Merge pull request #347 from xnox/mastertonycpsu2019-05-141-1/+2
|\ \
| * | Unbreak python ./examples/treesample HOME END keys.Dimitri John Ledkov2019-05-141-1/+2
|/ /
* | Merge pull request #189 from eevee/asyncio-fixestonycpsu2019-05-132-21/+50
|\ \
| * | Fix suggested socat invocation (raw is deprecated)Eevee (Evelyn Woods)2019-04-261-1/+1
| * | Fix use of deprecated asyncio.async()Eevee (Evelyn Woods)2019-04-261-4/+4
| * | Fix the asyncio example, and make the raw Screen work without real filesEevee (Lexy Munroe)2019-04-262-16/+45
|/ /
* | fix EOF detection for the Terminal widget on Python 3Tamas Nepusz2019-04-161-3/+4
* | Add 24-bit color to README about section.Tony Cebzanov2019-04-051-1/+1
* | Update supported Python versions README about section.Tony Cebzanov2019-04-051-1/+1
* | Increase _idle_emulation_delay. Closes #86.Tony Cebzanov2019-04-051-1/+1
* | Remove Python versions that are no longer supported from setup.pyTony Cebzanov2019-04-051-3/+0
* | Add Python 3.7 to list of supported versions.Tony Cebzanov2019-04-051-0/+1
* | Merge pull request #332 from seleem1337/use_timer_handle_public_methodtonycpsu2019-04-053-1/+9
|\ \
| * \ Merge branch 'master' into use_timer_handle_public_methodtonycpsu2019-04-0511-55/+308
| |\ \ | |/ / |/| |
* | | Merge pull request #341 from tonycpsu/travis_python_3.7tonycpsu2019-04-051-0/+3
|\ \ \
| * | | Add Python 3.7 testing support to Travis.Tony Cebzanov2019-04-051-0/+3
|/ / /
* | | Merge pull request #336 from tonycpsu/ignore_shard_calculation_errortonycpsu2019-04-051-6/+1
|\ \ \
| * | | Break rather than raising exception on shard calculation bug. Fixes #335.Tony Cebzanov2019-03-201-6/+1
* | | | Include traceback on coroutine exception as discussed in #235, #283.Tony Cebzanov2019-04-051-1/+1
* | | | Merge pull request #308 from alexozer/mastertonycpsu2019-04-051-1/+1
|\ \ \ \
| * | | | Fix colon in HalfBlock5x4FontAlex Ozer2018-07-291-1/+1
* | | | | Merge pull request #284 from tonycpsu/24_bit_colortonycpsu2019-04-056-46/+293
|\ \ \ \ \
| * | | | | Documentation updates for 24-bit color support.Tony Cebzanov2018-12-143-8/+24
| * | | | | 24-bit (true color) support.Tony Cebzanov2018-02-103-38/+269
* | | | | | Merge pull request #283 from nocarryr/asyncio-exceptionstonycpsu2019-04-052-2/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Reformat exc_info assignmentnocarryr2019-01-161-6/+1
| * | | | | Merge branch 'master' into asyncio-exceptionsnocarryr2019-01-1614-22/+431
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Correct whitespace errorsnocarryr2018-03-131-2/+2
| * | | | | Add test case for exceptions caught in coroutinesnocarryr2018-02-121-0/+11
| * | | | | Instance-check exception info and raise directly for subclasses of BaseExceptionnocarryr2018-02-121-0/+4
| |/ / / /
| | | * | Use 'TimerHandle.cancelled()' if availableMohamed Seleem2018-12-284-1/+11
| |_|/ / |/| | |
* | | | Merge pull request #295 from nchavez324/glib-sigwinchAndrew Dunai2018-12-101-1/+4
|\ \ \ \
| * | | | Gate SIGWINCH behind GLib 2.54+Nick Chavez2018-04-161-1/+4
| | |/ / | |/| |
* | | | Merge pull request #304 from ulidtko/fix-click-escape-crashAndrew Dunai2018-12-093-2/+87
|\ \ \ \
| * | | | Add tests of escape sequence parsingMaxim Ivanov2018-12-091-0/+79
| * | | | gitignore *.py,cover - `coverage annotate` outputsMaxim Ivanov2018-12-091-2/+2