| Merge pull request #80 from digaru19/fix_str_repr |
|
More...
|
about 9 years ago
|
| Fix string representation |
|
More...
|
about 9 years ago
|
| * Resolve: Throw an exception if a property is attempted to append to Document object (issue #69) * Resolve: Appending arbitrary number of Sections/Properties in one go (issue #65) |
|
More...
|
about 9 years ago
|
| [format] fix renmaing of value_reference to reference |
|
More...
|
about 9 years ago
|
| [xmlparser] set model version to 1.1, remove TODO, fix re-raising of exception |
|
More...
|
about 9 years ago
|
| [property] fixing typo, and docstring, remove redundant pass |
|
More...
|
about 9 years ago
|
| Merge pull request #72 from jpresern/master |
|
More...
|
about 9 years ago
|
| [property] rename value_reference to reference |
|
More...
|
about 9 years ago
|
| [xmlparser] check if xml_file is has a close attr, before trying to close it |
|
More...
|
about 9 years ago
|
| Update README.rst |
|
More...
|
about 9 years ago
|
| replaced e.message by e in terminology.py |
|
More...
|
about 9 years ago
|
| Merge pull request #70 from jpresern/master |
|
More...
|
about 9 years ago
|
| replace e.message by e.msg |
|
More...
|
about 9 years ago
|
| [xmlparser] to_csv: create a list out of map return value |
|
More...
|
about 9 years ago
|
| [testProperty] remove unused imports |
|
More...
|
about 9 years ago
|
| [xmlreader] close file after reading |
|
More...
|
about 9 years ago
|
| [testinfertype] test for unicode if python 2.7 |
|
More...
|
about 9 years ago
|
| [dumper] dump value as csv |
|
More...
|
about 9 years ago
|
| [xmlparser] add to and from csv to parser |
|
More...
|
about 9 years ago
|
| [test] rmove value from samplefile, disable JSON parser for now |
|
More...
|
about 9 years ago
|
| [validation] remove value validation |
|
More...
|
about 9 years ago
|
| [section] default section type to None |
|
More...
|
about 9 years ago
|
| [testProperty] remove Value from test case |
|
More...
|
about 9 years ago
|
| [property] simplify dtype setter |
|
More...
|
about 9 years ago
|
| [xmlparser] only those entity fields are reset that have not be set via the constructor |
|
More...
|
about 9 years ago
|
| [property] value setter checks if a passed string looks like csv |
|
More...
|
about 9 years ago
|
| [property] add dtype to constructor |
|
More...
|
about 9 years ago
|
| [property] add missing properties and setters |
|
More...
|
about 9 years ago
|
| [dtypes] fix the datetime and time getter |
|
More...
|
about 9 years ago
|
| [test_dtypes] remove values |
|
More...
|
about 9 years ago
|