summaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)Author
2012-02-18python: refactor Query classJustus Winter
2012-02-18python: move Query class to its own fileJustus Winter
2012-02-18python: remove unused but imported symbolJustus Winter
2012-02-18python: remove unused but imported symbolJustus Winter
2012-02-15python: implement the context manager protocol for database objectsJustus Winter
2012-02-15python: provide a Database.close functionJustus Winter
2012-02-10py3k: Fix decoding of default database name in Database._get_user_default_dbJustus Winter
2012-02-10python: mock out the ctypes libraryJustus Winter
2012-02-10python: Add a Mock class to the sphinx config that can be used to mock modulesJustus Winter
2012-02-04Merge commit '0.11.1'David Bremner
2012-02-03version: bump to 0.11.1David Bremner
2012-01-23python: fix error handlingJustus Winter
2012-01-22python: fix error handlingJustus Winter
2012-01-16py3k: add a specialized version of _str for python3Justus Winter
2012-01-13Merge branch 'release'David Bremner
2012-01-13Update version to 0.11David Bremner
2012-01-09version: update to 0.11~rc3debian/0.11_rc3-10.11_rc3David Bremner
2012-01-02python: str.decode() doesn't like kwargs in python 2.5Sebastian Spaeth
2012-01-02python: make the result of Message.get_replies() more pythonicJustus Winter
2012-01-02python: refactor print_messages into format_messages and print_messagesJustus Winter
2012-01-02python: add missing conversions from and to utf-8Justus Winter
2012-01-02py3k: Add and use a mixin class that implements __str__Justus Winter
2012-01-02py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter
2012-01-02py3k: All strings are unicode strings in py3kJustus Winter
2012-01-02py3k: The ConfigParser module has been renamed to configparserJustus Winter
2012-01-02py3k: The execfile built-in has been removed in python 3Justus Winter
2012-01-02version: bump to 0.11~rc2David Bremner
2011-12-25version: update version to 0.11~rc1debian/0.11_rc1-10.11_rc1David Bremner
2011-12-06Merge branch 'release'David Bremner
2011-12-06fix format string in Message.__unicode__Patrick Totzke
2011-12-06python: Remove stray debug commentSebastian Spaeth
2011-12-06python: use wrapped notmuch_*_t types instead of raw pointersThomas Jost
2011-12-06errors='ignore' when decode to unicodePatrick Totzke
2011-12-06use __unicode__ for string representationPatrick Totzke
2011-12-06clean up Thread.__str__Patrick Totzke
2011-12-06python: Return a STATUS value in tags_to_flags and flags_to_tagsSebastian Spaeth
2011-12-06remove unused importsPatrick Totzke
2011-12-06fix sphinx compile-time warningsPatrick Totzke
2011-12-06pep8 fixesPatrick Totzke
2011-12-05version: bump for bugfix release 0.10.2David Bremner
2011-12-01python: annotate all calls into libnotmuch with typesJustus Winter
2011-12-01python: add classes to wrap all notmuch_*_t typesJustus Winter
2011-11-25version: update to 0.10.1David Bremner
2011-11-23version: update to 0.10David Bremner
2011-11-19version: update version info for 0.10~rc2debian/0.10_rc2-10.10_rc2David Bremner
2011-11-15version: update to 0.10~rc1David Bremner
2011-10-11version: bump to 0.9David Bremner
2011-10-07version: bump to 0.9~rc2David Bremner
2011-10-05python: Set status in the class definitionsSebastian Spaeth
2011-10-05python: help function Query._assert_query_is_initializedSebastian Spaeth