summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'release/0.8.0'Kane Blueriver2015-04-284-210/+244
| |\
| * \ Merge branch 'hotfix/fix-README'Kane Blueriver2015-04-282-1/+1
| |\ \
* | \ \ Merge branch 'release/0.8.0' into developKane Blueriver2015-04-284-210/+244
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix testsrelease/0.8Kane Blueriver2015-04-281-0/+2
| * | | ReformatKane Blueriver2015-04-284-211/+243
|/ / /
* | | Merge branch 'hotfix/fix-README' into developKane Blueriver2015-04-282-1/+1
|\ \ \ | |/ / |/| / | |/
| * Move README to README.rstKane Blueriver2015-04-282-1/+1
|/
* Merge branch 'hotfix/clear-blank-spaces'Kane Blueriver2015-04-282-27/+27
|\
| * Clean all the blank spaces at the end of a lineKane Blueriver2015-04-282-27/+27
|/
* Fix for issue 55 - constructor argument float_format not working as intendedjohn.filleau@gmail.com2014-07-062-41/+114
* Modified first example to show how to correctly import the PrettyTable class....luke@maurits.id.au2014-05-160-0/+0
* Added 0x000f to the list of special characters with width 0, to fix problems ...luke@maurits.id.au2014-05-161-1/+1
* Fixed typos, as reported by Nick Chammas. Thanks, Nick!luke@maurits.id.au2014-02-190-0/+0
* 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
* Tagging 0.7.2 release.luke@maurits.id.au2013-04-070-0/+0
* Backporting print_empty feature from trunk.luke@maurits.id.au2013-04-060-0/+0
* Added print_empty option to control whether or not emtpy tables result in a b...luke@maurits.id.au2013-04-062-5/+51
* Tagging 0.7.1 release.luke@maurits.id.au2013-02-250-0/+0
* Backporting changes from trunk to 0.7 branch.luke@maurits.id.au2013-02-250-0/+0
* 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
* Documented more style options.luke@maurits.id.au2013-02-170-0/+0
* Imported some discussion of style option setting from the old Tutorial 0.6 wi...luke@maurits.id.au2013-02-170-0/+0
* Moved discussion of HTML tables up directly under discussion of ASCII tables....luke@maurits.id.au2013-02-170-0/+0
* Documented new factor functions for getting data in from CSV, HTML and SQL.luke@maurits.id.au2013-02-170-0/+0
* Deleted wiki page Tutorial06 through web user interface.luke@maurits.id.au2013-02-170-0/+0
* Tagging 0.7 release!luke@maurits.id.au2013-02-170-0/+0
* Now support Python 2.4 and 2.5.luke@maurits.id.au2013-02-170-0/+0
* Final tweaks for release: dates and credits...luke@maurits.id.au2013-02-170-0/+0
* Tagging 0.7 Release Candidate 2luke@maurits.id.au2013-02-090-0/+0
* Added from_html_one convenience function and basic testing for it.luke@maurits.id.au2013-02-090-0/+0
* Credit Christoph for valign patch. Extend copyright to 2013.luke@maurits.id.au2013-02-090-0/+0
* Update Html tests to reflect changes to valign.luke@maurits.id.au2013-02-090-0/+0
* Fixed valign implementation to be per-column not per-row, to be consistent wi...luke@maurits.id.au2013-02-080-0/+0
* Documented from_html.luke@maurits.id.au2013-02-080-0/+0