summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #314 - Delegate type coercion to openpyxlClaude Paroz2019-10-043-9/+30
* 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
* 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
* 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 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
|\ \ | |/ |/|
| * 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 fallbackClaude Paroz2019-03-091-4/+2
* | Merge pull request #356 from claudep/xlsx_read_onlyTimo Furrer2019-03-111-2/+2
|\ \
| * | Open xlsx workbooks in read-only modeClaude Paroz2019-03-091-2/+2
| |/
* | Merge pull request #361 from jdufresne/pinParth Shandilya2019-03-101-22/+7
|\ \
| * | Unpin transient dependencies in requirements.txtJon Dufresne2019-03-091-22/+7
|/ /
* | Merge pull request #359 from claudep/backports.csvTimo Furrer2019-03-092-2/+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 oneJon Dufresne2019-03-022-4/+4
* | Merge pull request #353 from jdufresne/pypyTimo Furrer2019-03-032-3/+1
|\ \
| * | Remove pypy from tox.iniJon Dufresne2019-03-022-3/+1
| |/
* | Merge pull request #248 from jean/masterTimo Furrer2019-03-036-76/+136
|\ \
| * \ Merge branch 'master' into masterJean Jordaan2019-03-03304-102041/+782
| |\ \ | |/ / |/| |
* | | Merge pull request #352 from jdufresne/wsParth Shandilya2019-03-0213-59/+51
|\ \ \ | |_|/ |/| |
| * | Trim trailing white space throughout the projectJon Dufresne2019-03-0213-59/+51
|/ /
* | Merge pull request #350 from browniebroke/bugfix/invalid-ascii-csvTimo Furrer2019-03-027-20/+26
|\ \
| * | Add backports.csv to requirements.txtBruno Alla2019-03-021-0/+1
| * | Merge branch 'master' into bugfix/invalid-ascii-csvBruno Alla2019-03-0225-247/+599
| |\ \ | |/ / |/| |