openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
cutplace
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 15, 2024 — Sep 15, 2025
Showing page 45 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- Changed setup.py to be generated by "ant version". - Added Trove classifiers and license to setup.py.
Thomas Aglassinger
More...
over 16 years ago
Ignored generated version.py.
Thomas Aglassinger
More...
over 16 years ago
Changed version information to be generated from version.xml.
Thomas Aglassinger
More...
over 16 years ago
- Added reading of data file but no actual validation yet. - Added mapping of some values of DataFormat to Dialect. It is still incomplete though. - Changed messages quoting data values to use repr() instead of str() in order to display special characters in a reasonable way.
Thomas Aglassinger
More...
over 16 years ago
- Added deletion of *.pyc to "clean" target. - Cleaned up name in <project> tag.
Thomas Aglassinger
More...
over 16 years ago
Added option to automatically figure out which line and item delimiter to use by specifying AUTO as value. Ideally this would use Sniffer.sniff(), however this doesn't seem to work with the short test cases in test_parsers. So for it it uses it own, very simple logic.
Thomas Aglassinger
More...
over 16 years ago
Added generator parsers.delimitedReader which similar to csv.reader yields the data line by line, with each line being a list of columns.
Thomas Aglassinger
More...
over 16 years ago
- Fixed handling of quoted items. - Cleaned up unused code.
Thomas Aglassinger
More...
over 16 years ago
Fixed handling of file using CR or CRLF as line delimiter.
Thomas Aglassinger
More...
over 16 years ago
Added support for data spawning multiple lines separated by a line delimiter such as "\n".
Thomas Aglassinger
More...
over 16 years ago
Added parser for delimited data, mostly because the "csv" standard module has issues with detecting errors related to line feeds. This is a work in progress, currently it can only handle data with a single line.
Thomas Aglassinger
More...
over 16 years ago
Added a rough first version that can read and validate an IDC according to the options given in the command line.
Thomas Aglassinger
More...
over 16 years ago
Added project folders.
Thomas Aglassinger
More...
over 16 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree