summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated CHANGELOG for 0.6.1.0.6luke@maurits.id.au2012-06-031-0/+11
* 1) Fixed Python 3.x incompatibility - html.escape is 3.2 only, so use cgi.esc...luke@maurits.id.au2012-06-031-3/+7
* Added MANIFEST.in file to pull in CHANGELOG, COPYING and README. Updated set...luke@maurits.id.au2012-05-162-1/+6
* Added license information to setup.pyluke@maurits.id.au2012-05-061-0/+1
* Rearranged directory structure so that COPYING, README, etc. get included in ...luke@maurits.id.au2012-05-063-0/+0
* * Removed some old references to caching in docstringsluke@maurits.id.au2012-05-063-5/+465
* Copied trunk to 0.6 branch and updated non-source files in preparation for 0.6.luke@maurits.id.au2012-05-025-218/+651
* Updated CHANGELOG for 0.6luke.maurits2009-06-022-8/+17
* Branching 0.6luke.maurits2009-06-020-0/+0
* 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