projects
/
notmuch
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
python: split the documentation
2012-02-24
Justus Winter
python: split the documentation
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-24
Justus Winter
python: move the notmuch module section to notes.rst
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-24
Justus Winter
python: move the usage example to quickstart.rst
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-23
Justus Winter
python: strip module prefix in the sphinx documentation
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: mention the exception class refactoring in...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: move the exception classes into error.py
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: rename filename.py into filenames.py
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: move Threads class into its own file
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: move Messages class into its own file
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: refactor the python bindings
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: work around libnotmuch calling exit(3) in Database...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: improve the docstring of Database.find_message_by_fi...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: work around libnotmuch calling exit(3) in Database...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: Improve the docstring of Database.get_directory
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-22
Justus Winter
python: avoid using a magic value for database mode...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-21
Justus Winter
Prevent segmentation fault in notmuch_database_close
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-21
Justus Winter
python: fix the type nonsense of the first parameter...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-20
Justus Winter
python: allow an empty path as parameter to Database...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-20
Justus Winter
python: remove :returns: keywords from functions returning...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-20
Justus Winter
python: rework Directory.set_mtime
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-20
Justus Winter
python: harmonize the sphinx keyword for exceptions
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-20
Justus Winter
python: refactor the error handling machinery
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-20
Justus Winter
python: fix the projects name and update years of the...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: more error handling fixes
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: remove trailing whitespace within the documentation...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: improve Query.count_messages docstring
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: wrap notmuch_query_count_threads as Query.count_threads
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: refactor Query class
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: move Query class to its own file
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-18
Justus Winter
python: remove unused but imported symbol
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-17
Justus Winter
python: remove unused but imported symbol
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-15
Justus Winter
python: implement the context manager protocol for...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-15
Justus Winter
python: provide a Database.close function
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-10
Justus Winter
py3k: Fix decoding of default database name in Database...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-10
Justus Winter
python: mock out the ctypes library
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-02-10
Justus Winter
python: Add a Mock class to the sphinx config that...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-01-23
Justus Winter
Add a NEWS section for 0.11.1 and document the python...
commit
|
commitdiff
|
tree
2012-01-23
Justus Winter
python: fix error handling
commit
|
commitdiff
|
tree
2012-01-22
Justus Winter
python: fix error handling
commit
|
commitdiff
|
tree
2012-01-16
Justus Winter
py3k: add a specialized version of _str for python3
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
python: make the result of Message.get_replies() more...
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
python: refactor print_messages into format_messages...
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
python: add missing conversions from and to utf-8
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
py3k: Add and use a mixin class that implements __str__
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
py3k: Rename .next() to __next__(), add python2.x compatibil...
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
py3k: All strings are unicode strings in py3k
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
py3k: The ConfigParser module has been renamed to configparser
commit
|
commitdiff
|
tree
2012-01-02
Justus Winter
py3k: The execfile built-in has been removed in python 3
commit
|
commitdiff
|
tree
2011-12-01
Justus Winter
python: annotate all calls into libnotmuch with types
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-12-01
Justus Winter
python: add classes to wrap all notmuch_*_t types
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-30
Justus Winter
python: provide more exception classes
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-30
Justus Winter
python: fix docstring of Message.get_header()
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
properly raise exceptions in python bindings
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
python: raise a more specific error in Messages.print_messages
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
python: rename _verify_dir_initialized to _assert_dir_is_ini...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
python: rename _verify_initialized_db to _assert_db_is_initi...
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
python: fix NotmuchError.__str__ if status == None
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
python: add status and message attributes to NotmuchError
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree
2011-09-29
Justus Winter
python: add a .gitignore file and refine the toplevel one
...off-by: Justus Winter <
4winter@informatik.uni-hamburg.de
>
commit
|
commitdiff
|
tree