From 6840ce52427e1f64ed0474438135dd2522a430cc Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 20 Dec 2011 09:11:02 -0400 Subject: [PATCH] nmbug/status: new dump, tidied python tags --- nmbug/status.mdwn | 218 ++++++++++++++++++++-------------------------- 1 file changed, 95 insertions(+), 123 deletions(-) diff --git a/nmbug/status.mdwn b/nmbug/status.mdwn index 1023822..eac5d0a 100644 --- a/nmbug/status.mdwn +++ b/nmbug/status.mdwn @@ -5,7 +5,7 @@ For more infomation see nmbug 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::moreinfo and not tag:notmuch::python and not tag:notmuch::vim 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::wontfix and not tag:notmuch::needs-review
@@ -21,7 +21,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and 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 +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::wontfix and tag:notmuch::python and not tag:notmuch::needs-review
@@ -37,20 +37,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[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 @@ -58,34 +44,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
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
@@ -93,83 +51,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
[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
@@ -177,7 +58,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and 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 +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::wontfix and tag:notmuch::vim and not tag:notmuch::needs-review
@@ -200,7 +81,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and These patches are under review, or waiting for feedback. 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::stale and (tag:notmuch::moreinfo or tag:notmuch::needs-review) +tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::stale and not tag:notmuch::wontfix and (tag:notmuch::moreinfo or tag:notmuch::needs-review)
@@ -370,6 +251,20 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom +

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-7-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 7/9] python: provide more exception classes

2011-10-03 @@ -496,6 +391,34 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
Jani Nikula [PATCH] emacs: create patch filename from subject for inline patch fake parts +

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 +
+ id:"1323119555-31416-4-git-send-email-patricktotzke@gmail.com" +
+[PATCH 3/3] fix sphinx compile-time warnings +

2011-12-06 +

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

2011-12-07 @@ -566,6 +489,55 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
[PATCH v3 4/4] emacs: add notmuch-hello-hook +

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

2011-12-17 -- 2.43.0