summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue 55 - constructor argument float_format not working as intendedHEADmasterjohn.filleau@gmail.com2014-07-062-41/+114
* 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-072-0/+15
* Handle colspan in from_html.luke@maurits.id.au2013-10-072-0/+12
* 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-072-4/+54
* Initial implementation of min_width.luke@maurits.id.au2013-10-072-1/+15
* 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
* Document title functionality.luke@maurits.id.au2013-10-061-0/+1
* 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-052-4/+46
* Document previous work on changing slice/sort order.luke@maurits.id.au2013-10-051-0/+4
* Accept CSV format parameters as keyword arguments to from_csv.luke@maurits.id.au2013-10-052-3/+16
* 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-142-7/+41
* Added print_empty option to control whether or not emtpy tables result in a b...luke@maurits.id.au2013-04-062-5/+51
* Added xhtml option to control linebreak element produced by get_html_string().luke@maurits.id.au2013-02-192-9/+28
* Copied 0.7-RELEASE code from 0.7 branch to trunk.\n\nDon't count ANSI color c...luke@maurits.id.au2013-02-193-84/+247
* Updated CHANGELOG in preparation for 0.7.luke@maurits.id.au2013-01-221-3/+17
* Updated README to discuss new features.luke@maurits.id.au2013-01-221-12/+37
* Implemented the totally unobjectionable parts of the enhancement suggested in...luke@maurits.id.au2013-01-222-27/+85
* Fixed bug reported in issue 19, whereby "pt.sortby = None" returned a validat...luke@maurits.id.au2013-01-212-32/+99
* Fix simple bug regarding initialisation of int_format for new tables.luke@maurits.id.au2012-08-022-1/+4
* Made sure field name widths are calculated using the new Unicode-aware code s...luke@maurits.id.au2012-07-262-7/+38
* Fixed Python 3 compatibility bug - Py3k requires __str__ to return unicode fo...luke@maurits.id.au2012-07-042-7/+11
* Fixed small Python 3 compatibility issue, regarding calling .next() on an ite...luke@maurits.id.au2012-07-042-1/+6
* 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-012-14/+14
* 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-183-5/+43
* Build table strings using cStringIO, for best performance with large tables.luke@maurits.id.au2012-05-162-10/+22
* Updated trunk to mirror 0.6 branch.luke@maurits.id.au2012-05-165-5/+471
* Copied trunk to 0.6 branch and updated non-source files in preparation for 0.6.luke@maurits.id.au2012-05-023-10/+49
* Minor tests, tweaks and changes.luke@maurits.id.au2012-05-022-5/+42
* Reimplemented slicing with __getitem__ instead of __getslice__luke@maurits.id.au2012-05-021-8/+7
* Fixed lots of small assorted bugs. Fixed table slicing, which has apparently...luke@maurits.id.au2012-05-022-4/+27
* Very minor tidy up of Python 3 compatibility stuff.luke@maurits.id.au2012-05-021-6/+4
* Float format can now be specified on a per-column basis. Also, integer forma...luke@maurits.id.au2012-05-012-16/+46