summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix: fix the documentation of TrioEventLoop.run_async() as it does not take a...Tamas Nepusz2020-11-021-1/+6
| |/
* | Merge pull request #463 from johtso/patch-1tonycpsu2021-02-141-1/+1
|\ \
| * | Mention asyncio event loop compatibility in readmeJohannes2021-02-141-1/+1
|/ /
* | Revert "Merge branch 'fix_225_unicode_widths'"Tony Cebzanov2021-01-173-1849/+46
* | Merge branch 'fix_225_unicode_widths'Tony Cebzanov2021-01-173-46/+1849
|\ \ | |/ |/|
| * Update character widths in str_util.c and old_str_util.python.Tony Cebzanov2020-06-132-46/+1677
| * Add script for detecting character widths and dumping width tablesTony Cebzanov2020-06-131-0/+172
* | Bump version to 2.1.3-dev for developmentTony Cebzanov2020-09-261-1/+1
* | Bump version for Urwid 2.1.2 releaserelease-2.1.2Tony Cebzanov2020-09-261-1/+1
* | Update changelog for Urwid 2.1.2Tony Cebzanov2020-09-261-0/+27
* | Update README for Urwid 2.1.2Tony Cebzanov2020-09-261-0/+9
* | Merge pull request #422 from amjltc295/fix-curses_display-python3-ordMaxim Ivanov2020-08-181-4/+3
|\ \
| * | Use ord2 for python2/3 compatibilityYa-Liang Chang (Allen)2020-08-051-3/+3
| * | Fix curses_display python3 ord()Ya-Liang Chang (Allen)2020-07-241-2/+1
* | | Merge pull request #427 from akorb/py2_ellipsis_fixMaxim Ivanov2020-08-182-2/+3
|\ \ \
| * | | Fix crash with "ellipsis" clipping for py2akorb2020-08-182-2/+3
|/ / /
* | | Merge pull request #426 from madebr: fix crash pressing End on collapsed treeMaxim Ivanov2020-08-181-2/+3
|\ \ \
| * | | Fix focus_end on a collapsed treeAnonymous Maarten2020-08-171-2/+3
|/ / /
* | | Merge PR #415 from jspricke/try_setlocaleMaxim Ivanov2020-08-091-1/+4
|\ \ \
| * | | Ignore resetting to invalid locale (Closes: #377)Jochen Sprickerhof2020-06-261-1/+4
| |/ /
* | | Merge pull request #389 from mdtrooper/fix-pack_lineboxtonycpsu2020-07-262-0/+25
|\ \ \
| * | | Added a test to check the linebox.pack is good.Miguel de Dios2020-05-311-0/+10
| * | | Added pack method to LineBox. Fixes: #346Miguel de Dios2020-05-281-0/+15
* | | | Add workaround for #386Tony Cebzanov2020-07-261-1/+1
* | | | Fix bumping to dev version in release.sh scriptTony Cebzanov2020-07-261-2/+4
* | | | Bump version to 2.1.2-dev for developmentTony Cebzanov2020-07-261-1/+1
* | | | Bump version for Urwid 2.1.1 releaseTony Cebzanov2020-07-261-1/+1
* | | | Update changelog for Urwid 2.1.1Tony Cebzanov2020-07-261-0/+49
* | | | Update README for Urwid 2.1.1Tony Cebzanov2020-07-261-54/+121
* | | | Add bin/release.sh script to partially automate releases.Tony Cebzanov2020-07-261-0/+218
| |/ / |/| |
* | | Merge pull request #414 from andrewshadura/fix-py38-warningtonycpsu2020-06-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Use comparison with a string instead of "is" test with a literalAndrej Shadura2020-06-191-1/+1
|/ /
* | Find nearest approximation for 24-bit colors in 256-color AttrSpecsTony Cebzanov2020-06-131-2/+16
* | Merge pull request #354 from kkrolczyk/low_hanging_fruit_2Maxim Ivanov2020-05-281-3/+16
|\ \
| * | Add wrap_around kwarg to SimpleListWalkersKrzysztof Królczyk2020-05-151-3/+16
|/ /
* | Merge pull request #401 from goncalopp/fix-400Maxim Ivanov2020-04-171-1/+1
|\ \
| * | fixgoncalopp2020-04-111-1/+1
* | | Remove invalid escape sequenceAndrey Lebedev2020-04-171-1/+1
* | | Merge pull request #405 from urwid/fix_404_high_colortonycpsu2020-04-152-3/+5
|\ \ \ | |/ / |/| |
| * | Fix 256-color mode on some terminals. Addresses #404.fix_404_high_colorTony Cebzanov2020-04-152-3/+5
|/ /
* | Revert pypy3 to pypyAndrey Semakin2020-03-082-4/+4
* | Set up Travis to run py38, speed up buildAndrey Semakin2020-03-082-9/+5
* | Add popular IDEs folders to .gitignoreAndrey Semakin2020-03-081-0/+6
* | Add py38 to Travis testsAndrey Semakin2020-03-081-0/+3
* | Drop support for py34Andrey Semakin2020-03-085-9/+2
* | Make options a static method where applicablePhilip Matura2020-03-021-3/+6
* | Do not call wait_readable with a closed fd in TrioEventLoopMichael Hudson-Doyle2020-03-021-1/+4
* | added TrioEventLoop.run_async(), removed nursery constructor arg (#392)Tamás Nepusz2020-03-021-35/+58
* | Fixes Terminal in ListBox (#382)James Johnson2020-03-024-10/+67
|/
* Fix GridFlow keypress handling when v_sep is 0Aurelien Grenotton2019-12-163-0/+22