aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/database.py
Commit message (Expand)AuthorAge
* Merge branch 'release'David Bremner2012-05-23
|\
| * python: Remove find_message_by_filename workaroundAustin Clements2012-05-23
| * python: Update Database.get_directory documentationAustin Clements2012-05-23
* | python: deprecate Database.db_pJustus Winter2012-05-17
* | python: add a file abstracting away differences between python 2 and 3Justus Winter2012-05-17
* | python: Fix the remaining broken NULL pointer testsJustus Winter2012-05-17
* | python: use relative importsJustus Winter2012-05-17
|/
* python: Update for changes to notmuch_database_get_directoryAustin Clements2012-05-15
* python: Update Python bindings for new notmuch_database_{open, create} signat...Austin Clements2012-05-05
* python: remove a note stating wrong things about the memory managementJustus Winter2012-04-30
* python: document the Database.close functionJustus Winter2012-04-30
* python: fix NULL pointer testsJustus Winter2012-04-30
* python: strip superfluous single quote from copyright noticesJustus Winter2012-04-29
* python: wrap and use notmuch_database_destroy as destructorJustus Winter2012-04-28
* python: move the exception classes into error.pyJustus Winter2012-02-23
* 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: more error handling fixesJustus Winter2012-02-19
* python: move Query class to its own fileJustus 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: fix error handlingJustus Winter2012-01-22
* python: str.decode() doesn't like kwargs in python 2.5Sebastian Spaeth2012-01-02
* python: add missing conversions from and to utf-8Justus Winter2012-01-02
* py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter2012-01-02
* py3k: The ConfigParser module has been renamed to configparserJustus Winter2012-01-02
* python: Remove stray debug commentSebastian Spaeth2011-12-06
* python: use wrapped notmuch_*_t types instead of raw pointersThomas Jost2011-12-06
* remove unused importsPatrick Totzke2011-12-06
* fix sphinx compile-time warningsPatrick Totzke2011-12-06
* pep8 fixesPatrick Totzke2011-12-06
* python: annotate all calls into libnotmuch with typesJustus Winter2011-12-01
* python: help function Query._assert_query_is_initializedSebastian Spaeth2011-10-05
* python: clean up docstrings and API documentationSebastian Spaeth2011-10-05
* python: whitespace fixed in docstringsSebastian Spaeth2011-10-05
* python: Catch up with find_message(by_filename) API changesSebastian Spaeth2011-10-05
* python: rework creating of SubclassesSebastian Spaeth2011-09-30
* python: provide more exception classesJustus Winter2011-09-30
* python: Add new functions in API documentationSebastian Spaeth2011-09-29