| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs cleanupv0.11.0 | Kenneth Reitz | 2016-02-07 | 2 | -2/+2 |
| * | v0.11.0 | Kenneth Reitz | 2016-02-07 | 4 | -9/+12 |
| * | smarter detect_format function | Kenneth Reitz | 2016-02-07 | 3 | -47/+32 |
| * | updated history | Kenneth Reitz | 2016-02-07 | 1 | -0/+23 |
| * | fix __unicode__ | Kenneth Reitz | 2016-02-07 | 1 | -3/+6 |
| * | Fix for transpose().transpose() with duplicate keys | Kenneth Reitz | 2016-02-07 | 2 | -4/+12 |
| * | $ make test | Kenneth Reitz | 2016-02-07 | 1 | -0/+2 |
| * | Merge pull request #206 from kontza/develop | Kenneth Reitz | 2016-02-07 | 1 | -24/+24 |
| |\ | |||||
| | * | 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 pull request #193 from jhermann/patch-1 | Kenneth Reitz | 2016-02-07 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | Formats .tsv and .html are implemented by now | Jürgen Hermann | 2015-04-08 | 1 | -2/+0 |
| * | | | 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 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 | 42 | -263/+4123 |
| |\ \ \ \ \ | |||||
| | * | | | | | /s/unique/remove_duplicates | Kenneth Reitz | 2016-02-07 | 2 | -11/+11 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #182 from cherepski/develop | Kenneth Reitz | 2016-02-07 | 2 | -0/+26 |
| | |\ \ \ \ | |||||
| | | * | | | | Adding ability to unique all rows in a dataset. | Kevin Cherepski | 2015-02-04 | 2 | -0/+26 |
| | | |/ / / | |||||
| | * | | | | Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into develop | Kenneth Reitz | 2016-02-07 | 3 | -8/+63 |
| | |\ \ \ \ | |||||
| | | * | | | | filter row and column values | rabinnankhwa | 2014-08-31 | 1 | -0/+4 |
| | | * | | | | adding support for creating subset of a dataset. | rabinnankhwa | 2014-08-30 | 3 | -0/+57 |
| | | * | | | | 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 |
| | * | | | | | python 3.2 is terrible | Kenneth Reitz | 2016-02-07 | 1 | -1/+1 |
| | * | | | | | fixed stuipid test | Kenneth Reitz | 2016-02-07 | 2 | -15/+3 |
| | * | | | | | Merge branch 'develop' of https://github.com/papisz/tablib into develop | Kenneth Reitz | 2016-02-07 | 4 | -49/+46 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | CSV custom delimiter support | papisz | 2014-04-09 | 4 | -49/+46 |
| | * | | | | | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into develop | Kenneth Reitz | 2016-02-07 | 5 | -1/+209 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Added LaTeX table export format | Mathias Loesch | 2015-06-04 | 5 | -1/+209 |
| | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | update development guide | Kenneth Reitz | 2016-02-07 | 1 | -34/+0 |
| | * | | | | | | updates to install guide | Kenneth Reitz | 2016-02-07 | 1 | -18/+1 |
| | * | | | | | | fix documentation | Kenneth Reitz | 2016-02-07 | 1 | -4/+4 |
| | * | | | | | | remove bunk file | Kenneth Reitz | 2016-02-07 | 1 | -15/+0 |
| | * | | | | | | remove TODO.rst | Kenneth Reitz | 2016-02-07 | 1 | -7/+0 |
| | * | | | | | | --universal | Kenneth Reitz | 2016-02-07 | 2 | -3/+1 |
| | * | | | | | | Merge pull request #204 from dallagi/notabs | Kenneth Reitz | 2016-01-27 | 2 | -26/+27 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Added myself to authors, as indicated in README | Marco Dalla G | 2015-10-07 | 1 | -0/+1 |
| | | * | | | | | | 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 | Daniel Harms | 2015-11-10 | 1 | -1/+1 |
| | | |/ / / / / | |||||
| | * | | | | | | Merge pull request #208 from stclair/develop | Kenneth Reitz | 2016-01-27 | 1 | -2/+2 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Fix XLSX import | Wes | 2015-11-09 | 1 | -2/+2 |
| | | |/ / / / / | |||||
| | * | | | | | | Merge pull request #213 from go8ose/develop | Iuri de Silvio | 2016-01-20 | 1 | -0/+10 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | Add section on importing to tutorial. | Geoff Crompton | 2016-01-18 | 1 | -0/+10 |
| | |/ / / / / | |||||
| | * | | | | | Merge pull request #194 from tommyanthony/develop | Iuri de Silvio | 2015-05-27 | 3 | -1/+4 |
| | |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | | * | | | | Fixed a compatibility bug for Python 3 by adding xrange to | Thomas Anthony | 2015-05-26 | 3 | -1/+4 |
| | |/ / / / | |||||
