summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backporting print_empty feature from trunk.0.7luke@maurits.id.au2013-04-062-5/+51
* Backporting changes from trunk to 0.7 branch.luke@maurits.id.au2013-02-252-12/+34
* Now support Python 2.4 and 2.5.luke@maurits.id.au2013-02-171-0/+2
* Final tweaks for release: dates and credits...luke@maurits.id.au2013-02-172-1/+3
* Added from_html_one convenience function and basic testing for it.luke@maurits.id.au2013-02-092-69/+90
* Credit Christoph for valign patch. Extend copyright to 2013.luke@maurits.id.au2013-02-091-1/+2
* Update Html tests to reflect changes to valign.luke@maurits.id.au2013-02-091-32/+10
* Fixed valign implementation to be per-column not per-row, to be consistent wi...luke@maurits.id.au2013-02-081-26/+27
* Documented from_html.luke@maurits.id.au2013-02-081-1/+12
* Mentioned from_html and valign.luke@maurits.id.au2013-02-081-2/+6
* Test from_html. Also, rename a from_db_cursor test to begin with test so tha...luke@maurits.id.au2013-02-081-2/+10
* Initial import of from_html patch provided by Christoph Robbert.luke@maurits.id.au2013-02-081-0/+80
* Updated __version__.luke@maurits.id.au2013-02-071-1/+1
* Restored 3.x compatibility which was broken in an effort to reintroduce 2.4 a...luke@maurits.id.au2013-02-071-10/+6
* Restored 3.x compatibility (StringIO is gone). Test table slicing more thoro...luke@maurits.id.au2013-02-071-4/+16
* Restored complete Python 2.4 compatibility by rewriting __getitem__. Kind of...luke@maurits.id.au2013-02-071-7/+30
* Restore complete Python2.5 compatibility.luke@maurits.id.au2013-02-071-3/+3
* Don't try to use sqlite if it's not there (e.g. Py2.4).luke@maurits.id.au2013-02-071-20/+25
* Stylistic improvement: use dict.get(,), not an if statement.luke@maurits.id.au2013-02-071-4/+1
* Pass kwargs arguments from from_csv to PrettyTable constructor.luke@maurits.id.au2013-02-071-2/+2
* Test CSV consructor.luke@maurits.id.au2013-02-071-1/+16
* Handle calling from_db_cursor after non-SELECT execution, and pass keyword ar...luke@maurits.id.au2013-02-072-7/+29
* Fixed misdocumentation of from_db_cursor function.luke@maurits.id.au2013-02-071-2/+2
* Creating 0.7 branch.luke@maurits.id.au2013-01-220-0/+0
* 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