aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch
Commit message (Expand)AuthorAge
* Merge tag '0.13.2'David Bremner2012-06-03
|\
| * version: update to 0.13.2David Bremner2012-06-02
* | Merge branch 'release'David Bremner2012-05-29
|\|
| * version: bump to 0.13.1David Bremner2012-05-25
* | 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 Messages.{format,print}_messagesJustus Winter2012-05-17
* | python: deprecate Database.db_pJustus Winter2012-05-17
* | python: fix Message.get_headerJustus 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: remove unused import of the json moduleJustus Winter2012-05-17
* | python: remove functions that have been marked as deprecated in 0.13Justus Winter2012-05-16
|/
* version: bump to 0.13David Bremner2012-05-15
* python: Update for changes to notmuch_database_get_directoryAustin Clements2012-05-15
* bump version to 0.13~rc1David Bremner2012-05-08
* lib: Bump SO version from 2.0.0 to 3.0.0Austin Clements2012-05-05
* 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: deprecate code formatting messages as text and jsonJustus Winter2012-04-30
* python: cleanup the __nonzero__ implementationsJustus Winter2012-04-30
* python: fix NULL pointer testsJustus Winter2012-04-30
* python: update the docstrings of Filenames.{__len__,__unicode}Justus Winter2012-04-30
* python: update the docstring of class FilenamesJustus Winter2012-04-30
* python: fix Message.get_filenamesJustus Winter2012-04-30
* python: remove the deprecated function Filenames.as_generatorJustus 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
* update version to 0.12David Bremner2012-03-19
* 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: 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