summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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
* Merge pull request #206 from kontza/developKenneth Reitz2016-02-071-24/+24
|\
| * 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 dataHelge2015-03-021-2/+6
* | | | cleanupKenneth Reitz2016-02-072-2/+3
* | | | Merge branch 'develop' into import_exportKenneth Reitz2016-02-0725-137/+3813
|\ \ \ \
| * | | | /s/unique/remove_duplicatesKenneth Reitz2016-02-071-6/+6
| |/ / /
| * | | Merge pull request #182 from cherepski/developKenneth Reitz2016-02-071-0/+7
| |\ \ \
| | * | | 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
| |\ \ \
| | * | | 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
| |\ \ \ \ \
| | * | | | | 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 classDaniel Harms2015-11-101-1/+1
| | |/ / / /
| * | | | | Fix XLSX importWes2015-11-091-2/+2
| |/ / / /
| * | | | Fixed a compatibility bug for Python 3 by adding xrange toThomas Anthony2015-05-262-1/+3
| * | | | Fixes Row slicing. Fixes #184.Thomas Roten2015-03-281-1/+1
| | |_|/ | |/| |
| * | | Fix JSON import exampleAlex Marandon2014-10-031-1/+1