dirtywords

portable text interface framework  https://pypi.python.org/pypi/dirtywords
git clone https://git.ce9e.org/dirtywords.git

DateCommit messageAuthor
2018-08-03 15:19fix iterationTobias Bengfort
2018-08-03 11:57fix toxTobias Bengfort
2018-08-03 11:57unicode_literalsTobias Bengfort
2018-08-03 11:50use six for unicodeTobias Bengfort
2018-08-03 11:45fix testTobias Bengfort
2018-08-03 11:39cleanup testsTobias Bengfort
2018-08-03 11:17use default html coverage locationTobias Bengfort
2018-08-03 11:15GardeningTobias Bengfort
2015-03-22 22:45GardeningTobias Bengfort
2015-03-22 22:34add py34 to tox configTobias Bengfort
2015-03-22 22:34py3: do not depend on unicode classTobias Bengfort
2015-03-22 22:33py3: do not use iter*Tobias Bengfort
2015-03-22 22:33Fix tests: call super tearDownTobias Bengfort
2015-03-22 22:03test documentationTobias Bengfort
2015-03-22 20:30Fix stupid keycodesTobias Bengfort
2015-03-22 19:19example: enable arrow keysTobias Bengfort
2015-03-22 19:18Fix complexityTobias Bengfort
2014-10-18 08:57bump version to 0.0.2Tobias Bengfort
2014-10-18 08:52Fix: dont ignore blocking in stupid getchTobias Bengfort
2014-10-11 10:55drop the _core suffix from core implementation modulesTobias Bengfort
2014-10-11 10:52use absolute importsTobias Bengfort
2014-10-11 10:50move example out of packageTobias Bengfort
2014-10-11 09:52fix pygame delch()Tobias Bengfort
2014-10-11 09:38bump version to 0.0.1Tobias Bengfort
2014-10-11 09:30run only tests from tests/ with toxTobias Bengfort
2014-10-11 09:24test user inputTobias Bengfort
2014-10-11 09:23add some missing key codes to stupid_coreTobias Bengfort
2014-10-09 07:28add Screen.getkey()Tobias Bengfort
2014-10-09 07:27map pygame keys to our ownTobias Bengfort
2014-10-09 07:27map curses keys to our ownTobias Bengfort
2014-10-09 07:27set additional options on cursesTobias Bengfort
2014-10-09 07:26implement ANSI escapes in stupid coreTobias Bengfort
2014-10-09 07:25encode output with utf8Tobias Bengfort
2014-10-09 07:24use only limited set of key constantsTobias Bengfort
2014-10-08 07:02add full list of curses key constantsTobias Bengfort
2014-10-07 19:55typoTobias Bengfort
2014-10-07 19:53pep8Tobias Bengfort
2014-10-07 19:52Fix: TypeError on invalid attr in AttrStringTobias Bengfort
2014-10-07 19:46document extras requirementsTobias Bengfort
2014-10-07 19:46add stupid_core docstringTobias Bengfort
2014-10-07 19:39typoTobias Bengfort
2014-10-07 19:38join docs in single documentTobias Bengfort
2014-10-07 19:29further improve docsTobias Bengfort
2014-10-07 19:28more control on base docsTobias Bengfort
2014-10-07 19:28add example to READMETobias Bengfort
2014-10-07 18:44forget about handling newlines in putstrTobias Bengfort
2014-10-07 18:42move get_key_events from Core to ScreenTobias Bengfort
2014-10-07 18:39minor documentation improvementsTobias Bengfort
2014-10-07 18:38add TODOsTobias Bengfort
2014-10-07 18:16typoTobias Bengfort
2014-10-07 18:12reexport AttrString in __init__Tobias Bengfort
2014-10-07 18:08rename bold/italic strong/emphTobias Bengfort
2014-10-07 18:06use curses by defaultTobias Bengfort
2014-10-07 18:05mv *_dirtywords to *_coreTobias Bengfort
2014-10-07 18:03rename BaseScreen to CoreTobias Bengfort
2014-10-07 18:03mv AttrString to baseTobias Bengfort
2014-10-07 17:53create READMETobias Bengfort