| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #259 from dyve/master | Iuri de Silvio | 2016-12-18 | 1 | -2/+4 | |
| |\ \ | | | | | | | Fix #260 date and datetime export to JSON | |||||
| | * | | Fix date and datetime export to JSON in Python versions with a json package | Dylan Verheul | 2016-11-30 | 1 | -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 expression | Andrii Soldatenko | 2016-12-18 | 2 | -4/+4 | |
| |/ / | ||||||
| * | | Put Dataset.title in the documentation | Erwin Junge | 2016-05-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | changes in code refactoring | Sushrut Rathi | 2016-05-03 | 1 | -4/+2 | |
| | | | ||||||
| * | | Add HTML format to the book_export test and fix the format to work properly | Paul Moss | 2016-03-18 | 1 | -6/+9 | |
| |/ | ||||||
| * | python 3 fix: map filter to ifilter | Peter M. Landwehr | 2016-02-27 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed __unicode__/__str__ for dataset with no headers | Tom Christie | 2016-02-25 | 1 | -2/+4 | |
| | | ||||||
| * | Reverted back yaml3 for ci failure | tusharmakkar08 | 2016-02-22 | 3 | -17/+6 | |
| | | ||||||
| * | PEP-8 standards followed | tusharmakkar08 | 2016-02-22 | 8 | -204/+228 | |
| | | ||||||
| * | v0.11.3v0.11.3 | Kenneth Reitz | 2016-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | v0.11.2v0.11.2 | Kenneth Reitz | 2016-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | Fix export only formats | Timo Furrer | 2016-02-15 | 1 | -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 defined | Claudio Mike Hofer | 2016-02-08 | 1 | -3/+4 | |
| | | | | As in #53 already solved. Freeze panes set to A2 again. | |||||
| * | v0.11.1, fix packaging errorv0.11.1 | Kenneth Reitz | 2016-02-07 | 1 | -2/+2 | |
| | | ||||||
| * | v0.11.0 | Kenneth Reitz | 2016-02-07 | 1 | -4/+4 | |
| | | ||||||
| * | smarter detect_format function | Kenneth Reitz | 2016-02-07 | 2 | -42/+27 | |
| | | ||||||
| * | fix __unicode__ | Kenneth Reitz | 2016-02-07 | 1 | -3/+6 | |
| | | ||||||
| * | Fix for transpose().transpose() with duplicate keys | Kenneth Reitz | 2016-02-07 | 1 | -3/+3 | |
| | | | | | #199 | |||||
| * | Merge pull request #206 from kontza/develop | Kenneth Reitz | 2016-02-07 | 1 | -24/+24 | |
| |\ | | | | | Two 'raise AttributeError' converted to Python 3 -friendly format. | |||||
| | * | More Python 3 -friendly formatting. | Rumpu-Jussi | 2015-10-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | More Python 3 -friendly formatting. | Rumpu-Jussi | 2015-10-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | More Python 3 -friendly formatting. | Rumpu-Jussi | 2015-10-27 | 1 | -2/+2 | |
| | | | ||||||
| | * | Two 'raise AttributeError' converted to Python 3 -friendly format. | Rumpu-Jussi | 2015-10-27 | 1 | -20/+20 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/develop' into develop | Kenneth Reitz | 2016-02-07 | 1 | -2/+6 | |
| |\ \ | ||||||
| | * \ | Merge pull request #186 from hdzierz/develop | Kenneth Reitz | 2016-02-07 | 1 | -2/+6 | |
| | |\ \ | | | | | | | | | Added a mechanism to avoid datetime.datetime issues when serializing dat... | |||||
| | | * | | Added a mechanism to avoid datetime.datetime issues when serializing data | Helge | 2015-03-02 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | cleanup | Kenneth Reitz | 2016-02-07 | 2 | -2/+3 | |
| | | | | | ||||||
| * | | | | Merge branch 'develop' into import_export | Kenneth Reitz | 2016-02-07 | 25 | -137/+3813 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # tablib/core.py # tablib/formats/_csv.py # tablib/formats/_xlsx.py | |||||
| | * | | | | /s/unique/remove_duplicates | Kenneth Reitz | 2016-02-07 | 1 | -6/+6 | |
| | |/ / / | | | | | | | | | | | | | #182 | |||||
| | * | | | Merge pull request #182 from cherepski/develop | Kenneth Reitz | 2016-02-07 | 1 | -0/+7 | |
| | |\ \ \ | | | | | | | | | | | Adding ability to unique all rows in a dataset. | |||||
| | | * | | | Adding ability to unique all rows in a dataset. | Kevin Cherepski | 2015-02-04 | 1 | -0/+7 | |
| | | |/ / | ||||||
| | * | | | Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into develop | Kenneth Reitz | 2016-02-07 | 1 | -8/+42 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # AUTHORS | |||||
| | | * | | | filter row and column values | rabinnankhwa | 2014-08-31 | 1 | -0/+4 | |
| | | | | | | ||||||
| | | * | | | adding support for creating subset of a dataset. | rabinnankhwa | 2014-08-30 | 1 | -0/+36 | |
| | | | | | | ||||||
| | | * | | | used get method of dictionary instead of exception handling | rabinnankhwa | 2014-08-30 | 1 | -8/+2 | |
| | | | | | | ||||||
| | | * | | | __getslice__ method of Row classcorrected | rabinnankhwa | 2014-08-30 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | fixed stuipid test | Kenneth Reitz | 2016-02-07 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'develop' of https://github.com/papisz/tablib into develop | Kenneth Reitz | 2016-02-07 | 3 | -49/+22 | |
| | |\ \ \ \ | ||||||
| | | * | | | | CSV custom delimiter support | papisz | 2014-04-09 | 3 | -49/+22 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into develop | Kenneth Reitz | 2016-02-07 | 3 | -1/+146 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Added LaTeX table export format | Mathias Loesch | 2015-06-04 | 3 | -1/+146 | |
| | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | | Merge pull request #204 from dallagi/notabs | Kenneth Reitz | 2016-01-27 | 1 | -26/+26 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Replace tabs with whitespaces | |||||
| | | * | | | | | Replaced tabs with whitespaces | Marco Dalla G | 2015-10-07 | 1 | -26/+26 | |
| | | |/ / / / | ||||||
| | * | | | | | Merge pull request #209 from jdharms/develop | Kenneth Reitz | 2016-01-27 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Small documentation fix in Dataset class | |||||
| | | * | | | | | Small documentation fix in Dataset class | Daniel Harms | 2015-11-10 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | * | | | | | Fix XLSX import | Wes | 2015-11-09 | 1 | -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 to | Thomas Anthony | 2015-05-26 | 2 | -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 Roten | 2015-03-28 | 1 | -1/+1 | |
| | | |_|/ | |/| | | ||||||
| | * | | | Fix JSON import example | Alex Marandon | 2014-10-03 | 1 | -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" | |||||
