]> git.notmuchmail.org Git - notmuch/history - bindings
python: add a .gitignore file and refine the toplevel one
[notmuch] / bindings /
2011-09-29 Justus Winterpython: add a .gitignore file and refine the toplevel one
2011-09-28 Sebastian Spaethpython: add begin|end_atomic bindings
2011-09-28 Sebastian Spaethpython: Add database_find_message_by_filename bindings
2011-09-24 David Bremnerversion: bump to 0.9~rc1
2011-09-24 Ali Polatelruby: New exception Notmuch::UnbalancedAtomicError
2011-09-24 Ali Polatelruby: Wrap notmuch_database_{begin,end}_atomic
2011-09-24 Ali Polatelruby: Rename destroy to destroy!
2011-09-16 Martin Owenspython: Ensure that we pass utf-8 encoded string to...
2011-09-10 David BremnerMerge branch 'release'
2011-09-10 David Bremnerupdate versions for release 0.8
2011-09-07 David Bremnerupdate versions for release candidate 0.8_rc1
2011-09-05 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2011-09-05 Sebastian Spaethpython: Make Database take unicode paths
2011-08-24 Sebastian Spaethpython: Have setup.py read the version number without...
2011-08-24 Sebastian Spaethpython: Updated development status and wording in setup.py
2011-08-24 Sebastian SpaethRevert "python: Simplify setup.py"
2011-08-23 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2011-08-23 Sebastian Spaethpython: Simplify setup.py
2011-08-17 pazzpython: Fix unsafe utf-8 decodings
2011-08-15 patrickdecode headers from utf-8 to unicode
2011-08-09 Sebastian Spaethpython: remove Tags().__len__() implementation
2011-08-09 Sebastian Spaethpython: Do explicitly check if the next tag exists
2011-08-09 pazzpython: pep8 compliance for __init__.py
2011-08-09 pazzpython: pep8 compliance for thread.py
2011-08-09 pazzpython: pep8 compliance for tag.py
2011-08-09 pazzpython: pep8 compliance for globals.py
2011-08-09 pazzpython: pep8 compliance for filename.py
2011-08-09 pazzpython: pep8 compliance for database.py
2011-08-09 pazzpython: pep8 compliance for message.py
2011-08-09 Sebastian Spaethpython: Really throw an error if search_threads() fails
2011-08-09 Cedric Cabessapython: Fix copy'n paste typo
2011-08-01 David BremnerMerge branch 'release'
2011-07-29 Ali Polatelruby: Fix typo in documentation
2011-07-29 Ali Polatelruby: Remove the split file hack from rdoc.sh
2011-07-29 Ali Polatelruby: Add markers to method definitions to help rdoc
2011-07-29 Ali Polatelruby: Document remaining undocumented constants
2011-07-29 Ali Polatelruby: Document constants and exceptions right before...
2011-07-29 Ali Polatelruby: Add list of classes to main documentation
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-11 Sebastian Spaethpython: represent message tags as unicode instances
2011-07-11 Sebastian Spaethpython: Encode query string as a utf-8 byte array
2011-07-10 David BremnerMerge commit '0.6'
2011-07-08 Sebastian Spaethpython: Fix Database().needs_upgrade()
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-20 David BremnerDo not import notmuch in setup.py.
2011-06-16 Sebastian SpaethSimplify (& fix) Message().__str__()
2011-06-16 Sebastian Spaethpython: Bulletproof Database() path parameter
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: Bump bindings version to 0.6
2011-06-02 Sebastian Spaethbindings/python: Implement Tags().__nonzero__()
2011-06-02 Sebastian Spaethbindings/python: implement Threads().__nonzero__
2011-06-02 Sebastian Spaethbindings/python: Include the new get_filenames in the...
2011-06-02 Sebastian Spaethbindings/python: Implement Message().get_filenames()
2011-05-24 Carl Worthpython: Update README to talkabout notmuch, not cnotmuch
2011-03-16 James Vasilepython: Remove completed TODO item
2011-03-10 Carl WorthMerge remote branch 'amdragon/search-perf-3'
2011-02-03 Sebastien Binetupdate for go-release-2011-02-01:
2011-02-02 Ali Polatelruby: Add generated files to .gitignore
2011-01-26 Sebastien BinetMigrate to goconfig pkg
2011-01-26 Sebastien Binetbindings/go: Add a todo file
2011-01-26 Sebastien BinetA minor, cosmetic change
2011-01-26 Sebastien BinetInitial import of Go bindings for notmuch
2011-01-25 Ali Polatelruby: Add wrapper for message_get_filenames
2011-01-25 Ali Polatelruby: Add wrappers for maildir sync. interface
2011-01-25 Ali Polatelruby: Add wrappers for query_get_s{ort,tring}
2011-01-13 Sebastian Spaethpython: Update metainformation to point to new URL...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-10-28 Sebastian Spaethpython: lambda(p) is not P3k-compliant
2010-10-28 Sebastian Spaethpython: Import explicit including package name
2010-06-06 Ali Polatelruby: Don't barf if an object is destroyed more than...
2010-06-06 Ali Polatelruby: Use rb_scan_args()
2010-06-06 Ali Polatelruby: Kill garbage collection related cruft.
2010-06-06 Ali Polatelruby: First attempt at fixing gc for ruby-1.9
2010-06-06 Ali Polatelruby: fix documentation of DB.upgrade!
2010-06-06 Ali PolatelInitial ruby bindings
2010-05-18 Sebastian Spaethpython: have docs reflect current return value behavior
2010-04-23 Sebastian Spaethpython: Add UNSORTED as Query.SORT option
2010-04-23 Sebastian Spaethpython: Delete unused files
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.