]> git.notmuchmail.org Git - notmuch/history - bindings/python
cli: add a tool for starting new message in the emacs ui
[notmuch] / bindings / python /
2014-11-15 David BremnerMerge tag '0.19'
2014-11-14 David Bremnerversion: bump to 0.19
2014-11-09 David Bremnerbump version to 0.19~rc2
2014-11-05 David Bremnerversion: update to 0.19~rc1
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David Bremnerversion: bump to 0.18.2
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-10-25 David Bremnerversion: bump to 0.18.2~rc1
2014-09-23 Thibaut Horelpython: Add binding for notmuch_query_add_tag_exclude
2014-09-16 David Bremnerpython: bump SONAME
2014-09-16 Peter Wangpython: handle return status of database close and...
2014-06-25 David BremnerMerge tag '0.18.1'
2014-06-25 David Bremnerversion: bump to 0.18.1 0.18.1 debian/0.18.1-1
2014-06-23 David BremnerMerge tag '0.18.1_rc0'
2014-06-23 David Bremnerversion: bump to 0.18.1~rc0
2014-05-28 David BremnerMerge branch 'release'
2014-05-28 Amadeusz ŻołnowskiUnset html_static_path in Python bindings docs
2014-05-06 David BremnerMerge tag '0.18'
2014-05-06 David Bremnerversion: bump to 0.18
2014-05-03 David BremnerMerge tag '0.18_rc1'
2014-05-03 David Bremnerversion: bump for 0.18~rc1
2014-04-22 David BremnerMerge tag '0.18_rc0'
2014-04-22 David Bremnerpython: bump version
2013-12-31 David BremnerMerge tag '0.17'
2013-12-31 David Bremnerversion: bump to 0.17
2013-12-29 David BremnerMerge tag '0.17_rc4'
2013-12-28 David Bremnerversion: bump to 0.17~rc4
2013-12-07 David Bremnerversion: bump version
2013-11-29 David Bremnerversion: bump to 0.17~rc2
2013-11-24 David Bremnerversion: bump to 0.17~rc1
2013-07-28 David Bremnerversion: set new version and release date
2013-07-09 Tomi OllilaPython bindings: CDLL("libnotmuch.3.dylib") on Darwin
2013-06-03 David Bremnerbindings/python: ignore build subdirectory.
2013-05-26 David BremnerMerge branch 'release'
2013-05-05 Austin Clementspython: Add bindings for notmuch_thread_get_messages
2013-02-19 David BremnerMerge branch 'release'
2013-02-17 David Bremnerbump versions to 0.15.2 0.15.2
2013-01-25 David BremnerMerge branch 'release'
2013-01-24 David Bremnerversion: bump to 0.15.1
2013-01-23 Justus Winterpython: fix the creation of notmuch databases
2013-01-19 David Bremnerversion: update to 0.15 0.15 debian/0.15-1
2013-01-17 David Bremnerversion: set version to 0.15~rc1
2013-01-08 David Bremnerversion: bump to 0.15
2012-12-21 Justus Winterpython: remove now unused import of module sys
2012-12-21 Justus Winterpython: remove functions that have been marked as depre...
2012-12-21 Justus Winterpython: remove Database.db_p
2012-08-21 David Bremnerversion: propagate version changes
2012-06-03 David BremnerMerge tag '0.13.2'
2012-06-02 David Bremnerversion: update to 0.13.2
2012-05-29 David BremnerMerge branch 'release'
2012-05-26 David Bremnerversion: bump to 0.13.1
2012-05-24 David BremnerMerge branch 'release'
2012-05-24 Austin Clementspython: Remove find_message_by_filename workaround
2012-05-24 Austin Clementspython: Update Database.get_directory documentation
2012-05-17 Justus Winterpython: deprecate Messages.{format,print}_messages
2012-05-17 Justus Winterpython: deprecate Database.db_p
2012-05-17 Justus Winterpython: fix Message.get_header
2012-05-17 Justus Winterpython: add a file abstracting away differences between...
2012-05-17 Justus Winterpython: remove the "notmuch binary" section from the...
2012-05-17 Justus Winterpython: Fix the remaining broken NULL pointer tests
2012-05-17 Justus Winterpython: use relative imports
2012-05-17 Justus Winterpython: remove unused import of the json module
2012-05-16 Justus Winterpython: remove format_message_as_{json,text} from the...
2012-05-16 Justus Winterpython: remove functions that have been marked as depre...
2012-05-16 Justus Winterpython: remove notmuch.py
2012-05-15 David Bremnerversion: bump to 0.13
2012-05-15 Austin Clementspython: Update for changes to notmuch_database_get_dire...
2012-05-08 David Bremnerbump version to 0.13~rc1 0.13_rc1 debian/0.13_rc1-1
2012-05-05 Austin Clementslib: Bump SO version from 2.0.0 to 3.0.0
2012-05-05 Austin Clementspython: Update Python bindings for new notmuch_database...
2012-04-30 Justus Winterpython: remove a note stating wrong things about the...
2012-04-30 Justus Winterpython: document the Database.close function
2012-04-30 Justus Winterpython: deprecate code formatting messages as text...
2012-04-30 Justus Winterpython: cleanup the __nonzero__ implementations
2012-04-30 Justus Winterpython: fix NULL pointer tests
2012-04-30 Justus Winterpython: update the docstrings of Filenames.{__len__...
2012-04-30 Justus Winterpython: update the docstring of class Filenames
2012-04-30 Justus Winterpython: fix the documentation
2012-04-30 Justus Winterpython: fix Message.get_filenames
2012-04-30 Justus Winterpython: remove the deprecated function Filenames.as_gen...
2012-04-29 Justus Winterpython: strip superfluous single quote from copyright...
2012-04-29 Justus Winterpython: add copyright and licensing information to...
2012-04-29 Justus Winterpython: stylistic and pep8 fixes in setup.py
2012-04-29 Justus Winterpython: update the long description in setup.py
2012-04-29 Justus Winterpython: fix the test asserting that reading the version...
2012-04-29 Justus Winterpython: simplify a path expression in setup.py
2012-04-29 Justus Winterpython: Remove unused import from setup.py
2012-04-28 Justus Winterpython: wrap and use notmuch_database_destroy as destructor
2012-03-20 David BremnerMerge branch 'release'
2012-03-20 David Bremnerupdate version to 0.12
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-18 David Bremnerbump version to 0.12~rc2
2012-03-18 Justus Winterpython: fix signature of two wrapped libnotmuch functions
2012-03-01 David Bremnerbump version to 0.12~rc1
2012-02-24 Justus Winterpython: split the documentation
2012-02-24 Justus Winterpython: move the notmuch module section to notes.rst
2012-02-24 Justus Winterpython: move the usage example to quickstart.rst
2012-02-23 Justus Winterpython: strip module prefix in the sphinx documentation
2012-02-22 Justus Winterpython: mention the exception class refactoring in...
2012-02-22 Justus Winterpython: move the exception classes into error.py
next