From 32c3b790105c903a0f88284a5f39e9fdc8208ba6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 20 Dec 2011 08:52:42 -0400 Subject: [PATCH] nmbug/status: new dump with python and vim sections --- nmbug/status.mdwn | 197 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 188 insertions(+), 9 deletions(-) diff --git a/nmbug/status.mdwn b/nmbug/status.mdwn index fe199d1..1023822 100644 --- a/nmbug/status.mdwn +++ b/nmbug/status.mdwn @@ -1,14 +1,200 @@

Notmuch Patches

Generated: 2011-12-20
For more infomation see nmbug -

Ready

+

Maybe Ready (Core and Emacs)

These patches are under consideration for pushing. The view is generated from the following query:
-tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::python and not tag:notmuch::vim and not tag:notmuch::moreinfo and not tag:notmuch::needs-review +tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::moreinfo and not tag:notmuch::python and not tag:notmuch::vim and not tag:notmuch::needs-review
+ + + +

2011-12-17 +

id:"1324136868-6662-1-git-send-email-aaronecay@gmail.com" +
Aaron Ecay +[PATCH] [emacs] Don't quote lambda forms +
+

Maybe Ready (Python)

+These python related patches might be ready to push, or they might just need updated tags. +The view is generated from the following query: +
+tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::moreinfo and tag:notmuch::python and not tag:notmuch::needs-review +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

2011-07-11 +

id:"1310377427-7656-1-git-send-email-Sebastian@SSpaeth.de" +
Sebastian Spaeth +[PATCH] python: Encode query string as a utf-8 byte array +
+ id:"1310377785-7887-1-git-send-email-Sebastian@SSpaeth.de" +
+[PATCH v2] python: Encode query string as a utf-8 byte array +

2011-07-23 +

id:"1311426759-32441-1-git-send-email-patricktotzke@gmail.com" +
pazz +[PATCH] interpret Xapian errors from sdterr as exceptions +

2011-09-25 +

id:"1316984855-27599-1-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH] properly raise exceptions in python bindings +

2011-09-26 +

id:"1316999137-28257-3-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 3/9] python: reorder the arguments of NotmuchError.__init__() +
+ id:"1316999137-28257-4-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 4/9] python: fix NotmuchError.__str__ if status == None +
+ id:"1316999137-28257-5-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 5/9] python: rename _verify_initialized_db to _assert_db_is_initialized +
+ id:"1316999137-28257-6-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 6/9] python: rename _verify_dir_initialized to _assert_dir_is_initialized +
+ id:"1316999137-28257-7-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 7/9] python: provide more exception classes +
+ id:"1316999137-28257-8-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 8/9] python: use the new exception classes and update the documentation +
+ id:"1316999137-28257-9-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 9/9] python: raise a more specific error in Messages.print_messages +

2011-12-05 +

id:"1323119555-31416-2-git-send-email-patricktotzke@gmail.com" +
Patrick Totzke +[PATCH 1/3] pep8 fixes +
+ id:"1323119555-31416-3-git-send-email-patricktotzke@gmail.com" +
+[PATCH 2/3] remove unused imports +

2011-12-06 +

id:"1323202963-1600-2-git-send-email-patricktotzke@gmail.com" +
Patrick Totzke +[PATCH] fix format string in Message.__unicode__ +

2011-12-14 +

id:"1323860305-15802-2-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 1/7] py3k: The execfile built-in has been removed in python 3 +
+ id:"1323860305-15802-3-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 2/7] py3k: The ConfigParser module has been renamed to configparser +
+ id:"1323860305-15802-4-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 3/7] py3k: All strings are unicode strings in py3k +
+ id:"1323860305-15802-5-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 4/7] py3k: Rename .next() to __next__(), add python2.x compatibility alias +
+ id:"1323860305-15802-6-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 5/7] py3k: the basestring and unicode types are removed in python 3 +
+ id:"1323860305-15802-7-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 6/7] py3k: Add and use a mixin class that implements __str__ +
+ id:"1323860305-15802-8-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 7/7] python: add missing conversions from and to utf-8 +
+

Maybe Ready (vim)

+These vim related patches might be ready to push, or they might just need updated tags. +The view is generated from the following query: +
+tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::moreinfo and tag:notmuch::vim and not tag:notmuch::needs-review +
+ + + + + + + +

2011-07-11 +

id:"1310409421-4446-2-git-send-email-jason@jasonwoof.com" +
Jason Woofenden +[PATCH] vim: add setting to shorten/fix sender names +

2011-09-23 +

id:"1316825200-15711-1-git-send-email-mdroth@linux.vnet.ibm.com" +
Michael Roth +[PATCH] vim plugin: allow customizing of current read+archive+advance behavior +

Review

These patches are under review, or waiting for feedback. @@ -387,13 +573,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and David Bremner [PATCH] uncrustify.cfg: initial support for notmuch coding style - - -
2011-12-17 -
id:"1324136868-6662-1-git-send-email-aaronecay@gmail.com" - - Aaron Ecay -[PATCH] [emacs] Don't quote lambda forms
2011-12-18 -- 2.43.0