summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update author emailHEADmasterDoug Hellmann2014-01-121-1/+1
* update history1.1Doug Hellmann2013-07-051-0/+4
* Remove the use of distributeDoug Hellmann2013-07-054-488/+11
* Merge pull request #1 from dhellmann/feature/package-tablib-support1.0Doug Hellmann2012-08-0236-2100/+88
|\
| * Start cliff-tablib repoDoug Hellmann2012-07-3136-2100/+88
|/
* fix version # in announcementDoug Hellmann2012-06-201-1/+1
* Doc updates for API changes.Doug Hellmann2012-06-2012-31/+70
* merge API refactoring workDoug Hellmann2012-06-189-30/+35
|\
| * fix help and tests for API changeDoug Hellmann2012-06-183-4/+5
| * Merge pull request #2 from dtroyer/refactor-runDoug Hellmann2012-06-182-6/+7
| |\
| | * Move take_action() to CommandDean Troyer2012-06-012-6/+7
| |/
| * Refactor DisplayBase.run() to make it easier to override separate parts in su...Doug Hellmann2012-06-015-16/+27
* | yet more pep8 workDoug Hellmann2012-06-182-2/+4
* | more pep8 workDoug Hellmann2012-06-013-2/+9
* | pep8 cleanupDoug Hellmann2012-06-018-22/+40
|/
* add attribution to history for the previous mergeDoug Hellmann2012-05-301-0/+5
* Merge pull request #11 from openfly/masterDoug Hellmann2012-05-301-0/+2
|\
| * Adding new line to tablib formattersMatt Joyce2012-05-301-0/+2
|/
* fix tags declarationDoug Hellmann2012-05-141-1/+1
* document updates for 0.7Doug Hellmann2012-05-141-4/+4
* disable py26 tests since I do not have an environment for running themDoug Hellmann2012-05-141-1/+1
* bump versionDoug Hellmann2012-05-143-3/+4
* fix interactive command processor to handle multi-part commands, including so...Doug Hellmann2012-05-141-1/+16
* declare a couple of commands that use builtin command names but use multiple ...Doug Hellmann2012-05-141-0/+2
* update changelogDoug Hellmann2012-05-141-0/+5
* Merge pull request #9 from heavenshell/feature_py26Doug Hellmann2012-05-143-8/+15
|\
| * enable to use in Python2.6heavenshell2012-05-083-8/+15
* | set the interactive mode flag before initializing the app so subclasses can c...Doug Hellmann2012-05-141-6/+15
* | add travis-ci status image to developer docsDoug Hellmann2012-05-121-0/+2
* | add travis-ci status image to READMEDoug Hellmann2012-05-121-0/+2
* | add a requirements file for travis-ciDoug Hellmann2012-05-122-3/+10
* | bogus commit to trigger ci buildDoug Hellmann2012-05-121-0/+1
* | add travis-ci.org configuration fileDoug Hellmann2012-05-121-0/+6
* | add version num to history fileDoug Hellmann2012-05-101-1/+1
* | bump version numberDoug Hellmann2012-05-102-2/+2
* | pass more details to initialize_app so subclasses can decide what sort of ini...Doug Hellmann2012-05-104-4/+12
|/
* remove hard version requirement to unbreak the OpenStack buildDoug Hellmann2012-05-073-3/+9
* prepare for 0.5 releaseDoug Hellmann2012-05-074-8/+8
* document changes in history fileDoug Hellmann2012-05-061-0/+1
* make the organization of the classes page a little more clearDoug Hellmann2012-05-061-9/+15
* update formatter documentationDoug Hellmann2012-05-062-43/+95
* fix yaml, html, and json show formattersDoug Hellmann2012-05-062-3/+6
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-064-16/+20
* add yaml, json, and html formattersDoug Hellmann2012-05-063-4/+111
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-062-14/+35
* make help list commands if none match exactly; fixes #8Doug Hellmann2012-05-063-1/+60
* require at least PrettyTable 0.6 for Python 3 support, fixes #7Doug Hellmann2012-05-061-1/+1
* changes in the prettytable API rolled into the python 3 support updateDoug Hellmann2012-05-041-6/+6
* add a tox stage for pep8 testingDoug Hellmann2012-05-041-1/+5
* python 3.2 does not have a unicode type so ignore the error if it is missingDoug Hellmann2012-05-041-1/+4