Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed IPTC unit tests. | Olivier Tilloy | 2009-12-15 | 1 | -71/+23 |
| | |||||
* | IptcTag doesn't inherit from libexiv2python._IptcTag anymore, it keeps a ↵ | Olivier Tilloy | 2009-11-18 | 1 | -1/+1 |
| | | | | reference to it as a protected attribute. | ||||
* | Pass IPTC Dates to exiv2 in the correct format (%Y-%m-%d). | Olivier Tilloy | 2009-10-28 | 1 | -4/+4 |
| | |||||
* | Do not allow setting the values of an IPTC tag to something else than a list ↵ | Olivier Tilloy | 2009-10-26 | 1 | -0/+6 |
| | | | | or a tuple. | ||||
* | Updated unit tests' imports. | Olivier Tilloy | 2009-10-20 | 1 | -1/+4 |
| | |||||
* | Do not do any charset conversions for IPTC tags. | Olivier Tilloy | 2009-10-08 | 1 | -4/+1 |
| | |||||
* | Make IptcTag._convert_to_string an instance method. | Olivier Tilloy | 2009-10-08 | 1 | -33/+48 |
| | |||||
* | Make IptcTag._convert_to_python an instance method. | Olivier Tilloy | 2009-10-07 | 1 | -0/+235 |