Mercurial > p > roundup > code
annotate 2to3-done.txt @ 5104:ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
the same exact nosy list.
Added a missing reinitialization that has to occur every time though
the loop in do_set. Manually tested with:
python roundup/scripts/roundup_admin.py -i demo set issue184,issue17 nosy=demo
python roundup/scripts/roundup_admin.py -i demo set issue17 nosy=+alpha,+anonymous
python roundup/scripts/roundup_admin.py -i demo set issue184 nosy=+beta,+anonymous
python roundup/scripts/roundup_admin.py -i demo set issue184,issue17 nosy=-demo,-anonymous,+admin
issue17 nosy was admin,alpha issue 184 nosy was admin,beta after tests.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2016 22:10:40 -0400 |
| parents | a86b0c02940d |
| children | 09235a01250a |
| rev | line source |
|---|---|
|
4357
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 CAN'T VERIFY |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 ./roundup/backends/back_mysql.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 TODO |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 ./roundup/cgi/exceptions.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 ./roundup/cgi/form_parser.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 ./roundup/cgi/MultiMapping.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
10 ./roundup/cgi/PageTemplates/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
11 ./roundup/cgi/PageTemplates/Expressions.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
12 ./roundup/cgi/PageTemplates/GlobalTranslationService.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
13 ./roundup/cgi/PageTemplates/MultiMapping.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
14 ./roundup/cgi/PageTemplates/PageTemplate.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
15 ./roundup/cgi/PageTemplates/PathIterator.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
16 ./roundup/cgi/PageTemplates/PythonExpr.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
17 ./roundup/cgi/PageTemplates/TALES.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
18 ./roundup/cgi/TAL/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
19 ./roundup/cgi/TAL/DummyEngine.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
20 ./roundup/cgi/TAL/HTMLParser.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
21 ./roundup/cgi/TAL/HTMLTALParser.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
22 ./roundup/cgi/TAL/markupbase.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
23 ./roundup/cgi/TAL/TALDefs.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
24 ./roundup/cgi/TAL/TALGenerator.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
25 ./roundup/cgi/TAL/talgettext.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
26 ./roundup/cgi/TAL/TALInterpreter.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
27 ./roundup/cgi/TAL/TALParser.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
28 ./roundup/cgi/TAL/TranslationContext.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
29 ./roundup/cgi/TAL/XMLParser.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
30 ./roundup/cgi/templating.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
31 ./roundup/cgi/TranslationService.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
32 ./roundup/cgi/wsgi_handler.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
33 ./roundup/cgi/zLOG.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
34 ./roundup/cgi/ZTUtils/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
35 ./roundup/cgi/ZTUtils/Batch.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
36 ./roundup/cgi/ZTUtils/Iterator.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
37 ./roundup/configuration.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
38 ./roundup/date.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
39 ./roundup/dist/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
40 ./roundup/dist/command/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
41 ./roundup/dist/command/bdist_rpm.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
42 ./roundup/dist/command/build.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
43 ./roundup/dist/command/build_doc.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
44 ./roundup/dist/command/build_scripts.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
45 ./roundup/exceptions.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
46 ./roundup/hyperdb.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
47 ./roundup/i18n.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
48 ./roundup/init.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
49 ./roundup/install_util.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
50 ./roundup/instance.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
51 ./roundup/mailer.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
52 ./roundup/mailgw.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
53 ./roundup/msgfmt.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
54 ./roundup/password.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
55 ./roundup/rfc2822.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
56 ./roundup/roundupdb.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
57 ./roundup/scripts/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
58 ./roundup/scripts/roundup_admin.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
59 ./roundup/scripts/roundup_demo.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
60 ./roundup/scripts/roundup_gettext.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
61 ./roundup/scripts/roundup_mailgw.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
62 ./roundup/scripts/roundup_server.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
63 ./roundup/scripts/roundup_xmlrpc_server.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
64 ./roundup/security.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
65 ./roundup/support.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
66 ./roundup/token.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
67 ./roundup/version_check.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
68 ./roundup/xmlrpc.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
69 ./run_tests.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
70 ./scripts/copy-user.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
71 ./scripts/imapServer.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
72 ./scripts/import_sf.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
73 ./scripts/schema_diagram.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
74 ./setup.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
75 ./share/roundup/templates/classic/detectors/messagesummary.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
76 ./share/roundup/templates/classic/detectors/nosyreaction.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
77 ./share/roundup/templates/classic/detectors/statusauditor.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
78 ./share/roundup/templates/classic/detectors/userauditor.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
79 ./share/roundup/templates/classic/initial_data.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
80 ./share/roundup/templates/classic/schema.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
81 ./share/roundup/templates/minimal/detectors/userauditor.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
82 ./share/roundup/templates/minimal/initial_data.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
83 ./share/roundup/templates/minimal/schema.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
84 ./test/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
85 ./test/benchmark.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
86 ./test/db_test_base.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
87 ./test/memorydb.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
88 ./test/mocknull.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
89 ./test/session_common.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
90 ./test/test_actions.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
91 ./test/test_anydbm.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
92 ./test/test_cgi.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
93 ./test/test_dates.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
94 ./test/test_hyperdbvals.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
95 ./test/test_indexer.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
96 ./test/test_locking.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
97 ./test/test_mailer.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
98 ./test/test_mailgw.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
99 ./test/test_mailsplit.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
100 ./test/test_memorydb.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
101 ./test/test_multipart.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
102 ./test/test_mysql.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
103 ./test/test_postgresql.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
104 ./test/test_rfc2822.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
105 ./test/test_schema.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
106 ./test/test_security.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
107 ./test/test_sqlite.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
108 ./test/test_templating.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
109 ./test/test_textfmt.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
110 ./test/test_token.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
111 ./test/test_userauditor.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
112 ./test/test_xmlrpc.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
113 ./test.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
114 ./tools/fixroles.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
115 ./tools/load_tracker.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
116 ./tools/migrate-queries.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
117 ./tools/pygettext.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
118 ./frontends/ZRoundup/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
119 ./frontends/ZRoundup/ZRoundup.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
120 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
121 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
122 DONE |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
123 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
124 ./doc/conf.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
125 ./roundup/admin.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
126 ./roundup/backends/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
127 ./roundup/backends/back_anydbm.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
128 ./roundup/backends/back_postgresql.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
129 ./roundup/backends/back_sqlite.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
130 ./roundup/backends/indexer_common.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
131 ./roundup/backends/indexer_dbm.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
132 ./roundup/backends/indexer_rdbms.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
133 ./roundup/backends/locking.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
134 ./roundup/backends/portalocker.py |
|
4359
b9abbdd15259
another module modernised
Richard Jones <richard@users.sourceforge.net>
parents:
4357
diff
changeset
|
135 ./roundup/backends/rdbms_common.py |
|
4362
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
136 ./roundup/backends/sessions_dbm.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
137 ./roundup/backends/sessions_rdbms.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
138 ./roundup/cgi/accept_language.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
139 ./roundup/cgi/actions.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
140 ./roundup/cgi/cgitb.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
141 |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
142 |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
143 NOTHING DONE |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
144 |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
145 ./roundup/__init__.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
146 ./roundup/actions.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
147 ./roundup/anypy/__init__.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
148 ./roundup/backends/blobfiles.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
149 ./roundup/backends/indexer_xapian.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
150 ./roundup/cgi/__init__.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
151 ./roundup/cgi/apache.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
152 ./roundup/cgi/client.py |
