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
/
unittest
/
notifying_list.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Very simplistic implementation of the notifying list (only one notification).
Olivier Tilloy
2009-06-09
1
-123
/
+43
*
Completed the test_no_listener and test_listener_interface tests.
Olivier Tilloy
2009-05-07
1
-2
/
+20
*
Reorganized the notifying list unit tests in separate methods.
Olivier Tilloy
2009-05-07
1
-69
/
+258
*
NotifyingList: implementation of reverse, sort, __iadd__, __imul__.
Olivier Tilloy
2009-05-04
1
-4
/
+54
*
New minimal interface for the notifying list's listeners.
Olivier Tilloy
2009-05-04
1
-30
/
+22
*
Notify on remove().
Olivier Tilloy
2009-04-30
1
-0
/
+15
*
Exception raising test code.
Olivier Tilloy
2009-04-30
1
-1
/
+32
*
Notify on pop().
Olivier Tilloy
2009-04-30
1
-0
/
+15
*
Removed a useless unit test.
Olivier Tilloy
2009-04-30
1
-25
/
+0
*
Test the list values after operations.
Olivier Tilloy
2009-04-28
1
-0
/
+10
*
Notify on insert().
Olivier Tilloy
2009-04-28
1
-2
/
+13
*
Notify on extend().
Olivier Tilloy
2009-04-28
1
-0
/
+11
*
Notify on append().
Olivier Tilloy
2009-04-28
1
-9
/
+22
*
First incomplete draft of a notifying list object.
Olivier Tilloy
2009-04-28
1
-0
/
+88