summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #259 from dyve/masterIuri de Silvio2016-12-181-2/+4
|\ \ | | | | | | Fix #260 date and datetime export to JSON
| * | Fix date and datetime export to JSON in Python versions with a json packageDylan Verheul2016-11-301-2/+4
| | | | | | | | | | | | | | | Python without a json package will use omnijson and fail on date and datetime objects. Added unit tests.
* | | 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
| | | | | | | | Formats like LaTeX could have never been exported because `setattr(cls, set_%s % fmt.title, fmt.import_set)` always failed for export-only formats and with that the exception was caught in the outer try/except and the format tuple was set to (None, None) with `cls._formats[fmt.title] = (None, None)`
* frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4
| | | As in #53 already solved. Freeze panes set to A2 again.
* v0.11.1, fix packaging errorv0.11.1Kenneth Reitz2016-02-071-2/+2
|
* v0.11.0Kenneth Reitz2016-02-071-4/+4
|
* smarter detect_format functionKenneth Reitz2016-02-072-42/+27
|
* fix __unicode__Kenneth Reitz2016-02-071-3/+6
|
* Fix for transpose().transpose() with duplicate keysKenneth Reitz2016-02-071-3/+3
| | | | #199
* Merge pull request #206 from kontza/developKenneth Reitz2016-02-071-24/+24
|\ | | | | Two 'raise AttributeError' converted to Python 3 -friendly format.
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
| |
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
| |
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-2/+2
| |
| * Two 'raise AttributeError' converted to Python 3 -friendly format.Rumpu-Jussi2015-10-271-20/+20
| |
* | Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2016-02-071-2/+6
|\ \
| * \ Merge pull request #186 from hdzierz/developKenneth Reitz2016-02-071-2/+6
| |\ \ | | | | | | | | Added a mechanism to avoid datetime.datetime issues when serializing dat...
| | * | Added a mechanism to avoid datetime.datetime issues when serializing dataHelge2015-03-021-2/+6
| | | |
* | | | cleanupKenneth Reitz2016-02-072-2/+3
| | | |
* | | | Merge branch 'develop' into import_exportKenneth Reitz2016-02-0725-137/+3813
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # tablib/core.py # tablib/formats/_csv.py # tablib/formats/_xlsx.py
| * | | | /s/unique/remove_duplicatesKenneth Reitz2016-02-071-6/+6
| |/ / / | | | | | | | | | | | | #182
| * | | Merge pull request #182 from cherepski/developKenneth Reitz2016-02-071-0/+7
| |\ \ \ | | | | | | | | | | Adding ability to unique all rows in a dataset.
| | * | | Adding ability to unique all rows in a dataset.Kevin Cherepski2015-02-041-0/+7
| | |/ /
| * | | Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into developKenneth Reitz2016-02-071-8/+42
| |\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # AUTHORS
| | * | | filter row and column valuesrabinnankhwa2014-08-311-0/+4
| | | | |
| | * | | adding support for creating subset of a dataset.rabinnankhwa2014-08-301-0/+36
| | | | |
| | * | | used get method of dictionary instead of exception handlingrabinnankhwa2014-08-301-8/+2
| | | | |
| | * | | __getslice__ method of Row classcorrectedrabinnankhwa2014-08-301-1/+1
| | | | |
| * | | | fixed stuipid testKenneth Reitz2016-02-071-2/+2
| | | | |
| * | | | Merge branch 'develop' of https://github.com/papisz/tablib into developKenneth Reitz2016-02-073-49/+22
| |\ \ \ \
| | * | | | CSV custom delimiter supportpapisz2014-04-093-49/+22
| | | | | |
| * | | | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into developKenneth Reitz2016-02-073-1/+146
| |\ \ \ \ \
| | * | | | | Added LaTeX table export formatMathias Loesch2015-06-043-1/+146
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #204 from dallagi/notabsKenneth Reitz2016-01-271-26/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | Replace tabs with whitespaces
| | * | | | | Replaced tabs with whitespacesMarco Dalla G2015-10-071-26/+26
| | |/ / / /
| * | | | | Merge pull request #209 from jdharms/developKenneth Reitz2016-01-271-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Small documentation fix in Dataset class
| | * | | | | Small documentation fix in Dataset classDaniel Harms2015-11-101-1/+1
| | |/ / / /
| * | | | | Fix XLSX importWes2015-11-091-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling import_set on an XLSX file was throwing a TypeError from Openpyxl. Openpyxl Reader load_workbook requires a file-like object as the first argument. This commit fixes the error by passing in a file-like object instead of a string.
| * | | | Fixed a compatibility bug for Python 3 by adding xrange toThomas Anthony2015-05-262-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compat.py. The code in tablib/formats/_xls.py used xrange in parsing excel spreadsheets. xrange is not a builtin for Python 3, so I've added xrange = range in compat.py and imported it in tablib/formats/_xls.py.
| * | | | Fixes Row slicing. Fixes #184.Thomas Roten2015-03-281-1/+1
| | |_|/ | |/| |
| * | | Fix JSON import exampleAlex Marandon2014-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example was triggering this error: JSONError: Expecting property name: line 1 column 3 (char 2) This is because JSON property names should be wrapped in double quotes. While at it, I've fixed the typo in "last_name"