index
:
pyexiv2
master
python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix timezone formatting when writing XMP tags.
Olivier Tilloy
2011-08-02
1
-0
/
+21
*
Fix timezone formatting when writing IPTC tags.
Olivier Tilloy
2011-08-02
1
-0
/
+15
*
Do not try (and fail!) to encode non-unicode filenames.
Olivier Tilloy
2011-08-01
1
-4
/
+10
*
Added unit tests for Rational.__repr__().
Olivier Tilloy
2011-07-23
1
-0
/
+5
*
Do not fail to parse rationals stored as '0/0'.
Olivier Tilloy
2011-05-24
2
-0
/
+14
*
New convenience function to factorize further the code that handles fractions...
Olivier Tilloy
2010-12-26
1
-1
/
+9
*
Handle fractions in a transparent manner,
Olivier Tilloy
2010-12-26
5
-62
/
+45
*
is_fraction and make_fraction: convenience functions to handle transparently
Olivier Tilloy
2010-12-24
2
-2
/
+43
*
Support pickling XMP tags.
Olivier Tilloy
2010-12-22
1
-0
/
+25
*
Support pickling IPTC tags.
Olivier Tilloy
2010-12-22
1
-1
/
+26
*
Merged the latest changes from the trunk.
Olivier Tilloy
2010-12-22
1
-10
/
+10
|
\
|
*
Fix the IPTC Time type to string conversion,
Olivier Tilloy
2010-12-22
1
-10
/
+10
*
|
Support pickling EXIF tags.
Olivier Tilloy
2010-12-22
2
-0
/
+69
|
/
*
Unit tests for the IPTC charset.
Olivier Tilloy
2010-12-20
1
-0
/
+65
*
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
12
-34
/
+253
|
\
|
*
Moved EMPTY_JPG_DATA to the testutils module.
Olivier Tilloy
2010-12-17
3
-20
/
+21
|
*
Starting from 0.20, exiv2 converts unicode comments to UTF-8.
Olivier Tilloy
2010-12-16
2
-7
/
+15
|
*
Unit test adding comments to an empty image an reading them back.
Olivier Tilloy
2010-12-15
2
-4
/
+38
|
*
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
|
*
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
|
*
Fix test_write_exif_thumbnail_to_file on windows.
Olivier Tilloy
2010-12-09
1
-1
/
+1
|
*
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
2
-8
/
+8
|
*
Unit test for the exception raised when trying to access the metadata of an i...
Olivier Tilloy
2010-12-08
1
-1
/
+34
|
*
Unit tests for Rational conversions in XMP tags.
Olivier Tilloy
2010-11-30
1
-1
/
+26
|
*
Conditional unit test for Fraction objects in EXIF tags.
Olivier Tilloy
2010-11-30
1
-1
/
+6
*
|
Unit tests for the custom XMP namespaces.
Olivier Tilloy
2010-11-29
2
-2
/
+104
|
/
*
Added a unit test to check that the EXIF thumbnail corresponds to a preview.
Olivier Tilloy
2010-11-28
1
-0
/
+13
*
Unit tests for the EXIF thumbnail.
Olivier Tilloy
2010-11-22
1
-0
/
+94
*
Unit test to check that accessing the .raw_values and .values properties issu...
Olivier Tilloy
2010-11-21
1
-0
/
+30
*
Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...
Olivier Tilloy
2010-11-21
3
-11
/
+11
*
Add a unit test to check that an exception is raised when trying to set multi...
Olivier Tilloy
2010-11-17
1
-0
/
+5
*
Throw an exception instead of silently failing when unable to parse the raw v...
Olivier Tilloy
2010-11-17
2
-0
/
+10
*
Strip trailing white spaces in string_to_undefined(…).
Olivier Tilloy
2010-11-15
4
-5
/
+57
*
Turn ImageMetadata into MutableMapping
Antti Siira
2010-09-30
1
-0
/
+46
*
When deleting a tag, remove its key from the cache too.
Olivier Tilloy
2010-09-29
1
-12
/
+15
*
Fix a typo in the unit tests.
Olivier Tilloy
2010-08-27
1
-3
/
+3
*
Skip unicode unit tests for unsupported encodings.
Olivier Tilloy
2010-08-26
1
-3
/
+13
*
Sanity check when setting the parent image of a tag:
Olivier Tilloy
2010-08-24
1
-0
/
+11
*
Round the timestamps to have the tests pass
Olivier Tilloy
2010-05-26
1
-10
/
+10
*
Optionnally preserve the file's timestamp when writing back metadata.
Olivier Tilloy
2010-05-26
1
-0
/
+39
*
Unit tests for the image comment.
Olivier Tilloy
2010-05-21
1
-0
/
+24
*
Unit tests: use a JPEG image instead of a PNG image.
Olivier Tilloy
2010-05-21
1
-7
/
+20
[next]