aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/message.py
Commit message (Expand)AuthorAge
* python: fix Message.get_headerJustus Winter2012-05-17
* python: Fix the remaining broken NULL pointer testsJustus 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
* python: deprecate code formatting messages as text and jsonJustus Winter2012-04-30
* python: fix NULL pointer testsJustus Winter2012-04-30
* python: fix Message.get_filenamesJustus Winter2012-04-30
* python: strip superfluous single quote from copyright noticesJustus Winter2012-04-29
* python: move the exception classes into error.pyJustus Winter2012-02-23
* python: rename filename.py into filenames.pyJustus Winter2012-02-22
* python: move Messages class into its own fileJustus Winter2012-02-22
* python: remove :returns: keywords from functions returning nothingJustus 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: fix error handlingJustus Winter2012-01-22
* python: str.decode() doesn't like kwargs in python 2.5Sebastian Spaeth2012-01-02
* python: make the result of Message.get_replies() more pythonicJustus Winter2012-01-02
* python: refactor print_messages into format_messages and print_messagesJustus Winter2012-01-02
* python: add missing conversions from and to utf-8Justus Winter2012-01-02
* py3k: Add and use a mixin class that implements __str__Justus Winter2012-01-02
* py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter2012-01-02
* fix format string in Message.__unicode__Patrick Totzke2011-12-06
* errors='ignore' when decode to unicodePatrick Totzke2011-12-06
* use __unicode__ for string representationPatrick Totzke2011-12-06
* python: Return a STATUS value in tags_to_flags and flags_to_tagsSebastian Spaeth2011-12-06
* remove unused importsPatrick Totzke2011-12-06
* fix sphinx compile-time warningsPatrick Totzke2011-12-06
* python: annotate all calls into libnotmuch with typesJustus Winter2011-12-01
* python: fix docstring of Message.get_header()Justus Winter2011-09-30
* properly raise exceptions in python bindingsJustus Winter2011-09-29
* python: raise a more specific error in Messages.print_messagesJustus Winter2011-09-29
* python: Ensure that we pass utf-8 encoded string to libnotmuchMartin Owens2011-09-16
* decode headers from utf-8 to unicodepatrick2011-08-15
* python: pep8 compliance for message.pypazz2011-08-09
* python: Do not implicitely call maildir_flags_to_tags etcSebastian Spaeth2011-06-24
* Simplify (& fix) Message().__str__()Sebastian Spaeth2011-06-16
* python: Improve API documentationSebastian Spaeth2011-06-16
* Implement Message.tags_to_maildir_flagsSebastian Spaeth2011-06-16
* python: Improve documentationSebastian Spaeth2011-06-15
* python: Implement Message.__cmp__ and __hash__Sebastian Spaeth2011-06-15
* python: Remove Messages().__len__Sebastian Spaeth2011-06-15
* bindings/python: Implement Message().get_filenames()Sebastian Spaeth2011-06-02
* python: lambda(p) is not P3k-compliantSebastian Spaeth2010-10-28
* Move everything down into a bindings/python directory.Carl Worth2010-04-21