| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated documentation: pyexiv2 0.3 requires Python ≥ 2.6, | Olivier Tilloy | 2011-02-07 | 3 | -3/+3 |
* | Invoke the sphinx builder without named parameters. | Olivier Tilloy | 2011-01-01 | 1 | -1/+1 |
* | Merge the 0.3.0 release.release-0.3.0 | Olivier Tilloy | 2010-12-31 | 3 | -2/+55 |
|\ |
|
| * | Updated NEWS. | Olivier Tilloy | 2010-12-31 | 1 | -0/+53 |
| * | Bumped version number to 0.3.0. | Olivier Tilloy | 2010-12-29 | 2 | -2/+2 |
|/ |
|
* | Use fractions.Fraction when available in the standard library (Python ≥ 2.6), | Olivier Tilloy | 2010-12-26 | 10 | -84/+158 |
|\ |
|
| * | New convenience function to factorize further the code that handles fractions... | Olivier Tilloy | 2010-12-26 | 3 | -16/+29 |
| * | Handle fractions in a transparent manner, | Olivier Tilloy | 2010-12-26 | 8 | -82/+74 |
| * | is_fraction and make_fraction: convenience functions to handle transparently | Olivier Tilloy | 2010-12-24 | 3 | -2/+71 |
|/ |
|
* | Add pickling support to tags. | Olivier Tilloy | 2010-12-22 | 5 | -0/+146 |
|\ |
|
| * | Support pickling XMP tags. | Olivier Tilloy | 2010-12-22 | 2 | -0/+34 |
| * | Support pickling IPTC tags. | Olivier Tilloy | 2010-12-22 | 2 | -1/+35 |
| * | Merged the latest changes from the trunk. | Olivier Tilloy | 2010-12-22 | 2 | -14/+19 |
| |\
| |/
|/| |
|
* | | Fix the IPTC Time type to string conversion, | Olivier Tilloy | 2010-12-22 | 2 | -14/+19 |
| * | Support pickling EXIF tags. | Olivier Tilloy | 2010-12-22 | 3 | -0/+78 |
|/ |
|
* | Added an iptc_charset property to the ImageMetadata class, | Olivier Tilloy | 2010-12-22 | 7 | -2/+136 |
|\ |
|
| * | Added a section on iptc_charset to the tutorial. | Olivier Tilloy | 2010-12-22 | 1 | -0/+17 |
| * | Unit tests for the IPTC charset. | Olivier Tilloy | 2010-12-20 | 1 | -0/+65 |
| * | API documentation for the iptc_charset property. | Olivier Tilloy | 2010-12-20 | 1 | -2/+3 |
| * | Added an iptc_charset property to the ImageMetadata class, | Olivier Tilloy | 2010-12-20 | 4 | -0/+51 |
|/ |
|
* | API to (un)register custom XMP namespaces. | Olivier Tilloy | 2010-12-17 | 9 | -3/+256 |
|\ |
|
| * | Added a section on custom XMP namespaces to the tutorial. | Olivier Tilloy | 2010-12-17 | 1 | -0/+13 |
| * | 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 | 22 | -84/+409 |
| |\
| |/
|/| |
|
* | | Moved EMPTY_JPG_DATA to the testutils module. | Olivier Tilloy | 2010-12-17 | 3 | -20/+21 |
* | | Decode and encode EXIF comments according to the specified charset. | Olivier Tilloy | 2010-12-17 | 12 | -9/+230 |
|\ \ |
|
| * | | Starting from 0.20, exiv2 converts unicode comments to UTF-8. | Olivier Tilloy | 2010-12-16 | 3 | -14/+27 |
| * | | Unit test adding comments to an empty image an reading them back. | Olivier Tilloy | 2010-12-15 | 2 | -4/+38 |
| * | | If no charset is defined, try to decode the comment into a utf-8 string. | Olivier Tilloy | 2010-12-15 | 1 | -1/+4 |
| * | | Factorize the test data checksums in a dictionary. | Olivier Tilloy | 2010-12-14 | 1 | -9/+15 |
| * | | Unit test writing comments. | Olivier Tilloy | 2010-12-14 | 1 | -0/+28 |
| * | | When encoding a comment, try to do it in a lossless manner (strict). | Olivier Tilloy | 2010-12-14 | 1 | -2/+2 |
| * | | Renamed some unit tests. | Olivier Tilloy | 2010-12-14 | 1 | -3/+3 |
| * | | Unit test reading comments off existing files. | Olivier Tilloy | 2010-12-14 | 2 | -0/+62 |
| * | | Additional unit tests for generic conversion of Comments. | Olivier Tilloy | 2010-12-14 | 1 | -0/+10 |
| * | | Updated test data checksums control file. | Olivier Tilloy | 2010-12-14 | 1 | -2/+5 |
| * | | More test data. | Olivier Tilloy | 2010-12-14 | 1 | -0/+0 |
| * | | Some test data. | Olivier Tilloy | 2010-12-14 | 3 | -0/+0 |
| * | | Best effort, do not fail just because the original encoding of the tag cannot... | Olivier Tilloy | 2010-12-14 | 1 | -12/+17 |
| * | | Try and encode Exif.Photo.UserComment according to its charset if specified. | Olivier Tilloy | 2010-12-14 | 1 | -25/+38 |
| * | | Try and decode Exif.Photo.UserComment according to its charset if specified. | Olivier Tilloy | 2010-12-12 | 4 | -7/+51 |
|/ / |
|
* | | Fix test_write_exif_thumbnail_to_file on windows. | Olivier Tilloy | 2010-12-09 | 1 | -1/+1 |
* | | Updated windows build dependencies: | Olivier Tilloy | 2010-12-09 | 2 | -13/+13 |
|\ \ |
|
| * | | Updated documentation for developers with references to python 2.7. | Olivier Tilloy | 2010-12-09 | 1 | -3/+3 |
| * | | Updated windows build dependencies: | Olivier Tilloy | 2010-12-09 | 1 | -8/+8 |
| * | | Pass --trust-server-names=on to wget to use the last component of the redirec... | Olivier Tilloy | 2010-12-09 | 1 | -3/+3 |
|/ / |
|
* | | Commented out a unit test which result depends on FS mount options. | Olivier Tilloy | 2010-12-08 | 1 | -1/+5 |
* | | Use isinstance(…) instead of type(…) everywhere, as recommended by Python... | Olivier Tilloy | 2010-12-08 | 4 | -30/+33 |
* | | Raise an IOError with a relevant error message when trying to access the meta... | Olivier Tilloy | 2010-12-08 | 2 | -6/+45 |
|\ \ |
|
| * | | Unit test for the exception raised when trying to access the metadata of an i... | Olivier Tilloy | 2010-12-08 | 1 | -1/+34 |