summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added a _format_value method to handle float formatting. This reduces code d...luke@maurits.id.au2012-04-301-6/+8
* Several changes in the interests of Python 3 compatibility. I believe that r...luke@maurits.id.au2012-04-302-18/+31
* Did further tidying up of unnecessary width recalculations, and fixed a bug t...luke@maurits.id.au2012-04-301-8/+12
* Tidied up width computation considerably. Widths are no longer recomputed ea...luke@maurits.id.au2012-04-301-23/+11
* get_html_string() included a table header even if the header option was set t...luke@maurits.id.au2012-04-301-6/+8
* Wrote _get_rows() function which returns rows to be printed, taking into acco...luke@maurits.id.au2012-04-301-24/+23
* Only call _stringify_hrule() once per call to get_string(), for speed/efficiencyluke@maurits.id.au2012-04-301-8/+10
* 1) Removed printt() and print_html() functions. In retrospect, they were stu...luke@maurits.id.au2012-04-302-109/+82
* Implemented the ability to set a sort key function.luke@maurits.id.au2012-03-242-6/+81
* Added support for floating point data formatting.luke@maurits.id.au2012-03-242-14/+83
* Fixed issue 6 in Google Code issue tracker ("no true unicode support").luke@maurits.id.au2011-07-091-32/+45
* Fixed issue 8 in Google Code issue tracker ("Changing fields_names does not r...luke@maurits.id.au2011-07-091-7/+11
* Fixed issue 3 in Google Code issue tracker ("html tables don't get sorted").luke@maurits.id.au2011-07-091-2/+3
* Fix issue 4 : tr tags not closed in table body rowsklein.stephane2010-03-112-2/+66
* Fix issue 5 : « feature need : support break line in cell »klein.stephane2010-03-112-39/+146
* Implemented setter-less control of column alignments.luke.maurits2009-06-022-58/+54
* Added copy method.luke.maurits2009-05-301-0/+7
* Made del_row method actually work, added clear_rows and clear methods, added ...luke.maurits2009-05-301-1/+28
* Added del_row method.luke.maurits2009-05-301-27/+43
* Test HTML methods, added property stuff for a few missed options.luke.maurits2009-05-292-45/+111
* Tidying up of docstrings related to setting of options.luke.maurits2009-05-281-22/+77
* Removed some deprecated setters. Restored original handling of left/right/co...luke.maurits2009-05-282-120/+108
* Added change log file.luke.maurits2009-05-281-0/+84
* Most of the grunt work involved in migrating to "property" managed attributes...luke.maurits2009-05-282-43/+233
* Changed upper case __VERSION__ to standard __version__ (see http://www.python...clach042009-05-282-2/+2
* Added some unit tests to replace the previous ad-hoc testing system.luke.maurits2009-05-272-3/+121
* Implemented set_style method and some example pre-sets.luke.maurits2009-05-271-0/+66
* All options are now read from class attributes with method argument over-rides.luke.maurits2009-05-271-176/+124
* Set the "version" variable in setup.py to match the value of a __VERSION__ va...luke.maurits2009-05-272-2/+4
* Use a method decorator to clear the caches - reduces code duplication.luke.maurits2009-05-271-12/+15
* Initial import to Google code repository, take 2!luke.maurits2009-05-263-0/+665
* Deleting everything because I made a mess of the first import.luke.maurits2009-05-2612-1348/+0
* Initial import to Google code repository, after release of 0.5luke.maurits2009-05-2612-0/+1348
* Initial directory structure.(no author)2009-05-150-0/+0