summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing white space throughout the projectJon Dufresne2019-03-027-29/+23
* Merge branch 'master' into bugfix/invalid-ascii-csvBruno Alla2019-03-0212-165/+444
|\
| * Merge pull request #333 from hudgeon/masterTimo Furrer2019-03-022-3/+15
| |\
| | * Add instructions for handling csv line endings in Windows in Python 3DougHudgeon2018-06-261-2/+14
| | * Updated xlsx format to use openpyxl's .active propertyDougHudgeon2018-06-251-1/+1
| * | Merge pull request #348 from mloesch/jiraTimo Furrer2019-03-023-2/+48
| |\ \
| | * | Add Jira table exportMathias Loesch2019-01-233-2/+48
| * | | Merge pull request #338 from lepuchi/hotfix/csv-new-lineTimo Furrer2019-03-021-1/+1
| |\ \ \
| | * | | only add row if it existslepuchi2018-10-021-1/+1
| | |/ /
| * | | Merge pull request #343 from jdufresne/odParth Shandilya2019-03-023-135/+2
| |\ \ \
| | * | | Remove vendored ordereddict packageJon Dufresne2019-01-013-135/+2
| | |/ /
| * | | Merge pull request #339 from thombashi/replace_deprecated_methodParth Shandilya2019-03-021-1/+1
| |\ \ \
| | * | | Replace a deprecated method callTsuyoshi Hombashi2018-10-061-1/+1
| | |/ /
| * | | Remove unused compat entriesJon Dufresne2019-01-011-11/+5
| |/ /
| * | ujson presence no longer breaks tablib (resolves #297) (#311)Maciej "RooTer" UrbaƄski2018-09-121-4/+1
| * | Fix: Circular reference detected error (#332)Bruno Soares2018-09-121-5/+5
| * | reStructuredText (#336)Norman Hooper2018-09-124-2/+303
| * | fix(): remove openpyxl warning by properly accessing cells (#296)Gregory Bataille2018-09-121-1/+1
| |/
| * next versionv0.12.1Kenneth Reitz2017-09-011-2/+2
| * Raise NotImplementedError if pandas is not installedRyan Castner2017-09-011-1/+10
| * drop 2.6Kenneth Reitz2017-08-271-2/+2
| * Adding initial DataFrames SupportJason Myers2017-08-263-1/+54
| * v0.11.5Kenneth Reitz2017-06-131-2/+2
| * use safe loadKenneth Reitz2017-06-131-1/+1
* | Fix unicode encode errors on Python 2 -- Fixes #215Bruno Alla2017-05-024-12/+7
|/
* Replaced vendored odfpy by a dependency (#280)Claude Paroz2017-02-2670-33792/+3
* Replaced vendored omnijson by the standard lib version (#279)Claude Paroz2017-02-249-1660/+2
* Replaced vendored pyyaml by a dependency (#278)Claude Paroz2017-02-2035-11530/+1
* Replaced vendored xlrd/xlwt by dependencies (#277)Claude Paroz2017-02-2093-42752/+4
* Replaced vendored openpyxl by a dependency (#221)Claude Paroz2017-02-2066-11303/+17
* Merge pull request #272 from founders4schools/unicodecsvKenneth Reitz2017-01-242-198/+1
|\
| * Replaced vendored unicodecsv by a dependencyBruno Alla2017-01-152-198/+1
* | Version bump: 0.11.4v0.11.4Iuri de Silvio2017-01-231-2/+2
|/
* remove file must be close it.tomwen2016-12-301-0/+1
* Merge pull request #234 from BrianPainter/masterIuri de Silvio2016-12-181-1/+8
|\
| * if the object is a decimal, return the string representation of it.Brian Painter2016-03-231-1/+8
* | Merge pull request #259 from dyve/masterIuri de Silvio2016-12-181-2/+4
|\ \
| * | Fix date and datetime export to JSON in Python versions with a json packageDylan Verheul2016-11-301-2/+4
* | | Remove LOCALE from str regular expressionAndrii Soldatenko2016-12-182-4/+4
|/ /
* | Put Dataset.title in the documentationErwin Junge2016-05-201-0/+1
* | changes in code refactoringSushrut Rathi2016-05-031-4/+2
* | Add HTML format to the book_export test and fix the format to work properlyPaul Moss2016-03-181-6/+9
|/
* python 3 fix: map filter to ifilterPeter M. Landwehr2016-02-271-0/+1
* Fixed __unicode__/__str__ for dataset with no headersTom Christie2016-02-251-2/+4
* Reverted back yaml3 for ci failuretusharmakkar082016-02-223-17/+6
* PEP-8 standards followedtusharmakkar082016-02-228-204/+228
* v0.11.3v0.11.3Kenneth Reitz2016-02-161-2/+2
* v0.11.2v0.11.2Kenneth Reitz2016-02-161-2/+2
* Fix export only formatsTimo Furrer2016-02-151-2/+3
* frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4