summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate Python 2.7 supportpython2Aleksi Häkli2019-10-051-1/+0
|
* Refs #108 - Test and improve format autodetectionClaude Paroz2019-10-047-16/+40
| | | | Autodetection was added for the odf format.
* Refs #288 - Add string starting with '0' to xlsx round trip testClaude Paroz2019-10-041-2/+3
|
* Refs #304 - Test separator exportingClaude Paroz2019-10-041-0/+7
|
* Factorized exporting in all formats in testsClaude Paroz2019-10-041-33/+15
|
* Fixed #373 - Properly detect xlsx formatClaude Paroz2019-10-045-4/+19
|
* Refs #314 - Add datetime to xlsx round trip testClaude Paroz2019-10-041-2/+4
|
* Refs #380 - Removed mention of the develop branch in docsClaude Paroz2019-10-041-4/+3
|
* Fixes #314 - Delegate type coercion to openpyxlClaude Paroz2019-10-043-9/+30
| | | | Thanks Cristiano Lopes for the initial patch.
* Fix missing comma in setup.pyPeyman Salehi2019-10-041-1/+1
|
* Fixes #388 - Pipfile.lock is not needed for usClaude Paroz2019-10-041-172/+0
|
* Fixes #376 - Add missing HISTORY entriesClaude Paroz2019-10-041-0/+28
|
* Remove call for financial helpHugo van Kemenade2019-10-041-4/+0
|
* Fixes #274 - Fix Databook.load() params orderingClaude Paroz2019-10-043-1/+11
|
* Reorganized test cases by formatClaude Paroz2019-10-031-518/+531
|
* Refs #322 - Open dbf file in binary mode in docsClaude Paroz2019-10-031-1/+1
|
* io.BytesIO is also available in Python 2.7Claude Paroz2019-10-036-25/+10
|
* Made blank lines PEP-8 compatibleClaude Paroz2019-10-036-56/+4
|
* Refs #273 - Replaced vendored markup lib by dependencyClaude Paroz2019-10-039-979/+9
|
* Updated some links and favour httpsClaude Paroz2019-10-036-22/+22
|
* Replaced python-tablib.org by tablib.readthedocs.ioClaude Paroz2019-10-033-4/+4
|
* `Nose` link correctedKiran Subbaraman2019-10-031-1/+1
| | | It now points to https://github.com/nose-devs/nose
* Test on Python 3.8 betaHugo2019-10-031-0/+1
|
* Updated AUTHORS file and alphabetized listClaude Paroz2019-10-031-36/+28
|
* Update MANIFEST.inHugo2019-10-031-1/+1
|
* Refs #378 Add Jazzband Contributing GuidelinesHugo2019-10-031-0/+10
|
* Avoid DeprecationWarning due to invalid escape in docstringRan Benita2019-10-031-5/+5
| | | | Will become a SyntaxError in Python 3.8: https://bugs.python.org/issue32912
* Converted README/HISTORY to Markdown formatHugo van Kemenade2019-10-034-273/+241
|
* Add support for Python 3.7 and drop 3.4Hugo van Kemenade2019-10-034-18/+16
|
* Refs #378 - Added the Jazzband badge to the READMEClaude Paroz2019-10-031-0/+4
|
* Refs #378 - Updated Travis and GitHub linksClaude Paroz2019-10-035-15/+14
|
* delete ;schopenhauerzhang2019-10-031-1/+1
|
* Merge pull request #337 from ZuluPro/streamFrost Ming2019-06-283-3/+29
|\ | | | | Added stream to CSV
| * Added CSV stream testAnthony Monthe2019-06-272-1/+20
| |
| * Added stream to CSVAnthony Monthe2019-03-301-2/+9
| |
* | Merge pull request #364 from s-pace/doc/updateKenneth Reitz2019-04-224-1/+235
|\ \ | |/ |/| [doc website] Add a nice search experience
| * feat: add search to the main introduction pages-pace2019-04-221-0/+22
| |
| * feat: add search to every documentation pagess-pace2019-04-223-1/+213
|/
* Merge pull request #358 from claudep/byedistutilsTimo Furrer2019-03-171-4/+2
|\ | | | | Removed distutils fallback
| * Removed distutils fallbackClaude Paroz2019-03-091-4/+2
| | | | | | | | As of https://github.com/kennethreitz/setup.py/blob/master/setup.py
* | Merge pull request #356 from claudep/xlsx_read_onlyTimo Furrer2019-03-111-2/+2
|\ \ | | | | | | Open xlsx workbooks in read-only mode
| * | Open xlsx workbooks in read-only modeClaude Paroz2019-03-091-2/+2
| |/ | | | | | | Refs #316
* | Merge pull request #361 from jdufresne/pinParth Shandilya2019-03-101-22/+7
|\ \ | | | | | | Unpin transient dependencies in requirements.txt
| * | Unpin transient dependencies in requirements.txtJon Dufresne2019-03-091-22/+7
|/ / | | | | | | | | | | The project is expected to work with the all versions of dependencies as specified by dependency ranges, not just a single pinned version. Stop overspecifying them.
* | Merge pull request #359 from claudep/backports.csvTimo Furrer2019-03-092-2/+2
|\ \ | |/ |/| Limit backports.csv install to Python 2
| * Limit backports.csv install to Python 2Claude Paroz2019-03-092-2/+2
|/
* release: 0.13.0v0.13.0Timo Furrer2019-03-081-1/+1
|
* Merge pull request #351 from jdufresne/isinstanceTimo Furrer2019-03-032-4/+4
|\ | | | | Merge multiple isinstance() calls to one
| * Merge multiple isinstance() calls to oneJon Dufresne2019-03-022-4/+4
| |
* | Merge pull request #353 from jdufresne/pypyTimo Furrer2019-03-032-3/+1
|\ \ | | | | | | Remove pypy from tox.ini