aboutsummaryrefslogtreecommitdiffstats
path: root/test/iptc.py
Commit message (Expand)AuthorAgeFilesLines
* Replace the deprecated 'raw_values' and 'values' attributes by 'raw_value' an...Olivier Tilloy2011-10-241-10/+10
* Implement a poor man’s test skipping solution to substitute @unittest.skipI...Olivier Tilloy2011-10-241-1/+6
* Use getattr, setattr and delattr where possible, instead of calling the under...Olivier Tilloy2011-08-201-4/+4
* Added some (failing) unit tests for date conversion for dates prior to year 1...Olivier Tilloy2011-08-041-0/+16
* Fix timezone formatting when writing IPTC tags.Olivier Tilloy2011-08-021-0/+15
* Fix the IPTC Time type to string conversion,Olivier Tilloy2010-12-221-10/+10
* Unit test to check that accessing the .raw_values and .values properties issu...Olivier Tilloy2010-11-211-0/+30
* Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...Olivier Tilloy2010-11-211-3/+3
* Add a unit test to check that an exception is raised when trying to set multi...Olivier Tilloy2010-11-171-0/+5
* Throw an exception instead of silently failing when unable to parse the raw v...Olivier Tilloy2010-11-171-0/+5
* Attach the image's IptcData to a tag when it is assigned to an image.Olivier Tilloy2010-05-191-17/+1
* Updated copyright headers for 2010.Olivier Tilloy2010-01-051-1/+1
|\
| * Updated copyright headers for 2010.Olivier Tilloy2010-01-051-1/+1
* | Fixed IPTC unit tests:Olivier Tilloy2010-01-041-2/+2
|/
* 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