| Age | Commit message (Collapse) | Author | Files | Lines |
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
|
- 1.19.0 Added slice access to fixed results
Also corrected matching of *full string* vs. *full line*
Fix issue with using digit field numbering and types
- 1.18.0 Correct bug in int parsing introduced in 1.16.0
- 1.17.0 Make left- and center-aligned search consume up to next space
- 1.16.0 Make compiled parse objects pickleable
|
|
|
|
1.15.0 Several fixes for parsing non-base 10 numbers
|
|
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.
|
|
1.12.1
Actually use the case_sensitive arg in compile
|
|
1.12.0
Do not assume closing brace when an opening one is found
|
|
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.
|
|
1.9.0:
We now honor precision and width specifiers when parsing numbers and strings, allowing parsing of concatenated elements of fixed width
|
|
Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()
|