Mercurial > p > roundup > code
annotate 2to3-done.txt @ 4686:4e740f02e165
Remove pywin32 installation dependency by porting portalocker.py to ctypes.
portalocker.py lock/unlock functions now return result of operation, support
for Windows 95/98/ME is removed.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 28 Nov 2012 04:51:56 +0300 |
| parents | 74476eaac38a |
| children | 57b9f2848cf8 |
| 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 ./roundup/backends/back_tsearch2.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 TODO |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 ./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
|
9 ./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
|
10 ./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
|
11 ./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
|
12 ./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
|
13 ./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
|
14 ./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
|
15 ./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
|
16 ./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
|
17 ./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
|
18 ./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
|
19 ./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
|
20 ./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
|
21 ./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
|
22 ./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
|
23 ./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
|
24 ./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
|
25 ./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
|
26 ./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
|
27 ./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
|
28 ./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
|
29 ./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
|
30 ./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
|
31 ./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
|
32 ./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
|
33 ./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
|
34 ./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
|
35 ./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
|
36 ./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
|
37 ./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
|
38 ./roundup/configuration.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
39 ./roundup/date.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/__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/__init__.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/bdist_rpm.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.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_doc.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
45 ./roundup/dist/command/build_py.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
46 ./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
|
47 ./roundup/exceptions.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
48 ./roundup/hyperdb.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
49 ./roundup/i18n.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
50 ./roundup/init.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
51 ./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
|
52 ./roundup/instance.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
53 ./roundup/mailer.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
54 ./roundup/mailgw.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
55 ./roundup/msgfmt.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
56 ./roundup/password.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
57 ./roundup/rfc2822.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
58 ./roundup/roundupdb.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/__init__.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_admin.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_demo.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_gettext.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_mailgw.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
64 ./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
|
65 ./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
|
66 ./roundup/security.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
67 ./roundup/support.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
68 ./roundup/token.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
69 ./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
|
70 ./roundup/xmlrpc.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
71 ./run_tests.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
72 ./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
|
73 ./scripts/imapServer.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
74 ./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
|
75 ./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
|
76 ./setup.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/messagesummary.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/nosyreaction.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/detectors/statusauditor.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/detectors/userauditor.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/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
|
82 ./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
|
83 ./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
|
84 ./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
|
85 ./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
|
86 ./test/__init__.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
87 ./test/benchmark.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
88 ./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
|
89 ./test/memorydb.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
90 ./test/mocknull.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
91 ./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
|
92 ./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
|
93 ./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
|
94 ./test/test_anypy_hashlib.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_cgi.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_dates.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_hyperdbvals.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_indexer.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_locking.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_mailer.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_mailgw.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_mailsplit.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_memorydb.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_multipart.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_mysql.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_postgresql.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_rfc2822.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_schema.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_security.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_sqlite.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_templating.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_textfmt.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
113 ./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
|
114 ./test/test_tsearch2.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
115 ./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
|
116 ./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
|
117 ./test.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
118 ./tools/fixroles.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
119 ./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
|
120 ./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
|
121 ./tools/pygettext.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
122 ./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
|
123 ./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
|
124 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
125 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
126 DONE |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
127 |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
128 ./doc/conf.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
129 ./roundup/admin.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/__init__.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/back_anydbm.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/back_postgresql.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/back_sqlite.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/indexer_common.py |
|
13b3155869e0
Beginnings of a big code cleanup / modernisation to make 2to3 happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
135 ./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
|
136 ./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
|
137 ./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
|
138 ./roundup/backends/portalocker.py |
|
4359
b9abbdd15259
another module modernised
Richard Jones <richard@users.sourceforge.net>
parents:
4357
diff
changeset
|
139 ./roundup/backends/rdbms_common.py |
|
4362
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
140 ./roundup/backends/sessions_dbm.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
141 ./roundup/backends/sessions_rdbms.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
142 ./roundup/cgi/accept_language.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
143 ./roundup/cgi/actions.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
144 ./roundup/cgi/cgitb.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
145 |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
146 |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
147 NOTHING DONE |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
148 |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
149 ./roundup/__init__.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
150 ./roundup/actions.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
151 ./roundup/anypy/__init__.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
152 ./roundup/anypy/hashlib_.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
153 ./roundup/anypy/sets_.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
154 ./roundup/backends/blobfiles.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
155 ./roundup/backends/indexer_xapian.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
156 ./roundup/backends/tsearch2_setup.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
157 ./roundup/cgi/__init__.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
158 ./roundup/cgi/apache.py |
|
74476eaac38a
more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
4359
diff
changeset
|
159 ./roundup/cgi/client.py |
