Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not fail to parse rationals stored as '0/0'. | Olivier Tilloy | 2011-05-24 | 1 | -0/+2 |
| | | | In the crazy world of EXIF metadata, this means a null fraction, i.e. 0/1. | ||||
* | New convenience function to factorize further the code that handles ↵ | Olivier Tilloy | 2010-12-26 | 1 | -1/+9 |
| | | | | fractions: fraction_to_string(...). | ||||
* | is_fraction and make_fraction: convenience functions to handle transparently | Olivier Tilloy | 2010-12-24 | 1 | -1/+41 |
| | | | the conditional availability of the fractions module in the standard library (Python ≥ 2.6). | ||||
* | Strip trailing white spaces in string_to_undefined(…). | Olivier Tilloy | 2010-11-15 | 1 | -0/+50 |
New unit tests for string ⟷ undefined conversions. |