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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the 0.3.2 release.
release-0.3.2
Olivier Tilloy
2011-10-24
3
-2
/
+20
|
\
|
*
Updated NEWS.
Olivier Tilloy
2011-10-24
1
-0
/
+18
|
*
Bumped version number to 0.3.2.
Olivier Tilloy
2011-10-24
2
-2
/
+2
|
/
*
Replace the deprecated 'raw_values' and 'values' attributes by 'raw_value' an...
Olivier Tilloy
2011-10-24
1
-10
/
+10
*
Fix a couple of regressions that had bumped the dependency on Python ≥ 2.7.
Olivier Tilloy
2011-10-24
3
-3
/
+19
|
\
|
*
Substitute the use of timedelta.total_seconds() with its actual implementation.
Olivier Tilloy
2011-10-24
1
-1
/
+7
|
*
Implement a poor man’s test skipping solution to substitute @unittest.skipI...
Olivier Tilloy
2011-10-24
2
-2
/
+12
|
/
*
Merge the 0.3.1 release.
release-0.3.1
Olivier Tilloy
2011-10-23
4
-8
/
+55
|
\
|
*
Updated release procedure.
Olivier Tilloy
2011-10-23
1
-4
/
+4
|
*
Updated NEWS.
Olivier Tilloy
2011-10-23
1
-0
/
+47
|
*
Bumped version number to 0.3.1.
Olivier Tilloy
2011-10-23
2
-4
/
+4
|
/
*
Updated windows build dependencies:
Olivier Tilloy
2011-10-23
3
-9
/
+9
|
\
|
*
Updated windows build dependencies:
Olivier Tilloy
2011-10-22
1
-3
/
+3
|
*
Updated references to the latest supported version of Python in the documenta...
Olivier Tilloy
2011-10-22
3
-6
/
+6
*
|
Updated windows build dependencies:
Olivier Tilloy
2011-08-22
2
-16
/
+16
|
\
|
|
*
Updated cross-compilation script: now using boost’s bootstrap script that c...
Olivier Tilloy
2011-08-22
2
-4
/
+4
|
*
Updated windows build dependencies:
Olivier Tilloy
2011-08-22
1
-12
/
+12
*
|
Fix a unit test so that the test suite can be run from anywhere.
Olivier Tilloy
2011-08-22
1
-4
/
+5
|
\
\
|
*
|
Fix the new unit test so that the test suite can be run from anywhere.
Olivier Tilloy
2011-08-22
1
-4
/
+5
*
|
|
Correctly extract the type of an EXIF tag when read from an image.
Olivier Tilloy
2011-08-22
5
-1
/
+52
|
\
|
|
|
*
|
Replicate the fix for type extraction when compiling against libexiv2 < 0.21.
Olivier Tilloy
2011-08-20
1
-0
/
+7
|
*
|
Special case for the 'Comment' type.
Olivier Tilloy
2011-08-20
1
-5
/
+5
|
*
|
Add some sanity checks on the types of the UserComment tags.
Olivier Tilloy
2011-08-20
1
-0
/
+8
|
*
|
Check the integrity of the image before performing the actual test.
Olivier Tilloy
2011-08-20
1
-0
/
+5
|
*
|
Correctly extract the type of an EXIF tag when read from an image.
Olivier Tilloy
2011-08-20
1
-2
/
+9
|
*
|
Added a unit test to verify that the type of an EXIF makernote tag is correct...
Olivier Tilloy
2011-08-20
3
-1
/
+25
*
|
|
Use getattr, setattr and delattr where possible, instead of calling the under...
Olivier Tilloy
2011-08-20
4
-28
/
+28
|
/
/
*
|
Updated header.
Olivier Tilloy
2011-08-20
1
-5
/
+2
*
|
Check that Python ≥ 2.6 in the build script.
Olivier Tilloy
2011-08-19
1
-0
/
+3
|
\
\
|
*
|
Check that Python ≥ 2.6 in the build script.
Olivier Tilloy
2011-08-19
1
-0
/
+3
|
/
/
*
|
Check the type before setting an XMP tag’s value and raise a TypeError if i...
Olivier Tilloy
2011-08-18
4
-9
/
+40
|
\
\
|
*
|
Be flexible and allow setting the value of a LangAlt tag to a string,
Olivier Tilloy
2011-08-17
2
-1
/
+9
|
*
|
Add some sanity checks.
Olivier Tilloy
2011-08-17
1
-0
/
+2
|
*
|
Check the type before setting a tag’s value and raise a TypeError if it doe...
Olivier Tilloy
2011-08-17
2
-1
/
+15
|
*
|
Updated copyright header of the file modified in the previous revision.
Olivier Tilloy
2011-08-17
1
-1
/
+1
|
*
|
White-list accepted tag families: 'exif', 'iptc', 'xmp'.
Olivier Tilloy
2011-08-17
1
-6
/
+6
|
*
|
Add a unit test to check that using the dictionary interface with an incorrec...
Olivier Tilloy
2011-08-17
1
-1
/
+8
|
/
/
*
|
Allow assigning dates earlier than the year 1900.
Olivier Tilloy
2011-08-12
9
-49
/
+406
|
\
\
|
*
|
Custom DateTimeFormatter helper to convert date/time objects to strings confo...
Olivier Tilloy
2011-08-12
6
-49
/
+364
|
*
|
Fixed a unit test.
Olivier Tilloy
2011-08-04
1
-1
/
+1
|
*
|
Added some (failing) unit tests for date conversion for dates prior to year 1...
Olivier Tilloy
2011-08-04
3
-0
/
+42
|
/
/
*
|
Fix timezone formatting when writing IPTC and XMP tags.
Olivier Tilloy
2011-08-03
5
-7
/
+53
|
\
\
|
*
|
Updated developers documentation to mention the optional dependency of some u...
Olivier Tilloy
2011-08-03
1
-0
/
+5
|
*
|
Fix timezone formatting when writing XMP tags.
Olivier Tilloy
2011-08-02
2
-4
/
+30
|
*
|
Fix timezone formatting when writing IPTC tags.
Olivier Tilloy
2011-08-02
2
-3
/
+18
|
/
/
*
|
Do not try (and fail!) to encode non-unicode filenames.
Olivier Tilloy
2011-08-01
2
-5
/
+11
|
\
\
|
*
|
Do not try (and fail!) to encode non-unicode filenames.
Olivier Tilloy
2011-08-01
2
-5
/
+11
|
/
/
*
|
Always write extracted previews as binary files.
Olivier Tilloy
2011-07-30
1
-1
/
+1
|
\
\
|
*
|
Always write extracted previews as binary files.
Olivier Tilloy
2011-07-30
1
-1
/
+1
|
/
/
*
|
Added a __repr__ method to the Rational class.
Hobson Lane
2011-07-23
3
-1
/
+14
|
\
\
[next]