summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make setup.py simpler and more idiomatic.setup-idiomaticnessErik Rose2015-03-051-71/+58
* 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
|\
| * Merge branch 'blessed-integration-leave-pep8-to-prospector' into blessed-inte...Jeff Quast2015-02-271-9/+7
| |\
| * | keyboard_fd should be private attr, '_keyboard_fd'Jeff Quast2015-02-272-26/+26
* | | Merge pull request #91 from erikrose/blessed-integration-freebsd-supportErik Rose2015-03-048-24/+41
|\ \ \
| * | | Intermittent build fails on FreeBSD (upstream bug)Jeff Quast2015-02-281-5/+10
| * | | Remove comment about 'ptyprocess', not this proj!Jeff Quast2015-02-281-3/+0
| * | | fix 'blessed' re in .coveragerc, .prospector.yamlJeff Quast2015-02-283-4/+4
| * | | Merge branch 'blessed-integration-leave-pep8-to-prospector' into blessed-inte...Jeff Quast2015-02-271-9/+7
| |\ \ \ | | | |/ | | |/|
| * | | Minor fixes, ensuring tests pass on FreeBSDJeff Quast2015-02-274-12/+27
| | |/ | |/|
* | | Merge pull request #90 from erikrose/blessed-integration-leave-pep8-to-prospe...Erik Rose2015-03-041-9/+7
|\ \ \ | |/ / |/| / | |/
| * leave pep8 and flake8 up to prospector, not pytestJeff Quast2015-02-271-9/+7
|/
* Rename instances of "blessed" to "blessings", including the package dir itsel...Erik Rose2015-02-0327-134/+151
|\
| * Rename "blessed" dir to "blessings".Erik Rose2015-02-0315-0/+0
| * Change textual occurrences of "blessed" to "blessings".Erik Rose2015-02-0323-134/+151
|/
* Merge renames of some keyboard-input APIs into blessed-integration. Close #73.Erik Rose2015-02-024-134/+132
|\
| * Wrap a docstring to 80 cols to pass pep 8 checker.Erik Rose2015-02-021-1/+2
| * Rename _intr_continue kwarg to "interruptable".Erik Rose2015-02-023-15/+16
| * Rename a few parts of the input API so they don't require familiarity with te...Erik Rose2015-01-223-130/+126
|/
* fix the rename thingJeff Quast2015-01-042-1138/+578
* Merge remote-tracking branch 'origin/master' into merge-upstreamJeff Quast2015-01-047-41/+50
|\
| * Merge pull request #41 from jquast/break_long_words-ending-in-sequenceJeff Quast2015-01-047-41/+50
| |\
| | * add sudo: false for faster travis-ci buildsJeff Quast2015-01-041-0/+2
| | * bugfix textwrap when a 'word' ends with a sequenceJeff Quast2015-01-046-41/+48
| |/
* | Merge remote-tracking branch 'upstream/master' into merge-upstreamJeff Quast2015-01-044-583/+1138
|\ \ | |/ |/|
| * Merge pull request #63 from lowks/patch-1Fred Wenzel2014-05-201-1/+0
| |\
| | * Update .travis.ymlLow Kian Seong2014-05-191-1/+0
| |/
| * Merge pull request #62 from fwenzel/travis-linkErik Rose2014-04-301-0/+4
| |\
| | * Link to Travis builds in readme. #60.Fred Wenzel2014-04-291-0/+4
| |/
| * Merge pull request #57 from jquast/patch-2Erik Rose2014-04-091-1/+1
| |\
| | * spelling error, desciptor -> descriptor.Jeff Quast2014-03-191-1/+1
| |/
* | Merge pull request #39 from jquast/break-really-long-wordsJeff Quast2015-01-047-33/+89
|\ \
| * | revert test paragraph, we have a bug to squash yetJeff Quast2015-01-042-17/+19
| * | fix enter/exit fullscreen commentJeff Quast2015-01-041-1/+1
| * | use linux-friendly form of ``toe -a``Jeff Quast2015-01-041-1/+1
| * | make termwrap test less computationally expensiveJeff Quast2015-01-042-4/+2
| * | break_long_words=True now supported by term.wrapJeff Quast2015-01-036-16/+72
* | | Merge pull request #40 from jquast/test-a-whole-lotta-termsJeff Quast2015-01-0412-214/+1036
|\ \ \ | |/ /
| * | Revert "try fixing pypy tox/virtualenv fail on linux with pip --upgrade"Jeff Quast2015-01-031-3/+0
| * | try fixing pypy tox/virtualenv fail on linux with pip --upgradeJeff Quast2015-01-031-0/+3
| * | point coveralls.io to master branch onlyJeff Quast2015-01-031-2/+2
| * | no need for --randomJeff Quast2015-01-031-2/+1
| * | add pypy kind unicode workaround in __init__Jeff Quast2015-01-031-1/+8
| * | skip ^C test on pypyJeff Quast2015-01-031-2/+4
| * | chose only 3 random-available terminal types for testingJeff Quast2015-01-031-4/+11
| * | We honor 80-col pep8Jeff Quast2015-01-031-2/+0
| * | use 'with_everything'Jeff Quast2015-01-031-1/+1
| * | appears travis-ci's toe(1) output is empty ?Jeff Quast2015-01-031-4/+4
| * | add missing pytest moduleJeff Quast2015-01-031-1/+5