Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #25 from wolfhong/masterHEADmasterdevelop | Kane Blueriver | 2018-07-30 | 2 | -27/+120 |
|\ | | | | | 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 | 2 | -4/+4 |
| | | |||||
| * | add test for get_markdown and get_rst | wolfhong | 2018-05-08 | 1 | -0/+32 |
| | | |||||
| * | 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 #26 from hugovk/add-3.7 | Kane Blueriver | 2018-07-30 | 2 | -5/+11 |
|\ \ | | | | | | | Add Python 3.7 support and testing | ||||
| * | | Travis CI: Python 3.7 requires Xenial and sudo | Hugo | 2018-07-27 | 1 | -6/+10 |
| | | | |||||
| * | | Add support for Python 3.7 | Hugo | 2018-07-26 | 2 | -0/+2 |
| | | | |||||
* | | | 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 | ||||
| * | | Fixed a typo: PLAIN_COLUMN => PLAIN_COLUMNS | Ahnaf Siddiqui | 2017-09-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #16 from luky1971/patch-1 | Kane Blueriver | 2018-07-27 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed a typo: PLAIN_COLUMN => PLAIN_COLUMNS | ||||
| * | | Fixed a typo: PLAIN_COLUMN => PLAIN_COLUMNS | Ahnaf Siddiqui | 2017-07-31 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #21 from cclauss/patch-1 | Kane Blueriver | 2018-07-27 | 1 | -2/+9 |
|\ \ | | | | | | | Add Python 3.5, 3.6, flake8 to testing, drop 3.3 | ||||
| * | | --exclude=_compact.py | cclauss | 2017-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Add Python 3.5, 3.6, flake8 to testing, drop 3.3 | cclauss | 2017-11-18 | 1 | -2/+9 |
| |/ | | | | | https://docs.python.org/devguide/#status-of-python-branches | ||||
* | | Merge pull request #23 from hugovk/patch-1 | Kane Blueriver | 2018-07-27 | 1 | -9/+5 |
|\ \ | | | | | | | Remove broken downloads badge | ||||
| * | | Remove broken downloads badge | Hugo | 2017-11-26 | 1 | -9/+5 |
| |/ | | | | | | | See https://github.com/badges/shields/issues/716. Plus fix some minor typos. | ||||
* | | Merge pull request #24 from hugovk/rm-2.6 | Kane Blueriver | 2018-07-27 | 2 | -6/+8 |
|\ \ | |/ |/| | Drop support for EOL Python <= 2.6 | ||||
| * | Upgrade Python syntax with pyupgrade | Hugo | 2018-07-26 | 1 | -3/+3 |
| | | |||||
| * | Drop support for EOL Python <= 2.6 | Hugo | 2017-11-26 | 1 | -3/+5 |
|/ | |||||
* | Merge pull request #10 from Sewci0/tagfix | Kane Blueriver | 2016-11-13 | 2 | -66/+85 |
|\ | | | | | Added <tbody> and <thead> tags | ||||
| * | fixed tests and indentations | Sewci0 | 2016-11-12 | 2 | -74/+85 |
| | | |||||
| * | Added <tbody> and <thead> tags | Sewci0 | 2016-11-11 | 1 | -1/+9 |
|/ | |||||
* | Merge pull request #7 from kadler/doc_fix | Kane Blueriver | 2016-08-24 | 1 | -2/+2 |
|\ | | | | | Change from_cursor to from_db_cursor to match code | ||||
| * | Change from_cursor to from_db_cursor to match code | Kevin Adler | 2016-08-22 | 1 | -2/+2 |
|/ | |||||
* | Add badge from coveralls.io | kxxoling | 2016-07-13 | 1 | -0/+4 |
| | |||||
* | Fix failed tests | kxxoling | 2016-07-13 | 2 | -6/+10 |
| | |||||
* | Merge branch 'develop' of github.com:kxxoling/PTable into develop | kxxoling | 2016-07-13 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #2 from Sebelino/develop | Kane Blueriver | 2016-07-13 | 2 | -1/+32 |
| |\ | | | | | | | Fix padding issue when ``padding_width == 0`` | ||||
| | * | Added test cases for unpadded tables. | Sebastian Olsson | 2016-05-02 | 1 | -0/+28 |
| | | | |||||
| | * | padding_width = 0 now works. | Sebastian Olsson | 2016-05-02 | 1 | -1/+4 |
| |/ | |||||
* | | Added test cases for unpadded tables. | Sebastian Olsson | 2016-07-13 | 1 | -0/+28 |
| | | |||||
* | | 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 | 3 | -3/+96 |
| | | |||||
* | | Merge pull request #4 from svetlyak40wt/markdown-changelog | Kane Blueriver | 2016-07-13 | 2 | -46/+46 |
|\ \ | | | | | | | Changelog was modified according to best practices, recommended by keepachangelog.com. | ||||
| * | | CHANGELOG renamed to CHANGELOG.md | Alexander Artemenko | 2016-05-08 | 2 | -1/+1 |
| | | | |||||
| * | | Changelog was modified according to best practices, recommended by ↵ | Alexander Artemenko | 2016-05-08 | 1 | -45/+45 |
| |/ | | | | | | | keepachangelog.com. | ||||
* | | Merge pull request #6 from Sebelino/master | Kane Blueriver | 2016-07-13 | 1 | -1/+1 |
|\ \ | |/ |/| | Repaired broken PyPI downloads badge. | ||||
| * | Repaired broken PyPI downloads badge. | Sebastian Olsson | 2016-06-15 | 1 | -1/+1 |
|/ | |||||
* | Remove support of Python 3.2 | kxxoling | 2015-09-27 | 1 | -1/+0 |
| | |||||
* | Fix rst grammar | kxxoling | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' | kxxoling | 2015-07-25 | 3 | -0/+4 |
|\ | |||||
| * | Merge branch 'develop' of https://github.com/kxxoling/PrettyTable into develop | kxxoling | 2015-07-25 | 3 | -0/+4 |
| |\ | |||||
| | * | Merge branch 'feature/tox-with-coverage' into develop | Kane Blueriver | 2015-06-23 | 3 | -0/+4 |
| | |\ | |||||
| | | * | Fix coverall support | Kane Blueriver | 2015-06-23 | 3 | -2/+1 |
| | | | | |||||
| | | * | Merge branch 'develop' into feature/tox-with-coverage | Kane Blueriver | 2015-06-23 | 4 | -4/+31 |
| | | |\ | | | |/ | | |/| | |||||
| | | * | Add coveralls support | Kane Blueriver | 2015-06-23 | 2 | -0/+4 |
| | | | | |||||
* | | | | Merge branch 'develop' | kxxoling | 2015-07-25 | 3 | -576/+70 |
|\ \ \ \ | |/ / / | |||||
| * | | | Reorganoze project documentation | kxxoling | 2015-07-25 | 1 | -576/+41 |
| |/ / | |||||
| * | | Add multi type of char blocks width test | kxxoling | 2015-06-14 | 2 | -0/+29 |
| | | |