]> git.notmuchmail.org Git - notmuch/history - bindings
test: Make generated message date a real date
[notmuch] / bindings /
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Patrick Totzkefix format string in Message.__unicode__
2011-12-06 Sebastian Spaethpython: Remove stray debug comment
2011-12-06 Thomas Jostpython: use wrapped notmuch_*_t types instead of raw...
2011-12-06 Patrick Totzkeerrors='ignore' when decode to unicode
2011-12-06 Patrick Totzkeuse __unicode__ for string representation
2011-12-06 Patrick Totzkeclean up Thread.__str__
2011-12-06 Sebastian Spaethpython: Return a STATUS value in tags_to_flags and...
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkefix sphinx compile-time warnings
2011-12-06 Patrick Totzkepep8 fixes
2011-12-05 David Bremnerversion: bump for bugfix release 0.10.2
2011-12-01 Justus Winterpython: annotate all calls into libnotmuch with types
2011-12-01 Justus Winterpython: add classes to wrap all notmuch_*_t types
2011-11-27 David BremnerMerge branch 'release'
2011-11-25 David Bremnerversion: update to 0.10.1
2011-11-23 David BremnerMerge branch 'release'
2011-11-23 David Bremnerversion: update to 0.10
2011-11-21 David BremnerMerge branch 'release'
2011-11-19 David Bremnerversion: update version info for 0.10~rc2 0.10_rc2 debian/0.10_rc2-1
2011-11-15 David Bremnerversion: update to 0.10~rc1
2011-10-12 David Bremnerversion: bump to 0.9
2011-10-08 David Bremnerversion: bump to 0.9~rc2
2011-10-05 Sebastian Spaethpython: Set status in the class definitions
2011-10-05 Sebastian Spaethpython: help function Query._assert_query_is_initialized
2011-10-05 Sebastian Spaethpython: clean up docstrings and API documentation
2011-10-05 Sebastian Spaethpython: whitespace fixed in docstrings
2011-10-05 Sebastian Spaethpython: Add the new exception types in the API document...
2011-10-05 Sebastian Spaethpython: Catch up with find_message(by_filename) API...
2011-10-05 Sebastian Spaethpython: also use libnotmuch.so.2
2011-10-04 Ali Polatelruby: Fix macros, use quoting
2011-10-04 Ali Polatelruby: Really add wrappers for database_find_message*
2011-10-04 Ali Polatelruby: be consistent with notmuch's coding style
2011-10-04 Ali Polatelruby: Add wrappers for database_find_message*
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-09-30 Thomas Jostpython: fix Message.get_filenames()
2011-09-30 Sebastian Spaethpython: rework creating of Subclasses
2011-09-30 Justus Winterpython: provide more exception classes
2011-09-30 Justus Winterpython: fix docstring of Message.get_header()
2011-09-29 Sebastian Spaethpython: Add new functions in API documentation
2011-09-29 Sebastian Spaethpython: Improve code documentation
2011-09-29 Justus Winterproperly raise exceptions in python bindings
2011-09-29 Justus Winterpython: raise a more specific error in Messages.print_m...
2011-09-29 Justus Winterpython: rename _verify_dir_initialized to _assert_dir_i...
2011-09-29 Justus Winterpython: rename _verify_initialized_db to _assert_db_is_...
2011-09-29 Justus Winterpython: fix NotmuchError.__str__ if status == None
2011-09-29 Justus Winterpython: add status and message attributes to NotmuchError
2011-09-29 Justus Winterpython: add a .gitignore file and refine the toplevel one
2011-09-28 Sebastian Spaethpython: add begin|end_atomic bindings
2011-09-28 Sebastian Spaethpython: Add database_find_message_by_filename bindings
2011-09-24 David Bremnerversion: bump to 0.9~rc1
2011-09-24 Ali Polatelruby: New exception Notmuch::UnbalancedAtomicError
2011-09-24 Ali Polatelruby: Wrap notmuch_database_{begin,end}_atomic
2011-09-24 Ali Polatelruby: Rename destroy to destroy!
2011-09-16 Martin Owenspython: Ensure that we pass utf-8 encoded string to...
2011-09-10 David BremnerMerge branch 'release'
2011-09-10 David Bremnerupdate versions for release 0.8
2011-09-07 David Bremnerupdate versions for release candidate 0.8_rc1
2011-09-05 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2011-09-05 Sebastian Spaethpython: Make Database take unicode paths
2011-08-24 Sebastian Spaethpython: Have setup.py read the version number without...
2011-08-24 Sebastian Spaethpython: Updated development status and wording in setup.py
2011-08-24 Sebastian SpaethRevert "python: Simplify setup.py"
2011-08-23 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2011-08-23 Sebastian Spaethpython: Simplify setup.py
2011-08-17 pazzpython: Fix unsafe utf-8 decodings
2011-08-15 patrickdecode headers from utf-8 to unicode
2011-08-09 Sebastian Spaethpython: remove Tags().__len__() implementation
2011-08-09 Sebastian Spaethpython: Do explicitly check if the next tag exists
2011-08-09 pazzpython: pep8 compliance for __init__.py
2011-08-09 pazzpython: pep8 compliance for thread.py
2011-08-09 pazzpython: pep8 compliance for tag.py
2011-08-09 pazzpython: pep8 compliance for globals.py
2011-08-09 pazzpython: pep8 compliance for filename.py
2011-08-09 pazzpython: pep8 compliance for database.py
2011-08-09 pazzpython: pep8 compliance for message.py
2011-08-09 Sebastian Spaethpython: Really throw an error if search_threads() fails
2011-08-09 Cedric Cabessapython: Fix copy'n paste typo
2011-08-01 David BremnerMerge branch 'release'
2011-07-29 Ali Polatelruby: Fix typo in documentation
2011-07-29 Ali Polatelruby: Remove the split file hack from rdoc.sh
2011-07-29 Ali Polatelruby: Add markers to method definitions to help rdoc
2011-07-29 Ali Polatelruby: Document remaining undocumented constants
2011-07-29 Ali Polatelruby: Document constants and exceptions right before...
2011-07-29 Ali Polatelruby: Add list of classes to main documentation
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-11 Sebastian Spaethpython: represent message tags as unicode instances
2011-07-11 Sebastian Spaethpython: Encode query string as a utf-8 byte array
2011-07-10 David BremnerMerge commit '0.6'
2011-07-08 Sebastian Spaethpython: Fix Database().needs_upgrade()
2011-06-30 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-24 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-20 David BremnerDo not import notmuch in setup.py.
2011-06-16 Sebastian SpaethSimplify (& fix) Message().__str__()
2011-06-16 Sebastian Spaethpython: Bulletproof Database() path parameter
2011-06-16 Sebastian Spaethpython: Improve API documentation
2011-06-16 Sebastian SpaethImplement Message.tags_to_maildir_flags
2011-06-15 Sebastian Spaethpython: Improve documentation
2011-06-15 Sebastian Spaethpython: Implement Message.__cmp__ and __hash__
2011-06-15 Sebastian Spaethpython: Remove Messages().__len__
next