summaryrefslogtreecommitdiff
path: root/prettytable_test.py
Commit message (Expand)AuthorAgeFilesLines
* Added title attribute/option.luke@maurits.id.au2013-10-051-0/+9
* Add shebang line and set executable.luke@maurits.id.au2013-10-051-0/+1
* Fixed sorting/slicing so that they happen in the more obvious order.luke@maurits.id.au2013-05-141-0/+12
* Added print_empty option to control whether or not emtpy tables result in a b...luke@maurits.id.au2013-04-061-0/+19
* Added xhtml option to control linebreak element produced by get_html_string().luke@maurits.id.au2013-02-191-1/+1
* Copied 0.7-RELEASE code from 0.7 branch to trunk.\n\nDon't count ANSI color c...luke@maurits.id.au2013-02-191-36/+85
* Implemented the totally unobjectionable parts of the enhancement suggested in...luke@maurits.id.au2013-01-221-7/+7
* Fixed bug reported in issue 19, whereby "pt.sortby = None" returned a validat...luke@maurits.id.au2013-01-211-0/+23
* Made sure field name widths are calculated using the new Unicode-aware code s...luke@maurits.id.au2012-07-261-1/+22
* Fixed Python 3 compatibility bug - Py3k requires __str__ to return unicode fo...luke@maurits.id.au2012-07-041-5/+5
* Fixed small Python 3 compatibility issue, regarding calling .next() on an ite...luke@maurits.id.au2012-07-041-0/+5
* Switched int_format and float_format to use fancy new Python string formattin...luke@maurits.id.au2012-07-011-4/+4
* 1) Fixed a bug regarding validation of max_width, on the basis of an email fr...luke@maurits.id.au2012-05-181-0/+32
* Build table strings using cStringIO, for best performance with large tables.luke@maurits.id.au2012-05-161-1/+1
* Updated trunk to mirror 0.6 branch.luke@maurits.id.au2012-05-161-0/+439