index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
/
python
/
docs
Age
Commit message (
Expand
)
Author
2024-12-08
docs: Update intersphinx_mapping
Fredrik Lönnegren
2019-02-16
python: fix threads.__str__ automethod documentation
Jani Nikula
2019-02-16
python: fix documentation title underline
Jani Nikula
2019-02-16
python: fix documentation build with python 3.7
Jani Nikula
2018-05-03
move more http -> https
Daniel Kahn Gillmor
2018-05-02
python: add bindings for notmuch_message_get_propert(y/ies)
Ruben Pollan
2018-03-24
Fix typos as found by codespell
Georg Faerber
2017-12-24
python: Fix method name in docs
l-m-h@web.de
2017-12-19
python: add bindings to access config
l-m-h@web.de
2017-08-23
database: add n_d_index_file (deprecates n_d_add_message)
Daniel Kahn Gillmor
2017-07-18
Fix orthography
Daniel Kahn Gillmor
2016-06-05
Use https instead of http where possible
Daniel Kahn Gillmor
2016-01-08
python: Remove {Filenames,Threads}.__len__
Justus Winter
2016-01-08
python: add new errors
Justus Winter
2014-09-23
python: Add binding for notmuch_query_add_tag_exclude
Thibaut Horel
2014-05-28
Unset html_static_path in Python bindings docs
Amadeusz Żołnowski
2012-12-21
python: remove Database.db_p
Justus Winter
2012-05-17
python: remove the "notmuch binary" section from the docs
Justus Winter
2012-05-16
python: remove format_message_as_{json,text} from the sphinx docs
Justus Winter
2012-04-30
python: document the Database.close function
Justus Winter
2012-04-30
python: fix the documentation
Justus Winter
2012-02-24
python: split the documentation
Justus Winter
2012-02-24
python: move the notmuch module section to notes.rst
Justus Winter
2012-02-24
python: move the usage example to quickstart.rst
Justus Winter
2012-02-24
python: strip module prefix in the sphinx documentation
Justus Winter
2012-02-23
python: mention the exception class refactoring in the docs
Justus Winter
2012-02-22
python: refactor the python bindings
Justus Winter
2012-02-20
python: fix the projects name and update years of the copyright notice in the sphinx docs
Justus Winter
2012-02-18
python: remove trailing whitespace within the documentation source files
Justus Winter
2012-02-18
python: wrap notmuch_query_count_threads as Query.count_threads
Justus Winter
2012-02-10
python: mock out the ctypes library
Justus Winter
2012-02-10
python: Add a Mock class to the sphinx config that can be used to mock modules
Justus Winter
2011-12-06
fix sphinx compile-time warnings
Patrick Totzke
2011-10-05
python: clean up docstrings and API documentation
Sebastian Spaeth
2011-10-05
python: Add the new exception types in the API documentation
Sebastian Spaeth
2011-09-29
python: Add new functions in API documentation
Sebastian Spaeth
2011-09-29
python: Improve code documentation
Sebastian Spaeth
2011-06-16
python: Improve API documentation
Sebastian Spaeth
2011-06-15
python: Remove Messages().__len__
Sebastian Spaeth
2011-06-02
bindings/python: Include the new get_filenames in the API docs
Sebastian Spaeth
2010-04-23
python: Add UNSORTED as Query.SORT option
Sebastian Spaeth
2010-04-21
Move everything down into a bindings/python directory.
Carl Worth