aboutsummaryrefslogtreecommitdiffstats
path: root/test/iptc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed IPTC unit tests.Olivier Tilloy2009-12-151-71/+23
* IptcTag doesn't inherit from libexiv2python._IptcTag anymore, it keeps a refe...Olivier Tilloy2009-11-181-1/+1
* Pass IPTC Dates to exiv2 in the correct format (%Y-%m-%d).Olivier Tilloy2009-10-281-4/+4
* Do not allow setting the values of an IPTC tag to something else than a list ...Olivier Tilloy2009-10-261-0/+6
* Updated unit tests' imports.Olivier Tilloy2009-10-201-1/+4
* Do not do any charset conversions for IPTC tags.Olivier Tilloy2009-10-081-4/+1
* Make IptcTag._convert_to_string an instance method.Olivier Tilloy2009-10-081-33/+48
* Make IptcTag._convert_to_python an instance method.Olivier Tilloy2009-10-071-0/+235