aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code split into various python modules.Olivier Tilloy2009-10-2016-1582/+3288
|\
| * Updated unit tests' imports.Olivier Tilloy2009-10-206-2/+1488
| * Use platform-specific include and lib dirs.Olivier Tilloy2009-10-201-2/+2
| * Use distutils.sysconfig to determine to python include and lib paths.Olivier Tilloy2009-10-191-4/+3
| * Install all the python modules.Olivier Tilloy2009-10-191-2/+4
| * Experimental code split into various python modules.Olivier Tilloy2009-10-189-1574/+1793
|/
* Do not do any charset conversions for IPTC tags.Olivier Tilloy2009-10-082-9/+10
* Fixed representations of IPTC tags (__repr__, __str__ and to_string).Olivier Tilloy2009-10-081-9/+11
* Make IptcTag._convert_to_string an instance method.Olivier Tilloy2009-10-082-56/+67
* Make IptcTag._convert_to_python an instance method.Olivier Tilloy2009-10-072-18/+255
* Fixed EXIF unit tests.Olivier Tilloy2009-10-071-0/+319
* Do not do any charset conversions for EXIF tags.Olivier Tilloy2009-10-061-10/+10
* Added a quick main that kind of mimics the output of exiv2 for an image.Olivier Tilloy2009-10-051-0/+18
* Fixed representations of EXIF tags (__repr__ and __str__).Olivier Tilloy2009-10-051-6/+15
* Added an MD5SUMS file to verify test data integrity.Olivier Tilloy2009-10-051-0/+1
* Renamed the unittest directory to test.Olivier Tilloy2009-10-050-0/+0
* One-liner __str__ for MetadataTag and ExifTag.Olivier Tilloy2009-08-181-15/+7
* EXIF tag with a list of values notify the metadata container upon any change ...Olivier Tilloy2009-08-071-4/+37
* Rational's numerator and denominator are read-only properties.Olivier Tilloy2009-08-072-6/+31
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-042-3/+32
* Make ExifTag._convert_to_string an instance method.Olivier Tilloy2009-08-042-72/+97
* Make ExifTag._convert_to_python an instance method.Olivier Tilloy2009-07-312-79/+111
* Renamed xtype attributes to type.Olivier Tilloy2009-07-301-40/+40
* Rational.to_float().Olivier Tilloy2009-07-302-0/+13
* Missing parameter.Olivier Tilloy2009-07-301-1/+1
* Updated module docstring.Olivier Tilloy2009-07-221-20/+21
* Fixed docstring syntax errors.Olivier Tilloy2009-07-221-7/+7
* Removed deprecated code.Olivier Tilloy2009-07-222-24/+1
* Removed a useless TODO.Olivier Tilloy2009-07-221-1/+0
* Removed deprecated code.Olivier Tilloy2009-07-221-366/+1
* Improved documentation.Olivier Tilloy2009-07-221-4/+22
* Improved documentation.Olivier Tilloy2009-07-211-0/+4
* Improved documentation.Olivier Tilloy2009-07-211-4/+33
* Improved documentation.Olivier Tilloy2009-07-211-10/+21
* Make an IPTC tag's values a notifying list.Olivier Tilloy2009-07-141-4/+9
* Improved documentation.Olivier Tilloy2009-07-141-17/+34
* Improved documentation.Olivier Tilloy2009-07-101-15/+33
* Improved documentation.Olivier Tilloy2009-07-101-1/+17
* Improved documentation.Olivier Tilloy2009-07-101-46/+66
* Improved documentation.Olivier Tilloy2009-07-081-4/+21
* Simplistic implementation of a notifying list to monitor changes to IPTCOlivier Tilloy2009-06-093-0/+444
|\
| * Very simplistic implementation of the notifying list (only one notification).Olivier Tilloy2009-06-092-196/+65
| * Completed the test_no_listener and test_listener_interface tests.Olivier Tilloy2009-05-071-2/+20
* | Reverted all the changes related to the notifying list.Olivier Tilloy2009-05-073-562/+3
|/
* Reorganized the notifying list unit tests in separate methods.Olivier Tilloy2009-05-072-80/+302
* NotifyingList: implementation of reverse, sort, __iadd__, __imul__.Olivier Tilloy2009-05-042-8/+68
* New minimal interface for the notifying list's listeners.Olivier Tilloy2009-05-042-51/+61
* Notify on remove().Olivier Tilloy2009-04-302-0/+22
* Exception raising test code.Olivier Tilloy2009-04-301-1/+32
* Notify on pop().Olivier Tilloy2009-04-302-0/+25