From victor.stinner at haypocalc.com Mon Nov 3 17:45:53 2008 From: victor.stinner at haypocalc.com (Victor Stinner) Date: Mon, 3 Nov 2008 17:45:53 +0100 Subject: [Tracker-discuss] Create a "stage" field Message-ID: <200811031745.53239.victor.stinner@haypocalc.com> Hi, In the "My patches" thread of the python-dev mailing list, Brett and I propose a new field to get the "progress" of an issue. I first proposed the stages: - initial state: 0% => need more information - bug isolated: 25% => need a patch - patch present: 50% => patch needs reviewers - patch reviewed: 75% => patch just have to be applied - issue closed: 100% (done) Then Brett proposed: - triage - verify bug - test needed - needs patch - patch review - commit review - committed/rejected I don't understand the stages "verify bug": is is different than triage? And about "test needed": does it mean that bug is located in Python but we just need a script to reproduce the problem? Or that no one is able to reproduce it? About changing automatically the stage, Loewis told me to check "scripts directory". Where is this directory? How can I clone the Python Roundup setup to test changes on my computer? (empty issue list, but with the same configuration) -- Victor Stinner aka haypo http://www.haypocalc.com/blog/ From draghuram at gmail.com Mon Nov 3 17:49:58 2008 From: draghuram at gmail.com (Raghuram Devarakonda) Date: Mon, 3 Nov 2008 12:49:58 -0400 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <200811031745.53239.victor.stinner@haypocalc.com> References: <200811031745.53239.victor.stinner@haypocalc.com> Message-ID: <2c51ecee0811030849x7f99a329x47243c57c61d24d@mail.gmail.com> I replied to Victor alone by mistake. Here is my reply: --- Please look at http://wiki.python.org/moin/TrackerDevelopment for setting up a local python roundup instance. Please do update the wiki page if you needed to do some undocumented steps to get the setup working. Thanks, Raghu --- From forsberg at efod.se Mon Nov 3 17:54:44 2008 From: forsberg at efod.se (Erik Forsberg) Date: Mon, 3 Nov 2008 17:54:44 +0100 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <200811031745.53239.victor.stinner@haypocalc.com> References: <200811031745.53239.victor.stinner@haypocalc.com> Message-ID: <20081103175444.7f5ddfc2@broken> > How can I clone the Python Roundup setup to test changes on my > computer? (empty issue list, but with the same configuration) http://wiki.python.org/moin/TrackerDevelopment is hopefully helpful. Regards, \EF -- Erik Forsberg http://efod.se GPG/PGP Key: 1024D/0BAC89D9 From martin at v.loewis.de Mon Nov 3 20:29:45 2008 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Mon, 03 Nov 2008 20:29:45 +0100 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <200811031745.53239.victor.stinner@haypocalc.com> References: <200811031745.53239.victor.stinner@haypocalc.com> Message-ID: <490F5129.6000000@v.loewis.de> > In the "My patches" thread of the python-dev mailing list, Brett and I propose > a new field to get the "progress" of an issue. I first proposed the stages: I have now added the stage field, and filled it with most of Brett's values, except for the ones that are debated. > About changing automatically the stage, Loewis told me to check "scripts > directory". Where is this directory? http://svn.python.org/projects/tracker/instances/python-dev/scripts/ Regards, Martin From victor.stinner at haypocalc.com Mon Nov 3 22:02:18 2008 From: victor.stinner at haypocalc.com (Victor Stinner) Date: Mon, 3 Nov 2008 22:02:18 +0100 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <490F5129.6000000@v.loewis.de> References: <200811031745.53239.victor.stinner@haypocalc.com> <490F5129.6000000@v.loewis.de> Message-ID: <200811032202.18650.victor.stinner@haypocalc.com> Le Monday 03 November 2008 20:29:45 Martin v. L?wis, vous avez ?crit?: > I have now added the stage field, and filled it with most of Brett's > values, except for the ones that are debated. Oh, cool. You kept "triage" but there is already a "-no selection-" (no value) choice. IMHO you can remove "triage". -- Victor Stinner aka haypo http://www.haypocalc.com/blog/ From martin at v.loewis.de Mon Nov 3 22:29:25 2008 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Mon, 03 Nov 2008 22:29:25 +0100 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <200811032202.18650.victor.stinner@haypocalc.com> References: <200811031745.53239.victor.stinner@haypocalc.com> <490F5129.6000000@v.loewis.de> <200811032202.18650.victor.stinner@haypocalc.com> Message-ID: <490F6D35.9090400@v.loewis.de> > Oh, cool. You kept "triage" but there is already a "-no selection-" (no value) > choice. IMHO you can remove "triage". Says roundup: Stage 1 has been retired Regards, Martin From brett at python.org Mon Nov 3 23:08:56 2008 From: brett at python.org (Brett Cannon) Date: Mon, 3 Nov 2008 14:08:56 -0800 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <490F5129.6000000@v.loewis.de> References: <200811031745.53239.victor.stinner@haypocalc.com> <490F5129.6000000@v.loewis.de> Message-ID: On Mon, Nov 3, 2008 at 11:29, "Martin v. L?wis" wrote: >> In the "My patches" thread of the python-dev mailing list, Brett and I propose >> a new field to get the "progress" of an issue. I first proposed the stages: > > I have now added the stage field, and filled it with most of Brett's > values, except for the ones that are debated. > Thanks, Martin! I will email python-dev so people are aware of this. -Brett From martin at v.loewis.de Mon Nov 3 23:31:40 2008 From: martin at v.loewis.de (=?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?=) Date: Mon, 03 Nov 2008 23:31:40 +0100 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: References: <200811031745.53239.victor.stinner@haypocalc.com> <490F5129.6000000@v.loewis.de> Message-ID: <490F7BCC.7020906@v.loewis.de> > Thanks, Martin! I will email python-dev so people are aware of this. Is it really specified to the end? I blindly copied your values - can you please fill out the description column? It's in http://bugs.python.org/stage and comes up when you click the Stage link left to the field. In addition, I think Victor still wants to provide a detector that performs automatic stage changes, and a script that sets stage on existing issues. Regards, Martin From victor.stinner at haypocalc.com Tue Nov 4 00:21:58 2008 From: victor.stinner at haypocalc.com (Victor Stinner) Date: Tue, 4 Nov 2008 00:21:58 +0100 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <490F7BCC.7020906@v.loewis.de> References: <200811031745.53239.victor.stinner@haypocalc.com> <490F7BCC.7020906@v.loewis.de> Message-ID: <200811040021.58191.victor.stinner@haypocalc.com> > In addition, I think Victor still wants to provide a detector that > performs automatic stage changes, and a script that sets stage on > existing issues. Well, I'm busy and I don't have to do it now and maybe not before one week or more. So if anyone wants to do it, great :-) -- Victor Stinner aka haypo http://www.haypocalc.com/blog/ From brett at python.org Tue Nov 4 03:23:02 2008 From: brett at python.org (Brett Cannon) Date: Mon, 3 Nov 2008 18:23:02 -0800 Subject: [Tracker-discuss] Create a "stage" field In-Reply-To: <490F7BCC.7020906@v.loewis.de> References: <200811031745.53239.victor.stinner@haypocalc.com> <490F5129.6000000@v.loewis.de> <490F7BCC.7020906@v.loewis.de> Message-ID: On Mon, Nov 3, 2008 at 14:31, "Martin v. L?wis" wrote: >> Thanks, Martin! I will email python-dev so people are aware of this. > > Is it really specified to the end? Well enough to at least start using it. Obviously it could change in the future. > I blindly copied your values - can > you please fill out the description column? It's in > > http://bugs.python.org/stage > > and comes up when you click the Stage link left to the field. > Done. -Brett From metatracker at psf.upfronthosting.co.za Mon Nov 17 13:57:55 2008 From: metatracker at psf.upfronthosting.co.za (techtonik) Date: Mon, 17 Nov 2008 12:57:55 +0000 Subject: [Tracker-discuss] [issue226] Another search problem In-Reply-To: <1226926675.36.0.0478779012916.issue226@psf.upfronthosting.co.za> Message-ID: <1226926675.36.0.0478779012916.issue226@psf.upfronthosting.co.za> New submission from techtonik : Can anybody explain why b.p.o "search open issues" form returns http://bugs.python.org/issue2001 for query "pythonw"? http://bugs.python.org/issue?%40columns=id%2Cactivity%2Ctitle%2Ccreator%2Cassignee%2Cstatus&%40sort=-activity&%40group=priority&%40filter=status&status=-1%2C1%2C3&%40search_text=pythonw&submit=search+in+open+issues ---------- messages: 1119 nosy: techtonik priority: bug status: unread title: Another search problem _______________________________________________________ PSF Meta Tracker _______________________________________________________ From eric at trueblade.com Mon Nov 17 14:01:49 2008 From: eric at trueblade.com (Eric Smith) Date: Mon, 17 Nov 2008 08:01:49 -0500 Subject: [Tracker-discuss] [issue226] Another search problem In-Reply-To: <1226926675.36.0.0478779012916.issue226@psf.upfronthosting.co.za> References: <1226926675.36.0.0478779012916.issue226@psf.upfronthosting.co.za> Message-ID: <49216B3D.7010300@trueblade.com> techtonik wrote: > New submission from techtonik : > > Can anybody explain why b.p.o "search open issues" form returns > http://bugs.python.org/issue2001 for query "pythonw"? > > http://bugs.python.org/issue?%40columns=id%2Cactivity%2Ctitle%2Ccreator%2Cassignee%2Cstatus&%40sort=-activity&%40group=priority&%40filter=status&status=-1%2C1%2C3&%40search_text=pythonw&submit=search+in+open+issues The patch contains 'pythonw'. Eric. From metatracker at psf.upfronthosting.co.za Mon Nov 17 23:53:31 2008 From: metatracker at psf.upfronthosting.co.za (=?utf-8?q?Martin_v._L=C3=B6wis?=) Date: Mon, 17 Nov 2008 22:53:31 +0000 Subject: [Tracker-discuss] [issue226] Another search problem In-Reply-To: <1226926675.36.0.0478779012916.issue226@psf.upfronthosting.co.za> Message-ID: <1226962411.45.0.0184865719598.issue226@psf.upfronthosting.co.za> Martin v. L?wis added the comment: In the patch to that issue, http://bugs.python.org/file11321/pydoc_gui_.diff the string pythonw occurs. ---------- nosy: +loewis status: unread -> resolved _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Sun Nov 23 23:04:09 2008 From: metatracker at psf.upfronthosting.co.za (=?utf-8?q?Martin_v._L=C3=B6wis?=) Date: Sun, 23 Nov 2008 22:04:09 +0000 Subject: [Tracker-discuss] [issue227] non-admin users should not get access to spam files In-Reply-To: <1227477849.55.0.384229369105.issue227@psf.upfronthosting.co.za> Message-ID: <1227477849.55.0.384229369105.issue227@psf.upfronthosting.co.za> New submission from Martin v. L?wis : If a file is marked as spam, it should be in quarantine, so that non-admin users won't get access. See 4398 for an example. ---------- messages: 1121 nosy: loewis priority: critical status: unread title: non-admin users should not get access to spam files _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Sun Nov 23 23:10:07 2008 From: metatracker at psf.upfronthosting.co.za (=?utf-8?q?Martin_v._L=C3=B6wis?=) Date: Sun, 23 Nov 2008 22:10:07 +0000 Subject: [Tracker-discuss] [issue227] non-admin users should not get access to spam files In-Reply-To: <1227477849.55.0.384229369105.issue227@psf.upfronthosting.co.za> Message-ID: <1227478207.42.0.334248370064.issue227@psf.upfronthosting.co.za> Martin v. L?wis added the comment: False alarm; it actually works as it should. ---------- status: unread -> resolved _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Mon Nov 24 00:41:36 2008 From: metatracker at psf.upfronthosting.co.za (Skip Montanaro) Date: Sun, 23 Nov 2008 23:41:36 +0000 Subject: [Tracker-discuss] [issue215] Add synthetic token "hasrev" to SpamBayes detector In-Reply-To: <1219600918.16.0.201826532823.issue215@psf.upfronthosting.co.za> Message-ID: <1227483696.37.0.907626902254.issue215@psf.upfronthosting.co.za> Skip Montanaro added the comment: Can I get some feedback on this patch? Thx, Skip ---------- status: unread -> chatting _______________________________________________________ PSF Meta Tracker _______________________________________________________ From musiccomposition at gmail.com Wed Nov 26 00:06:03 2008 From: musiccomposition at gmail.com (Benjamin Peterson) Date: Tue, 25 Nov 2008 17:06:03 -0600 Subject: [Tracker-discuss] What happened to "superseded"? Message-ID: <1afaf6160811251506m42c2a06dn416a9e6415aadb0a@mail.gmail.com> Where did the "superseded" resolution go? I found it more appropriate than "duplicate" for bugs that were being closed because they were part of a larger problem. -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner." From martin at v.loewis.de Wed Nov 26 00:14:59 2008 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Wed, 26 Nov 2008 00:14:59 +0100 Subject: [Tracker-discuss] What happened to "superseded"? In-Reply-To: <1afaf6160811251506m42c2a06dn416a9e6415aadb0a@mail.gmail.com> References: <1afaf6160811251506m42c2a06dn416a9e6415aadb0a@mail.gmail.com> Message-ID: <492C86F3.9050505@v.loewis.de> Benjamin Peterson wrote: > Where did the "superseded" resolution go? To my knowledge (and roundup's history), there never was one. There still is the superceder issue. Regards, Martin From musiccomposition at gmail.com Wed Nov 26 00:16:43 2008 From: musiccomposition at gmail.com (Benjamin Peterson) Date: Tue, 25 Nov 2008 17:16:43 -0600 Subject: [Tracker-discuss] What happened to "superseded"? In-Reply-To: <492C86F3.9050505@v.loewis.de> References: <1afaf6160811251506m42c2a06dn416a9e6415aadb0a@mail.gmail.com> <492C86F3.9050505@v.loewis.de> Message-ID: <1afaf6160811251516g5e6bcd35wfb741629c6fcc9a3@mail.gmail.com> On Tue, Nov 25, 2008 at 5:14 PM, "Martin v. L?wis" wrote: > Benjamin Peterson wrote: >> Where did the "superseded" resolution go? > > To my knowledge (and roundup's history), there never was one. > > There still is the superceder issue. I must have been thinking of this. Sorry for the trouble. > > Regards, > Martin > -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner."