| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #25 from wolfhong/masterHEADmasterdevelop | Kane Blueriver | 2018-07-30 | 1 | -27/+88 |
| |\ | | | | | Support markdown output string and reStructuredText output string | ||||
| | * | rename get_markdown to get_md_string; rename get_rst to get_rst_string; | wolfhong | 2018-07-30 | 1 | -2/+2 |
| | | | |||||
| | * | add method get_markdown for markdown-style table output; add method get_rst ↵ | wolfhong | 2018-05-02 | 1 | -27/+88 |
| | | | | | | | | | for reStructuredText-style table output | ||||
| * | | Merge pull request #18 from zarnovican/bza_PLAIN_COLUMNS_style | Kane Blueriver | 2018-07-27 | 1 | -1/+1 |
| |\ \ | | | | | | | fix import for PLAIN_COLUMNS style | ||||
| | * | | Added PLAIN_COLUMNS to top namespace | Brano Zarnovican | 2017-09-29 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | | Example from documentation works only for MSWORD_FRIENDLY style > from prettytable import MSWORD_FRIENDLY # works > from prettytable import PLAIN_COLUMNS # broken This commit fixes import for PLAIN_COLUMNS style | ||||
| * | | Upgrade Python syntax with pyupgrade | Hugo | 2018-07-26 | 1 | -3/+3 |
| |/ | |||||
| * | fixed tests and indentations | Sewci0 | 2016-11-12 | 1 | -22/+21 |
| | | |||||
| * | Added <tbody> and <thead> tags | Sewci0 | 2016-11-11 | 1 | -1/+9 |
| | | |||||
| * | Fix failed tests | kxxoling | 2016-07-13 | 1 | -2/+6 |
| | | |||||
| * | padding_width = 0 now works. | Sebastian Olsson | 2016-07-13 | 1 | -1/+4 |
| | | |||||
| * | Now column scaling algorithm more strictly respects "max_table_width" setting. | Alexander Artemenko | 2016-07-13 | 1 | -3/+40 |
| | | |||||
| * | Add markdown source support | Kane Blueriver | 2015-06-07 | 3 | -8/+47 |
| | | |||||
| * | Update long description; add support for unix pipe; update version number; | Kane Blueriver | 2015-05-28 | 2 | -3/+11 |
| | | |||||
| * | Some minor PEP8 fix | Kane Blueriver | 2015-05-28 | 2 | -8/+6 |
| | | |||||
| * | Fix str_types | kxxoling | 2015-05-02 | 1 | -2/+2 |
| | | |||||
| * | Fix relate import | kxxoling | 2015-05-02 | 1 | -3/+3 |
| | | |||||
| * | Update meta data | kxxoling | 2015-05-01 | 1 | -1/+1 |
| | | |||||
| * | Add a simple command line support | kxxoling | 2015-05-01 | 1 | -0/+16 |
| | | |||||
| * | Move factory funcs to factory.py; specify imports. | Kane Blueriver | 2015-04-30 | 3 | -143/+147 |
| | | |||||
| * | Split prettytable.py to prettytable module; move main test func to test ↵ | Kane Blueriver | 2015-04-30 | 4 | -0/+1755 |
| module; little typo fix | |||||
