http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/dist/command/build.py Mercurial Repository: p/roundup/code: roundup/dist/command/build.py history 2026-04-08T21:39:40-04:00 chore: remove __future print_funcion from code. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9c3ec0a5c7fc88acb8a65632ecc13b2d52380314 John Rouillard rouilj@ieee.org 2026-04-08T21:39:40-04:00 2026-04-08T21:39:40-04:00
changeset 9c3ec0a5c7fc
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description chore: remove __future print_funcion from code.

Not needed as of Python 3.
files
fix: replace except: with except Exception: (by haosenwang1018@github) http://hg.code.sf.net:8000/p/roundup/code/#changeset-fed0f839c26062bca99304a0198a17cf21554915 John Rouillard rouilj@ieee.org 2026-02-26T09:46:02-05:00 2026-02-26T09:46:02-05:00
changeset fed0f839c260
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description fix: replace except: with except Exception: (by haosenwang1018@github)

Remove bare 'except:' statements replace with 'except Exception'.

In roundup_xmlrpc_server.py I changed Exception to BaseException so
the database gets closed on signals as well. The rest of the changes
do not look like they affect data integrity and are commited as
supplied.
files
Remove raise ImportError used for testing. http://hg.code.sf.net:8000/p/roundup/code/#changeset-1acdc651133bcbdc82f877a1624cdc86571c5601 John Rouillard rouilj@ieee.org 2023-05-25T16:37:07-04:00 2023-05-25T16:37:07-04:00
changeset 1acdc651133b
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Remove raise ImportError used for testing.
files
issue2551183 - Replace references to distutils in roundup/dist/command http://hg.code.sf.net:8000/p/roundup/code/#changeset-42bf0a707763c161fb265ae2a1ce4d8f64627624 John Rouillard rouilj@ieee.org 2022-04-28T18:10:10-04:00 2022-04-28T18:10:10-04:00
changeset 42bf0a707763
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2551183 - Replace references to distutils in roundup/dist/command

First pass at fixing this. Seems to work in:

native install
virtual env

python 2.7 and 3.6. Also docker python 3. Could use more testing
though.
files
replaced msgfmt.py with latest version supporting Python 3 http://hg.code.sf.net:8000/p/roundup/code/#changeset-f2fade4552c53a084f100a3f2d5d7f6e76e33829 Christof Meerwald cmeerw@cmeerw.org 2018-07-21T16:29:20+01:00 2018-07-21T16:29:20+01:00
changeset f2fade4552c5
branch
bookmark
tag
user Christof Meerwald <cmeerw@cmeerw.org>
description replaced msgfmt.py with latest version supporting Python 3
fixed setup scripts for Python 3
files
Python 3 preparation: convert print to a function. http://hg.code.sf.net:8000/p/roundup/code/#changeset-64b05e24dbd889f52bf8f773d3456bd0135baa27 Joseph Myers jsm@polyomino.org.uk 2018-07-24T09:54:52+00:00 2018-07-24T09:54:52+00:00
changeset 64b05e24dbd8
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: convert print to a function.

Tool-assisted patch. It is possible that some "from __future__ import
print_function" are not in fact needed, if a file only uses print()
with a single string as an argument and so would work fine in Python 2
without that import.
files
Installation: http://hg.code.sf.net:8000/p/roundup/code/#changeset-85dfe17c182e8b7e5f5ee606640d32248d584a79 Bernhard Reiter Bernhard.Reiter@intevation.de 2011-07-08T15:28:00+00:00 2011-07-08T15:28:00+00:00
changeset 85dfe17c182e
branch
bookmark
tag
user Bernhard Reiter <Bernhard.Reiter@intevation.de>
description Installation:

Fixed an issue that prevented to use EasyInstall and a Python
egg. Thanks to Satchidanand Haridas for the patch and John Kristensen
for testing it.
files
fixed reporting of source missing warnings http://hg.code.sf.net:8000/p/roundup/code/#changeset-d4cd0a264098405485849c0273fa250bd479d623 Richard Jones richard@users.sourceforge.net 2010-07-12T06:05:40+00:00 2010-07-12T06:05:40+00:00
changeset d4cd0a264098
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fixed reporting of source missing warnings
files
Refactor setup.py. http://hg.code.sf.net:8000/p/roundup/code/#changeset-e233d7a66343d20bbab55dc290dfa6718585ac7f Stefan Seefeld stefan@seefeld.name 2009-02-23T14:30:32+00:00 2009-02-23T14:30:32+00:00
changeset e233d7a66343
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Refactor setup.py.
files