2020-03-02 11:29:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.15.0
1.15.0 Several fixes for parsing non-base 10 numbers
|
2020-01-03 12:46:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.14.0
1.14.0 More broad acceptance of Fortran number format
1.13.1 Project metadata correction.
1.13.0 Handle Fortran formatted numbers with no leading 0 before decimal point. \
Handle comparison of FixedTzOffset with other types of object.
|
2019-08-28 10:22:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.12.1
1.12.1
Actually use the case_sensitive arg in compile
|
2019-04-11 10:31:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.12.0
1.12.0
Do not assume closing brace when an opening one is found
|
2019-01-24 14:46:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.11.1
1.11.0 Implement __contains__ for Result instances.
1.10.0 Introduce a "letters" matcher, since "w" matches \
numbers also.
1.9.1 Fix deprecation warnings around backslashes in regex strings. Also fix \
some documentation formatting issues.
|
2018-10-07 09:28:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.9.0
1.9.0:
We now honor precision and width specifiers when parsing numbers and strings, \
allowing parsing of concatenated elements of fixed width
|
2018-08-28 11:54:26 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-parse: added version 1.8.4
Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()
|