http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/anypy/html.py Mercurial Repository: p/roundup/code: roundup/anypy/html.py history 2024-03-02T04:14:18-05:00 chore: ruff lint: replace str variable name with string http://hg.code.sf.net:8000/p/roundup/code/#changeset-7f888f04685773b00548a4b7812830fe274f7184 John Rouillard rouilj@ieee.org 2024-03-02T04:14:18-05:00 2024-03-02T04:14:18-05:00
changeset 7f888f046857
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description chore: ruff lint: replace str variable name with string

str is a type in python.
files
flake8 cleanups whitespace formatting only. http://hg.code.sf.net:8000/p/roundup/code/#changeset-ff57db595a58030ae8481a624bcd28feae1cd773 John Rouillard rouilj@ieee.org 2020-01-03T19:42:01-05:00 2020-01-03T19:42:01-05:00
changeset ff57db595a58
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description flake8 cleanups whitespace formatting only.

Also added noqa to py2 clause as flake8 was reporting unused import.
files
Fix problem with cgi.escape being depricated a different way. This way http://hg.code.sf.net:8000/p/roundup/code/#changeset-883c9e90b4031a477a710c08c8686e18ba47fdbc John Rouillard rouilj@ieee.org 2019-07-06T13:12:58-04:00 2019-07-06T13:12:58-04:00
changeset 883c9e90b403
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fix problem with cgi.escape being depricated a different way. This way
uses anypy and is cleaner. Also fixes incorrect/incomplete change that
resulted in escaped in TAL generated by TALInterpreter.py. The escaped
quotes break javascript etc. defined using tal string: values.

TODO: add test cases for TAL. This wouldn't have snuck through for a
month if we had good coverage of that library.
files