aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch.py
AgeCommit message (Collapse)Author
2012-05-16python: remove notmuch.pyJustus Winter
Removes notmuch.py. If someone wants to step up and work on this it can always be restored using the version control system. notmuch.py was meant to be a python implementation of the notmuch utility. It was never finished and hasn't been updated to changes in the API and bindings and its features and interface haven't been kept in sync with the notmuch utility. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-01-02py3k: The ConfigParser module has been renamed to configparserJustus Winter
2011-03-16python: Remove completed TODO itemJames Vasile
Really just a left-over TODO item in the code, nothing spectacular to see here. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-04-21Move everything down into a bindings/python directory.Carl Worth
In preparation for merging the python bindings into the notmuch repository.