aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAge
* bump version to 0.12~rc2David Bremner2012-03-18
* python: fix signature of two wrapped libnotmuch functionsJustus Winter2012-03-18
* bump version to 0.12~rc1David Bremner2012-03-01
* python: split the documentationJustus Winter2012-02-24
* python: move the notmuch module section to notes.rstJustus Winter2012-02-24
* python: move the usage example to quickstart.rstJustus Winter2012-02-24
* python: strip module prefix in the sphinx documentationJustus Winter2012-02-24
* python: mention the exception class refactoring in the docsJustus Winter2012-02-23
* python: move the exception classes into error.pyJustus Winter2012-02-23
* python: rename filename.py into filenames.pyJustus Winter2012-02-22
* python: move Threads class into its own fileJustus Winter2012-02-22
* python: move Messages class into its own fileJustus Winter2012-02-22
* python: refactor the python bindingsJustus Winter2012-02-22
* python: work around libnotmuch calling exit(3) in Database.find_message_by_fi...Justus Winter2012-02-22
* python: improve the docstring of Database.find_message_by_filenameJustus Winter2012-02-22
* python: work around libnotmuch calling exit(3) in Database.get_directoryJustus Winter2012-02-22
* python: Improve the docstring of Database.get_directoryJustus Winter2012-02-22
* 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