aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)Author
2012-04-30python: remove a note stating wrong things about the memory managementJustus Winter
2012-04-30python: document the Database.close functionJustus Winter
2012-04-30python: deprecate code formatting messages as text and jsonJustus Winter
2012-04-30python: cleanup the __nonzero__ implementationsJustus Winter
2012-04-30python: fix NULL pointer testsJustus Winter
2012-04-30python: update the docstrings of Filenames.{__len__,__unicode}Justus Winter
2012-04-30python: update the docstring of class FilenamesJustus Winter
2012-04-30python: fix the documentationJustus Winter
2012-04-30python: fix Message.get_filenamesJustus Winter
2012-04-30python: remove the deprecated function Filenames.as_generatorJustus Winter
2012-04-29python: strip superfluous single quote from copyright noticesJustus Winter
2012-04-29python: add copyright and licensing information to setup.pyJustus Winter
2012-04-29python: stylistic and pep8 fixes in setup.pyJustus Winter
2012-04-29python: update the long description in setup.pyJustus Winter
2012-04-29python: fix the test asserting that reading the version succeededJustus Winter
2012-04-29python: simplify a path expression in setup.pyJustus Winter
2012-04-29python: Remove unused import from setup.pyJustus Winter
2012-04-28python: wrap and use notmuch_database_destroy as destructorJustus Winter
2012-03-19update version to 0.12David Bremner
2012-03-18bump version to 0.12~rc2David Bremner
2012-03-18python: fix signature of two wrapped libnotmuch functionsJustus Winter
2012-03-01bump version to 0.12~rc1David Bremner
2012-02-24python: split the documentationJustus Winter
2012-02-24python: move the notmuch module section to notes.rstJustus Winter
2012-02-24python: move the usage example to quickstart.rstJustus Winter
2012-02-24python: strip module prefix in the sphinx documentationJustus Winter
2012-02-23python: mention the exception class refactoring in the docsJustus Winter
2012-02-23python: move the exception classes into error.pyJustus Winter
2012-02-22python: rename filename.py into filenames.pyJustus Winter
2012-02-22python: move Threads class into its own fileJustus Winter
2012-02-22python: move Messages class into its own fileJustus Winter
2012-02-22python: refactor the python bindingsJustus Winter
2012-02-22python: work around libnotmuch calling exit(3) in Database.find_message_by_filenameJustus Winter
2012-02-22python: improve the docstring of Database.find_message_by_filenameJustus Winter
2012-02-22python: work around libnotmuch calling exit(3) in Database.get_directoryJustus Winter
2012-02-22python: Improve the docstring of Database.get_directoryJustus Winter
2012-02-22python: avoid using a magic value for database mode in Database.__init__Justus Winter
2012-02-21python: fix the type nonsense of the first parameter of class DirectoryJustus Winter
2012-02-21python: allow an empty path as parameter to Database.get_directoryJustus Winter
2012-02-21python: remove :returns: keywords from functions returning nothingJustus Winter
2012-02-21python: rework Directory.set_mtimeJustus Winter
2012-02-21python: harmonize the sphinx keyword for exceptionsJustus Winter
2012-02-20python: refactor the error handling machineryJustus Winter
2012-02-20python: fix the projects name and update years of the copyright notice in the sphinx docsJustus Winter
2012-02-19python: more error handling fixesJustus Winter
2012-02-18python: remove trailing whitespace within the documentation source filesJustus Winter
2012-02-18python: improve Query.count_messages docstringJustus Winter
2012-02-18python: wrap notmuch_query_count_threads as Query.count_threadsJustus Winter
2012-02-18python: refactor Query classJustus Winter
2012-02-18python: move Query class to its own fileJustus Winter