summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/0.7.1'v0.7.1Kenneth Reitz2010-09-205-37/+37
|\
| * Version bump (v0.7.1)Kenneth Reitz2010-09-203-3/+10
| * Updated TODO.Kenneth Reitz2010-09-201-2/+1
| * Documentation update for properties.Kenneth Reitz2010-09-201-4/+4
| * Updated tests for reverted methods.Kenneth Reitz2010-09-201-5/+5
| * Reverted methods back to properties.Kenneth Reitz2010-09-201-23/+17
| * Merge branch 'hotfix/dict' into developv0.7.0Kenneth Reitz2010-09-201-1/+1
| |\
* | \ Merge branch 'hotfix/dict'Kenneth Reitz2010-09-201-1/+1
|\ \ \ | |/ / |/| / | |/
| * Whoops.Kenneth Reitz2010-09-201-1/+1
|/
* Merge branch 'feature/unicode' into developKenneth Reitz2010-09-205-41/+54
|\
| * Version bump (v0.7.0).Kenneth Reitz2010-09-203-13/+34
| * Updated readme to reflect property to method changes.Kenneth Reitz2010-09-201-5/+5
| * Changed export properties to methods.Kenneth Reitz2010-09-202-17/+9
| * Moved from cStringIO to StringIO. More stable.Kenneth Reitz2010-09-201-7/+7
|/
* Merge branch 'release/0.6.4' into developKenneth Reitz2010-09-203-3/+10
|\
| * Version bump (0.6.4).Kenneth Reitz2010-09-203-3/+10
|/
* Chmox.Kenneth Reitz2010-09-201-0/+0
* Merge branch 'master' into devKenneth Reitz2010-09-200-0/+0
|\
| * Version bump (v0.6.4)Kenneth Reitz2010-09-203-3/+14
* | String decoding to avoid unicode collisions for XLS output.Kenneth Reitz2010-09-192-7/+15
* | Removed unneeded tuple_check.Kenneth Reitz2010-09-191-5/+0
* | PEP257.Kenneth Reitz2010-09-191-13/+18
* | PEP8.Kenneth Reitz2010-09-191-0/+11
* | Merge branch 'durden' into developKenneth Reitz2010-09-192-21/+103
|\ \
| * | Added test for csv exportLuke Lee2010-09-191-2/+19
| * | Improved del testLuke Lee2010-09-191-0/+8
| * | Added tests del functionalityLuke Lee2010-09-191-0/+14
| * | Added docstringsLuke Lee2010-09-191-5/+3
| * | Misc. PEP8 whitespace celeanupLuke Lee2010-09-191-6/+5
| * | Attempt at merging upstream develop branchLuke Lee2010-09-196-36/+135
| |\ \ | |/ / |/| |
* | | Inline docs.Kenneth Reitz2010-09-161-0/+1
* | | Removed useless is_string function.Kenneth Reitz2010-09-152-7/+2
* | | Version Bump.Kenneth Reitz2010-09-151-1/+1
* | | reamde updateKenneth Reitz2010-09-141-0/+5
| |/ |/|
* | Merge branch 'release/0.6.3'v0.6.3Kenneth Reitz2010-09-145-29/+124
|\ \
| * | Version bump. v0.6.3.Kenneth Reitz2010-09-142-3/+3
| * | Updated readme for column additions.Kenneth Reitz2010-09-141-5/+9
| * | Merge branch 'feature/add-cols' into developKenneth Reitz2010-09-133-21/+112
| |\ \
| | * | Extensively testing Kenneth Reitz2010-09-132-11/+64
| | * | Added data.append(col=[]) support.Kenneth Reitz2010-09-131-12/+50
| | * | Made Struct really powerful.Kenneth Reitz2010-09-131-1/+1
| |/ /
* | | Merge branch 'release/0.6.3'Kenneth Reitz2010-09-141-0/+1
|\ \ \ | |/ /
| * | Updated RoadmapKenneth Reitz2010-09-131-0/+1
|/ /
| * Ignore file updateLuke Lee2010-09-191-2/+4
| * Fixed typo in test from previous commitLuke Lee2010-09-131-0/+1
| * Added extra row to base data setLuke Lee2010-09-131-7/+12
| * Added test for slicing data elementsLuke Lee2010-09-131-1/+15
| * Refactored creation of data set into setUpLuke Lee2010-09-131-14/+11
| * Added simple test for slicing by headersLuke Lee2010-09-131-0/+19
| * Adding docstringsLuke Lee2010-09-131-2/+10