0
|
1 |
/*
|
|
2 |
* ====================================================================
|
|
3 |
* bld.inf
|
|
4 |
*
|
|
5 |
* Copyright (c) 2005 - 2009 Nokia Corporation
|
|
6 |
*
|
|
7 |
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8 |
* you may not use this file except in compliance with the License.
|
|
9 |
* You may obtain a copy of the License at
|
|
10 |
*
|
|
11 |
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12 |
*
|
|
13 |
* Unless required by applicable law or agreed to in writing, software
|
|
14 |
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15 |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16 |
* See the License for the specific language governing permissions and
|
|
17 |
* limitations under the License.
|
|
18 |
* ====================================================================
|
|
19 |
*/
|
|
20 |
|
|
21 |
PRJ_MMPFILES
|
|
22 |
testapp.mmp
|
|
23 |
/* e32.start_exe test application */
|
|
24 |
..\..\..\amaretto\e32\start_exe_testapp\group\start_exe_testapp.mmp
|
|
25 |
|
|
26 |
PRJ_EXPORTS
|
|
27 |
|
|
28 |
/* Runtime modules that are not part of base-runtime */
|
|
29 |
..\..\..\..\newcore\symbian\src\python25_repo.zip \EPOC32\winscw\c\resource\python25\python25_repo.zip
|
|
30 |
|
|
31 |
..\src\runtests_sets.py \EPOC32\winscw\c\data\python\test\runtests_sets.py
|
|
32 |
..\src\runtests.py \EPOC32\winscw\c\data\python\test\runtests.py
|
|
33 |
..\src\create_testsets.py \EPOC32\winscw\c\data\python\test\create_testsets.py
|
|
34 |
..\src\testsets.cfg \EPOC32\winscw\c\data\python\test\testsets.cfg
|
|
35 |
..\src\test_pystone.py \EPOC32\winscw\c\data\python\test\test_pystone.py
|
|
36 |
..\src\version.py \EPOC32\winscw\c\data\python\test\version.py
|
|
37 |
|
|
38 |
/* Adding a dummy file so that /tmp directory is created under testapp private directory */
|
|
39 |
..\src\dummy_file \EPOC32\winscw\c\private\${{PYS60_UID_TESTAPP[2:]}}\tmp\dummy_file
|
|
40 |
|
|
41 |
${{if INCLUDE_INTERNAL_SRC and S60_VERSION>=32
|
|
42 |
/* Symbian extension testcases */
|
|
43 |
..\..\..\..\..\internal-src\scriptext\src\test_scriptext.py \EPOC32\winscw\c\Data\python\test\test_scriptext.py
|
|
44 |
..\..\..\..\..\internal-src\scriptext\src\test_appmgr_scriptext.py \EPOC32\winscw\c\Data\python\test\test_appmgr_scriptext.py
|
|
45 |
..\..\..\..\..\internal-src\scriptext\src\test_scriptext_messaging.py \EPOC32\winscw\c\Data\python\test\test_scriptext_messaging.py
|
|
46 |
..\..\..\..\..\internal-src\scriptext\src\test_scriptext_contacts.py \EPOC32\winscw\c\Data\python\test\test_scriptext_contacts.py
|
|
47 |
..\..\..\..\..\internal-src\scriptext\src\test_scriptext_media.py \EPOC32\winscw\c\Data\python\test\test_scriptext_media.py
|
|
48 |
..\..\..\..\..\internal-src\scriptext\src\test_scriptext_logging.py \EPOC32\winscw\c\Data\python\test\test_scriptext_logging.py
|
|
49 |
..\..\..\..\..\internal-src\scriptext\src\test_scriptext_sysinfo.py \EPOC32\winscw\c\Data\python\test\test_scriptext_sysinfo.py
|
|
50 |
..\..\..\..\..\internal-src\scriptext\src\test_calendar_scriptext.py \EPOC32\winscw\c\Data\python\test\test_calendar_scriptext.py
|
|
51 |
|
|
52 |
/* Files used for testing of amaretto modules */
|
|
53 |
..\..\..\..\..\internal-src\test_utils\contacts_store.txt \EPOC32\winscw\c\Data\python\test\contacts_store.txt
|
|
54 |
..\..\..\..\..\internal-src\test_utils\Dawning.aac \EPOC32\winscw\c\Data\python\test\Dawning.aac
|
|
55 |
..\..\..\..\..\internal-src\test_utils\camera_goldfile.txt \EPOC32\winscw\c\Data\python\test\camera_goldfile.txt
|
|
56 |
}}
|
|
57 |
|
|
58 |
/* Amaretto module testcases */
|
|
59 |
..\..\..\..\ext\amaretto\e32\src\test_e32.py \EPOC32\winscw\c\Data\python\test\test_e32.py
|
|
60 |
..\..\..\..\ext\amaretto\graphics\src\test_graphics.py \EPOC32\winscw\c\Data\python\test\test_graphics.py
|
|
61 |
..\..\..\..\ext\amaretto\calendar\src\test_calendar.py \EPOC32\winscw\c\Data\python\test\test_calendar_amaretto.py
|
|
62 |
..\..\..\..\ext\amaretto\contacts\src\test_contacts.py \EPOC32\winscw\c\Data\python\test\test_contacts.py
|
|
63 |
..\..\..\..\ext\amaretto\e32db\src\test_e32db.py \EPOC32\winscw\c\Data\python\test\test_e32db.py
|
|
64 |
..\..\..\..\ext\amaretto\e32db\src\test_e32dbm.py \EPOC32\winscw\c\Data\python\test\test_e32dbm.py
|
|
65 |
..\..\..\..\ext\amaretto\keycapture\src\test_keycapture.py \EPOC32\winscw\c\Data\python\test\test_keycapture.
|
|
66 |
..\..\..\..\ext\amaretto\location\src\test_location.py \EPOC32\winscw\c\Data\python\test\test_location.py
|
|
67 |
..\..\..\..\ext\amaretto\inbox\src\test_inbox.py \EPOC32\winscw\c\Data\python\test\test_inbox.py
|
|
68 |
..\..\..\..\ext\amaretto\messaging\src\test_message.py \EPOC32\winscw\c\Data\python\test\test_message.py
|
|
69 |
..\..\..\..\ext\amaretto\camera\src\test_camera.py \EPOC32\winscw\c\Data\python\test\test_camera.py
|
|
70 |
..\..\..\..\ext\amaretto\telephone\src\test_telephone.py \EPOC32\winscw\c\Data\python\test\test_telephone.py
|
|
71 |
..\..\..\..\ext\amaretto\recorder\src\test_audio.py \EPOC32\winscw\c\Data\python\test\test_audio.py
|
|
72 |
..\..\..\..\ext\amaretto\logs\src\test_logs.py \EPOC32\winscw\c\Data\python\test\test_logs.py
|
|
73 |
..\..\..\..\ext\amaretto\socket\src\test_btsocket.py \EPOC32\winscw\c\Data\python\test\test_btsocket.py
|
|
74 |
..\..\..\..\ext\amaretto\gps\src\test_positioning.py \EPOC32\winscw\c\Data\python\test\test_positioning.py
|
|
75 |
|
|
76 |
..\..\..\..\ext\sensorfw\src\examples\test_sensorfw.py \EPOC32\winscw\c\Data\python\test\test_sensorfw.py
|
|
77 |
|
|
78 |
${{if S60_VERSION<=31
|
|
79 |
..\..\..\..\ext\amaretto\e32\src\goldfiles\goldfile_3rdEdFP1.txt \EPOC32\winscw\c\Data\python\test\e32_goldfile.txt
|
|
80 |
$elif S60_VERSION==32
|
|
81 |
..\..\..\..\ext\amaretto\e32\src\goldfiles\goldfile_3rdEdFP2.txt \EPOC32\winscw\c\Data\python\test\e32_goldfile.txt
|
|
82 |
$elif S60_VERSION==50
|
|
83 |
..\..\..\..\ext\amaretto\e32\src\goldfiles\goldfile_5thEd.txt \EPOC32\winscw\c\Data\python\test\e32_goldfile.txt
|
|
84 |
}}
|
|
85 |
|
|
86 |
/* Python core testcases */
|
|
87 |
..\..\..\..\newcore\Lib\test\autotest.py \EPOC32\winscw\c\Data\python\test\autotest.py
|
|
88 |
..\..\..\..\newcore\Lib\test\badsyntax_future3.py \EPOC32\winscw\c\Data\python\test\badsyntax_future3.py
|
|
89 |
..\..\..\..\newcore\Lib\test\badsyntax_future4.py \EPOC32\winscw\c\Data\python\test\badsyntax_future4.py
|
|
90 |
..\..\..\..\newcore\Lib\test\badsyntax_future5.py \EPOC32\winscw\c\Data\python\test\badsyntax_future5.py
|
|
91 |
..\..\..\..\newcore\Lib\test\badsyntax_future6.py \EPOC32\winscw\c\Data\python\test\badsyntax_future6.py
|
|
92 |
..\..\..\..\newcore\Lib\test\badsyntax_future7.py \EPOC32\winscw\c\Data\python\test\badsyntax_future7.py
|
|
93 |
..\..\..\..\newcore\Lib\test\badsyntax_future8.py \EPOC32\winscw\c\Data\python\test\badsyntax_future8.py
|
|
94 |
..\..\..\..\newcore\Lib\test\badsyntax_future9.py \EPOC32\winscw\c\Data\python\test\badsyntax_future9.py
|
|
95 |
..\..\..\..\newcore\Lib\test\badsyntax_nocaret.py \EPOC32\winscw\c\Data\python\test\badsyntax_nocaret.py
|
|
96 |
..\..\..\..\newcore\Lib\test\bad_coding.py \EPOC32\winscw\c\Data\python\test\bad_coding.py
|
|
97 |
..\..\..\..\newcore\Lib\test\bad_coding2.py \EPOC32\winscw\c\Data\python\test\bad_coding2.py
|
|
98 |
..\..\..\..\newcore\Lib\test\cjkencodings_test.py \EPOC32\winscw\c\Data\python\test\cjkencodings_test.py
|
|
99 |
..\..\..\..\newcore\Lib\test\doctest_aliases.py \EPOC32\winscw\c\Data\python\test\doctest_aliases.py
|
|
100 |
..\..\..\..\newcore\Lib\test\double_const.py \EPOC32\winscw\c\Data\python\test\double_const.py
|
|
101 |
..\..\..\..\newcore\Lib\test\fork_wait.py \EPOC32\winscw\c\Data\python\test\fork_wait.py
|
|
102 |
..\..\..\..\newcore\Lib\test\infinite_reload.py \EPOC32\winscw\c\Data\python\test\infinite_reload.py
|
|
103 |
..\..\..\..\newcore\Lib\test\inspect_fodder.py \EPOC32\winscw\c\Data\python\test\inspect_fodder.py
|
|
104 |
..\..\..\..\newcore\Lib\test\inspect_fodder2.py \EPOC32\winscw\c\Data\python\test\inspect_fodder2.py
|
|
105 |
..\..\..\..\newcore\Lib\test\list_tests.py \EPOC32\winscw\c\Data\python\test\list_tests.py
|
|
106 |
..\..\..\..\newcore\Lib\test\mapping_tests.py \EPOC32\winscw\c\Data\python\test\mapping_tests.py
|
|
107 |
..\..\..\..\newcore\Lib\test\outstanding_bugs.py \EPOC32\winscw\c\Data\python\test\outstanding_bugs.py
|
|
108 |
..\..\..\..\newcore\Lib\test\pickletester.py \EPOC32\winscw\c\Data\python\test\pickletester.py
|
|
109 |
..\..\..\..\newcore\Lib\test\pyclbr_input.py \EPOC32\winscw\c\Data\python\test\pyclbr_input.py
|
|
110 |
..\..\..\..\newcore\Lib\test\pydocfodder.py \EPOC32\winscw\c\Data\python\test\pydocfodder.py
|
|
111 |
..\..\..\..\newcore\Lib\test\pystone.py \EPOC32\winscw\c\Data\python\test\pystone.py
|
|
112 |
..\..\..\..\newcore\Lib\test\regex_tests.py \EPOC32\winscw\c\Data\python\test\regex_tests.py
|
|
113 |
..\..\..\..\newcore\Lib\test\regrtest.py \EPOC32\winscw\c\Data\python\test\regrtest.py
|
|
114 |
..\..\..\..\newcore\Lib\test\reperf.py \EPOC32\winscw\c\Data\python\test\reperf.py
|
|
115 |
..\..\..\..\newcore\Lib\test\re_tests.py \EPOC32\winscw\c\Data\python\test\re_tests.py
|
|
116 |
..\..\..\..\newcore\Lib\test\sample_doctest.py \EPOC32\winscw\c\Data\python\test\sample_doctest.py
|
|
117 |
..\..\..\..\newcore\Lib\test\seq_tests.py \EPOC32\winscw\c\Data\python\test\seq_tests.py
|
|
118 |
..\..\..\..\newcore\Lib\test\sortperf.py \EPOC32\winscw\c\Data\python\test\sortperf.py
|
|
119 |
..\..\..\..\newcore\Lib\test\string_tests.py \EPOC32\winscw\c\Data\python\test\string_tests.py
|
|
120 |
..\..\..\..\newcore\Lib\test\testall.py \EPOC32\winscw\c\Data\python\test\testall.py
|
|
121 |
..\..\..\..\newcore\Lib\test\testcodec.py \EPOC32\winscw\c\Data\python\test\testcodec.py
|
|
122 |
..\..\..\..\newcore\Lib\test\test_aepack.py \EPOC32\winscw\c\Data\python\test\test_aepack.py
|
|
123 |
..\..\..\..\newcore\Lib\test\test_al.py \EPOC32\winscw\c\Data\python\test\test_al.py
|
|
124 |
..\..\..\..\newcore\Lib\test\test_anydbm.py \EPOC32\winscw\c\Data\python\test\test_anydbm.py
|
|
125 |
..\..\..\..\newcore\Lib\test\test_applesingle.py \EPOC32\winscw\c\Data\python\test\test_applesingle.py
|
|
126 |
..\..\..\..\newcore\Lib\test\test_array.py \EPOC32\winscw\c\Data\python\test\test_array.py
|
|
127 |
..\..\..\..\newcore\Lib\test\test_ast.py \EPOC32\winscw\c\Data\python\test\test_ast.py
|
|
128 |
..\..\..\..\newcore\Lib\test\test_asynchat.py \EPOC32\winscw\c\Data\python\test\test_asynchat.py
|
|
129 |
..\..\..\..\newcore\Lib\test\test_atexit.py \EPOC32\winscw\c\Data\python\test\test_atexit.py
|
|
130 |
..\..\..\..\newcore\Lib\test\test_audioop.py \EPOC32\winscw\c\Data\python\test\test_audioop.py
|
|
131 |
..\..\..\..\newcore\Lib\test\test_augassign.py \EPOC32\winscw\c\Data\python\test\test_augassign.py
|
|
132 |
..\..\..\..\newcore\Lib\test\test_base64.py \EPOC32\winscw\c\Data\python\test\test_base64.py
|
|
133 |
..\..\..\..\newcore\Lib\test\test_bastion.py \EPOC32\winscw\c\Data\python\test\test_bastion.py
|
|
134 |
..\..\..\..\newcore\Lib\test\test_bigaddrspace.py \EPOC32\winscw\c\Data\python\test\test_bigaddrspace.py
|
|
135 |
..\..\..\..\newcore\Lib\test\test_bigmem.py \EPOC32\winscw\c\Data\python\test\test_bigmem.py
|
|
136 |
..\..\..\..\newcore\Lib\test\test_binascii.py \EPOC32\winscw\c\Data\python\test\test_binascii.py
|
|
137 |
..\..\..\..\newcore\Lib\test\test_binhex.py \EPOC32\winscw\c\Data\python\test\test_binhex.py
|
|
138 |
..\..\..\..\newcore\Lib\test\test_binop.py \EPOC32\winscw\c\Data\python\test\test_binop.py
|
|
139 |
..\..\..\..\newcore\Lib\test\test_bisect.py \EPOC32\winscw\c\Data\python\test\test_bisect.py
|
|
140 |
..\..\..\..\newcore\Lib\test\test_bool.py \EPOC32\winscw\c\Data\python\test\test_bool.py
|
|
141 |
..\..\..\..\newcore\Lib\test\test_bsddb3.py \EPOC32\winscw\c\Data\python\test\test_bsddb3.py
|
|
142 |
..\..\..\..\newcore\Lib\test\test_bsddb185.py \EPOC32\winscw\c\Data\python\test\test_bsddb185.py
|
|
143 |
..\..\..\..\newcore\Lib\test\test_bsddb.py \EPOC32\winscw\c\Data\python\test\test_bsddb.py
|
|
144 |
..\..\..\..\newcore\Lib\test\test_bufio.py \EPOC32\winscw\c\Data\python\test\test_bufio.py
|
|
145 |
..\..\..\..\newcore\Lib\test\test_builtin.py \EPOC32\winscw\c\Data\python\test\test_builtin.py
|
|
146 |
..\..\..\..\newcore\Lib\test\test_bz2.py \EPOC32\winscw\c\Data\python\test\test_bz2.py
|
|
147 |
..\..\..\..\newcore\Lib\test\test_calendar.py \EPOC32\winscw\c\Data\python\test\test_calendar.py
|
|
148 |
..\..\..\..\newcore\Lib\test\test_call.py \EPOC32\winscw\c\Data\python\test\test_call.py
|
|
149 |
..\..\..\..\newcore\Lib\test\test_capi.py \EPOC32\winscw\c\Data\python\test\test_capi.py
|
|
150 |
..\..\..\..\newcore\Lib\test\test_cd.py \EPOC32\winscw\c\Data\python\test\test_cd.py
|
|
151 |
..\..\..\..\newcore\Lib\test\test_cfgparser.py \EPOC32\winscw\c\Data\python\test\test_cfgparser.py
|
|
152 |
..\..\..\..\newcore\Lib\test\test_cgi.py \EPOC32\winscw\c\Data\python\test\test_cgi.py
|
|
153 |
..\..\..\..\newcore\Lib\test\test_charmapcodec.py \EPOC32\winscw\c\Data\python\test\test_charmapcodec.py
|
|
154 |
..\..\..\..\newcore\Lib\test\test_cl.py \EPOC32\winscw\c\Data\python\test\test_cl.py
|
|
155 |
..\..\..\..\newcore\Lib\test\test_class.py \EPOC32\winscw\c\Data\python\test\test_class.py
|
|
156 |
..\..\..\..\newcore\Lib\test\test_cpickle.py \EPOC32\winscw\c\Data\python\test\test_cpickle.py
|
|
157 |
..\..\..\..\newcore\Lib\test\test_coercion.py \EPOC32\winscw\c\Data\python\test\test_coercion.py
|
|
158 |
..\..\..\..\newcore\Lib\test\test_compile.py \EPOC32\winscw\c\Data\python\test\test_compile.py
|
|
159 |
..\..\..\..\newcore\Lib\test\test_copy.py \EPOC32\winscw\c\Data\python\test\test_copy.py
|
|
160 |
..\..\..\..\newcore\Lib\test\test_cmath.py \EPOC32\winscw\c\Data\python\test\test_cmath.py
|
|
161 |
..\..\..\..\newcore\Lib\test\test_cmd_line.py \EPOC32\winscw\c\Data\python\test\test_cmd_line.py
|
|
162 |
..\..\..\..\newcore\Lib\test\test_code.py \EPOC32\winscw\c\Data\python\test\test_code.py
|
|
163 |
..\..\..\..\newcore\Lib\test\test_codeccallbacks.py \EPOC32\winscw\c\Data\python\test\test_codeccallbacks.py
|
|
164 |
..\..\..\..\newcore\Lib\test\test_codecmaps_cn.py \EPOC32\winscw\c\Data\python\test\test_codecmaps_cn.py
|
|
165 |
..\..\..\..\newcore\Lib\test\test_codecmaps_hk.py \EPOC32\winscw\c\Data\python\test\test_codecmaps_hk.py
|
|
166 |
..\..\..\..\newcore\Lib\test\test_codecmaps_jp.py \EPOC32\winscw\c\Data\python\test\test_codecmaps_jp.py
|
|
167 |
..\..\..\..\newcore\Lib\test\test_codecmaps_kr.py \EPOC32\winscw\c\Data\python\test\test_codecmaps_kr.py
|
|
168 |
..\..\..\..\newcore\Lib\test\test_codecmaps_tw.py \EPOC32\winscw\c\Data\python\test\test_codecmaps_tw.py
|
|
169 |
..\..\..\..\newcore\Lib\test\test_codecs.py \EPOC32\winscw\c\Data\python\test\test_codecs.py
|
|
170 |
..\..\..\..\newcore\Lib\test\test_codeop.py \EPOC32\winscw\c\Data\python\test\test_codeop.py
|
|
171 |
..\..\..\..\newcore\Lib\test\test_coding.py \EPOC32\winscw\c\Data\python\test\test_coding.py
|
|
172 |
..\..\..\..\newcore\Lib\test\test_colorsys.py \EPOC32\winscw\c\Data\python\test\test_colorsys.py
|
|
173 |
..\..\..\..\newcore\Lib\test\test_commands.py \EPOC32\winscw\c\Data\python\test\test_commands.py
|
|
174 |
..\..\..\..\newcore\Lib\test\test_compare.py \EPOC32\winscw\c\Data\python\test\test_compare.py
|
|
175 |
..\..\..\..\newcore\Lib\test\test_compiler.py \EPOC32\winscw\c\Data\python\test\test_compiler.py
|
|
176 |
..\..\..\..\newcore\Lib\test\test_complex.py \EPOC32\winscw\c\Data\python\test\test_complex.py
|
|
177 |
..\..\..\..\newcore\Lib\test\test_complex_args.py \EPOC32\winscw\c\Data\python\test\test_complex_args.py
|
|
178 |
..\..\..\..\newcore\Lib\test\test_contains.py \EPOC32\winscw\c\Data\python\test\test_contains.py
|
|
179 |
..\..\..\..\newcore\Lib\test\test_contextlib.py \EPOC32\winscw\c\Data\python\test\test_contextlib.py
|
|
180 |
..\..\..\..\newcore\Lib\test\test_cookie.py \EPOC32\winscw\c\Data\python\test\test_cookie.py
|
|
181 |
..\..\..\..\newcore\Lib\test\test_cookielib.py \EPOC32\winscw\c\Data\python\test\test_cookielib.py
|
|
182 |
..\..\..\..\newcore\Lib\test\test_copy_reg.py \EPOC32\winscw\c\Data\python\test\test_copy_reg.py
|
|
183 |
..\..\..\..\newcore\Lib\test\test_cProfile.py \EPOC32\winscw\c\Data\python\test\test_cProfile.py
|
|
184 |
..\..\..\..\newcore\Lib\test\test_crypt.py \EPOC32\winscw\c\Data\python\test\test_crypt.py
|
|
185 |
..\..\..\..\newcore\Lib\test\test_csv.py \EPOC32\winscw\c\Data\python\test\test_csv.py
|
|
186 |
..\..\..\..\newcore\Lib\test\test_ctypes.py \EPOC32\winscw\c\Data\python\test\test_ctypes.py
|
|
187 |
..\..\..\..\newcore\Lib\test\test_curses.py \EPOC32\winscw\c\Data\python\test\test_curses.py
|
|
188 |
..\..\..\..\newcore\Lib\test\test_datetime.py \EPOC32\winscw\c\Data\python\test\test_datetime.py
|
|
189 |
..\..\..\..\newcore\Lib\test\test_dbm.py \EPOC32\winscw\c\Data\python\test\test_dbm.py
|
|
190 |
..\..\..\..\newcore\Lib\test\test_decimal.py \EPOC32\winscw\c\Data\python\test\test_decimal.py
|
|
191 |
..\..\..\..\newcore\Lib\test\test_decorators.py \EPOC32\winscw\c\Data\python\test\test_decorators.py
|
|
192 |
..\..\..\..\newcore\Lib\test\test_defaultdict.py \EPOC32\winscw\c\Data\python\test\test_defaultdict.py
|
|
193 |
..\..\..\..\newcore\Lib\test\test_deque.py \EPOC32\winscw\c\Data\python\test\test_deque.py
|
|
194 |
..\..\..\..\newcore\Lib\test\test_descrtut.py \EPOC32\winscw\c\Data\python\test\test_descrtut.py
|
|
195 |
..\..\..\..\newcore\Lib\test\test_dict.py \EPOC32\winscw\c\Data\python\test\test_dict.py
|
|
196 |
..\..\..\..\newcore\Lib\test\test_difflib.py \EPOC32\winscw\c\Data\python\test\test_difflib.py
|
|
197 |
..\..\..\..\newcore\Lib\test\test_dircache.py \EPOC32\winscw\c\Data\python\test\test_dircache.py
|
|
198 |
..\..\..\..\newcore\Lib\test\test_dis.py \EPOC32\winscw\c\Data\python\test\test_dis.py
|
|
199 |
..\..\..\..\newcore\Lib\test\test_distutils.py \EPOC32\winscw\c\Data\python\test\test_distutils.py
|
|
200 |
..\..\..\..\newcore\Lib\test\test_dl.py \EPOC32\winscw\c\Data\python\test\test_dl.py
|
|
201 |
..\..\..\..\newcore\Lib\test\test_doctest.py \EPOC32\winscw\c\Data\python\test\test_doctest.py
|
|
202 |
..\..\..\..\newcore\Lib\test\test_doctest2.py \EPOC32\winscw\c\Data\python\test\test_doctest2.py
|
|
203 |
..\..\..\..\newcore\Lib\test\test_dumbdbm.py \EPOC32\winscw\c\Data\python\test\test_dumbdbm.py
|
|
204 |
..\..\..\..\newcore\Lib\test\test_dummy_thread.py \EPOC32\winscw\c\Data\python\test\test_dummy_thread.py
|
|
205 |
..\..\..\..\newcore\Lib\test\test_dummy_threading.py \EPOC32\winscw\c\Data\python\test\test_dummy_threading.py
|
|
206 |
..\..\..\..\newcore\Lib\test\test_email.py \EPOC32\winscw\c\Data\python\test\test_email.py
|
|
207 |
..\..\..\..\newcore\Lib\test\test_email_codecs.py \EPOC32\winscw\c\Data\python\test\test_email_codecs.py
|
|
208 |
..\..\..\..\newcore\Lib\test\test_email_renamed.py \EPOC32\winscw\c\Data\python\test\test_email_renamed.py
|
|
209 |
..\..\..\..\newcore\Lib\test\test_enumerate.py \EPOC32\winscw\c\Data\python\test\test_enumerate.py
|
|
210 |
..\..\..\..\newcore\Lib\test\test_exceptions.py \EPOC32\winscw\c\Data\python\test\test_exceptions.py
|
|
211 |
..\..\..\..\newcore\Lib\test\test_eof.py \EPOC32\winscw\c\Data\python\test\test_eof.py
|
|
212 |
..\..\..\..\newcore\Lib\test\test_errno.py \EPOC32\winscw\c\Data\python\test\test_errno.py
|
|
213 |
..\..\..\..\newcore\Lib\test\test_exception_variations.py \EPOC32\winscw\c\Data\python\test\test_exception_variations.py
|
|
214 |
..\..\..\..\newcore\Lib\test\test_extcall.py \EPOC32\winscw\c\Data\python\test\test_extcall.py
|
|
215 |
..\..\..\..\newcore\Lib\test\test_fcntl.py \EPOC32\winscw\c\Data\python\test\test_fcntl.py
|
|
216 |
..\..\..\..\newcore\Lib\test\test_file.py \EPOC32\winscw\c\Data\python\test\test_file.py
|
|
217 |
..\..\..\..\newcore\Lib\test\test_filecmp.py \EPOC32\winscw\c\Data\python\test\test_filecmp.py
|
|
218 |
..\..\..\..\newcore\Lib\test\test_fileinput.py \EPOC32\winscw\c\Data\python\test\test_fileinput.py
|
|
219 |
..\..\..\..\newcore\Lib\test\test_float.py \EPOC32\winscw\c\Data\python\test\test_float.py
|
|
220 |
..\..\..\..\newcore\Lib\test\test_fnmatch.py \EPOC32\winscw\c\Data\python\test\test_fnmatch.py
|
|
221 |
..\..\..\..\newcore\Lib\test\test_fork1.py \EPOC32\winscw\c\Data\python\test\test_fork1.py
|
|
222 |
..\..\..\..\newcore\Lib\test\test_format.py \EPOC32\winscw\c\Data\python\test\test_format.py
|
|
223 |
..\..\..\..\newcore\Lib\test\test_fpformat.py \EPOC32\winscw\c\Data\python\test\test_fpformat.py
|
|
224 |
..\..\..\..\newcore\Lib\test\test_frozen.py \EPOC32\winscw\c\Data\python\test\test_frozen.py
|
|
225 |
..\..\..\..\newcore\Lib\test\test_funcattrs.py \EPOC32\winscw\c\Data\python\test\test_funcattrs.py
|
|
226 |
..\..\..\..\newcore\Lib\test\test_functools.py \EPOC32\winscw\c\Data\python\test\test_functools.py
|
|
227 |
..\..\..\..\newcore\Lib\test\test_future.py \EPOC32\winscw\c\Data\python\test\test_future.py
|
|
228 |
..\..\..\..\newcore\Lib\test\test_future1.py \EPOC32\winscw\c\Data\python\test\test_future1.py
|
|
229 |
..\..\..\..\newcore\Lib\test\test_future2.py \EPOC32\winscw\c\Data\python\test\test_future2.py
|
|
230 |
..\..\..\..\newcore\Lib\test\test_future3.py \EPOC32\winscw\c\Data\python\test\test_future3.py
|
|
231 |
..\..\..\..\newcore\Lib\test\test_gc.py \EPOC32\winscw\c\Data\python\test\test_gc.py
|
|
232 |
..\..\..\..\newcore\Lib\test\test_gdbm.py \EPOC32\winscw\c\Data\python\test\test_gdbm.py
|
|
233 |
..\..\..\..\newcore\Lib\test\test_generators.py \EPOC32\winscw\c\Data\python\test\test_generators.py
|
|
234 |
..\..\..\..\newcore\Lib\test\test_genexps.py \EPOC32\winscw\c\Data\python\test\test_genexps.py
|
|
235 |
..\..\..\..\newcore\Lib\test\test_getargs.py \EPOC32\winscw\c\Data\python\test\test_getargs.py
|
|
236 |
..\..\..\..\newcore\Lib\test\test_getargs2.py \EPOC32\winscw\c\Data\python\test\test_getargs2.py
|
|
237 |
..\..\..\..\newcore\Lib\test\test_getopt.py \EPOC32\winscw\c\Data\python\test\test_getopt.py
|
|
238 |
..\..\..\..\newcore\Lib\test\test_gettext.py \EPOC32\winscw\c\Data\python\test\test_gettext.py
|
|
239 |
..\..\..\..\newcore\Lib\test\test_gl.py \EPOC32\winscw\c\Data\python\test\test_gl.py
|
|
240 |
..\..\..\..\newcore\Lib\test\test_glob.py \EPOC32\winscw\c\Data\python\test\test_glob.py
|
|
241 |
..\..\..\..\newcore\Lib\test\test_global.py \EPOC32\winscw\c\Data\python\test\test_global.py
|
|
242 |
..\..\..\..\newcore\Lib\test\test_grammar.py \EPOC32\winscw\c\Data\python\test\test_grammar.py
|
|
243 |
..\..\..\..\newcore\Lib\test\test_grp.py \EPOC32\winscw\c\Data\python\test\test_grp.py
|
|
244 |
..\..\..\..\newcore\Lib\test\test_gzip.py \EPOC32\winscw\c\Data\python\test\test_gzip.py
|
|
245 |
..\..\..\..\newcore\Lib\test\test_hash.py \EPOC32\winscw\c\Data\python\test\test_hash.py
|
|
246 |
..\..\..\..\newcore\Lib\test\test_hashlib.py \EPOC32\winscw\c\Data\python\test\test_hashlib.py
|
|
247 |
..\..\..\..\newcore\Lib\test\test_heapq.py \EPOC32\winscw\c\Data\python\test\test_heapq.py
|
|
248 |
..\..\..\..\newcore\Lib\test\test_hexoct.py \EPOC32\winscw\c\Data\python\test\test_hexoct.py
|
|
249 |
..\..\..\..\newcore\Lib\test\test_hmac.py \EPOC32\winscw\c\Data\python\test\test_hmac.py
|
|
250 |
..\..\..\..\newcore\Lib\test\test_hotshot.py \EPOC32\winscw\c\Data\python\test\test_hotshot.py
|
|
251 |
..\..\..\..\newcore\Lib\test\test_htmllib.py \EPOC32\winscw\c\Data\python\test\test_htmllib.py
|
|
252 |
..\..\..\..\newcore\Lib\test\test_htmlparser.py \EPOC32\winscw\c\Data\python\test\test_htmlparser.py
|
|
253 |
..\..\..\..\newcore\Lib\test\test_httplib.py \EPOC32\winscw\c\Data\python\test\test_httplib.py
|
|
254 |
..\..\..\..\newcore\Lib\test\test_imageop.py \EPOC32\winscw\c\Data\python\test\test_imageop.py
|
|
255 |
..\..\..\..\newcore\Lib\test\test_imaplib.py \EPOC32\winscw\c\Data\python\test\test_imaplib.py
|
|
256 |
..\..\..\..\newcore\Lib\test\test_imgfile.py \EPOC32\winscw\c\Data\python\test\test_imgfile.py
|
|
257 |
..\..\..\..\newcore\Lib\test\test_imp.py \EPOC32\winscw\c\Data\python\test\test_imp.py
|
|
258 |
..\..\..\..\newcore\Lib\test\test_import.py \EPOC32\winscw\c\Data\python\test\test_import.py
|
|
259 |
..\..\..\..\newcore\Lib\test\test_importhooks.py \EPOC32\winscw\c\Data\python\test\test_importhooks.py
|
|
260 |
..\..\..\..\newcore\Lib\test\test_index.py \EPOC32\winscw\c\Data\python\test\test_index.py
|
|
261 |
..\..\..\..\newcore\Lib\test\test_inspect.py \EPOC32\winscw\c\Data\python\test\test_inspect.py
|
|
262 |
..\..\..\..\newcore\Lib\test\test_ioctl.py \EPOC32\winscw\c\Data\python\test\test_ioctl.py
|
|
263 |
..\..\..\..\newcore\Lib\test\test_isinstance.py \EPOC32\winscw\c\Data\python\test\test_isinstance.py
|
|
264 |
..\..\..\..\newcore\Lib\test\test_iter.py \EPOC32\winscw\c\Data\python\test\test_iter.py
|
|
265 |
..\..\..\..\newcore\Lib\test\test_iterlen.py \EPOC32\winscw\c\Data\python\test\test_iterlen.py
|
|
266 |
..\..\..\..\newcore\Lib\test\test_itertools.py \EPOC32\winscw\c\Data\python\test\test_itertools.py
|
|
267 |
..\..\..\..\newcore\Lib\test\test_largefile.py \EPOC32\winscw\c\Data\python\test\test_largefile.py
|
|
268 |
..\..\..\..\newcore\Lib\test\test_linuxaudiodev.py \EPOC32\winscw\c\Data\python\test\test_linuxaudiodev.py
|
|
269 |
..\..\..\..\newcore\Lib\test\test_list.py \EPOC32\winscw\c\Data\python\test\test_list.py
|
|
270 |
..\..\..\..\newcore\Lib\test\test_locale.py \EPOC32\winscw\c\Data\python\test\test_locale.py
|
|
271 |
..\..\..\..\newcore\Lib\test\test_logging.py \EPOC32\winscw\c\Data\python\test\test_logging.py
|
|
272 |
..\..\..\..\newcore\Lib\test\test_long.py \EPOC32\winscw\c\Data\python\test\test_long.py
|
|
273 |
..\..\..\..\newcore\Lib\test\test_longexp.py \EPOC32\winscw\c\Data\python\test\test_longexp.py
|
|
274 |
..\..\..\..\newcore\Lib\test\test_long_future.py \EPOC32\winscw\c\Data\python\test\test_long_future.py
|
|
275 |
..\..\..\..\newcore\Lib\test\test_macfs.py \EPOC32\winscw\c\Data\python\test\test_macfs.py
|
|
276 |
..\..\..\..\newcore\Lib\test\test_macostools.py \EPOC32\winscw\c\Data\python\test\test_macostools.py
|
|
277 |
..\..\..\..\newcore\Lib\test\test_macpath.py \EPOC32\winscw\c\Data\python\test\test_macpath.py
|
|
278 |
..\..\..\..\newcore\Lib\test\test_marshal.py \EPOC32\winscw\c\Data\python\test\test_marshal.py
|
|
279 |
..\..\..\..\newcore\Lib\test\test_math.py \EPOC32\winscw\c\Data\python\test\test_math.py
|
|
280 |
..\..\..\..\newcore\Lib\test\test_mailbox.py \EPOC32\winscw\c\Data\python\test\test_mailbox.py
|
|
281 |
..\..\..\..\newcore\Lib\test\test_md5.py \EPOC32\winscw\c\Data\python\test\test_md5.py
|
|
282 |
..\..\..\..\newcore\Lib\test\test_mhlib.py \EPOC32\winscw\c\Data\python\test\test_mhlib.py
|
|
283 |
..\..\..\..\newcore\Lib\test\test_mimetools.py \EPOC32\winscw\c\Data\python\test\test_mimetools.py
|
|
284 |
..\..\..\..\newcore\Lib\test\test_mimetypes.py \EPOC32\winscw\c\Data\python\test\test_mimetypes.py
|
|
285 |
..\..\..\..\newcore\Lib\test\test_MimeWriter.py \EPOC32\winscw\c\Data\python\test\test_MimeWriter.py
|
|
286 |
..\..\..\..\newcore\Lib\test\test_minidom.py \EPOC32\winscw\c\Data\python\test\test_minidom.py
|
|
287 |
..\..\..\..\newcore\Lib\test\test_mmap.py \EPOC32\winscw\c\Data\python\test\test_mmap.py
|
|
288 |
..\..\..\..\newcore\Lib\test\test_module.py \EPOC32\winscw\c\Data\python\test\test_module.py
|
|
289 |
..\..\..\..\newcore\Lib\test\test_multibytecodec.py \EPOC32\winscw\c\Data\python\test\test_multibytecodec.py
|
|
290 |
..\..\..\..\newcore\Lib\test\test_multibytecodec_support.py \EPOC32\winscw\c\Data\python\test\test_multibytecodec_support.py
|
|
291 |
..\..\..\..\newcore\Lib\test\test_multifile.py \EPOC32\winscw\c\Data\python\test\test_multifile.py
|
|
292 |
..\..\..\..\newcore\Lib\test\test_mutants.py \EPOC32\winscw\c\Data\python\test\test_mutants.py
|
|
293 |
..\..\..\..\newcore\Lib\test\test_netrc.py \EPOC32\winscw\c\Data\python\test\test_netrc.py
|
|
294 |
..\..\..\..\newcore\Lib\test\test_new.py \EPOC32\winscw\c\Data\python\test\test_new.py
|
|
295 |
..\..\..\..\newcore\Lib\test\test_nis.py \EPOC32\winscw\c\Data\python\test\test_nis.py
|
|
296 |
..\..\..\..\newcore\Lib\test\test_normalization.py \EPOC32\winscw\c\Data\python\test\test_normalization.py
|
|
297 |
..\..\..\..\newcore\Lib\test\test_ntpath.py \EPOC32\winscw\c\Data\python\test\test_ntpath.py
|
|
298 |
..\..\..\..\newcore\Lib\test\test_old_mailbox.py \EPOC32\winscw\c\Data\python\test\test_old_mailbox.py
|
|
299 |
..\..\..\..\newcore\Lib\test\test_opcodes.py \EPOC32\winscw\c\Data\python\test\test_opcodes.py
|
|
300 |
..\..\..\..\newcore\Lib\test\test_openpty.py \EPOC32\winscw\c\Data\python\test\test_openpty.py
|
|
301 |
..\..\..\..\newcore\Lib\test\test_operations.py \EPOC32\winscw\c\Data\python\test\test_operations.py
|
|
302 |
..\..\..\..\newcore\Lib\test\test_operator.py \EPOC32\winscw\c\Data\python\test\test_operator.py
|
|
303 |
..\..\..\..\newcore\Lib\test\test_optparse.py \EPOC32\winscw\c\Data\python\test\test_optparse.py
|
|
304 |
..\..\..\..\newcore\Lib\test\test_os.py \EPOC32\winscw\c\Data\python\test\test_os.py
|
|
305 |
..\..\..\..\newcore\Lib\test\test_ossaudiodev.py \EPOC32\winscw\c\Data\python\test\test_ossaudiodev.py
|
|
306 |
..\..\..\..\newcore\Lib\test\test_parser.py \EPOC32\winscw\c\Data\python\test\test_parser.py
|
|
307 |
..\..\..\..\newcore\Lib\test\test_peepholer.py \EPOC32\winscw\c\Data\python\test\test_peepholer.py
|
|
308 |
..\..\..\..\newcore\Lib\test\test_pep247.py \EPOC32\winscw\c\Data\python\test\test_pep247.py
|
|
309 |
..\..\..\..\newcore\Lib\test\test_pep263.py \EPOC32\winscw\c\Data\python\test\test_pep263.py
|
|
310 |
..\..\..\..\newcore\Lib\test\test_pep277.py \EPOC32\winscw\c\Data\python\test\test_pep277.py
|
|
311 |
..\..\..\..\newcore\Lib\test\test_pep292.py \EPOC32\winscw\c\Data\python\test\test_pep292.py
|
|
312 |
..\..\..\..\newcore\Lib\test\test_pep352.py \EPOC32\winscw\c\Data\python\test\test_pep352.py
|
|
313 |
..\..\..\..\newcore\Lib\test\test_pickle.py \EPOC32\winscw\c\Data\python\test\test_pickle.py
|
|
314 |
..\..\..\..\newcore\Lib\test\test_pickletools.py \EPOC32\winscw\c\Data\python\test\test_pickletools.py
|
|
315 |
..\..\..\..\newcore\Lib\test\test_pkg.py \EPOC32\winscw\c\Data\python\test\test_pkg.py
|
|
316 |
..\..\..\..\newcore\Lib\test\test_pkgimport.py \EPOC32\winscw\c\Data\python\test\test_pkgimport.py
|
|
317 |
..\..\..\..\newcore\Lib\test\test_platform.py \EPOC32\winscw\c\Data\python\test\test_platform.py
|
|
318 |
..\..\..\..\newcore\Lib\test\test_plistlib.py \EPOC32\winscw\c\Data\python\test\test_plistlib.py
|
|
319 |
..\..\..\..\newcore\Lib\test\test_poll.py \EPOC32\winscw\c\Data\python\test\test_poll.py
|
|
320 |
..\..\..\..\newcore\Lib\test\test_popen.py \EPOC32\winscw\c\Data\python\test\test_popen.py
|
|
321 |
..\..\..\..\newcore\Lib\test\test_popen2.py \EPOC32\winscw\c\Data\python\test\test_popen2.py
|
|
322 |
..\..\..\..\newcore\Lib\test\test_posix.py \EPOC32\winscw\c\Data\python\test\test_posix.py
|
|
323 |
..\..\..\..\newcore\Lib\test\test_posixpath.py \EPOC32\winscw\c\Data\python\test\test_posixpath.py
|
|
324 |
..\..\..\..\newcore\Lib\test\test_pow.py \EPOC32\winscw\c\Data\python\test\test_pow.py
|
|
325 |
..\..\..\..\newcore\Lib\test\test_pprint.py \EPOC32\winscw\c\Data\python\test\test_pprint.py
|
|
326 |
..\..\..\..\newcore\Lib\test\test_profile.py \EPOC32\winscw\c\Data\python\test\test_profile.py
|
|
327 |
..\..\..\..\newcore\Lib\test\test_profilehooks.py \EPOC32\winscw\c\Data\python\test\test_profilehooks.py
|
|
328 |
..\..\..\..\newcore\Lib\test\test_pty.py \EPOC32\winscw\c\Data\python\test\test_pty.py
|
|
329 |
..\..\..\..\newcore\Lib\test\test_pwd.py \EPOC32\winscw\c\Data\python\test\test_pwd.py
|
|
330 |
..\..\..\..\newcore\Lib\test\test_pyclbr.py \EPOC32\winscw\c\Data\python\test\test_pyclbr.py
|
|
331 |
..\..\..\..\newcore\Lib\test\test_pyexpat.py \EPOC32\winscw\c\Data\python\test\test_pyexpat.py
|
|
332 |
..\..\..\..\newcore\Lib\test\test_queue.py \EPOC32\winscw\c\Data\python\test\test_queue.py
|
|
333 |
..\..\..\..\newcore\Lib\test\test_quopri.py \EPOC32\winscw\c\Data\python\test\test_quopri.py
|
|
334 |
..\..\..\..\newcore\Lib\test\test_random.py \EPOC32\winscw\c\Data\python\test\test_random.py
|
|
335 |
..\..\..\..\newcore\Lib\test\test_re.py \EPOC32\winscw\c\Data\python\test\test_re.py
|
|
336 |
..\..\..\..\newcore\Lib\test\test_resource.py \EPOC32\winscw\c\Data\python\test\test_resource.py
|
|
337 |
..\..\..\..\newcore\Lib\test\test_rfc822.py \EPOC32\winscw\c\Data\python\test\test_rfc822.py
|
|
338 |
..\..\..\..\newcore\Lib\test\test_rgbimg.py \EPOC32\winscw\c\Data\python\test\test_rgbimg.py
|
|
339 |
..\..\..\..\newcore\Lib\test\test_richcmp.py \EPOC32\winscw\c\Data\python\test\test_richcmp.py
|
|
340 |
..\..\..\..\newcore\Lib\test\test_robotparser.py \EPOC32\winscw\c\Data\python\test\test_robotparser.py
|
|
341 |
..\..\..\..\newcore\Lib\test\test_runpy.py \EPOC32\winscw\c\Data\python\test\test_runpy.py
|
|
342 |
..\..\..\..\newcore\Lib\test\test_sax.py \EPOC32\winscw\c\Data\python\test\test_sax.py
|
|
343 |
..\..\..\..\newcore\Lib\test\test_scope.py \EPOC32\winscw\c\Data\python\test\test_scope.py
|
|
344 |
..\..\..\..\newcore\Lib\test\test_scriptpackages.py \EPOC32\winscw\c\Data\python\test\test_scriptpackages.py
|
|
345 |
..\..\..\..\newcore\Lib\test\test_select.py \EPOC32\winscw\c\Data\python\test\test_select.py
|
|
346 |
..\..\..\..\newcore\Lib\test\leakers\test_selftype.py \EPOC32\winscw\c\Data\python\test\test_selftype.py
|
|
347 |
..\..\..\..\newcore\Lib\test\test_set.py \EPOC32\winscw\c\Data\python\test\test_set.py
|
|
348 |
..\..\..\..\newcore\Lib\test\test_sets.py \EPOC32\winscw\c\Data\python\test\test_sets.py
|
|
349 |
..\..\..\..\newcore\Lib\test\test_sgmllib.py \EPOC32\winscw\c\Data\python\test\test_sgmllib.py
|
|
350 |
..\..\..\..\newcore\Lib\test\test_sha.py \EPOC32\winscw\c\Data\python\test\test_sha.py
|
|
351 |
..\..\..\..\newcore\Lib\test\test_shelve.py \EPOC32\winscw\c\Data\python\test\test_shelve.py
|
|
352 |
..\..\..\..\newcore\Lib\test\test_shlex.py \EPOC32\winscw\c\Data\python\test\test_shlex.py
|
|
353 |
..\..\..\..\newcore\Lib\test\test_shutil.py \EPOC32\winscw\c\Data\python\test\test_shutil.py
|
|
354 |
..\..\..\..\newcore\Lib\test\test_signal.py \EPOC32\winscw\c\Data\python\test\test_signal.py
|
|
355 |
..\..\..\..\newcore\Lib\test\test_site.py \EPOC32\winscw\c\Data\python\test\test_site.py
|
|
356 |
..\..\..\..\newcore\Lib\test\test_slice.py \EPOC32\winscw\c\Data\python\test\test_slice.py
|
|
357 |
..\..\..\..\newcore\Lib\test\test_socketserver.py \EPOC32\winscw\c\Data\python\test\test_socketserver.py
|
|
358 |
/* As test_socket hangs on 3.2 emulator when testapp is executed, commenting it out for now */
|
|
359 |
/* ..\..\..\..\newcore\Lib\test\test_socket.py \EPOC32\winscw\c\Data\python\test\test_socket.py */
|
|
360 |
..\..\..\..\newcore\Lib\test\test_socket_ssl.py \EPOC32\winscw\c\Data\python\test\test_socket_ssl.py
|
|
361 |
..\..\..\..\newcore\Lib\test\test_softspace.py \EPOC32\winscw\c\Data\python\test\test_softspace.py
|
|
362 |
..\..\..\..\newcore\Lib\test\test_sort.py \EPOC32\winscw\c\Data\python\test\test_sort.py
|
|
363 |
..\..\..\..\newcore\Lib\test\test_sqlite.py \EPOC32\winscw\c\Data\python\test\test_sqlite.py
|
|
364 |
..\..\..\..\newcore\Lib\test\test_startfile.py \EPOC32\winscw\c\Data\python\test\test_startfile.py
|
|
365 |
..\..\..\..\newcore\Lib\test\test_strptime.py \EPOC32\winscw\c\Data\python\test\test_strptime.py
|
|
366 |
..\..\..\..\newcore\Lib\test\test_strftime.py \EPOC32\winscw\c\Data\python\test\test_strftime.py
|
|
367 |
..\..\..\..\newcore\Lib\test\test_string.py \EPOC32\winscw\c\Data\python\test\test_string.py
|
|
368 |
..\..\..\..\newcore\Lib\test\test_StringIO.py \EPOC32\winscw\c\Data\python\test\test_StringIO.py
|
|
369 |
..\..\..\..\newcore\Lib\test\test_stringprep.py \EPOC32\winscw\c\Data\python\test\test_stringprep.py
|
|
370 |
..\..\..\..\newcore\Lib\test\test_strop.py \EPOC32\winscw\c\Data\python\test\test_strop.py
|
|
371 |
..\..\..\..\newcore\Lib\test\test_struct.py \EPOC32\winscw\c\Data\python\test\test_struct.py
|
|
372 |
..\..\..\..\newcore\Lib\test\test_structmembers.py \EPOC32\winscw\c\Data\python\test\test_structmembers.py
|
|
373 |
..\..\..\..\newcore\Lib\test\test_structseq.py \EPOC32\winscw\c\Data\python\test\test_structseq.py
|
|
374 |
..\..\..\..\newcore\Lib\test\test_subprocess.py \EPOC32\winscw\c\Data\python\test\test_subprocess.py
|
|
375 |
..\..\..\..\newcore\Lib\test\test_sunaudiodev.py \EPOC32\winscw\c\Data\python\test\test_sunaudiodev.py
|
|
376 |
..\..\..\..\newcore\Lib\test\test_sundry.py \EPOC32\winscw\c\Data\python\test\test_sundry.py
|
|
377 |
..\..\..\..\newcore\Lib\test\test_support.py \EPOC32\winscw\c\Data\python\test\test_support.py
|
|
378 |
..\..\..\..\newcore\Lib\test\test_symtable.py \EPOC32\winscw\c\Data\python\test\test_symtable.py
|
|
379 |
..\..\..\..\newcore\Lib\test\test_syntax.py \EPOC32\winscw\c\Data\python\test\test_syntax.py
|
|
380 |
..\..\..\..\newcore\Lib\test\test_sys.py \EPOC32\winscw\c\Data\python\test\test_sys.py
|
|
381 |
..\..\..\..\newcore\Lib\test\test_tarfile.py \EPOC32\winscw\c\Data\python\test\test_tarfile.py
|
|
382 |
..\..\..\..\newcore\Lib\test\test_tcl.py \EPOC32\winscw\c\Data\python\test\test_tcl.py
|
|
383 |
..\..\..\..\newcore\Lib\test\test_tempfile.py \EPOC32\winscw\c\Data\python\test\test_tempfile.py
|
|
384 |
..\..\..\..\newcore\Lib\test\test_textwrap.py \EPOC32\winscw\c\Data\python\test\test_textwrap.py
|
|
385 |
..\..\..\..\newcore\Lib\test\test_thread.py \EPOC32\winscw\c\Data\python\test\test_thread.py
|
|
386 |
..\..\..\..\newcore\Lib\test\test_threaded_import.py \EPOC32\winscw\c\Data\python\test\test_threaded_import.py
|
|
387 |
/* Hangs on emulator */
|
|
388 |
/*..\..\...\.\newcore\Lib\test\test_threadedtempfile.py \EPOC32\winscw\c\Data\python\test\test_threadedtempfile.py */
|
|
389 |
..\..\..\..\newcore\Lib\test\test_threading.py \EPOC32\winscw\c\Data\python\test\test_threading.py
|
|
390 |
..\..\..\..\newcore\Lib\test\test_threading_local.py \EPOC32\winscw\c\Data\python\test\test_threading_local.py
|
|
391 |
..\..\..\..\newcore\Lib\test\test_threadsignals.py \EPOC32\winscw\c\Data\python\test\test_threadsignals.py
|
|
392 |
..\..\..\..\newcore\Lib\test\test_time.py \EPOC32\winscw\c\Data\python\test\test_time.py
|
|
393 |
..\..\..\..\newcore\Lib\test\test_timeout.py \EPOC32\winscw\c\Data\python\test\test_timeout.py
|
|
394 |
..\..\..\..\newcore\Lib\test\test_tokenize.py \EPOC32\winscw\c\Data\python\test\test_tokenize.py
|
|
395 |
..\..\..\..\newcore\Lib\test\test_trace.py \EPOC32\winscw\c\Data\python\test\test_trace.py
|
|
396 |
..\..\..\..\newcore\Lib\test\test_traceback.py \EPOC32\winscw\c\Data\python\test\test_traceback.py
|
|
397 |
..\..\..\..\newcore\Lib\test\test_transformer.py \EPOC32\winscw\c\Data\python\test\test_transformer.py
|
|
398 |
..\..\..\..\newcore\Lib\test\test_tuple.py \EPOC32\winscw\c\Data\python\test\test_tuple.py
|
|
399 |
..\..\..\..\newcore\Lib\test\test_types.py \EPOC32\winscw\c\Data\python\test\test_types.py
|
|
400 |
..\..\..\..\newcore\Lib\test\test_ucn.py \EPOC32\winscw\c\Data\python\test\test_ucn.py
|
|
401 |
..\..\..\..\newcore\Lib\test\test_unary.py \EPOC32\winscw\c\Data\python\test\test_unary.py
|
|
402 |
..\..\..\..\newcore\Lib\test\test_unicodedata.py \EPOC32\winscw\c\Data\python\test\test_unicodedata.py
|
|
403 |
..\..\..\..\newcore\Lib\test\test_unicode_file.py \EPOC32\winscw\c\Data\python\test\test_unicode_file.py
|
|
404 |
..\..\..\..\newcore\Lib\test\test_unittest.py \EPOC32\winscw\c\Data\python\test\test_unittest.py
|
|
405 |
..\..\..\..\newcore\Lib\test\test_univnewlines.py \EPOC32\winscw\c\Data\python\test\test_univnewlines.py
|
|
406 |
..\..\..\..\newcore\Lib\test\test_unpack.py \EPOC32\winscw\c\Data\python\test\test_unpack.py
|
|
407 |
..\..\..\..\newcore\Lib\test\test_urllib.py \EPOC32\winscw\c\Data\python\test\test_urllib.py
|
|
408 |
..\..\..\..\newcore\Lib\test\test_urllib2.py \EPOC32\winscw\c\Data\python\test\test_urllib2.py
|
|
409 |
..\..\..\..\newcore\Lib\test\test_urllibnet.py \EPOC32\winscw\c\Data\python\test\test_urllibnet.py
|
|
410 |
..\..\..\..\newcore\Lib\test\test_urllib2_localnet.py \EPOC32\winscw\c\Data\python\test\test_urllib2_localnet.py
|
|
411 |
..\..\..\..\newcore\Lib\test\test_urllib2net.py \EPOC32\winscw\c\Data\python\test\test_urllib2net.py
|
|
412 |
..\..\..\..\newcore\Lib\test\test_urlparse.py \EPOC32\winscw\c\Data\python\test\test_urlparse.py
|
|
413 |
..\..\..\..\newcore\Lib\test\test_userdict.py \EPOC32\winscw\c\Data\python\test\test_userdict.py
|
|
414 |
..\..\..\..\newcore\Lib\test\test_userlist.py \EPOC32\winscw\c\Data\python\test\test_userlist.py
|
|
415 |
..\..\..\..\newcore\Lib\test\test_uu.py \EPOC32\winscw\c\Data\python\test\test_uu.py
|
|
416 |
..\..\..\..\newcore\Lib\test\test_uuid.py \EPOC32\winscw\c\Data\python\test\test_uuid.py
|
|
417 |
..\..\..\..\newcore\Lib\test\test_wait3.py \EPOC32\winscw\c\Data\python\test\test_wait3.py
|
|
418 |
..\..\..\..\newcore\Lib\test\test_wait4.py \EPOC32\winscw\c\Data\python\test\test_wait4.py
|
|
419 |
..\..\..\..\newcore\Lib\test\test_warnings.py \EPOC32\winscw\c\Data\python\test\test_warnings.py
|
|
420 |
..\..\..\..\newcore\Lib\test\test_wave.py \EPOC32\winscw\c\Data\python\test\test_wave.py
|
|
421 |
..\..\..\..\newcore\Lib\test\test_weakref.py \EPOC32\winscw\c\Data\python\test\test_weakref.py
|
|
422 |
..\..\..\..\newcore\Lib\test\test_whichdb.py \EPOC32\winscw\c\Data\python\test\test_whichdb.py
|
|
423 |
..\..\..\..\newcore\Lib\test\test_winreg.py \EPOC32\winscw\c\Data\python\test\test_winreg.py
|
|
424 |
..\..\..\..\newcore\Lib\test\test_winsound.py \EPOC32\winscw\c\Data\python\test\test_winsound.py
|
|
425 |
..\..\..\..\newcore\Lib\test\test_with.py \EPOC32\winscw\c\Data\python\test\test_with.py
|
|
426 |
..\..\..\..\newcore\Lib\test\test_wsgiref.py \EPOC32\winscw\c\Data\python\test\test_wsgiref.py
|
|
427 |
..\..\..\..\newcore\Lib\test\test_xdrlib.py \EPOC32\winscw\c\Data\python\test\test_xdrlib.py
|
|
428 |
..\..\..\..\newcore\Lib\test\test_xmllib.py \EPOC32\winscw\c\Data\python\test\test_xmllib.py
|
|
429 |
..\..\..\..\newcore\Lib\test\test_xmlrpc.py \EPOC32\winscw\c\Data\python\test\test_xmlrpc.py
|
|
430 |
..\..\..\..\newcore\Lib\test\test_xml_etree.py \EPOC32\winscw\c\Data\python\test\test_xml_etree.py
|
|
431 |
..\..\..\..\newcore\Lib\test\test_xml_etree_c.py \EPOC32\winscw\c\Data\python\test\test_xml_etree_c.py
|
|
432 |
..\..\..\..\newcore\Lib\test\test_xpickle.py \EPOC32\winscw\c\Data\python\test\test_xpickle.py
|
|
433 |
..\..\..\..\newcore\Lib\test\test_xrange.py \EPOC32\winscw\c\Data\python\test\test_xrange.py
|
|
434 |
..\..\..\..\newcore\Lib\test\test_zipfile.py \EPOC32\winscw\c\Data\python\test\test_zipfile.py
|
|
435 |
..\..\..\..\newcore\Lib\test\test_zipfile64.py \EPOC32\winscw\c\Data\python\test\test_zipfile64.py
|
|
436 |
..\..\..\..\newcore\Lib\test\test_zipimport.py \EPOC32\winscw\c\Data\python\test\test_zipimport.py
|
|
437 |
..\..\..\..\newcore\Lib\test\test_zlib.py \EPOC32\winscw\c\Data\python\test\test_zlib.py
|
|
438 |
..\..\..\..\newcore\Lib\test\test__locale.py \EPOC32\winscw\c\Data\python\test\test__locale.py
|
|
439 |
..\..\..\..\newcore\Lib\test\test___all__.py \EPOC32\winscw\c\Data\python\test\test___all__.py
|
|
440 |
..\..\..\..\newcore\Lib\test\test___future__.py \EPOC32\winscw\c\Data\python\test\test___future__.py
|
|
441 |
..\..\..\..\newcore\Lib\test\tf_inherit_check.py \EPOC32\winscw\c\Data\python\test\tf_inherit_check.py
|
|
442 |
..\..\..\..\newcore\Lib\test\threaded_import_hangers.py \EPOC32\winscw\c\Data\python\test\threaded_import_hangers.py
|
|
443 |
..\..\..\..\newcore\Lib\test\time_hashlib.py \EPOC32\winscw\c\Data\python\test\time_hashlib.py
|
|
444 |
..\..\..\..\newcore\Lib\test\xmltests.py \EPOC32\winscw\c\Data\python\test\xmltests.py
|
|
445 |
..\..\..\..\newcore\Lib\test\__init__.py \EPOC32\winscw\c\Data\python\test\__init__.py
|
|
446 |
..\..\..\..\newcore\Lib\test\test_codecencodings_cn.py \EPOC32\winscw\c\Data\python\test\test_codecencodings_cn.py
|
|
447 |
..\..\..\..\newcore\Lib\test\test_codecencodings_hk.py \EPOC32\winscw\c\Data\python\test\test_codecencodings_hk.py
|
|
448 |
..\..\..\..\newcore\Lib\test\test_codecencodings_jp.py \EPOC32\winscw\c\Data\python\test\test_codecencodings_jp.py
|
|
449 |
..\..\..\..\newcore\Lib\test\test_codecencodings_kr.py \EPOC32\winscw\c\Data\python\test\test_codecencodings_kr.py
|
|
450 |
..\..\..\..\newcore\Lib\test\test_codecencodings_tw.py \EPOC32\winscw\c\Data\python\test\test_codecencodings_tw.py
|
|
451 |
..\..\..\..\newcore\Lib\test\test_descr.py \EPOC32\winscw\c\Data\python\test\test_descr.py
|
|
452 |
..\..\..\..\newcore\Lib\test\test_repr.py \EPOC32\winscw\c\Data\python\test\test_repr.py
|
|
453 |
..\..\..\..\newcore\Lib\test\test_userstring.py \EPOC32\winscw\c\Data\python\test\test_userstring.py
|
|
454 |
..\..\..\..\newcore\Lib\test\test_str.py \EPOC32\winscw\c\Data\python\test\test_str.py
|
|
455 |
..\..\..\..\newcore\Lib\test\test_unicode.py \EPOC32\winscw\c\Data\python\test\test_unicode.py
|
|
456 |
..\..\..\..\newcore\Lib\test\cfgparser.1 \EPOC32\winscw\c\Data\python\test\cfgparser.1
|
|
457 |
..\..\..\..\newcore\Lib\test\test_difflib_expect.html \EPOC32\winscw\c\Data\python\test\test_difflib_expect.html
|
|
458 |
..\..\..\..\newcore\Lib\test\tokenize_tests.txt \EPOC32\winscw\c\Data\python\test\tokenize_tests.txt
|
|
459 |
..\..\..\..\newcore\Lib\test\testrgb.uue \EPOC32\winscw\c\Data\python\test\testrgb.uue
|
|
460 |
..\..\..\..\newcore\Lib\test\exception_hierarchy.txt \EPOC32\winscw\c\Data\python\test\exception_hierarchy.txt
|
|
461 |
..\..\..\..\newcore\Lib\test\sgml_input.html \EPOC32\winscw\c\Data\python\test\sgml_input.html
|
|
462 |
..\..\..\..\newcore\Lib\test\test_doctest.txt \EPOC32\winscw\c\Data\python\test\test_doctest.txt
|
|
463 |
..\..\..\..\newcore\Lib\test\test_doctest2.txt \EPOC32\winscw\c\Data\python\test\test_doctest2.txt
|
|
464 |
..\..\..\..\newcore\Lib\test\test_doctest3.txt \EPOC32\winscw\c\Data\python\test\test_doctest3.txt
|
|
465 |
..\..\..\..\newcore\Lib\test\test_doctest4.txt \EPOC32\winscw\c\Data\python\test\test_doctest4.txt
|
|
466 |
..\..\..\..\newcore\Lib\test\testtar.tar \EPOC32\winscw\c\Data\python\test\testtar.tar
|
|
467 |
..\..\..\..\newcore\Lib\test\test.xml \EPOC32\winscw\c\Data\python\test\test.xml
|
|
468 |
..\..\..\..\newcore\Lib\test\test.xml.out \EPOC32\winscw\c\Data\python\test\test.xml.out
|
|
469 |
|
|
470 |
..\..\..\..\newcore\Lib\email\test\test_email.py \EPOC32\winscw\c\Data\test\email\test\test_email.py
|
|
471 |
..\..\..\..\newcore\Lib\email\test\test_email_codecs.py \EPOC32\winscw\c\Data\test\email\test\test_email_codecs.py
|
|
472 |
..\..\..\..\newcore\Lib\email\test\test_email_codecs_renamed.py \EPOC32\winscw\c\Data\test\email\test\test_email_codecs_renamed.py
|
|
473 |
..\..\..\..\newcore\Lib\email\test\test_email_renamed.py \EPOC32\winscw\c\Data\test\email\test\test_email_renamed.py
|
|
474 |
..\..\..\..\newcore\Lib\email\test\test_email_torture.py \EPOC32\winscw\c\Data\test\email\test\test_email_torture.py
|
|
475 |
..\..\..\..\newcore\Lib\email\test\__init__.py \EPOC32\winscw\c\Data\test\email\test\__init__.py
|
|
476 |
|
|
477 |
|
|
478 |
..\..\..\..\newcore\Lib\email\test\data\msg_06.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_06.txt
|
|
479 |
..\..\..\..\newcore\Lib\email\test\data\msg_07.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_07.txt
|
|
480 |
..\..\..\..\newcore\Lib\email\test\data\msg_08.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_08.txt
|
|
481 |
..\..\..\..\newcore\Lib\email\test\data\msg_09.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_09.txt
|
|
482 |
..\..\..\..\newcore\Lib\email\test\data\msg_10.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_10.txt
|
|
483 |
..\..\..\..\newcore\Lib\email\test\data\msg_11.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_11.txt
|
|
484 |
..\..\..\..\newcore\Lib\email\test\data\msg_12.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_12.txt
|
|
485 |
..\..\..\..\newcore\Lib\email\test\data\msg_12a.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_12a.txt
|
|
486 |
..\..\..\..\newcore\Lib\email\test\data\msg_13.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_13.txt
|
|
487 |
..\..\..\..\newcore\Lib\email\test\data\msg_14.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_14.txt
|
|
488 |
..\..\..\..\newcore\Lib\email\test\data\msg_15.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_15.txt
|
|
489 |
..\..\..\..\newcore\Lib\email\test\data\msg_16.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_16.txt
|
|
490 |
..\..\..\..\newcore\Lib\email\test\data\msg_17.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_17.txt
|
|
491 |
..\..\..\..\newcore\Lib\email\test\data\msg_18.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_18.txt
|
|
492 |
..\..\..\..\newcore\Lib\email\test\data\msg_19.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_19.txt
|
|
493 |
..\..\..\..\newcore\Lib\email\test\data\msg_20.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_20.txt
|
|
494 |
..\..\..\..\newcore\Lib\email\test\data\msg_21.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_21.txt
|
|
495 |
..\..\..\..\newcore\Lib\email\test\data\msg_22.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_22.txt
|
|
496 |
..\..\..\..\newcore\Lib\email\test\data\msg_23.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_23.txt
|
|
497 |
..\..\..\..\newcore\Lib\email\test\data\msg_24.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_24.txt
|
|
498 |
..\..\..\..\newcore\Lib\email\test\data\msg_25.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_25.txt
|
|
499 |
..\..\..\..\newcore\Lib\email\test\data\msg_26.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_26.txt
|
|
500 |
..\..\..\..\newcore\Lib\email\test\data\msg_27.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_27.txt
|
|
501 |
..\..\..\..\newcore\Lib\email\test\data\msg_28.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_28.txt
|
|
502 |
..\..\..\..\newcore\Lib\email\test\data\msg_29.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_29.txt
|
|
503 |
..\..\..\..\newcore\Lib\email\test\data\msg_30.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_30.txt
|
|
504 |
..\..\..\..\newcore\Lib\email\test\data\msg_31.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_31.txt
|
|
505 |
..\..\..\..\newcore\Lib\email\test\data\msg_32.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_32.txt
|
|
506 |
..\..\..\..\newcore\Lib\email\test\data\msg_33.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_33.txt
|
|
507 |
..\..\..\..\newcore\Lib\email\test\data\msg_34.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_34.txt
|
|
508 |
..\..\..\..\newcore\Lib\email\test\data\msg_35.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_35.txt
|
|
509 |
..\..\..\..\newcore\Lib\email\test\data\msg_36.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_36.txt
|
|
510 |
..\..\..\..\newcore\Lib\email\test\data\msg_37.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_37.txt
|
|
511 |
..\..\..\..\newcore\Lib\email\test\data\msg_38.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_38.txt
|
|
512 |
..\..\..\..\newcore\Lib\email\test\data\msg_39.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_39.txt
|
|
513 |
..\..\..\..\newcore\Lib\email\test\data\msg_40.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_40.txt
|
|
514 |
..\..\..\..\newcore\Lib\email\test\data\msg_41.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_41.txt
|
|
515 |
..\..\..\..\newcore\Lib\email\test\data\msg_42.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_42.txt
|
|
516 |
..\..\..\..\newcore\Lib\email\test\data\msg_43.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_43.txt
|
|
517 |
..\..\..\..\newcore\Lib\email\test\data\msg_44.txt \EPOC32\winscw\c\Data\test\email\test\data\msg_44.txt
|
|
518 |
..\..\..\..\newcore\Lib\email\test\data\PyBanner048.gif \EPOC32\winscw\c\Data\test\email\test\data\PyBanner048.gif
|
|
519 |
|
|
520 |
..\..\..\..\newcore\Lib\email\mime\__init__.py \EPOC32\winscw\c\Data\test\email\mime\__init__.py
|
|
521 |
..\..\..\..\newcore\Lib\email\mime\application.py \EPOC32\winscw\c\Data\test\email\mime\application.py
|
|
522 |
..\..\..\..\newcore\Lib\email\mime\audio.py \EPOC32\winscw\c\Data\test\email\mime\audio.py
|
|
523 |
..\..\..\..\newcore\Lib\email\mime\base.py \EPOC32\winscw\c\Data\test\email\mime\base.py
|
|
524 |
..\..\..\..\newcore\Lib\email\mime\image.py \EPOC32\winscw\c\Data\test\email\mime\image.py
|
|
525 |
..\..\..\..\newcore\Lib\email\mime\message.py \EPOC32\winscw\c\Data\test\email\mime\message.py
|
|
526 |
..\..\..\..\newcore\Lib\email\mime\multipart.py \EPOC32\winscw\c\Data\test\email\mime\multipart.py
|
|
527 |
..\..\..\..\newcore\Lib\email\mime\nonmultipart.py \EPOC32\winscw\c\Data\test\email\mime\nonmultipart.py
|
|
528 |
..\..\..\..\newcore\Lib\email\mime\text.py \EPOC32\winscw\c\Data\test\email\mime\text.py
|
|
529 |
|
|
530 |
..\..\..\..\newcore\Lib\email\__init__.py \EPOC32\winscw\c\Data\test\email\__init__.py
|
|
531 |
..\..\..\..\newcore\Lib\email\_parseaddr.py \EPOC32\winscw\c\Data\test\email\_parseaddr.py
|
|
532 |
..\..\..\..\newcore\Lib\email\base64mime.py \EPOC32\winscw\c\Data\test\email\base64mime.py
|
|
533 |
..\..\..\..\newcore\Lib\email\charset.py \EPOC32\winscw\c\Data\test\email\charset.py
|
|
534 |
..\..\..\..\newcore\Lib\email\encoders.py \EPOC32\winscw\c\Data\test\email\encoders.py
|
|
535 |
..\..\..\..\newcore\Lib\email\errors.py \EPOC32\winscw\c\Data\test\email\errors.py
|
|
536 |
..\..\..\..\newcore\Lib\email\feedparser.py \EPOC32\winscw\c\Data\test\email\feedparser.py
|
|
537 |
..\..\..\..\newcore\Lib\email\generator.py \EPOC32\winscw\c\Data\test\email\generator.py
|
|
538 |
..\..\..\..\newcore\Lib\email\header.py \EPOC32\winscw\c\Data\test\email\header.py
|
|
539 |
..\..\..\..\newcore\Lib\email\iterators.py \EPOC32\winscw\c\Data\test\email\iterators.py
|
|
540 |
..\..\..\..\newcore\Lib\email\message.py \EPOC32\winscw\c\Data\test\email\message.py
|
|
541 |
..\..\..\..\newcore\Lib\email\parser.py \EPOC32\winscw\c\Data\test\email\parser.py
|
|
542 |
..\..\..\..\newcore\Lib\email\quoprimime.py \EPOC32\winscw\c\Data\test\email\quoprimime.py
|
|
543 |
..\..\..\..\newcore\Lib\email\utils.py \EPOC32\winscw\c\Data\test\email\utils.py |