summaryrefslogtreecommitdiff
path: root/blessings
Commit message (Expand)AuthorAgeFilesLines
* remove interruptable=True, following python3.5Jeff Quast2015-04-142-119/+18
* fix pep8: line too long in terminal.pyJeff Quast2015-04-141-2/+2
* another mega-pass at document polishingJeff Quast2015-04-144-94/+74
* pep8 fixJeff Quast2015-04-141-4/+5
* Completed final revision on terminal.pyJeff Quast2015-04-141-95/+115
* finish pep-257,8 and related refactoringsJeff Quast2015-04-135-357/+616
* support detection of test-runner forkJeff Quast2015-04-131-1/+6
* pep257, sphinx, and styling for keyboard.pyJeff Quast2015-04-091-90/+170
* constants->CONSTANTS and remove py25 workaroundJeff Quast2015-04-098-94/+61
* pep257 and static analysis for formatters.pyJeff Quast2015-04-091-79/+159
* static analysis: remove trailing newlinesJeff Quast2015-04-091-7/+14
* Merge remote-tracking branch 'origin/blessed-integration-six-integration' int...Jeff Quast2015-04-095-54/+40
|\
| * Merge remote-tracking branch 'origin/blessed-integration' into blessed-integr...Jeff Quast2015-03-089-93/+103
| |\
| * | use 'six' for py2/3 compatibility of string typesJeff Quast2015-02-275-54/+40
* | | Merge remote-tracking branch 'origin/blessed-integration' into blessed-integr...Jeff Quast2015-03-089-87/+103
|\ \ \ | | |/ | |/|
| * | Fix test_export_only_Terminal.Erik Rose2015-03-051-1/+1
| * | Merge fixes for mistaken object identity comparisons. Fix #81. Fix #86.Erik Rose2015-03-043-40/+40
| |\ \
| | * | Change a few more "is" uses.Erik Rose2015-03-043-19/+19
| | * | Should check equality, not identity for str, intJeff Quast2015-02-272-21/+21
| | |/
| * | Merge removal of __author__ vars, and add Jeff as a coauthor. Fix #79. Fix #92.Erik Rose2015-03-042-6/+0
| |\ \
| * | | Make __all__ lists, not tuples. Fix #83. Close #88.Erik Rose2015-03-044-4/+4
| * | | Merge pull request #87 from erikrose/blessed-integration-keyboard_fd-privateErik Rose2015-03-042-26/+26
| |\ \ \
| | * | | keyboard_fd should be private attr, '_keyboard_fd'Jeff Quast2015-02-272-26/+26
| | | |/ | | |/|
| * | | Intermittent build fails on FreeBSD (upstream bug)Jeff Quast2015-02-281-5/+10
| * | | Minor fixes, ensuring tests pass on FreeBSDJeff Quast2015-02-273-11/+22
| |/ /
* | | More work on pep257 and more detailed docsJeff Quast2015-03-082-68/+118
* | | a beginning at pep257ing docstringsJeff Quast2015-03-032-44/+74
| |/ |/|
* | Remove __author__ tags, append myselfJeff Quast2015-02-272-6/+0
|/
* Rename "blessed" dir to "blessings".Erik Rose2015-02-0315-0/+5972
* 'blessings' -> 'blessed', includes all my fixes and improvementsjquast2014-03-092-830/+0
* Support terminal types, such as kermit and avatar, that use bytes 127-255 in ...1.6Erik Rose2013-11-052-7/+13
|\
| * Tweak comments and update version history.Erik Rose2013-11-051-6/+5
| * encode tparm output as latin1jquast2013-11-042-4/+11
* | Remove fallback to 24x80, and fix docstring formatting.Erik Rose2013-11-051-7/+11
* | docfix: 25 x 80 -> 24 x 80jquast2013-11-051-1/+1
* | Revert "Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1"jquast2013-11-042-27/+24
* | Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1jquast2013-11-042-24/+27
|\ \
| * | only perform color lookup for colored terminalsjquast2013-11-042-12/+14
| * | resolve any 'must call (at least) setupterm() first' errorsjquast2013-11-041-11/+7
| * | turtles all the way down for NullCallableString()jquast2013-11-041-1/+6
| |/
* | implement height and width fallback for non-ttyjquast2013-11-041-2/+10
* | fix testing height and width for integerjquast2013-11-041-3/+3
|/
* Add a docstring so Blessings looks better in the REPL's help().Erik Rose2013-09-091-0/+3
* Merge the property-ization of is_a_tty and does_styling, some PEP-8 fixes, an...Erik Rose2013-09-091-22/+32
|\
| * Fix some spelling and grammar.Erik Rose2013-09-091-4/+4
| * rollback undesired changes per feedbackjquast2013-09-091-14/+13
| * is_a_tty property assignment fix -> _is_a_ttyjquast2013-09-071-1/+1
| * pep8, remove old "cache wanted" codefartjquast2013-09-071-8/+5
| * more merge fixes for does_styling property-reworkjquast2013-09-071-1/+1
| * remove git-merge junk, CVS merges have been easierjquast2013-09-071-7/+0