summaryrefslogtreecommitdiff
path: root/cliff/formatters/table.py
Commit message (Expand)AuthorAgeFilesLines
* Cliff has moved to the `openstack` namespace. Update README.HEADmasterRyan Petrello2015-05-061-64/+0
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-121-1/+4
* Restore compatibility with Prettytable < 0.7.2Dirk Mueller2013-05-021-2/+3
* use flake8 for style checksDoug Hellmann2013-03-161-1/+1
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-061-3/+1
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-061-13/+2
* changes in the prettytable API rolled into the python 3 support updateDoug Hellmann2012-05-041-6/+6
* python 3.2 does not have a unicode type so ignore the error if it is missingDoug Hellmann2012-05-041-1/+4
* clean up help text for the other formattersDoug Hellmann2012-04-281-1/+5
* add ShowOne base class for commands that need to show properties of an indivi...Doug Hellmann2012-04-271-2/+18
* handle an empty data setDoug Hellmann2012-04-271-8/+12
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-221-0/+46