]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/message.py
python: make some docstrings raw
[notmuch] / bindings / python / notmuch / message.py
2019-11-21 Jakub Wilkpython: make some docstrings raw
2019-05-05 David BremnerMerge tag 0.28.4
2019-03-06 David BremnerMerge branch 'release'
2019-03-06 David BremnerMerge branch 'release'
2019-02-21 Vincent Apython: fix get_property error when property doesn...
2019-02-17 David Bremnernotmuch (0.28.2-1) unstable; urgency=medium
2019-02-17 David BremnerImport notmuch_0.28.2.orig.tar.gz
2018-09-20 Vincent Breitmoserpython: fix unchecked None access in get_property
2018-06-29 David Bremnernotmuch (0.27-2) unstable; urgency=medium
2018-06-13 David BremnerImport notmuch_0.27.orig.tar.gz
2018-05-06 David BremnerMerge tag 'debian/0.26.2-2'
2018-05-02 Ruben Pollanpython: add bindings for notmuch_message_get_propert...
2018-04-28 David BremnerMerge branch 'release'
2018-04-27 David BremnerMerge branch 'release'
2018-04-25 David BremnerMerge branch 'release'
2018-04-07 David BremnerMerge branch 'release'
2018-01-09 David BremnerMerge tag '0.26'
2018-01-05 Daniel Kahn Gillmorfix typos
2017-12-09 David BremnerMerge branch 'release'
2017-11-06 David BremnerMerge branch 'release'
2017-10-02 Florian Klinkpython: open messages in binary mode
2017-09-12 David BremnerMerge tag '0.25.1'
2017-08-23 Daniel Kahn Gillmordatabase: add n_d_index_file (deprecates n_d_add_message)
2016-09-09 David BremnerMerge branch 'release'
2016-07-28 Jaime Velasco JuanFix typo in Message.maildir_flags_to_tags
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2012-06-03 David BremnerMerge tag '0.13.2'
2012-05-29 David BremnerMerge branch 'release'
2012-05-24 David BremnerMerge branch 'release'
2012-05-17 Justus Winterpython: fix Message.get_header
2012-05-17 Justus Winterpython: Fix the remaining broken NULL pointer tests
2012-05-17 Justus Winterpython: remove unused import of the json module
2012-05-16 Justus Winterpython: remove functions that have been marked as depre...
2012-04-30 Justus Winterpython: deprecate code formatting messages as text...
2012-04-30 Justus Winterpython: fix NULL pointer tests
2012-04-30 Justus Winterpython: fix Message.get_filenames
2012-04-29 Justus Winterpython: strip superfluous single quote from copyright...
2012-02-22 Justus Winterpython: move the exception classes into error.py
2012-02-22 Justus Winterpython: rename filename.py into filenames.py
2012-02-22 Justus Winterpython: move Messages class into its own file
2012-02-20 Justus Winterpython: remove :returns: keywords from functions return...
2012-02-20 Justus Winterpython: harmonize the sphinx keyword for exceptions
2012-02-20 Justus Winterpython: refactor the error handling machinery
2012-02-18 Justus Winterpython: more error handling fixes
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-23 Justus Winterpython: fix error handling
2012-01-22 Justus Winterpython: fix error handling
2012-01-14 David BremnerMerge branch 'release'
2012-01-02 Sebastian Spaethpython: str.decode() doesn't like kwargs in python 2.5
2012-01-02 Justus Winterpython: make the result of Message.get_replies() more...
2012-01-02 Justus Winterpython: refactor print_messages into format_messages...
2012-01-02 Justus Winterpython: add missing conversions from and to utf-8
2012-01-02 Justus Winterpy3k: Add and use a mixin class that implements __str__
2012-01-02 Justus Winterpy3k: Rename .next() to __next__(), add python2.x compa...
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Patrick Totzkefix format string in Message.__unicode__
2011-12-06 Patrick Totzkeerrors='ignore' when decode to unicode
2011-12-06 Patrick Totzkeuse __unicode__ for string representation
2011-12-06 Sebastian Spaethpython: Return a STATUS value in tags_to_flags and...
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkefix sphinx compile-time warnings
2011-12-01 Justus Winterpython: annotate all calls into libnotmuch with types
2011-09-30 Justus Winterpython: fix docstring of Message.get_header()
2011-09-29 Justus Winterproperly raise exceptions in python bindings
2011-09-29 Justus Winterpython: raise a more specific error in Messages.print_m...
2011-09-16 Martin Owenspython: Ensure that we pass utf-8 encoded string to...
2011-08-15 patrickdecode headers from utf-8 to unicode
2011-08-09 pazzpython: pep8 compliance for message.py
2011-06-30 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-24 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-16 Sebastian SpaethSimplify (& fix) Message().__str__()
2011-06-16 Sebastian Spaethpython: Improve API documentation
2011-06-16 Sebastian SpaethImplement Message.tags_to_maildir_flags
2011-06-15 Sebastian Spaethpython: Improve documentation
2011-06-15 Sebastian Spaethpython: Implement Message.__cmp__ and __hash__
2011-06-15 Sebastian Spaethpython: Remove Messages().__len__
2011-06-02 Sebastian Spaethbindings/python: Implement Message().get_filenames()
2010-11-08 Carl WorthMerge in ruby bindings.
2010-10-28 Sebastian Spaethpython: lambda(p) is not P3k-compliant
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.