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
/
src
/
pyexiv2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
One-liner __str__ for MetadataTag and ExifTag.
Olivier Tilloy
2009-08-18
1
-15
/
+7
*
EXIF tag with a list of values notify the metadata container upon any change ...
Olivier Tilloy
2009-08-07
1
-4
/
+37
*
Rational's numerator and denominator are read-only properties.
Olivier Tilloy
2009-08-07
1
-6
/
+16
*
Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.
Olivier Tilloy
2009-08-04
1
-3
/
+17
*
Make ExifTag._convert_to_string an instance method.
Olivier Tilloy
2009-08-04
1
-30
/
+27
*
Make ExifTag._convert_to_python an instance method.
Olivier Tilloy
2009-07-31
1
-27
/
+26
*
Renamed xtype attributes to type.
Olivier Tilloy
2009-07-30
1
-40
/
+40
*
Rational.to_float().
Olivier Tilloy
2009-07-30
1
-0
/
+7
*
Missing parameter.
Olivier Tilloy
2009-07-30
1
-1
/
+1
*
Updated module docstring.
Olivier Tilloy
2009-07-22
1
-20
/
+21
*
Fixed docstring syntax errors.
Olivier Tilloy
2009-07-22
1
-7
/
+7
*
Removed deprecated code.
Olivier Tilloy
2009-07-22
1
-24
/
+0
*
Removed a useless TODO.
Olivier Tilloy
2009-07-22
1
-1
/
+0
*
Removed deprecated code.
Olivier Tilloy
2009-07-22
1
-366
/
+1
*
Improved documentation.
Olivier Tilloy
2009-07-22
1
-4
/
+22
*
Improved documentation.
Olivier Tilloy
2009-07-21
1
-0
/
+4
*
Improved documentation.
Olivier Tilloy
2009-07-21
1
-4
/
+33
*
Improved documentation.
Olivier Tilloy
2009-07-21
1
-10
/
+21
*
Make an IPTC tag's values a notifying list.
Olivier Tilloy
2009-07-14
1
-4
/
+9
*
Improved documentation.
Olivier Tilloy
2009-07-14
1
-17
/
+34
*
Improved documentation.
Olivier Tilloy
2009-07-10
1
-15
/
+33
*
Improved documentation.
Olivier Tilloy
2009-07-10
1
-1
/
+17
*
Improved documentation.
Olivier Tilloy
2009-07-10
1
-46
/
+66
*
Improved documentation.
Olivier Tilloy
2009-07-08
1
-4
/
+21
*
Simplistic implementation of a notifying list to monitor changes to IPTC
Olivier Tilloy
2009-06-09
1
-0
/
+104
|
\
|
*
Very simplistic implementation of the notifying list (only one notification).
Olivier Tilloy
2009-06-09
1
-73
/
+22
*
|
Reverted all the changes related to the notifying list.
Olivier Tilloy
2009-05-07
1
-160
/
+3
|
/
*
Reorganized the notifying list unit tests in separate methods.
Olivier Tilloy
2009-05-07
1
-11
/
+44
*
NotifyingList: implementation of reverse, sort, __iadd__, __imul__.
Olivier Tilloy
2009-05-04
1
-4
/
+14
*
New minimal interface for the notifying list's listeners.
Olivier Tilloy
2009-05-04
1
-21
/
+39
*
Notify on remove().
Olivier Tilloy
2009-04-30
1
-0
/
+7
*
Notify on pop().
Olivier Tilloy
2009-04-30
1
-0
/
+10
*
Notify on insert().
Olivier Tilloy
2009-04-28
1
-0
/
+7
*
Notify on extend().
Olivier Tilloy
2009-04-28
1
-0
/
+7
*
Notify on append().
Olivier Tilloy
2009-04-28
1
-0
/
+7
*
First incomplete draft of a notifying list object.
Olivier Tilloy
2009-04-28
1
-3
/
+61
*
Delete an XMP tag.
Olivier Tilloy
2009-04-22
1
-2
/
+8
*
Dictionary-like setter for tags: unit tests.
Olivier Tilloy
2009-04-22
1
-1
/
+1
*
Private value setter for XMP tags.
Olivier Tilloy
2009-04-21
1
-1
/
+13
*
Unlike IPTC tags, XMP tags are not repeatable.
Olivier Tilloy
2009-04-21
1
-8
/
+29
*
Custom values get/set/del for IPTC tags.
Olivier Tilloy
2009-04-09
1
-1
/
+19
*
Dictionary-like del for all tags.
Olivier Tilloy
2009-04-08
1
-2
/
+9
*
Delete an IPTC tag.
Olivier Tilloy
2009-04-08
1
-2
/
+8
*
Private setter for IPTC tag values already in cache.
Olivier Tilloy
2009-04-07
1
-3
/
+10
*
Prepared unit tests methods for implementation completeness.
Olivier Tilloy
2009-04-06
1
-0
/
+38
*
Private value setter for IPTC tags.
Olivier Tilloy
2009-04-06
1
-2
/
+26
*
Dictionary-like getter for tags.
Olivier Tilloy
2009-03-30
1
-1
/
+1
*
Delete an EXIF tag.
Olivier Tilloy
2009-03-26
1
-2
/
+14
*
Setting an EXIF tag's value forwards it to the containing metadata if any.
Olivier Tilloy
2009-03-26
1
-4
/
+23
*
Private setters for EXIF tags.
Olivier Tilloy
2009-03-24
1
-8
/
+35
[next]