summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
* fix asyncio event loop test on py3.4max ulidtko2019-08-091-0/+4
* fix ProgressBar smoothing on Python 3.xTamas Nepusz2019-08-091-2/+2
* Merge branch 'remove-pollinglistwalker' of https://github.com/hkoof/urwid int...Tony Cebzanov2019-05-204-61/+9
|\
| * use ListWalker in unit tests when creating ListBoxesHeiko Noordhof2014-11-062-6/+6
| * remove PollingListWalker classHeiko Noordhof2014-11-062-56/+5
* | 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
* | Unbreak python ./examples/treesample HOME END keys.Dimitri John Ledkov2019-05-141-1/+2
* | Fix the asyncio example, and make the raw Screen work without real filesEevee (Lexy Munroe)2019-04-261-13/+31
* | fix EOF detection for the Terminal widget on Python 3Tamas Nepusz2019-04-161-3/+4
* | Increase _idle_emulation_delay. Closes #86.Tony Cebzanov2019-04-051-1/+1
* | Merge branch 'master' into use_timer_handle_public_methodtonycpsu2019-04-056-39/+98
|\ \
| * \ 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-052-30/+84
| |\ \ \ \
| | * | | | 24-bit (true color) support.Tony Cebzanov2018-02-102-30/+84
| * | | | | Reformat exc_info assignmentnocarryr2019-01-161-6/+1
| * | | | | Merge branch 'master' into asyncio-exceptionsnocarryr2019-01-169-14/+398
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | 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-281-1/+6
| |/ / / |/| | |
* | | | 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
| | |/ / | |/| |
* | | | Add tests of escape sequence parsingMaxim Ivanov2018-12-091-0/+79
* | | | Fix crash on click-Esc & Esc-click (#104)Maxim Ivanov2018-12-091-0/+6
* | | | Merge pull request #311 from rndusr/getfullargspecAndrew Dunai2018-12-081-2/+8
|\ \ \ \
| * | | | Forgot to remove old, commented codeRandom User2018-09-091-1/+0
| * | | | Don't use deprecated inspect.getargspec() with python3Random User2018-09-071-2/+9
| |/ / /
* | | | Merge pull request #325 from carlos-jenkins/masterAndrew Dunai2018-12-081-1/+1
|\ \ \ \
| * | | | Fix issue #324 "Non-integer division in bargraph when using set_bar_width(1)"Carlos Jenkins2018-12-041-1/+1
| |/ / /
* | | | Merge pull request #326 from akosthekiss/patch-1Andrew Dunai2018-12-081-1/+1
|\ \ \ \
| * | | | Fix misleading indentation in Screen._stop()Akos Kiss2018-12-081-1/+1
| |/ / /
* | | | Merge pull request #307 from rndusr/masterAndrew Dunai2018-12-081-7/+2
|\ \ \ \
| * | | | Remove method Text._calc_line_translation()Random User2018-07-281-7/+2
| |/ / /
* | | | Drop Python 3.3 support, force tornado<=5.0.0.Andrew Dunai2018-12-081-0/+1
|/ / /
* | | Add ability to specify LineBox title attributeTom Pickering2018-02-221-2/+8
* | | value() return the base-10 value if edited texthootnot2018-02-051-3/+7
* | | test exception on incomp. valueshootnot2018-02-051-0/+6
* | | validation if initial by regex/handle leading 0'shootnot2018-02-051-8/+23
* | | support lower characters toohootnot2018-02-051-5/+5
* | | tests extended: coverage 100%hootnot2018-02-051-0/+24
* | | support different bases for int numbers: binary, oct, dec, hex ... up to 36hootnot2018-02-041-7/+14
* | | long removed: python 3.5 all int's are longshootnot2018-02-041-3/+3
* | | extended numerical editing: integers and floatshootnot2018-02-042-0/+232
|/ /
* | Fix CheckBox & RadioButton cursor_position (fixes regression after #116)Andrew Dunai2018-01-261-6/+6