http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/token.py Mercurial Repository: p/roundup/code: roundup/token.py history 2019-12-31T21:57:29-05:00 flake8 cleanup: remove unused var; whitespace changes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f023edbeb24dc342db004e0d1d9d5f50d9e9e270 John Rouillard rouilj@ieee.org 2019-12-31T21:57:29-05:00 2019-12-31T21:57:29-05:00
changeset f023edbeb24d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description flake8 cleanup: remove unused var; whitespace changes.
files
Try make doc string for token_split into a raw string. \o and other http://hg.code.sf.net:8000/p/roundup/code/#changeset-4b2c6f7bc9b46cd217b11ee1454b8b46f25a83ad John Rouillard rouilj@ieee.org 2019-06-12T22:13:00-04:00 2019-06-12T22:13:00-04:00
changeset 4b2c6f7bc9b4
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Try make doc string for token_split into a raw string. \o and other
escape chars in it.
files
More invalid escape sequence fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7d276bb8b46d45ce0188084cf86444388c73af9a John Rouillard rouilj@ieee.org 2019-06-12T21:32:46-04:00 2019-06-12T21:32:46-04:00
changeset 7d276bb8b46d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description More invalid escape sequence fixes.
files
Python 3 preparation: change "x.has_key(y)" to "y in x". http://hg.code.sf.net:8000/p/roundup/code/#changeset-0942fe89e82e3e84d95a3d0ca5d8d15502f57348 Joseph Myers jsm@polyomino.org.uk 2018-07-24T22:08:17+00:00 2018-07-24T22:08:17+00:00
changeset 0942fe89e82e
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: change "x.has_key(y)" to "y in x".

(Also likewise "not in" where appropriate.) Tool-generated patch.
files
Fix token_split() so its one error throws ValueError w/out extra arg. http://hg.code.sf.net:8000/p/roundup/code/#changeset-bc16d91b7a50e5e8f03b74401104a2d78e800e87 Eric S. Raymond esr@thyrsus.com 2017-08-24T17:27:49-04:00 2017-08-24T17:27:49-04:00
changeset bc16d91b7a50
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Fix token_split() so its one error throws ValueError w/out extra arg.

In Python 3, raise has to throw a single object value without extra
arguments. This commit also checked the function's callsites. One
needed armoring, didn't have it, and got it. There didn't seem to be
anything to do about the other than add a warning comment.

All tests pass.
files
Remove keyword expansions from CVS. All regression tests passed afterwards. http://hg.code.sf.net:8000/p/roundup/code/#changeset-6e3e4f24c75376f61ae0bf0e9ee334567585c38e Eric S. Raymond esr@thyrsus.com 2011-11-16T09:51:38-05:00 2011-11-16T09:51:38-05:00
changeset 6e3e4f24c753
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Remove keyword expansions from CVS. All regression tests passed afterwards.
files
documentation cleanup http://hg.code.sf.net:8000/p/roundup/code/#changeset-fc52d57c6c3e1527f340677f484744a40f645ad4 Richard Jones richard@users.sourceforge.net 2004-02-11T23:55:10+00:00 2004-02-11T23:55:10+00:00
changeset fc52d57c6c3e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description documentation cleanup
files
removed Log http://hg.code.sf.net:8000/p/roundup/code/#changeset-9b910e8d987d9c68848931f69cc57243f04e6dee Richard Jones richard@users.sourceforge.net 2002-09-10T00:19:55+00:00 2002-09-10T00:19:55+00:00
changeset 9b910e8d987d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description removed Log
files
Fix breakage caused by transaction changes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a1a44636bace886a25fda2f00a6d1d49a88ab158 Richard Jones richard@users.sourceforge.net 2002-01-02T02:31:38+00:00 2002-01-02T02:31:38+00:00
changeset a1a44636bace
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fix breakage caused by transaction changes.

Sorry for the huge checkin message - I was only intending to implement
[SF#496356] but I found a number of places where things had been
broken by transactions:

. modified ROUNDUPDBSENDMAILDEBUG to be SENDMAILDEBUG and hold a filename
for _all_ roundup-generated smtp messages to be sent to.
. the transaction cache had broken the roundupdb.Class set() reactors
. newly-created author users in the mailgw weren't being committed to the db

Stuff that made it into CHANGES.txt (ie. the stuff I was actually working
on when I found that stuff :):
. [SF#496356] Use threading in messages
. detectors were being registered multiple times
. added tests for mailgw
. much better attaching of erroneous messages in the mail gateway
files
Added better tokenising to roundup-admin - handles spaces and stuff. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9f7320624bc23f6b61d1710544739b67f275931a Richard Jones richard@users.sourceforge.net 2001-12-31T05:09:20+00:00 2001-12-31T05:09:20+00:00
changeset 9f7320624bc2
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added better tokenising to roundup-admin - handles spaces and stuff.

Can use quoting or backslashes. See the roundup.token pydoc.
files