]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch
version: bump to 0.24~rc0
[notmuch] / bindings / python / notmuch /
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: 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 functions that have been marked as depre...
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 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-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-22 Justus Winterpython: move the exception classes into error.py
2012-02-22 Justus Winterpython: rename filename.py into filenames.py
2012-02-22 Justus Winterpython: move Threads class into its own file
2012-02-22 Justus Winterpython: move Messages class into its own file
2012-02-22 Justus Winterpython: refactor the python bindings
2012-02-22 Justus Winterpython: work around libnotmuch calling exit(3) in Datab...
2012-02-22 Justus Winterpython: improve the docstring of Database.find_message_...
2012-02-22 Justus Winterpython: work around libnotmuch calling exit(3) in Datab...
2012-02-22 Justus Winterpython: Improve the docstring of Database.get_directory
2012-02-22 Justus Winterpython: avoid using a magic value for database mode...
2012-02-21 Justus Winterpython: fix the type nonsense of the first parameter...
2012-02-20 Justus Winterpython: allow an empty path as parameter to Database...
2012-02-20 Justus Winterpython: remove :returns: keywords from functions return...
2012-02-20 Justus Winterpython: rework Directory.set_mtime
2012-02-20 Justus Winterpython: harmonize the sphinx keyword for exceptions
2012-02-20 Justus Winterpython: refactor the error handling machinery
2012-02-18 Justus Winterpython: more error handling fixes
2012-02-18 Justus Winterpython: improve Query.count_messages docstring
2012-02-18 Justus Winterpython: wrap notmuch_query_count_threads as Query.count...
2012-02-18 Justus Winterpython: refactor Query class
2012-02-18 Justus Winterpython: move Query class to its own file
2012-02-18 Justus Winterpython: remove unused but imported symbol
2012-02-17 Justus Winterpython: remove unused but imported symbol
2012-02-15 Justus Winterpython: implement the context manager protocol for...
2012-02-15 Justus Winterpython: provide a Database.close function
2012-02-10 Justus Winterpy3k: Fix decoding of default database name in Database...
2012-02-04 David BremnerMerge commit '0.11.1'
2012-02-03 David Bremnerversion: bump to 0.11.1
2012-01-23 Justus Winterpython: fix error handling
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 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
next