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
*
Added a unit test to verify that the type of an EXIF makernote tag is correct...
Olivier Tilloy
2011-08-20
3
-1
/
+25
*
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
|
\
|
*
Added unit tests for Rational.__repr__().
Olivier Tilloy
2011-07-23
1
-0
/
+5
|
*
Added __str__ and __repr__ to the auto-generated API documentation for the Ra...
Olivier Tilloy
2011-07-23
1
-1
/
+1
|
*
Added missing whitespaces after commas.
Olivier Tilloy
2011-07-23
1
-1
/
+1
|
*
Simplified the docstring.
Olivier Tilloy
2011-07-23
1
-4
/
+1
|
*
Added a __repr__ method to the Rational class.
Hobson Lane
2011-07-23
1
-0
/
+11
|
/
*
Do not fail to parse rationals stored as '0/0'.
Olivier Tilloy
2011-05-24
4
-10
/
+58
|
\
|
*
Document make_fraction and recommend its use instead of directly instantiatin...
Olivier Tilloy
2011-05-24
2
-0
/
+4
|
*
Do not fail to parse rationals stored as '0/0'.
Olivier Tilloy
2011-05-24
3
-10
/
+54
|
/
*
Updated todo list, #2.
Olivier Tilloy
2011-02-18
1
-0
/
+2
*
Updated todo list.
Olivier Tilloy
2011-02-18
1
-9
/
+0
*
Updated the list of tags in the developers’ documentation.
Olivier Tilloy
2011-02-18
1
-0
/
+4
*
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
|
/
[next]