]> git.notmuchmail.org Git - notmuch/history - bindings
python: fix error handling
[notmuch] / bindings /
2012-01-22 Justus Winterpython: fix error handling
2012-01-16 Justus Winterpy3k: add a specialized version of _str for python3
2012-01-14 David BremnerMerge branch 'release'
2012-01-13 David BremnerUpdate version to 0.11
2012-01-09 David Bremnerversion: update to 0.11~rc3 0.11_rc3 debian/0.11_rc3-1
2012-01-02 Sebastian Spaethpython: str.decode() doesn't like kwargs in python 2.5
2012-01-02 Justus Winterpython: make the result of Message.get_replies() more...
2012-01-02 Justus Winterpython: refactor print_messages into format_messages...
2012-01-02 Justus Winterpython: add missing conversions from and to utf-8
2012-01-02 Justus Winterpy3k: Add and use a mixin class that implements __str__
2012-01-02 Justus Winterpy3k: Rename .next() to __next__(), add python2.x compa...
2012-01-02 Justus Winterpy3k: All strings are unicode strings in py3k
2012-01-02 Justus Winterpy3k: The ConfigParser module has been renamed to confi...
2012-01-02 Justus Winterpy3k: The execfile built-in has been removed in python 3
2012-01-02 David Bremnerversion: bump to 0.11~rc2
2011-12-26 David Bremnerversion: update version to 0.11~rc1 0.11_rc1 debian/0.11_rc1-1
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...
next