http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/website/issues/detectors/newissuecopy.py Mercurial Repository: p/roundup/code: website/issues/detectors/newissuecopy.py history 2018-07-24T21:39:58+00:00 Python 3 preparation: "raise" syntax. http://hg.code.sf.net:8000/p/roundup/code/#changeset-35ea9b1efc1494f29fb07690e7087686de58e0f3 Joseph Myers jsm@polyomino.org.uk 2018-07-24T21:39:58+00:00 2018-07-24T21:39:58+00:00
changeset 35ea9b1efc14
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: "raise" syntax.

Changing "raise Exception, value" to "raise Exception(value)".
Tool-assisted patch. Particular cases to check carefully are the one
place in frontends/ZRoundup/ZRoundup.py where a string exception
needed to be fixed, and the one in roundup/cgi/client.py involving
raising an exception with a traceback (requires three-argument form of
raise in Python 2, which as I understand it requires exec() to avoid a
Python 3 syntax error).
files
Removing richard from notification list. Verified that http://hg.code.sf.net:8000/p/roundup/code/#changeset-b580f61929e249ab937307a372786f08eaebd887 John Rouillard rouilj@ieee.org 2017-09-24T18:44:48-04:00 2017-09-24T18:44:48-04:00
changeset b580f61929e2
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Removing richard from notification list. Verified that
he doesn't want to be on it anymore.

Date: Sun, 24 Sep 2017 14:58:24 +1000
To: rouiljsomewhere

From: Richard Jones <r1chardj0n3s at gmail.com>
Subject: Re: Do you still want new issues to roundup tracker sent to
you?

--94eb2c0da3aac771bb0559e84afb
Content-Type: text/plain; charset="UTF-8"

Thanks John, yes please do remove me.

Richard

On 24 September 2017 at 14:13, John P. Rouillard <rouilj at cs.umb.edu>
wrote:

> Hi Richard:
>
> I am working on updating the roundup tracker to
> get it ready for the current development code.
>
> As I was testing I noticed you are still in the
> list of email addresses getting new issue emails.
>
> Do you want to continue to receive these since
> you aren't actively developing roundup?
files
Use Python-3-compatible 'as' syntax for except statements http://hg.code.sf.net:8000/p/roundup/code/#changeset-198b6e810c67c4e7e38f1aa41edbc864783fe6e6 Eric S. Raymond esr@thyrsus.com 2017-08-24T22:21:37-04:00 2017-08-24T22:21:37-04:00
changeset 198b6e810c67
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Use Python-3-compatible 'as' syntax for except statements

Many raise statements near these are also fixed.
So are two ivorrect file encoding marks ('utf8'->'utf-8').
files
[website] issues: Adding roundup-devel@lists.sourceforge.net to the list of recipients http://hg.code.sf.net:8000/p/roundup/code/#changeset-b622e150c0ba1f704633cb89483a19b248598165 Bernhard Reiter ber@users.sourceforge.net 2010-05-04T21:29:29+00:00 2010-05-04T21:29:29+00:00
changeset b622e150c0ba
branch website
bookmark
tag
user Bernhard Reiter <ber@users.sourceforge.net>
description issues: Adding roundup-devel@lists.sourceforge.net to the list of recipients

for copies of new issues.
files
[website] I need to know when new issues are created http://hg.code.sf.net:8000/p/roundup/code/#changeset-81a9eda2a798be02ea254e2ff30586bb2c72ef63 Richard Jones richard@users.sourceforge.net 2010-02-09T02:08:26+00:00 2010-02-09T02:08:26+00:00
changeset 81a9eda2a798
branch website
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description I need to know when new issues are created
files