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