Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a poor man’s test skipping solution to substitute ↵ | Olivier Tilloy | 2011-10-24 | 1 | -1/+6 |
| | | | | @unittest.skipIf, which is only available starting with Python 2.7. | ||||
* | Use getattr, setattr and delattr where possible, instead of calling the ↵ | Olivier Tilloy | 2011-08-20 | 1 | -6/+6 |
| | | | | underlying (and supposedly hidden) methods. | ||||
* | Be flexible and allow setting the value of a LangAlt tag to a string, | Olivier Tilloy | 2011-08-17 | 1 | -1/+7 |
| | | | in which case it is automatically converted to {'x-default': value}. | ||||
* | Add some sanity checks. | Olivier Tilloy | 2011-08-17 | 1 | -0/+2 |
| | |||||
* | Check the type before setting a tag’s value and raise a TypeError if it ↵ | Olivier Tilloy | 2011-08-17 | 1 | -1/+11 |
| | | | | doesn’t match. | ||||
* | Added some (failing) unit tests for date conversion for dates prior to year ↵ | Olivier Tilloy | 2011-08-04 | 1 | -0/+20 |
| | | | | 1900. | ||||
* | Fix timezone formatting when writing XMP tags. | Olivier Tilloy | 2011-08-02 | 1 | -0/+21 |
| | | | This introduces an optional dependency on python-tz in unit tests. | ||||
* | Handle fractions in a transparent manner, | Olivier Tilloy | 2010-12-26 | 1 | -8/+5 |
| | | | using the convenience functions defined in module pyexiv2.utils. | ||||
* | EMPTY_JPG_DATA was moved to the testutils module. | Olivier Tilloy | 2010-12-17 | 1 | -2/+1 |
| | |||||
* | Merged latest changes from trunk. | Olivier Tilloy | 2010-12-17 | 1 | -1/+26 |
|\ | |||||
| * | Unit tests for Rational conversions in XMP tags. | Olivier Tilloy | 2010-11-30 | 1 | -1/+26 |
| | | |||||
* | | Unit tests for the custom XMP namespaces. | Olivier Tilloy | 2010-11-29 | 1 | -1/+102 |
|/ | |||||
* | Attach the image's XmpData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-20 | 1 | -17/+1 |
| | | | | Remove redundant code that would set the value of a tag twice (in the tag itself, and in the image). Remove the now useless metadata attribute. | ||||
* | Prevent emptying XMP sequences and other multiple-value types. | Olivier Tilloy | 2010-01-21 | 1 | -0/+8 |
| | |||||
* | Updated copyright headers for 2010. | Olivier Tilloy | 2010-01-05 | 1 | -1/+1 |
| | | | Happy new year! | ||||
* | Fixed XMP unit tests. | Olivier Tilloy | 2009-12-15 | 1 | -201/+139 |
| | |||||
* | Updated unit tests' imports. | Olivier Tilloy | 2009-10-20 | 1 | -0/+370 |