notmuch/bindings/python/notmuch
Thomas Jost a859d1c866 python: fix Message.get_filenames()
Previously, the Filenames generator only yielded *one* filename before
returning, making Message.get_filenames() behave as Message.get_filename(). This
commit fixes this incorrect behavior: now the generator yields all the
filenames, as expected.
2011-10-01 00:40:20 +02:00
..
__init__.py python: provide more exception classes 2011-09-30 13:58:03 +02:00
database.py python: rework creating of Subclasses 2011-09-30 16:04:42 +02:00
filename.py python: fix Message.get_filenames() 2011-10-01 00:40:20 +02:00
globals.py python: rework creating of Subclasses 2011-09-30 16:04:42 +02:00
message.py python: fix docstring of Message.get_header() 2011-09-30 11:08:51 +02:00
tag.py properly raise exceptions in python bindings 2011-09-29 09:48:06 +02:00
thread.py properly raise exceptions in python bindings 2011-09-29 09:48:06 +02:00
version.py version: bump to 0.9~rc1 2011-09-24 20:00:29 -03:00