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
*
pyexiv2 version as a define.
Olivier Tilloy
2010-03-23
1
-9
/
+11
*
Python version as a define.
Olivier Tilloy
2010-03-23
1
-3
/
+5
*
Follow python's installation policy (all users or current user only).
Olivier Tilloy
2010-03-23
1
-10
/
+32
*
Custom page to select where to install pyexiv2.
Olivier Tilloy
2010-03-23
1
-5
/
+39
*
Removed the "How to Apply These Terms to Your New Programs" section from COPY...
Olivier Tilloy
2010-03-23
1
-59
/
+0
*
Better compression.
Olivier Tilloy
2010-03-22
1
-0
/
+1
*
Display the icon in the "Add/Remove programs" entry.
Olivier Tilloy
2010-03-22
1
-0
/
+1
*
Use a define instead of a variable to store the registry key.
Olivier Tilloy
2010-03-22
1
-9
/
+8
*
Added an icon to the (un)installer
Olivier Tilloy
2010-03-22
2
-0
/
+3
*
Add an entry to uninstall pyexiv2 in "Add/Remove Programs".
Olivier Tilloy
2010-03-22
1
-1
/
+16
*
Write an uninstaller.
Olivier Tilloy
2010-03-22
1
-5
/
+16
*
Detect python installation at init.
Olivier Tilloy
2010-03-22
1
-13
/
+16
*
Search python installed for the current user only.
Olivier Tilloy
2010-03-22
1
-13
/
+16
*
Retrieve python's installation path from the registry.
Olivier Tilloy
2010-03-22
1
-5
/
+9
*
First draft of an NSIS installer script for windows (basic but functional).
Olivier Tilloy
2010-03-21
1
-0
/
+27
*
Updated to-do list.
Olivier Tilloy
2010-03-18
1
-3
/
+0
*
Install only selected modules (exclude main).
Olivier Tilloy
2010-03-18
1
-1
/
+3
*
Updated test data checksums.
Olivier Tilloy
2010-03-18
1
-0
/
+2
*
Remove old irrelevant unit tests.
Olivier Tilloy
2010-03-18
6
-420
/
+0
*
Add a --user switch to install pyexiv2 in the user site directory.
Olivier Tilloy
2010-03-18
3
-11
/
+40
|
\
|
*
Help text for the --user switch.
Olivier Tilloy
2010-03-18
1
-1
/
+2
|
*
Do not add the --user switch for Python < 2.6.
Olivier Tilloy
2010-03-18
2
-5
/
+16
|
*
Document the --user switch and the DESTDIR variable in the developers' docume...
Olivier Tilloy
2010-03-18
1
-2
/
+10
|
*
Add a --user switch to the install target to install pyexiv2 in the user site...
Olivier Tilloy
2010-03-18
2
-9
/
+18
|
/
*
Encode file names in the file system encoding.
Olivier Tilloy
2010-03-18
3
-3
/
+102
*
Clean exception handling
Olivier Tilloy
2010-03-16
1
-16
/
+48
|
\
|
*
Comment to explain the exception handling
Olivier Tilloy
2010-03-16
1
-0
/
+6
|
*
Clean error handling outside of the Py_{BEGIN,END}_ALLOW_THREADS blocks.
Olivier Tilloy
2010-03-16
1
-9
/
+37
|
*
No need for a boolean to test for error.
Olivier Tilloy
2010-03-16
1
-3
/
+1
|
*
Copy the error instead of instantiating a new one from its code.
Olivier Tilloy
2010-03-16
1
-4
/
+4
|
/
*
Fix unit tests on windows.
Olivier Tilloy
2010-03-14
1
-1
/
+1
*
Allow the builder to specify a custom name for the boost::python library.
Mark Lee
2010-02-22
1
-1
/
+4
|
\
|
*
Explain the BOOSTLIB argument.
Olivier Tilloy
2010-02-22
1
-0
/
+3
|
*
Allow the builder to specify a custom name for the boost::python library
Mark Lee
2010-02-21
1
-1
/
+1
|
/
*
Ported the ReadMetadata test case to 0.2.
Mark Lee
2010-02-21
3
-38
/
+150
|
\
|
*
Consistent type and value(s) checks.
Olivier Tilloy
2010-02-21
1
-24
/
+7
|
*
Always check all values of IPTC tags.
Olivier Tilloy
2010-02-21
1
-21
/
+19
|
*
Header cosmetics.
Olivier Tilloy
2010-02-21
1
-4
/
+2
|
*
XMP: Check the tag value types, not the tag type.
Mark Lee
2010-02-16
1
-68
/
+68
|
*
Add an XMP metadata test.
Mark Lee
2010-02-09
2
-1
/
+124
|
*
Port the ReadMetadataTestCase to the 0.2 API.
Mark Lee
2010-02-04
2
-19
/
+29
*
|
Support direct value assignment.
Olivier Tilloy
2010-02-18
4
-31
/
+113
|
\
\
|
*
|
Tutorial: direct value assignment explained.
Olivier Tilloy
2010-02-17
1
-0
/
+21
|
*
|
More explicit parameter names: tag_or_value.
Olivier Tilloy
2010-02-17
1
-14
/
+22
|
*
|
Adapted the examples to make use of direct value assignment,
Olivier Tilloy
2010-02-17
1
-8
/
+7
|
*
|
Additional unit tests for direct value assignment.
Olivier Tilloy
2010-02-17
1
-0
/
+49
|
*
|
Direct value assignment as an alternative to passing a fully-formed tag.
Olivier Tilloy
2010-02-17
2
-16
/
+21
|
/
/
*
|
Complete documentation generated with sphinx.
Olivier Tilloy
2010-02-16
15
-253
/
+952
|
\
\
|
*
|
Developers documentation: `scons doc` (re)builds the HTML documentation.
Olivier Tilloy
2010-02-16
1
-2
/
+4
|
*
|
Removed useless execution magic: scons scripts are not standalone executables.
Olivier Tilloy
2010-02-16
3
-3
/
+0
[next]