aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/thread.py
Commit message (Expand)AuthorAge
* python: Add bindings for notmuch_thread_get_messagesGravatar Austin Clements2013-05-05
* python: Fix the remaining broken NULL pointer testsGravatar Justus Winter2012-05-17
* python: use relative importsGravatar Justus Winter2012-05-17
* python: fix NULL pointer testsGravatar Justus Winter2012-04-30
* python: strip superfluous single quote from copyright noticesGravatar Justus Winter2012-04-29
* python: move the exception classes into error.pyGravatar Justus Winter2012-02-23
* python: move Threads class into its own fileGravatar Justus Winter2012-02-22
* python: move Messages class into its own fileGravatar Justus Winter2012-02-22
* python: harmonize the sphinx keyword for exceptionsGravatar Justus Winter2012-02-21
* python: refactor the error handling machineryGravatar Justus Winter2012-02-20
* python: more error handling fixesGravatar Justus Winter2012-02-19
* python: fix error handlingGravatar Justus Winter2012-01-22
* python: str.decode() doesn't like kwargs in python 2.5Gravatar Sebastian Spaeth2012-01-02
* python: add missing conversions from and to utf-8Gravatar Justus Winter2012-01-02
* py3k: Add and use a mixin class that implements __str__Gravatar Justus Winter2012-01-02
* py3k: Rename .next() to __next__(), add python2.x compatibility aliasGravatar Justus Winter2012-01-02
* errors='ignore' when decode to unicodeGravatar Patrick Totzke2011-12-06
* clean up Thread.__str__Gravatar Patrick Totzke2011-12-06
* remove unused importsGravatar Patrick Totzke2011-12-06
* pep8 fixesGravatar Patrick Totzke2011-12-06
* python: annotate all calls into libnotmuch with typesGravatar Justus Winter2011-12-01
* properly raise exceptions in python bindingsGravatar Justus Winter2011-09-29
* python: Fix unsafe utf-8 decodingsGravatar pazz2011-08-17
* decode headers from utf-8 to unicodeGravatar patrick2011-08-15
* python: pep8 compliance for thread.pyGravatar pazz2011-08-09
* bindings/python: implement Threads().__nonzero__Gravatar Sebastian Spaeth2011-06-02
* Move everything down into a bindings/python directory.Gravatar Carl Worth2010-04-21