aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAge
* python: avoid using a magic value for database mode in Database.__init__Justus Winter2012-02-22
* python: fix the type nonsense of the first parameter of class DirectoryJustus Winter2012-02-21
* python: allow an empty path as parameter to Database.get_directoryJustus Winter2012-02-21
* python: remove :returns: keywords from functions returning nothingJustus Winter2012-02-21
* python: rework Directory.set_mtimeJustus Winter2012-02-21
* python: harmonize the sphinx keyword for exceptionsJustus Winter2012-02-21
* python: refactor the error handling machineryJustus Winter2012-02-20
* python: fix the projects name and update years of the copyright notice in the...Justus Winter2012-02-20
* python: more error handling fixesJustus Winter2012-02-19
* python: remove trailing whitespace within the documentation source filesJustus Winter2012-02-18
* python: improve Query.count_messages docstringJustus Winter2012-02-18
* python: wrap notmuch_query_count_threads as Query.count_threadsJustus Winter2012-02-18
* python: refactor Query classJustus Winter2012-02-18
* python: move Query class to its own fileJustus Winter2012-02-18
* python: remove unused but imported symbolJustus Winter2012-02-18
* python: remove unused but imported symbolJustus Winter2012-02-18
* python: implement the context manager protocol for database objectsJustus Winter2012-02-15
* python: provide a Database.close functionJustus Winter2012-02-15
* py3k: Fix decoding of default database name in Database._get_user_default_dbJustus Winter2012-02-10
* python: mock out the ctypes libraryJustus Winter2012-02-10
* python: Add a Mock class to the sphinx config that can be used to mock modulesJustus Winter2012-02-10
* Merge commit '0.11.1'David Bremner2012-02-04
|\
| * version: bump to 0.11.1David Bremner2012-02-03
| * python: fix error handlingJustus Winter2012-01-23
* | python: fix error handlingJustus Winter2012-01-22
* | py3k: add a specialized version of _str for python3Justus Winter2012-01-16
* | Merge branch 'release'David Bremner2012-01-13
|\|
| * Update version to 0.11David Bremner2012-01-13
| * version: update to 0.11~rc3David Bremner2012-01-09
| * version: bump to 0.11~rc2David Bremner2012-01-02
| * version: update version to 0.11~rc1David Bremner2011-12-25
* | python: str.decode() doesn't like kwargs in python 2.5Sebastian Spaeth2012-01-02
* | python: make the result of Message.get_replies() more pythonicJustus Winter2012-01-02
* | python: refactor print_messages into format_messages and print_messagesJustus Winter2012-01-02
* | python: add missing conversions from and to utf-8Justus Winter2012-01-02
* | py3k: Add and use a mixin class that implements __str__Justus Winter2012-01-02
* | py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter2012-01-02
* | py3k: All strings are unicode strings in py3kJustus Winter2012-01-02
* | py3k: The ConfigParser module has been renamed to configparserJustus Winter2012-01-02
* | py3k: The execfile built-in has been removed in python 3Justus Winter2012-01-02
|/
* Merge branch 'release'David Bremner2011-12-06
|\
| * version: bump for bugfix release 0.10.2David Bremner2011-12-05
* | fix format string in Message.__unicode__Patrick Totzke2011-12-06
* | python: Remove stray debug commentSebastian Spaeth2011-12-06
* | python: use wrapped notmuch_*_t types instead of raw pointersThomas Jost2011-12-06
* | errors='ignore' when decode to unicodePatrick Totzke2011-12-06
* | use __unicode__ for string representationPatrick Totzke2011-12-06
* | clean up Thread.__str__Patrick Totzke2011-12-06
* | python: Return a STATUS value in tags_to_flags and flags_to_tagsSebastian Spaeth2011-12-06
* | remove unused importsPatrick Totzke2011-12-06