| Commit message (Expand) | Author | Age | Files | Lines |
* | Polish docs and some style in the terminal module. | Erik Rose | 2015-06-15 | 1 | -184/+175 |
* | spellfix: derivitive -> derivative | Jeff Quast | 2015-05-09 | 1 | -2/+2 |
* | remove interruptable=True, following python3.5 | Jeff Quast | 2015-04-14 | 2 | -119/+18 |
* | fix pep8: line too long in terminal.py | Jeff Quast | 2015-04-14 | 1 | -2/+2 |
* | another mega-pass at document polishing | Jeff Quast | 2015-04-14 | 4 | -94/+74 |
* | pep8 fix | Jeff Quast | 2015-04-14 | 1 | -4/+5 |
* | Completed final revision on terminal.py | Jeff Quast | 2015-04-14 | 1 | -95/+115 |
* | finish pep-257,8 and related refactorings | Jeff Quast | 2015-04-13 | 5 | -357/+616 |
* | support detection of test-runner fork | Jeff Quast | 2015-04-13 | 1 | -1/+6 |
* | pep257, sphinx, and styling for keyboard.py | Jeff Quast | 2015-04-09 | 1 | -90/+170 |
* | constants->CONSTANTS and remove py25 workaround | Jeff Quast | 2015-04-09 | 8 | -94/+61 |
* | pep257 and static analysis for formatters.py | Jeff Quast | 2015-04-09 | 1 | -79/+159 |
* | static analysis: remove trailing newlines | Jeff Quast | 2015-04-09 | 1 | -7/+14 |
* | Merge remote-tracking branch 'origin/blessed-integration-six-integration' int... | Jeff Quast | 2015-04-09 | 5 | -54/+40 |
|\ |
|
| * | Merge remote-tracking branch 'origin/blessed-integration' into blessed-integr... | Jeff Quast | 2015-03-08 | 9 | -93/+103 |
| |\ |
|
| * | | use 'six' for py2/3 compatibility of string types | Jeff Quast | 2015-02-27 | 5 | -54/+40 |
* | | | Merge remote-tracking branch 'origin/blessed-integration' into blessed-integr... | Jeff Quast | 2015-03-08 | 9 | -87/+103 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix test_export_only_Terminal. | Erik Rose | 2015-03-05 | 1 | -1/+1 |
| * | | Merge fixes for mistaken object identity comparisons. Fix #81. Fix #86. | Erik Rose | 2015-03-04 | 3 | -40/+40 |
| |\ \ |
|
| | * | | Change a few more "is" uses. | Erik Rose | 2015-03-04 | 3 | -19/+19 |
| | * | | Should check equality, not identity for str, int | Jeff Quast | 2015-02-27 | 2 | -21/+21 |
| | |/ |
|
| * | | Merge removal of __author__ vars, and add Jeff as a coauthor. Fix #79. Fix #92. | Erik Rose | 2015-03-04 | 2 | -6/+0 |
| |\ \ |
|
| * | | | Make __all__ lists, not tuples. Fix #83. Close #88. | Erik Rose | 2015-03-04 | 4 | -4/+4 |
| * | | | Merge pull request #87 from erikrose/blessed-integration-keyboard_fd-private | Erik Rose | 2015-03-04 | 2 | -26/+26 |
| |\ \ \ |
|
| | * | | | keyboard_fd should be private attr, '_keyboard_fd' | Jeff Quast | 2015-02-27 | 2 | -26/+26 |
| | | |/
| | |/| |
|
| * | | | Intermittent build fails on FreeBSD (upstream bug) | Jeff Quast | 2015-02-28 | 1 | -5/+10 |
| * | | | Minor fixes, ensuring tests pass on FreeBSD | Jeff Quast | 2015-02-27 | 3 | -11/+22 |
| |/ / |
|
* | | | More work on pep257 and more detailed docs | Jeff Quast | 2015-03-08 | 2 | -68/+118 |
* | | | a beginning at pep257ing docstrings | Jeff Quast | 2015-03-03 | 2 | -44/+74 |
| |/
|/| |
|
* | | Remove __author__ tags, append myself | Jeff Quast | 2015-02-27 | 2 | -6/+0 |
|/ |
|
* | Rename "blessed" dir to "blessings". | Erik Rose | 2015-02-03 | 15 | -0/+5972 |
* | 'blessings' -> 'blessed', includes all my fixes and improvements | jquast | 2014-03-09 | 2 | -830/+0 |
* | Support terminal types, such as kermit and avatar, that use bytes 127-255 in ...1.6 | Erik Rose | 2013-11-05 | 2 | -7/+13 |
|\ |
|
| * | Tweak comments and update version history. | Erik Rose | 2013-11-05 | 1 | -6/+5 |
| * | encode tparm output as latin1 | jquast | 2013-11-04 | 2 | -4/+11 |
* | | Remove fallback to 24x80, and fix docstring formatting. | Erik Rose | 2013-11-05 | 1 | -7/+11 |
* | | docfix: 25 x 80 -> 24 x 80 | jquast | 2013-11-05 | 1 | -1/+1 |
* | | Revert "Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1" | jquast | 2013-11-04 | 2 | -27/+24 |
* | | Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1 | jquast | 2013-11-04 | 2 | -24/+27 |
|\ \ |
|
| * | | only perform color lookup for colored terminals | jquast | 2013-11-04 | 2 | -12/+14 |
| * | | resolve any 'must call (at least) setupterm() first' errors | jquast | 2013-11-04 | 1 | -11/+7 |
| * | | turtles all the way down for NullCallableString() | jquast | 2013-11-04 | 1 | -1/+6 |
| |/ |
|
* | | implement height and width fallback for non-tty | jquast | 2013-11-04 | 1 | -2/+10 |
* | | fix testing height and width for integer | jquast | 2013-11-04 | 1 | -3/+3 |
|/ |
|
* | Add a docstring so Blessings looks better in the REPL's help(). | Erik Rose | 2013-09-09 | 1 | -0/+3 |
* | Merge the property-ization of is_a_tty and does_styling, some PEP-8 fixes, an... | Erik Rose | 2013-09-09 | 1 | -22/+32 |
|\ |
|
| * | Fix some spelling and grammar. | Erik Rose | 2013-09-09 | 1 | -4/+4 |
| * | rollback undesired changes per feedback | jquast | 2013-09-09 | 1 | -14/+13 |
| * | is_a_tty property assignment fix -> _is_a_tty | jquast | 2013-09-07 | 1 | -1/+1 |
| * | pep8, remove old "cache wanted" codefart | jquast | 2013-09-07 | 1 | -8/+5 |