summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update README.rstKenneth Reitz2017-08-271-3/+12
| | | |
* | | | update docsKenneth Reitz2017-08-271-3/+8
|/ / / | | | | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* | | drop 2.6Kenneth Reitz2017-08-274-9/+4
| | |
* | | only require pandas if python isn't 2.6Kenneth Reitz2017-08-271-2/+5
| | | | | | | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* | | Merge pull request #301 from jasonamyers/feature/dataframesKenneth Reitz2017-08-275-1/+56
|\ \ \ | | | | | | | | Adding initial DataFrames Support
| * | | Adding initial DataFrames SupportJason Myers2017-08-265-1/+56
|/ / / | | | | | | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* | | historyv0.11.5Kenneth Reitz2017-06-131-0/+5
| | |
* | | 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-026-17/+21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Switch csv library to backports.csv as the implementation is closer to the python 3 one. Add a test case covering the problem. Run tests with unicode_literals from future Fix unicode encode errors with unicode characters - Use `backports.csv` instead of `unicodecsv` - Use StringIO instead of cStringIO - Clean-up some Python 2 specific code
* | fix python interpreter supported version in doc (#286)Nicolas Appriou2017-04-191-3/+4
| |
* | Replaced vendored odfpy by a dependency (#280)Claude Paroz2017-02-2672-34003/+5
| | | | | | Refs #273.
* | correct example (#276)yarko2017-02-241-1/+3
| | | | | | | | | | | | | | map() is a function in python2, and iterator in python3+; In any case - map is inefficient compared to either comprehensions (most efficient), or simple loops (close second). SInce in this case, data.append() returns nothing, use a simple look. It is clearer, more efficient, and works with both python2 and python3
* | Replaced vendored omnijson by the standard lib version (#279)Claude Paroz2017-02-2412-1701/+7
| | | | | | Refs #273.
* | Replaced vendored pyyaml by a dependency (#278)Claude Paroz2017-02-2038-11565/+5
| |
* | Replaced vendored xlrd/xlwt by dependencies (#277)Claude Paroz2017-02-2095-42919/+7
| | | | | | Refs #273.
* | Replaced vendored openpyxl by a dependency (#221)Claude Paroz2017-02-2070-11317/+26
| | | | | | | | | | | | | | | | | | | | | | | | It is time to make it happen. * Dropped Python 3.2 support Recent dependencies are dropping Python 3.2 too. * Replaced vendored openpyxl by a dependency Thanks Tommy Anthony for the initial patch.
* | Merge pull request #272 from founders4schools/unicodecsvKenneth Reitz2017-01-243-203/+11
|\ \ | | | | | | Replaced vendored unicodecsv by a dependency
| * | Read version in setup.py without importing tablibBruno Alla2017-01-151-4/+6
| | |
| * | Replaced vendored unicodecsv by a dependencyBruno Alla2017-01-153-199/+5
| | | | | | | | | | | | Using https://pypi.python.org/pypi/unicodecsv/0.14.1
* | | Version bump: 0.11.4v0.11.4Iuri de Silvio2017-01-232-4/+10
|/ /
* | Merge pull request #269 from kammala/masterIuri de Silvio2017-01-101-2/+4
|\ \ | | | | | | Fixed classifiers in setup.py
| * | Fixed classifiers in setup.pykammala2017-01-101-2/+4
|/ / | | | | moved classifiers from tuple to list(this allow to use setup.py upload command in python >= 3.5)
* | Merge pull request #266 from wenzhihong2003/masterKenneth Reitz2017-01-051-0/+1
|\ \ | | | | | | remove file must be close it.
| * | remove file must be close it.tomwen2016-12-301-0/+1
|/ / | | | | | | | | | | in windows if you don't close template file, remove it will raise WindowsError: [Error 32]
* | 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.
| * | 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-183-2/+30
|\ \ \ | | | | | | | | Fix #260 date and datetime export to JSON
| * | | Fix date and datetime export to JSON in Python versions with a json packageDylan Verheul2016-11-303-2/+30
| | | | | | | | | | | | | | | | | | | | Python without a json package will use omnijson and fail on date and datetime objects. Added unit tests.
* | | | Merge pull request #263 from andriisoldatenko/developIuri de Silvio2016-12-184-5/+6
|\ \ \ \ | |/ / / |/| | | Remove LOCALE from str regular expression
| * | | Added py36 to tox.iniAndrii Soldatenko2016-12-181-1/+1
| | | |
| * | | Added py35 to tox.iniAndrii Soldatenko2016-12-182-1/+2
| | | |
| * | | Remove LOCALE from str regular expressionAndrii Soldatenko2016-12-182-4/+4
|/ / /
| | * Fix typo in label, add missing newline before directiveJean Jordaan2016-08-011-1/+4
| | | | | | | | | | | | Label: s/peed/speed/
| | * Change the blind reference `mit` to an URLJean Jordaan2016-08-011-1/+1
| | | | | | | | | | | | | | | :ref:`MIT Licensed <mit>` had no target in the docs, so change it to a canonical URL.
| | * Missed some tabs.Jean Jordaan2016-07-311-7/+7
| | |
| | * Editing while reading: punctuation, markup, linebreaksJean Jordaan2016-07-316-98/+164
| |/ |/| | | | | | | | | | | | | | | | | I fixed some extra commas, missing apostrophes, and typos; added some linebreaks between sentences for very long lines; added explicit markup for console blocks, got rid of some tabs, fixed indentation of an admonition, and some more small tweaks. This supersedes https://github.com/kennethreitz/tablib/pull/84
* | Merge pull request #239 from ErwinJunge/dataset-title-in-docsKenneth Reitz2016-05-211-0/+1
|\ \ | | | | | | Put Dataset.title in the documentation
| * | Put Dataset.title in the documentationErwin Junge2016-05-201-0/+1
|/ /
* | Merge pull request #238 from sushrutrathi/code_changesKenneth Reitz2016-05-031-4/+2
|\ \ | | | | | | changes in code refactoring
| * | changes in code refactoringSushrut Rathi2016-05-031-4/+2
|/ /
* | Merge pull request #233 from ScorpionResponse/html_book_testKenneth Reitz2016-04-102-6/+10
|\ \ | | | | | | Add HTML format to the book_export test and fix the format to work properly
| * | Add HTML format to the book_export test and fix the format to work properlyPaul Moss2016-03-182-6/+10
| | |
* | | Merge pull request #236 from candy0427/masterIuri de Silvio2016-03-241-1/+1
|\ \ \ | |_|/ |/| | Update README.rst
| * | Update README.rstCandyLikeSmile2016-03-241-1/+1
|/ /
* | Merge pull request #232 from chimeno/patch-1Kenneth Reitz2016-03-181-2/+2
|\ \ | |/ |/| [docs] Update variable name in tuto
| * [docs] Update variable name in tutoDaniel Chimeno2016-03-181-2/+2
|/ | | | The tutorial has been using the 'data' variable, but in this case it's using 'd'. This change that.
* Merge pull request #229 from pmlandwehr/patch-1Kenneth Reitz2016-02-281-0/+1
|\ | | | | python 3 fix: map filter to ifilter
| * python 3 fix: map filter to ifilterPeter M. Landwehr2016-02-271-0/+1
|/
* Update HISTORY.rstKenneth Reitz2016-02-251-0/+5
|