| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleaner fonts initialization.python-dual-support | Andrew Dunai | 2018-01-03 | 1 | -49/+49 |
| | | |||||
| * | future division & font literals fix | Andrew Dunai | 2018-01-03 | 28 | -48/+96 |
| | | |||||
| * | Fixed examples. | Andrew Dunai | 2018-01-03 | 2 | -4/+6 |
| | | |||||
| * | Added tests for ProgressBar | Andrew Dunai | 2018-01-02 | 2 | -0/+30 |
| | | |||||
| * | Removed debug code. | Andrew Dunai | 2018-01-02 | 1 | -4/+0 |
| | | |||||
| * | Remove 2to3 and make tests compatible with both Python 2 & 3 | Andrew Dunai | 2018-01-02 | 9 | -47/+51 |
| | | |||||
| * | String literal fixes | Andrew Dunai | 2018-01-02 | 3 | -8/+10 |
| | | |||||
| * | Metaclasses | Andrew Dunai | 2018-01-02 | 6 | -23/+29 |
| | | |||||
| * | WIP | Andrew Dunai | 2018-01-02 | 23 | -88/+132 |
| | | |||||
| * | Added .tox to ignore. | Andrew Dunai | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Added coveralls dependency | Andrew Dunai | 2018-01-02 | 2 | -2/+1 |
| | | |||||
| * | Tox + Travis | Andrew Dunai | 2018-01-02 | 2 | -3/+15 |
| | | |||||
| * | Refactoring tox.ini | Andrew Dunai | 2018-01-02 | 2 | -20/+3 |
| | | |||||
| * | Added tox to simplify local testing. | Andrew Dunai | 2018-01-02 | 3 | -13/+44 |
| | | |||||
| * | Coveragerc | Andrew Dunai | 2018-01-02 | 2 | -0/+6 |
| | | |||||
| * | Updated coverage command | Andrew Dunai | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed typo in coverage badge URL. | Andrew Dunai | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Added coverage + coveralls | Andrew Dunai | 2018-01-02 | 2 | -2/+10 |
| | | |||||
| * | Merge pull request #255 from geier/blink | Andrew Dunai | 2018-01-02 | 1 | -0/+12 |
| |\ | | | | | Mention blink and italics attributes in manual. | ||||
| | * | Mention blink and italics attributes in manual. | Christian Geier | 2017-09-26 | 1 | -0/+12 |
| | | | |||||
| * | | Merge pull request #260 from larsks/feature/py3 | Andrew Dunai | 2018-01-02 | 8 | -30/+43 |
| |\ \ | | | | | | | python 3 compatibility changes | ||||
| | * | | python 3 compatibility changes | Lars Kellogg-Stedman | 2017-12-24 | 8 | -30/+43 |
| | |/ | | | | | | | | | this updates the syntax in many of the examples so that they run under both python 2 and python 3. | ||||
| * | | ListBox: Modify inside docs of `keypress` method. (#257) | xndcn | 2018-01-02 | 1 | -5/+4 |
| | | | | | | | Since from f5f6711 now `page up` and `page down` will be also handled by widget in focus, so the documents inside the `keypress` method have to be modified to avoid confusing. | ||||
| * | | Fixed issue with Unicode characters in ProgressBar (#261) | Andrew Dunai | 2018-01-02 | 3 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed issue with unicode characters in ProgressBar * Fixed Travis build - replaced deprecated 3.2_with_system_site_packages with 3.4_with_system_site_packages. * Fixed typo. * Fixing build for Python 3.2 * Fix for Python 3.2 & tornado/twisted * Setup script update in regards to #216 * Travis fix * Dependencies for Travis * Removed Python 3.2 from Travis dependency list as deprecated * Regression fix. * Removed bogus lines. * Docs. | ||||
| * | | Urwid is looking for new maintainers | Ian Ward | 2018-01-01 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #243 from Sjc1000/master | Ian Ward | 2017-08-22 | 1 | -1/+1 |
| |\ | | | | | Fixed Terminal widget crashes with Python3 | ||||
| | * | Fixed Terminal widget crashes with Python3 | Sjc1000 | 2017-07-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #249 from Lothiraldan/cleaning | Ian Ward | 2017-08-22 | 1 | -2/+2 |
| |\ \ | | | | | | | Small style cleaning of ParentNode.set_child_node | ||||
| | * | | Small style cleaning of ParentNode.set_child_node | Boris Feld | 2017-08-21 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #248 from waveform80/master | Ian Ward | 2017-08-22 | 1 | -4/+7 |
| |\ \ \ | |/ / |/| | | Fix #246, fix #234 | ||||
| | * | | Fix #246, fix #234 | Dave Jones | 2017-08-20 | 1 | -4/+7 |
| |/ / | | | | | | | | | | | | | | | | | Adjusts the internal representation of an alarm in SelectEventLoop to include a "tie-break" value prior to the callback (as recommended in the heapq documentation) to prevent TypeError when comparing two different callbacks. Also tweaks SelectEventLoop to use heapq.heappop instead of list.pop for retrieving the next alarm, to maintain the heap structure of the alarm list. | ||||
| * | | Merge pull request #244 from mobyte0/master | Ian Ward | 2017-07-26 | 1 | -1/+1 |
| |\ \ | |/ |/| | fixed docstring typo | ||||
| | * | fixed docstring typo | mobyte0 | 2017-07-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #237 from floppym/test-vterm-EINTR | Ian Ward | 2017-07-04 | 1 | -2/+10 |
| |\ | | | | | test_vterm: handle EINTR when reading from pipe | ||||
| | * | test_vterm: handle EINTR when reading from pipe | Mike Gilbert | 2017-06-03 | 1 | -2/+10 |
| | | | | | | | | | Fixes: https://github.com/urwid/urwid/issues/230 | ||||
| * | | Merge pull request #241 from mimi1vx/patch-1 | Ian Ward | 2017-06-26 | 1 | -3/+3 |
| |\ \ | | | | | | | Update travis to check python 3.6 | ||||
| | * | | Update travis to check python 3.6 | Ondřej Súkup | 2017-06-26 | 1 | -3/+3 |
| |/ / | | | | | python-2.6 is out of support and some distributions moving to python-3.6 | ||||
| * | | Merge pull request #238 from mwhudson/issue-164 | Ian Ward | 2017-06-07 | 1 | -3/+8 |
| |\ \ | |/ |/| | fix test_remove_watch_file flakiness | ||||
| | * | fix test_remove_watch_file flakiness | Michael Hudson-Doyle | 2017-06-07 | 1 | -3/+8 |
| | | | | | | | | | | | | | pass a known-good file descriptor to watch_file rather than hard-coding 5 Fixes #164 | ||||
| * | | Merge pull request #207 from zrax/SimpleFocusListWalker_modified | Ian Ward | 2017-05-24 | 1 | -0/+1 |
| |\ \ | | | | | | | Fix missing `modified` signal in SimpleFocusListWalker | ||||
| | * | | Fix missing `modified` signal in SimpleFocusListWalker | Michael Hansen | 2016-11-11 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #233 from rndusr/feature/listbox-forward-page-updown | Ian Ward | 2017-05-17 | 1 | -4/+3 |
| |\ \ \ | | | | | | | | | ListBox: Offer page up/down keys to focused widget | ||||
| | * | | | ListBox: Offer page up/down keys to focused widget | Random User | 2017-05-17 | 1 | -4/+3 |
| |/ / / | | | | | | | | | | | | | Child widgets of ListBoxes get all keys before ListBox uses them, including 'page up' and 'page down'. | ||||
| * | | | Merge pull request #228 from rndusr/dont-use-pollinglistwalker | Ian Ward | 2017-04-24 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Default to SimpleListWalker when setting ListBox.body | ||||
| | * | | | Default to SimpleListWalker when setting ListBox.body | Random User | 2017-04-24 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PollingListWalker is deprecated. | ||||
| * | | | Merge pull request #219 from tonycpsu/master | Ian Ward | 2017-04-11 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Workaround to get Travis working again. | ||||
| | * | | | Workaround to get Travis working again. | Tony Cebzanov | 2017-02-22 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | * The Travis environment "2.7_with_system_site_packages" has Python 2.7.3 installed, but recent updates to twisted require an update to 2.7.9. * Explicitly pointing at twisted==16.6.0 when testing Python 2.7 seems to fix the problem. | ||||
| * | | | Merge pull request #218 from EdwardBetts/master | Ian Ward | 2017-02-22 | 5 | -11/+11 |
| |\ \ \ | |_|/ |/| | | correct spelling mistakes | ||||
| | * | | correct spelling mistakes | Edward Betts | 2017-02-22 | 5 | -11/+11 |
| |/ / | |||||
| * | | Merge pull request #210 from rndusr/listbox-body-property | Ian Ward | 2016-12-21 | 1 | -57/+69 |
| |\ \ | |/ |/| | Make ListBox.body an invalidating property | ||||
