summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Remove pypy from tox.iniJon Dufresne2019-03-022-3/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The platform is not tested on Travis and it fails to run with: Processing ./.tox/dist/tablib-0.12.1.zip Collecting odfpy (from tablib==0.12.1) Collecting openpyxl>=2.4.0 (from tablib==0.12.1) Collecting backports.csv (from tablib==0.12.1) Using cached https://files.pythonhosted.org/packages/71/f7/5db9136de67021a6dce4eefbe50d46aa043e59ebb11c83d4ecfeb47b686e/backports.csv-1.0.6-py2.py3-none-any.whl Collecting xlrd (from tablib==0.12.1) Using cached https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl Collecting xlwt (from tablib==0.12.1) Using cached https://files.pythonhosted.org/packages/44/48/def306413b25c3d01753603b1a222a011b8621aed27cd7f89cbc27e6b0f4/xlwt-1.3.0-py2.py3-none-any.whl Collecting pyyaml (from tablib==0.12.1) Collecting pandas (from tablib==0.12.1) Using cached https://files.pythonhosted.org/packages/81/fd/b1f17f7dc914047cd1df9d6813b944ee446973baafe8106e4458bfb68884/pandas-0.24.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<module>", line 1, in <module> File "/tmp/pip-install-F5lmAg/pandas/setup.py", line 732, in <module> ext_modules=maybe_cythonize(extensions, compiler_directives=directives), File "/tmp/pip-install-F5lmAg/pandas/setup.py", line 475, in maybe_cythonize numpy_incl = pkg_resources.resource_filename('numpy', 'core/include') File "tablib/.tox/pypy/site-packages/pkg_resources/__init__.py", line 1144, in resource_filename return get_provider(package_or_requirement).get_resource_filename( File "tablib/.tox/pypy/site-packages/pkg_resources/__init__.py", line 361, in get_provider __import__(moduleOrReq) ImportError: No module named numpy ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-F5lmAg/pandas/
* | Merge pull request #248 from jean/masterTimo Furrer2019-03-036-76/+136
|\ \ | | | | | | Editing while reading: punctuation, markup, linebreaks
| * \ 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 project
| * | Trim trailing white space throughout the projectJon Dufresne2019-03-0213-59/+51
|/ / | | | | | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* | Merge pull request #350 from browniebroke/bugfix/invalid-ascii-csvTimo Furrer2019-03-027-20/+26
|\ \ | | | | | | Import ascii characters not valid with unicode literals - updated
| * | Add backports.csv to requirements.txtBruno Alla2019-03-021-0/+1
| | |
| * | Merge branch 'master' into bugfix/invalid-ascii-csvBruno Alla2019-03-0225-247/+599
| |\ \ | |/ / |/| | | | | | | | | | | | | | # Conflicts: # setup.py # tablib/compat.py # test_tablib.py
* | | Merge pull request #333 from hudgeon/masterTimo Furrer2019-03-023-3/+23
|\ \ \ | | | | | | | | Updated xlsx format to remove reference to openpyxl's deprecated get_active_worksheet
| * | | Add instructions for handling csv line endings in Windows in Python 3DougHudgeon2018-06-261-2/+14
| | | |