summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25 from wolfhong/masterHEADmasterdevelopKane Blueriver2018-07-302-27/+120
|\
| * rename get_markdown to get_md_string; rename get_rst to get_rst_string;wolfhong2018-07-302-4/+4
| * add test for get_markdown and get_rstwolfhong2018-05-081-0/+32
| * add method get_markdown for markdown-style table output; add method get_rst f...wolfhong2018-05-021-27/+88
* | Merge pull request #26 from hugovk/add-3.7Kane Blueriver2018-07-302-5/+11
|\ \
| * | Travis CI: Python 3.7 requires Xenial and sudoHugo2018-07-271-6/+10
| * | Add support for Python 3.7Hugo2018-07-262-0/+2
* | | Merge pull request #18 from zarnovican/bza_PLAIN_COLUMNS_styleKane Blueriver2018-07-271-1/+1
|\ \ \ | |/ / |/| |
| * | Added PLAIN_COLUMNS to top namespaceBrano Zarnovican2017-09-291-1/+1
| * | Fixed a typo: PLAIN_COLUMN => PLAIN_COLUMNSAhnaf Siddiqui2017-09-291-1/+1
| |/
* | Merge pull request #16 from luky1971/patch-1Kane Blueriver2018-07-271-1/+1
|\ \
| * | Fixed a typo: PLAIN_COLUMN => PLAIN_COLUMNSAhnaf Siddiqui2017-07-311-1/+1
| |/
* | Merge pull request #21 from cclauss/patch-1Kane Blueriver2018-07-271-2/+9
|\ \
| * | --exclude=_compact.pycclauss2017-11-181-1/+1
| * | Add Python 3.5, 3.6, flake8 to testing, drop 3.3cclauss2017-11-181-2/+9
| |/
* | Merge pull request #23 from hugovk/patch-1Kane Blueriver2018-07-271-9/+5
|\ \
| * | Remove broken downloads badgeHugo2017-11-261-9/+5
| |/
* | Merge pull request #24 from hugovk/rm-2.6Kane Blueriver2018-07-272-6/+8
|\ \ | |/ |/|
| * Upgrade Python syntax with pyupgradeHugo2018-07-261-3/+3
| * Drop support for EOL Python <= 2.6Hugo2017-11-261-3/+5
|/
* Merge pull request #10 from Sewci0/tagfixKane Blueriver2016-11-132-66/+85
|\
| * fixed tests and indentationsSewci02016-11-122-74/+85
| * Added <tbody> and <thead> tagsSewci02016-11-111-1/+9
|/
* Merge pull request #7 from kadler/doc_fixKane Blueriver2016-08-241-2/+2
|\
| * Change from_cursor to from_db_cursor to match codeKevin Adler2016-08-221-2/+2
|/
* Add badge from coveralls.iokxxoling2016-07-131-0/+4
* Fix failed testskxxoling2016-07-132-6/+10
* Merge branch 'develop' of github.com:kxxoling/PTable into developkxxoling2016-07-130-0/+0
|\
| * Merge pull request #2 from Sebelino/developKane Blueriver2016-07-132-1/+32
| |\
| | * Added test cases for unpadded tables.Sebastian Olsson2016-05-021-0/+28
| | * padding_width = 0 now works.Sebastian Olsson2016-05-021-1/+4
| |/
* | Added test cases for unpadded tables.Sebastian Olsson2016-07-131-0/+28
* | padding_width = 0 now works.Sebastian Olsson2016-07-131-1/+4
* | Now column scaling algorithm more strictly respects "max_table_width" setting.Alexander Artemenko2016-07-133-3/+96
* | Merge pull request #4 from svetlyak40wt/markdown-changelogKane Blueriver2016-07-132-46/+46
|\ \
| * | CHANGELOG renamed to CHANGELOG.mdAlexander Artemenko2016-05-082-1/+1
| * | Changelog was modified according to best practices, recommended by keepachang...Alexander Artemenko2016-05-081-45/+45
| |/
* | Merge pull request #6 from Sebelino/masterKane Blueriver2016-07-131-1/+1
|\ \ | |/ |/|
| * Repaired broken PyPI downloads badge.Sebastian Olsson2016-06-151-1/+1
|/
* Remove support of Python 3.2kxxoling2015-09-271-1/+0
* Fix rst grammarkxxoling2015-09-261-1/+1
* Merge branch 'develop'kxxoling2015-07-253-0/+4
|\
| * Merge branch 'develop' of https://github.com/kxxoling/PrettyTable into developkxxoling2015-07-253-0/+4
| |\
| | * Merge branch 'feature/tox-with-coverage' into developKane Blueriver2015-06-233-0/+4
| | |\
| | | * Fix coverall supportKane Blueriver2015-06-233-2/+1
| | | * Merge branch 'develop' into feature/tox-with-coverageKane Blueriver2015-06-234-4/+31
| | | |\ | | | |/ | | |/|
| | | * Add coveralls supportKane Blueriver2015-06-232-0/+4
* | | | Merge branch 'develop'kxxoling2015-07-253-576/+70
|\ \ \ \ | |/ / /
| * | | Reorganoze project documentationkxxoling2015-07-251-576/+41
| |/ /
| * | Add multi type of char blocks width testkxxoling2015-06-142-0/+29