summaryrefslogtreecommitdiff
path: root/prettytable.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue 55 - constructor argument float_format not working as intendedHEADmasterjohn.filleau@gmail.com2014-07-061-40/+112
* Added 0x000f to the list of special characters with width 0, to fix problems ...luke@maurits.id.au2014-05-161-1/+1
* First implementation of paginate method.luke@maurits.id.au2013-10-071-0/+13
* Handle colspan in from_html.luke@maurits.id.au2013-10-071-0/+10
* Add padding to titles and make table expand to fit title if necessary.luke@maurits.id.au2013-10-071-7/+18
* Initial implementation of min/max_table_width.luke@maurits.id.au2013-10-071-3/+52
* Initial implementation of min_width.luke@maurits.id.au2013-10-071-1/+14
* Added title to example table.luke@maurits.id.au2013-10-071-0/+1
* Get rid of weird formatting characters in example table.luke@maurits.id.au2013-10-071-2/+2
* Improvements to title generation, especially do not include spurious junction...luke@maurits.id.au2013-10-071-12/+15
* Print title when making HTML table.luke@maurits.id.au2013-10-061-0/+17
* User property and property.setter decorators for attributes.luke@maurits.id.au2013-10-061-94/+116
* Added title attribute/option.luke@maurits.id.au2013-10-051-4/+37
* Accept CSV format parameters as keyword arguments to from_csv.luke@maurits.id.au2013-10-051-3/+11
* Fixed sorting/slicing so that they happen in the more obvious order.luke@maurits.id.au2013-05-141-7/+29
* Added print_empty option to control whether or not emtpy tables result in a b...luke@maurits.id.au2013-04-061-5/+32
* Added xhtml option to control linebreak element produced by get_html_string().luke@maurits.id.au2013-02-191-8/+27
* Copied 0.7-RELEASE code from 0.7 branch to trunk.\n\nDon't count ANSI color c...luke@maurits.id.au2013-02-191-48/+160
* Implemented the totally unobjectionable parts of the enhancement suggested in...luke@maurits.id.au2013-01-221-20/+78
* Fixed bug reported in issue 19, whereby "pt.sortby = None" returned a validat...luke@maurits.id.au2013-01-211-32/+76
* Fix simple bug regarding initialisation of int_format for new tables.luke@maurits.id.au2012-08-021-1/+1
* Made sure field name widths are calculated using the new Unicode-aware code s...luke@maurits.id.au2012-07-261-6/+16
* Fixed Python 3 compatibility bug - Py3k requires __str__ to return unicode fo...luke@maurits.id.au2012-07-041-2/+6
* Fixed small Python 3 compatibility issue, regarding calling .next() on an ite...luke@maurits.id.au2012-07-041-1/+1
* Substantially sped up the Unicode block width code!luke@maurits.id.au2012-07-031-5/+6
* 1) Fixed width calculation for katakanaluke@maurits.id.au2012-07-031-22/+27
* Removed and/or replaced all encumbered LGPL code from Kitchen. Seems to be w...luke@maurits.id.au2012-07-031-168/+23
* Lots of work to support appropriate alignment/padding/etc. of text using non-...luke@maurits.id.au2012-07-021-10/+201
* Removed all use of StringIO because it can't handle Unicode characters that c...luke@maurits.id.au2012-07-011-70/+68
* Switched int_format and float_format to use fancy new Python string formattin...luke@maurits.id.au2012-07-011-10/+10
* Added header_style option.luke@maurits.id.au2012-06-291-5/+37
* First implementation of DB cursor factory.luke@maurits.id.au2012-06-291-4/+10
* Added initial implementation of CSV factory.luke@maurits.id.au2012-06-291-0/+25
* Lots of miscellaneous improvements: reduction of code duplication, performanc...luke@maurits.id.au2012-06-291-46/+72
* Copied the fix for different cgi escaping libraries for different versions of...luke@maurits.id.au2012-06-271-2/+4
* Substantially tidied up the logic of the non-HTML stringify functions, making...luke@maurits.id.au2012-06-271-48/+27
* 1) Fixed a bug regarding validation of max_width, on the basis of an email fr...luke@maurits.id.au2012-05-181-5/+6
* Build table strings using cStringIO, for best performance with large tables.luke@maurits.id.au2012-05-161-9/+21
* Updated trunk to mirror 0.6 branch.luke@maurits.id.au2012-05-161-0/+1068