From 6635e51dd2fc4c8fbc3e510cd31c9c9102b7cfda Mon Sep 17 00:00:00 2001 From: thegeorg Date: Fri, 15 Mar 2024 23:28:02 +0300 Subject: Store generated list of frozen modules for contrib/tools/python a94357bf8071b16879eeabac1f52f54e278c03ed --- contrib/tools/python/src/Lib/BaseHTTPServer.py | 614 - contrib/tools/python/src/Lib/Bastion.py | 180 - contrib/tools/python/src/Lib/CGIHTTPServer.py | 378 - contrib/tools/python/src/Lib/ConfigParser.py | 753 - contrib/tools/python/src/Lib/Cookie.py | 773 -- contrib/tools/python/src/Lib/DocXMLRPCServer.py | 279 - contrib/tools/python/src/Lib/HTMLParser.py | 476 - contrib/tools/python/src/Lib/MimeWriter.py | 186 - contrib/tools/python/src/Lib/Queue.py | 244 - contrib/tools/python/src/Lib/SimpleHTTPServer.py | 235 - contrib/tools/python/src/Lib/SimpleXMLRPCServer.py | 708 - contrib/tools/python/src/Lib/SocketServer.py | 734 - contrib/tools/python/src/Lib/StringIO.py | 324 - contrib/tools/python/src/Lib/UserDict.py | 213 - contrib/tools/python/src/Lib/UserList.py | 88 - contrib/tools/python/src/Lib/UserString.py | 228 - contrib/tools/python/src/Lib/_LWPCookieJar.py | 170 - contrib/tools/python/src/Lib/_MozillaCookieJar.py | 149 - contrib/tools/python/src/Lib/__future__.py | 128 - contrib/tools/python/src/Lib/__phello__.foo.py | 1 - contrib/tools/python/src/Lib/_abcoll.py | 695 - contrib/tools/python/src/Lib/_osx_support.py | 502 - contrib/tools/python/src/Lib/_pyio.py | 2038 --- contrib/tools/python/src/Lib/_strptime.py | 478 - contrib/tools/python/src/Lib/_threading_local.py | 247 - contrib/tools/python/src/Lib/_weakrefset.py | 204 - contrib/tools/python/src/Lib/abc.py | 185 - contrib/tools/python/src/Lib/aifc.py | 1000 -- contrib/tools/python/src/Lib/antigravity.py | 4 - contrib/tools/python/src/Lib/anydbm.py | 85 - contrib/tools/python/src/Lib/argparse.py | 2378 ---- contrib/tools/python/src/Lib/ast.py | 311 - contrib/tools/python/src/Lib/asynchat.py | 321 - contrib/tools/python/src/Lib/asyncore.py | 663 - contrib/tools/python/src/Lib/atexit.py | 65 - contrib/tools/python/src/Lib/audiodev.py | 260 - contrib/tools/python/src/Lib/base64.py | 367 - contrib/tools/python/src/Lib/bdb.py | 645 - contrib/tools/python/src/Lib/binhex.py | 518 - contrib/tools/python/src/Lib/bisect.py | 92 - contrib/tools/python/src/Lib/bsddb/__init__.py | 455 - contrib/tools/python/src/Lib/bsddb/db.py | 60 - contrib/tools/python/src/Lib/bsddb/dbobj.py | 266 - contrib/tools/python/src/Lib/bsddb/dbrecio.py | 190 - contrib/tools/python/src/Lib/bsddb/dbshelve.py | 381 - contrib/tools/python/src/Lib/bsddb/dbtables.py | 843 -- contrib/tools/python/src/Lib/bsddb/dbutils.py | 83 - .../tools/python/src/Lib/bsddb/test/__init__.py | 0 .../tools/python/src/Lib/bsddb/test/test_all.py | 620 - .../python/src/Lib/bsddb/test/test_associate.py | 482 - .../tools/python/src/Lib/bsddb/test/test_basics.py | 1158 -- .../python/src/Lib/bsddb/test/test_compare.py | 447 - .../tools/python/src/Lib/bsddb/test/test_compat.py | 184 - .../src/Lib/bsddb/test/test_cursor_pget_bug.py | 54 - contrib/tools/python/src/Lib/bsddb/test/test_db.py | 163 - .../tools/python/src/Lib/bsddb/test/test_dbenv.py | 525 - .../tools/python/src/Lib/bsddb/test/test_dbobj.py | 70 - .../python/src/Lib/bsddb/test/test_dbshelve.py | 398 - .../python/src/Lib/bsddb/test/test_dbtables.py | 407 - .../bsddb/test/test_distributed_transactions.py | 152 - .../python/src/Lib/bsddb/test/test_early_close.py | 215 - .../tools/python/src/Lib/bsddb/test/test_fileid.py | 61 - .../python/src/Lib/bsddb/test/test_get_none.py | 92 - .../tools/python/src/Lib/bsddb/test/test_join.py | 99 - .../tools/python/src/Lib/bsddb/test/test_lock.py | 191 - .../tools/python/src/Lib/bsddb/test/test_misc.py | 138 - .../tools/python/src/Lib/bsddb/test/test_pickle.py | 68 - .../tools/python/src/Lib/bsddb/test/test_queue.py | 163 - .../tools/python/src/Lib/bsddb/test/test_recno.py | 319 - .../python/src/Lib/bsddb/test/test_replication.py | 541 - .../python/src/Lib/bsddb/test/test_sequence.py | 136 - .../tools/python/src/Lib/bsddb/test/test_thread.py | 517 - contrib/tools/python/src/Lib/cProfile.py | 200 - contrib/tools/python/src/Lib/calendar.py | 714 - contrib/tools/python/src/Lib/cgi.py | 1083 -- contrib/tools/python/src/Lib/cgitb.py | 323 - contrib/tools/python/src/Lib/chunk.py | 169 - contrib/tools/python/src/Lib/cmd.py | 404 - contrib/tools/python/src/Lib/code.py | 310 - contrib/tools/python/src/Lib/codecs.py | 1115 -- contrib/tools/python/src/Lib/codeop.py | 168 - contrib/tools/python/src/Lib/collections.py | 742 - contrib/tools/python/src/Lib/colorsys.py | 156 - contrib/tools/python/src/Lib/commands.py | 90 - contrib/tools/python/src/Lib/compileall.py | 227 - contrib/tools/python/src/Lib/compiler/__init__.py | 31 - contrib/tools/python/src/Lib/compiler/ast.py | 1419 -- contrib/tools/python/src/Lib/compiler/consts.py | 23 - contrib/tools/python/src/Lib/compiler/future.py | 74 - contrib/tools/python/src/Lib/compiler/misc.py | 73 - contrib/tools/python/src/Lib/compiler/pyassem.py | 763 -- contrib/tools/python/src/Lib/compiler/pycodegen.py | 1555 --- contrib/tools/python/src/Lib/compiler/symbols.py | 462 - contrib/tools/python/src/Lib/compiler/syntax.py | 46 - .../tools/python/src/Lib/compiler/transformer.py | 1535 --- contrib/tools/python/src/Lib/compiler/visitor.py | 113 - contrib/tools/python/src/Lib/contextlib.py | 154 - contrib/tools/python/src/Lib/cookielib.py | 1810 --- contrib/tools/python/src/Lib/copy.py | 433 - contrib/tools/python/src/Lib/copy_reg.py | 205 - contrib/tools/python/src/Lib/csv.py | 456 - contrib/tools/python/src/Lib/ctypes/__init__.py | 578 - contrib/tools/python/src/Lib/ctypes/_endian.py | 61 - .../python/src/Lib/ctypes/macholib/__init__.py | 9 - .../tools/python/src/Lib/ctypes/macholib/dyld.py | 166 - .../tools/python/src/Lib/ctypes/macholib/dylib.py | 63 - .../python/src/Lib/ctypes/macholib/framework.py | 65 - .../tools/python/src/Lib/ctypes/test/__init__.py | 216 - .../tools/python/src/Lib/ctypes/test/runtests.py | 19 - .../tools/python/src/Lib/ctypes/test/test_anon.py | 73 - .../src/Lib/ctypes/test/test_array_in_pointer.py | 64 - .../python/src/Lib/ctypes/test/test_arrays.py | 143 - .../src/Lib/ctypes/test/test_as_parameter.py | 226 - .../python/src/Lib/ctypes/test/test_bitfields.py | 291 - .../python/src/Lib/ctypes/test/test_buffers.py | 72 - .../python/src/Lib/ctypes/test/test_byteswap.py | 295 - .../python/src/Lib/ctypes/test/test_callbacks.py | 299 - .../tools/python/src/Lib/ctypes/test/test_cast.py | 86 - .../python/src/Lib/ctypes/test/test_cfuncs.py | 212 - .../python/src/Lib/ctypes/test/test_checkretval.py | 36 - .../python/src/Lib/ctypes/test/test_delattr.py | 21 - .../tools/python/src/Lib/ctypes/test/test_errno.py | 80 - .../tools/python/src/Lib/ctypes/test/test_find.py | 75 - .../python/src/Lib/ctypes/test/test_frombuffer.py | 98 - .../python/src/Lib/ctypes/test/test_funcptr.py | 132 - .../python/src/Lib/ctypes/test/test_functions.py | 402 - .../python/src/Lib/ctypes/test/test_incomplete.py | 42 - .../tools/python/src/Lib/ctypes/test/test_init.py | 40 - .../python/src/Lib/ctypes/test/test_internals.py | 103 - .../python/src/Lib/ctypes/test/test_keeprefs.py | 153 - .../tools/python/src/Lib/ctypes/test/test_libc.py | 29 - .../python/src/Lib/ctypes/test/test_loading.py | 121 - .../python/src/Lib/ctypes/test/test_macholib.py | 65 - .../src/Lib/ctypes/test/test_memfunctions.py | 77 - .../python/src/Lib/ctypes/test/test_numbers.py | 289 - .../python/src/Lib/ctypes/test/test_objects.py | 67 - .../python/src/Lib/ctypes/test/test_parameters.py | 212 - .../python/src/Lib/ctypes/test/test_pep3118.py | 230 - .../python/src/Lib/ctypes/test/test_pickling.py | 81 - .../python/src/Lib/ctypes/test/test_pointers.py | 220 - .../python/src/Lib/ctypes/test/test_prototypes.py | 219 - .../python/src/Lib/ctypes/test/test_python_api.py | 90 - .../src/Lib/ctypes/test/test_random_things.py | 74 - .../python/src/Lib/ctypes/test/test_refcounts.py | 98 - .../tools/python/src/Lib/ctypes/test/test_repr.py | 29 - .../src/Lib/ctypes/test/test_returnfuncptrs.py | 65 - .../src/Lib/ctypes/test/test_simplesubclasses.py | 57 - .../tools/python/src/Lib/ctypes/test/test_sizes.py | 34 - .../python/src/Lib/ctypes/test/test_slicing.py | 175 - .../python/src/Lib/ctypes/test/test_stringptr.py | 75 - .../python/src/Lib/ctypes/test/test_strings.py | 232 - .../src/Lib/ctypes/test/test_struct_fields.py | 74 - .../python/src/Lib/ctypes/test/test_structures.py | 498 - .../Lib/ctypes/test/test_unaligned_structures.py | 45 - .../python/src/Lib/ctypes/test/test_unicode.py | 138 - .../python/src/Lib/ctypes/test/test_values.py | 83 - .../src/Lib/ctypes/test/test_varsize_struct.py | 50 - .../tools/python/src/Lib/ctypes/test/test_win32.py | 140 - .../python/src/Lib/ctypes/test/test_wintypes.py | 41 - contrib/tools/python/src/Lib/ctypes/util.py | 318 - contrib/tools/python/src/Lib/ctypes/wintypes.py | 181 - contrib/tools/python/src/Lib/curses/__init__.py | 59 - contrib/tools/python/src/Lib/curses/ascii.py | 99 - contrib/tools/python/src/Lib/curses/has_key.py | 192 - contrib/tools/python/src/Lib/curses/panel.py | 8 - contrib/tools/python/src/Lib/curses/textpad.py | 201 - contrib/tools/python/src/Lib/curses/wrapper.py | 50 - contrib/tools/python/src/Lib/dbhash.py | 18 - contrib/tools/python/src/Lib/decimal.py | 6221 --------- contrib/tools/python/src/Lib/difflib.py | 2057 --- contrib/tools/python/src/Lib/dircache.py | 41 - contrib/tools/python/src/Lib/dis.py | 227 - contrib/tools/python/src/Lib/distutils/__init__.py | 13 - .../tools/python/src/Lib/distutils/archive_util.py | 251 - .../tools/python/src/Lib/distutils/bcppcompiler.py | 394 - .../tools/python/src/Lib/distutils/ccompiler.py | 1102 -- contrib/tools/python/src/Lib/distutils/cmd.py | 457 - .../python/src/Lib/distutils/command/__init__.py | 33 - .../python/src/Lib/distutils/command/bdist.py | 146 - .../python/src/Lib/distutils/command/bdist_dumb.py | 133 - .../python/src/Lib/distutils/command/bdist_msi.py | 742 - .../python/src/Lib/distutils/command/bdist_rpm.py | 588 - .../src/Lib/distutils/command/bdist_wininst.py | 368 - .../python/src/Lib/distutils/command/build.py | 147 - .../python/src/Lib/distutils/command/build_clib.py | 209 - .../python/src/Lib/distutils/command/build_ext.py | 769 -- .../python/src/Lib/distutils/command/build_py.py | 394 - .../src/Lib/distutils/command/build_scripts.py | 131 - .../python/src/Lib/distutils/command/check.py | 149 - .../python/src/Lib/distutils/command/clean.py | 80 - .../python/src/Lib/distutils/command/config.py | 357 - .../python/src/Lib/distutils/command/install.py | 672 - .../src/Lib/distutils/command/install_data.py | 81 - .../src/Lib/distutils/command/install_egg_info.py | 78 - .../src/Lib/distutils/command/install_headers.py | 51 - .../src/Lib/distutils/command/install_lib.py | 219 - .../src/Lib/distutils/command/install_scripts.py | 64 - .../python/src/Lib/distutils/command/register.py | 315 - .../python/src/Lib/distutils/command/sdist.py | 477 - .../python/src/Lib/distutils/command/upload.py | 194 - contrib/tools/python/src/Lib/distutils/config.py | 116 - contrib/tools/python/src/Lib/distutils/core.py | 239 - .../python/src/Lib/distutils/cygwinccompiler.py | 463 - contrib/tools/python/src/Lib/distutils/debug.py | 7 - contrib/tools/python/src/Lib/distutils/dep_util.py | 89 - contrib/tools/python/src/Lib/distutils/dir_util.py | 214 - contrib/tools/python/src/Lib/distutils/dist.py | 1249 -- .../tools/python/src/Lib/distutils/emxccompiler.py | 319 - contrib/tools/python/src/Lib/distutils/errors.py | 88 - .../tools/python/src/Lib/distutils/extension.py | 255 - .../tools/python/src/Lib/distutils/fancy_getopt.py | 484 - .../tools/python/src/Lib/distutils/file_util.py | 239 - contrib/tools/python/src/Lib/distutils/filelist.py | 343 - contrib/tools/python/src/Lib/distutils/log.py | 71 - .../python/src/Lib/distutils/msvc9compiler.py | 801 -- .../tools/python/src/Lib/distutils/msvccompiler.py | 659 - contrib/tools/python/src/Lib/distutils/spawn.py | 230 - .../tools/python/src/Lib/distutils/sysconfig.py | 483 - .../python/src/Lib/distutils/tests/__init__.py | 36 - .../Lib/distutils/tests/setuptools_build_ext.py | 287 - .../Lib/distutils/tests/setuptools_extension.py | 51 - .../python/src/Lib/distutils/tests/support.py | 221 - .../src/Lib/distutils/tests/test_archive_util.py | 328 - .../python/src/Lib/distutils/tests/test_bdist.py | 52 - .../src/Lib/distutils/tests/test_bdist_dumb.py | 114 - .../src/Lib/distutils/tests/test_bdist_msi.py | 25 - .../src/Lib/distutils/tests/test_bdist_rpm.py | 140 - .../src/Lib/distutils/tests/test_bdist_wininst.py | 32 - .../python/src/Lib/distutils/tests/test_build.py | 55 - .../src/Lib/distutils/tests/test_build_clib.py | 143 - .../src/Lib/distutils/tests/test_build_ext.py | 524 - .../src/Lib/distutils/tests/test_build_py.py | 153 - .../src/Lib/distutils/tests/test_build_scripts.py | 112 - .../src/Lib/distutils/tests/test_ccompiler.py | 103 - .../python/src/Lib/distutils/tests/test_check.py | 150 - .../python/src/Lib/distutils/tests/test_clean.py | 51 - .../python/src/Lib/distutils/tests/test_cmd.py | 126 - .../python/src/Lib/distutils/tests/test_config.py | 123 - .../src/Lib/distutils/tests/test_config_cmd.py | 89 - .../python/src/Lib/distutils/tests/test_core.py | 110 - .../src/Lib/distutils/tests/test_dep_util.py | 81 - .../src/Lib/distutils/tests/test_dir_util.py | 134 - .../python/src/Lib/distutils/tests/test_dist.py | 448 - .../src/Lib/distutils/tests/test_file_util.py | 124 - .../src/Lib/distutils/tests/test_filelist.py | 299 - .../python/src/Lib/distutils/tests/test_install.py | 246 - .../src/Lib/distutils/tests/test_install_data.py | 77 - .../Lib/distutils/tests/test_install_headers.py | 41 - .../src/Lib/distutils/tests/test_install_lib.py | 107 - .../Lib/distutils/tests/test_install_scripts.py | 82 - .../src/Lib/distutils/tests/test_msvc9compiler.py | 184 - .../src/Lib/distutils/tests/test_register.py | 290 - .../python/src/Lib/distutils/tests/test_sdist.py | 512 - .../python/src/Lib/distutils/tests/test_spawn.py | 105 - .../src/Lib/distutils/tests/test_sysconfig.py | 132 - .../src/Lib/distutils/tests/test_text_file.py | 107 - .../src/Lib/distutils/tests/test_unixccompiler.py | 158 - .../python/src/Lib/distutils/tests/test_upload.py | 166 - .../python/src/Lib/distutils/tests/test_util.py | 72 - .../python/src/Lib/distutils/tests/test_version.py | 71 - .../Lib/distutils/tests/test_versionpredicate.py | 13 - .../tools/python/src/Lib/distutils/text_file.py | 304 - .../python/src/Lib/distutils/unixccompiler.py | 312 - contrib/tools/python/src/Lib/distutils/util.py | 482 - contrib/tools/python/src/Lib/distutils/version.py | 299 - .../python/src/Lib/distutils/versionpredicate.py | 164 - contrib/tools/python/src/Lib/doctest.py | 2815 ---- contrib/tools/python/src/Lib/dumbdbm.py | 253 - contrib/tools/python/src/Lib/dummy_thread.py | 145 - contrib/tools/python/src/Lib/dummy_threading.py | 78 - contrib/tools/python/src/Lib/email/__init__.py | 123 - contrib/tools/python/src/Lib/email/_parseaddr.py | 497 - contrib/tools/python/src/Lib/email/base64mime.py | 183 - contrib/tools/python/src/Lib/email/charset.py | 397 - contrib/tools/python/src/Lib/email/encoders.py | 82 - contrib/tools/python/src/Lib/email/errors.py | 57 - contrib/tools/python/src/Lib/email/feedparser.py | 505 - contrib/tools/python/src/Lib/email/generator.py | 371 - contrib/tools/python/src/Lib/email/header.py | 514 - contrib/tools/python/src/Lib/email/iterators.py | 73 - contrib/tools/python/src/Lib/email/message.py | 797 -- .../tools/python/src/Lib/email/mime/__init__.py | 0 .../tools/python/src/Lib/email/mime/application.py | 36 - contrib/tools/python/src/Lib/email/mime/audio.py | 73 - contrib/tools/python/src/Lib/email/mime/base.py | 26 - contrib/tools/python/src/Lib/email/mime/image.py | 46 - contrib/tools/python/src/Lib/email/mime/message.py | 34 - .../tools/python/src/Lib/email/mime/multipart.py | 47 - .../python/src/Lib/email/mime/nonmultipart.py | 22 - contrib/tools/python/src/Lib/email/mime/text.py | 30 - contrib/tools/python/src/Lib/email/parser.py | 91 - contrib/tools/python/src/Lib/email/quoprimime.py | 336 - .../tools/python/src/Lib/email/test/__init__.py | 0 .../tools/python/src/Lib/email/test/test_email.py | 3622 ----- .../python/src/Lib/email/test/test_email_codecs.py | 77 - .../Lib/email/test/test_email_codecs_renamed.py | 77 - .../src/Lib/email/test/test_email_renamed.py | 3324 ----- .../src/Lib/email/test/test_email_torture.py | 136 - contrib/tools/python/src/Lib/email/utils.py | 329 - contrib/tools/python/src/Lib/encodings/__init__.py | 157 - contrib/tools/python/src/Lib/encodings/aliases.py | 527 - contrib/tools/python/src/Lib/encodings/ascii.py | 50 - .../tools/python/src/Lib/encodings/base64_codec.py | 80 - contrib/tools/python/src/Lib/encodings/big5.py | 39 - .../tools/python/src/Lib/encodings/big5hkscs.py | 39 - .../tools/python/src/Lib/encodings/bz2_codec.py | 103 - contrib/tools/python/src/Lib/encodings/charmap.py | 69 - contrib/tools/python/src/Lib/encodings/cp037.py | 307 - contrib/tools/python/src/Lib/encodings/cp1006.py | 307 - contrib/tools/python/src/Lib/encodings/cp1026.py | 307 - contrib/tools/python/src/Lib/encodings/cp1140.py | 307 - contrib/tools/python/src/Lib/encodings/cp1250.py | 307 - contrib/tools/python/src/Lib/encodings/cp1251.py | 307 - contrib/tools/python/src/Lib/encodings/cp1252.py | 307 - contrib/tools/python/src/Lib/encodings/cp1253.py | 307 - contrib/tools/python/src/Lib/encodings/cp1254.py | 307 - contrib/tools/python/src/Lib/encodings/cp1255.py | 307 - contrib/tools/python/src/Lib/encodings/cp1256.py | 307 - contrib/tools/python/src/Lib/encodings/cp1257.py | 307 - contrib/tools/python/src/Lib/encodings/cp1258.py | 307 - contrib/tools/python/src/Lib/encodings/cp424.py | 307 - contrib/tools/python/src/Lib/encodings/cp437.py | 698 - contrib/tools/python/src/Lib/encodings/cp500.py | 307 - contrib/tools/python/src/Lib/encodings/cp720.py | 309 - contrib/tools/python/src/Lib/encodings/cp737.py | 698 - contrib/tools/python/src/Lib/encodings/cp775.py | 697 - contrib/tools/python/src/Lib/encodings/cp850.py | 698 - contrib/tools/python/src/Lib/encodings/cp852.py | 698 - contrib/tools/python/src/Lib/encodings/cp855.py | 698 - contrib/tools/python/src/Lib/encodings/cp856.py | 307 - contrib/tools/python/src/Lib/encodings/cp857.py | 694 - contrib/tools/python/src/Lib/encodings/cp858.py | 698 - contrib/tools/python/src/Lib/encodings/cp860.py | 698 - contrib/tools/python/src/Lib/encodings/cp861.py | 698 - contrib/tools/python/src/Lib/encodings/cp862.py | 698 - contrib/tools/python/src/Lib/encodings/cp863.py | 698 - contrib/tools/python/src/Lib/encodings/cp864.py | 690 - contrib/tools/python/src/Lib/encodings/cp865.py | 698 - contrib/tools/python/src/Lib/encodings/cp866.py | 698 - contrib/tools/python/src/Lib/encodings/cp869.py | 689 - contrib/tools/python/src/Lib/encodings/cp874.py | 307 - contrib/tools/python/src/Lib/encodings/cp875.py | 307 - contrib/tools/python/src/Lib/encodings/cp932.py | 39 - contrib/tools/python/src/Lib/encodings/cp949.py | 39 - contrib/tools/python/src/Lib/encodings/cp950.py | 39 - .../tools/python/src/Lib/encodings/euc_jis_2004.py | 39 - .../tools/python/src/Lib/encodings/euc_jisx0213.py | 39 - contrib/tools/python/src/Lib/encodings/euc_jp.py | 39 - contrib/tools/python/src/Lib/encodings/euc_kr.py | 39 - contrib/tools/python/src/Lib/encodings/gb18030.py | 39 - contrib/tools/python/src/Lib/encodings/gb2312.py | 39 - contrib/tools/python/src/Lib/encodings/gbk.py | 39 - .../tools/python/src/Lib/encodings/hex_codec.py | 80 - .../tools/python/src/Lib/encodings/hp_roman8.py | 152 - contrib/tools/python/src/Lib/encodings/hz.py | 39 - contrib/tools/python/src/Lib/encodings/idna.py | 288 - .../tools/python/src/Lib/encodings/iso2022_jp.py | 39 - .../tools/python/src/Lib/encodings/iso2022_jp_1.py | 39 - .../tools/python/src/Lib/encodings/iso2022_jp_2.py | 39 - .../python/src/Lib/encodings/iso2022_jp_2004.py | 39 - .../tools/python/src/Lib/encodings/iso2022_jp_3.py | 39 - .../python/src/Lib/encodings/iso2022_jp_ext.py | 39 - .../tools/python/src/Lib/encodings/iso2022_kr.py | 39 - .../tools/python/src/Lib/encodings/iso8859_1.py | 307 - .../tools/python/src/Lib/encodings/iso8859_10.py | 307 - .../tools/python/src/Lib/encodings/iso8859_11.py | 307 - .../tools/python/src/Lib/encodings/iso8859_13.py | 307 - .../tools/python/src/Lib/encodings/iso8859_14.py | 307 - .../tools/python/src/Lib/encodings/iso8859_15.py | 307 - .../tools/python/src/Lib/encodings/iso8859_16.py | 307 - .../tools/python/src/Lib/encodings/iso8859_2.py | 307 - .../tools/python/src/Lib/encodings/iso8859_3.py | 307 - .../tools/python/src/Lib/encodings/iso8859_4.py | 307 - .../tools/python/src/Lib/encodings/iso8859_5.py | 307 - .../tools/python/src/Lib/encodings/iso8859_6.py | 307 - .../tools/python/src/Lib/encodings/iso8859_7.py | 307 - .../tools/python/src/Lib/encodings/iso8859_8.py | 307 - .../tools/python/src/Lib/encodings/iso8859_9.py | 307 - contrib/tools/python/src/Lib/encodings/johab.py | 39 - contrib/tools/python/src/Lib/encodings/koi8_r.py | 307 - contrib/tools/python/src/Lib/encodings/koi8_u.py | 307 - contrib/tools/python/src/Lib/encodings/latin_1.py | 50 - .../tools/python/src/Lib/encodings/mac_arabic.py | 698 - .../tools/python/src/Lib/encodings/mac_centeuro.py | 307 - .../tools/python/src/Lib/encodings/mac_croatian.py | 307 - .../tools/python/src/Lib/encodings/mac_cyrillic.py | 307 - .../tools/python/src/Lib/encodings/mac_farsi.py | 307 - .../tools/python/src/Lib/encodings/mac_greek.py | 307 - .../tools/python/src/Lib/encodings/mac_iceland.py | 307 - .../tools/python/src/Lib/encodings/mac_latin2.py | 183 - .../tools/python/src/Lib/encodings/mac_roman.py | 307 - .../tools/python/src/Lib/encodings/mac_romanian.py | 307 - .../tools/python/src/Lib/encodings/mac_turkish.py | 307 - contrib/tools/python/src/Lib/encodings/mbcs.py | 47 - contrib/tools/python/src/Lib/encodings/palmos.py | 83 - contrib/tools/python/src/Lib/encodings/ptcp154.py | 175 - contrib/tools/python/src/Lib/encodings/punycode.py | 238 - .../tools/python/src/Lib/encodings/quopri_codec.py | 76 - .../python/src/Lib/encodings/raw_unicode_escape.py | 45 - contrib/tools/python/src/Lib/encodings/rot_13.py | 119 - .../tools/python/src/Lib/encodings/shift_jis.py | 39 - .../python/src/Lib/encodings/shift_jis_2004.py | 39 - .../python/src/Lib/encodings/shift_jisx0213.py | 39 - .../python/src/Lib/encodings/string_escape.py | 38 - contrib/tools/python/src/Lib/encodings/tis_620.py | 307 - .../tools/python/src/Lib/encodings/undefined.py | 49 - .../python/src/Lib/encodings/unicode_escape.py | 45 - .../python/src/Lib/encodings/unicode_internal.py | 45 - contrib/tools/python/src/Lib/encodings/utf_16.py | 126 - .../tools/python/src/Lib/encodings/utf_16_be.py | 42 - .../tools/python/src/Lib/encodings/utf_16_le.py | 42 - contrib/tools/python/src/Lib/encodings/utf_32.py | 150 - .../tools/python/src/Lib/encodings/utf_32_be.py | 37 - .../tools/python/src/Lib/encodings/utf_32_le.py | 37 - contrib/tools/python/src/Lib/encodings/utf_7.py | 38 - contrib/tools/python/src/Lib/encodings/utf_8.py | 42 - .../tools/python/src/Lib/encodings/utf_8_sig.py | 117 - contrib/tools/python/src/Lib/encodings/uu_codec.py | 130 - .../tools/python/src/Lib/encodings/zlib_codec.py | 103 - contrib/tools/python/src/Lib/ensurepip/__init__.py | 220 - contrib/tools/python/src/Lib/ensurepip/__main__.py | 5 - .../tools/python/src/Lib/ensurepip/_uninstall.py | 31 - contrib/tools/python/src/Lib/filecmp.py | 296 - contrib/tools/python/src/Lib/fileinput.py | 405 - contrib/tools/python/src/Lib/fnmatch.py | 120 - contrib/tools/python/src/Lib/formatter.py | 445 - contrib/tools/python/src/Lib/fpformat.py | 146 - contrib/tools/python/src/Lib/fractions.py | 605 - contrib/tools/python/src/Lib/ftplib.py | 1090 -- contrib/tools/python/src/Lib/functools.py | 105 - contrib/tools/python/src/Lib/genericpath.py | 113 - contrib/tools/python/src/Lib/getopt.py | 210 - contrib/tools/python/src/Lib/getpass.py | 179 - contrib/tools/python/src/Lib/gettext.py | 675 - contrib/tools/python/src/Lib/glob.py | 100 - contrib/tools/python/src/Lib/gzip.py | 526 - contrib/tools/python/src/Lib/hashlib.py | 221 - contrib/tools/python/src/Lib/heapq.py | 485 - contrib/tools/python/src/Lib/hmac.py | 136 - contrib/tools/python/src/Lib/hotshot/__init__.py | 78 - contrib/tools/python/src/Lib/hotshot/log.py | 194 - contrib/tools/python/src/Lib/hotshot/stats.py | 93 - contrib/tools/python/src/Lib/hotshot/stones.py | 30 - contrib/tools/python/src/Lib/htmlentitydefs.py | 273 - contrib/tools/python/src/Lib/htmllib.py | 491 - contrib/tools/python/src/Lib/httplib.py | 1430 -- .../tools/python/src/Lib/idlelib/AutoComplete.py | 229 - .../python/src/Lib/idlelib/AutoCompleteWindow.py | 407 - contrib/tools/python/src/Lib/idlelib/AutoExpand.py | 104 - contrib/tools/python/src/Lib/idlelib/Bindings.py | 91 - .../tools/python/src/Lib/idlelib/CallTipWindow.py | 162 - contrib/tools/python/src/Lib/idlelib/CallTips.py | 219 - .../tools/python/src/Lib/idlelib/ClassBrowser.py | 236 - .../tools/python/src/Lib/idlelib/CodeContext.py | 176 - .../tools/python/src/Lib/idlelib/ColorDelegator.py | 258 - contrib/tools/python/src/Lib/idlelib/Debugger.py | 529 - contrib/tools/python/src/Lib/idlelib/Delegator.py | 25 - .../tools/python/src/Lib/idlelib/EditorWindow.py | 1704 --- contrib/tools/python/src/Lib/idlelib/FileList.py | 126 - .../python/src/Lib/idlelib/FormatParagraph.py | 195 - contrib/tools/python/src/Lib/idlelib/GrepDialog.py | 159 - .../tools/python/src/Lib/idlelib/HyperParser.py | 255 - contrib/tools/python/src/Lib/idlelib/IOBinding.py | 610 - .../tools/python/src/Lib/idlelib/IdleHistory.py | 104 - contrib/tools/python/src/Lib/idlelib/MultiCall.py | 430 - .../tools/python/src/Lib/idlelib/MultiStatusBar.py | 47 - .../tools/python/src/Lib/idlelib/ObjectBrowser.py | 156 - .../tools/python/src/Lib/idlelib/OutputWindow.py | 149 - contrib/tools/python/src/Lib/idlelib/ParenMatch.py | 178 - .../tools/python/src/Lib/idlelib/PathBrowser.py | 105 - contrib/tools/python/src/Lib/idlelib/Percolator.py | 103 - contrib/tools/python/src/Lib/idlelib/PyParse.py | 594 - contrib/tools/python/src/Lib/idlelib/PyShell.py | 1643 --- .../tools/python/src/Lib/idlelib/RemoteDebugger.py | 379 - .../python/src/Lib/idlelib/RemoteObjectBrowser.py | 36 - .../tools/python/src/Lib/idlelib/ReplaceDialog.py | 220 - .../python/src/Lib/idlelib/RstripExtension.py | 33 - .../tools/python/src/Lib/idlelib/ScriptBinding.py | 222 - .../tools/python/src/Lib/idlelib/ScrolledList.py | 145 - .../tools/python/src/Lib/idlelib/SearchDialog.py | 89 - .../python/src/Lib/idlelib/SearchDialogBase.py | 184 - .../tools/python/src/Lib/idlelib/SearchEngine.py | 233 - .../tools/python/src/Lib/idlelib/StackViewer.py | 151 - contrib/tools/python/src/Lib/idlelib/ToolTip.py | 97 - contrib/tools/python/src/Lib/idlelib/TreeWidget.py | 467 - .../tools/python/src/Lib/idlelib/UndoDelegator.py | 365 - .../python/src/Lib/idlelib/WidgetRedirector.py | 175 - contrib/tools/python/src/Lib/idlelib/WindowList.py | 90 - contrib/tools/python/src/Lib/idlelib/ZoomHeight.py | 51 - contrib/tools/python/src/Lib/idlelib/__init__.py | 8 - .../tools/python/src/Lib/idlelib/aboutDialog.py | 151 - .../tools/python/src/Lib/idlelib/configDialog.py | 1457 -- .../tools/python/src/Lib/idlelib/configHandler.py | 772 -- .../python/src/Lib/idlelib/configHelpSourceEdit.py | 168 - .../src/Lib/idlelib/configSectionNameDialog.py | 95 - .../python/src/Lib/idlelib/dynOptionMenuWidget.py | 57 - contrib/tools/python/src/Lib/idlelib/help.py | 277 - contrib/tools/python/src/Lib/idlelib/idle.py | 13 - .../python/src/Lib/idlelib/idle_test/__init__.py | 15 - .../python/src/Lib/idlelib/idle_test/htest.py | 403 - .../python/src/Lib/idlelib/idle_test/mock_idle.py | 55 - .../python/src/Lib/idlelib/idle_test/mock_tk.py | 298 - .../src/Lib/idlelib/idle_test/test_autocomplete.py | 140 - .../src/Lib/idlelib/idle_test/test_autoexpand.py | 141 - .../src/Lib/idlelib/idle_test/test_calltips.py | 185 - .../src/Lib/idlelib/idle_test/test_config_name.py | 77 - .../src/Lib/idlelib/idle_test/test_configdialog.py | 33 - .../src/Lib/idlelib/idle_test/test_delegator.py | 37 - .../Lib/idlelib/idle_test/test_formatparagraph.py | 376 - .../python/src/Lib/idlelib/idle_test/test_grep.py | 82 - .../src/Lib/idlelib/idle_test/test_hyperparser.py | 192 - .../src/Lib/idlelib/idle_test/test_idlehistory.py | 168 - .../python/src/Lib/idlelib/idle_test/test_io.py | 267 - .../src/Lib/idlelib/idle_test/test_parenmatch.py | 121 - .../src/Lib/idlelib/idle_test/test_pathbrowser.py | 28 - .../src/Lib/idlelib/idle_test/test_rstrip.py | 49 - .../Lib/idlelib/idle_test/test_searchdialogbase.py | 164 - .../src/Lib/idlelib/idle_test/test_searchengine.py | 329 - .../python/src/Lib/idlelib/idle_test/test_text.py | 227 - .../src/Lib/idlelib/idle_test/test_textview.py | 96 - .../src/Lib/idlelib/idle_test/test_warning.py | 73 - .../src/Lib/idlelib/idle_test/test_widgetredir.py | 124 - contrib/tools/python/src/Lib/idlelib/idlever.py | 12 - .../python/src/Lib/idlelib/keybindingDialog.py | 268 - .../tools/python/src/Lib/idlelib/macosxSupport.py | 237 - contrib/tools/python/src/Lib/idlelib/rpc.py | 597 - contrib/tools/python/src/Lib/idlelib/run.py | 389 - .../tools/python/src/Lib/idlelib/tabbedpages.py | 498 - contrib/tools/python/src/Lib/idlelib/textView.py | 97 - contrib/tools/python/src/Lib/ihooks.py | 554 - contrib/tools/python/src/Lib/imaplib.py | 1529 --- contrib/tools/python/src/Lib/imghdr.py | 159 - contrib/tools/python/src/Lib/importlib/__init__.py | 38 - contrib/tools/python/src/Lib/imputil.py | 725 - contrib/tools/python/src/Lib/inspect.py | 1073 -- contrib/tools/python/src/Lib/io.py | 90 - contrib/tools/python/src/Lib/json/__init__.py | 352 - contrib/tools/python/src/Lib/json/decoder.py | 383 - contrib/tools/python/src/Lib/json/encoder.py | 448 - contrib/tools/python/src/Lib/json/scanner.py | 67 - .../tools/python/src/Lib/json/tests/__init__.py | 73 - .../src/Lib/json/tests/test_check_circular.py | 34 - .../tools/python/src/Lib/json/tests/test_decode.py | 69 - .../python/src/Lib/json/tests/test_default.py | 12 - .../tools/python/src/Lib/json/tests/test_dump.py | 32 - .../Lib/json/tests/test_encode_basestring_ascii.py | 41 - .../tools/python/src/Lib/json/tests/test_fail.py | 105 - .../tools/python/src/Lib/json/tests/test_float.py | 48 - .../tools/python/src/Lib/json/tests/test_indent.py | 60 - .../tools/python/src/Lib/json/tests/test_pass1.py | 75 - .../tools/python/src/Lib/json/tests/test_pass2.py | 18 - .../tools/python/src/Lib/json/tests/test_pass3.py | 24 - .../python/src/Lib/json/tests/test_recursion.py | 108 - .../python/src/Lib/json/tests/test_scanstring.py | 157 - .../python/src/Lib/json/tests/test_separators.py | 44 - .../python/src/Lib/json/tests/test_speedups.py | 51 - .../tools/python/src/Lib/json/tests/test_tool.py | 69 - .../python/src/Lib/json/tests/test_unicode.py | 89 - contrib/tools/python/src/Lib/json/tool.py | 40 - contrib/tools/python/src/Lib/keyword.py | 93 - contrib/tools/python/src/Lib/lib-tk/Canvas.py | 194 - contrib/tools/python/src/Lib/lib-tk/Dialog.py | 49 - contrib/tools/python/src/Lib/lib-tk/FileDialog.py | 274 - contrib/tools/python/src/Lib/lib-tk/FixTk.py | 81 - .../tools/python/src/Lib/lib-tk/ScrolledText.py | 55 - .../tools/python/src/Lib/lib-tk/SimpleDialog.py | 112 - contrib/tools/python/src/Lib/lib-tk/Tix.py | 1950 --- contrib/tools/python/src/Lib/lib-tk/Tkconstants.py | 110 - contrib/tools/python/src/Lib/lib-tk/Tkdnd.py | 321 - contrib/tools/python/src/Lib/lib-tk/Tkinter.py | 3867 ------ .../tools/python/src/Lib/lib-tk/test/runtktests.py | 70 - .../src/Lib/lib-tk/test/test_tkinter/__init__.py | 0 .../src/Lib/lib-tk/test/test_tkinter/test_font.py | 107 - .../test/test_tkinter/test_geometry_managers.py | 893 -- .../Lib/lib-tk/test/test_tkinter/test_images.py | 328 - .../Lib/lib-tk/test/test_tkinter/test_loadtk.py | 45 - .../src/Lib/lib-tk/test/test_tkinter/test_text.py | 47 - .../Lib/lib-tk/test/test_tkinter/test_variables.py | 257 - .../Lib/lib-tk/test/test_tkinter/test_widgets.py | 1229 -- .../src/Lib/lib-tk/test/test_ttk/__init__.py | 0 .../python/src/Lib/lib-tk/test/test_ttk/support.py | 117 - .../Lib/lib-tk/test/test_ttk/test_extensions.py | 316 - .../src/Lib/lib-tk/test/test_ttk/test_functions.py | 466 - .../src/Lib/lib-tk/test/test_ttk/test_style.py | 92 - .../src/Lib/lib-tk/test/test_ttk/test_widgets.py | 1683 --- .../python/src/Lib/lib-tk/test/widget_tests.py | 566 - .../tools/python/src/Lib/lib-tk/tkColorChooser.py | 72 - .../tools/python/src/Lib/lib-tk/tkCommonDialog.py | 60 - .../tools/python/src/Lib/lib-tk/tkFileDialog.py | 215 - contrib/tools/python/src/Lib/lib-tk/tkFont.py | 218 - .../tools/python/src/Lib/lib-tk/tkMessageBox.py | 134 - .../tools/python/src/Lib/lib-tk/tkSimpleDialog.py | 323 - contrib/tools/python/src/Lib/lib-tk/ttk.py | 1630 --- contrib/tools/python/src/Lib/lib-tk/turtle.py | 4034 ------ contrib/tools/python/src/Lib/lib2to3/__init__.py | 1 - contrib/tools/python/src/Lib/lib2to3/__main__.py | 4 - .../tools/python/src/Lib/lib2to3/btm_matcher.py | 168 - contrib/tools/python/src/Lib/lib2to3/btm_utils.py | 283 - contrib/tools/python/src/Lib/lib2to3/fixer_base.py | 187 - contrib/tools/python/src/Lib/lib2to3/fixer_util.py | 432 - .../tools/python/src/Lib/lib2to3/fixes/__init__.py | 1 - .../python/src/Lib/lib2to3/fixes/fix_apply.py | 70 - .../python/src/Lib/lib2to3/fixes/fix_asserts.py | 34 - .../python/src/Lib/lib2to3/fixes/fix_basestring.py | 14 - .../python/src/Lib/lib2to3/fixes/fix_buffer.py | 22 - .../tools/python/src/Lib/lib2to3/fixes/fix_dict.py | 107 - .../python/src/Lib/lib2to3/fixes/fix_except.py | 93 - .../tools/python/src/Lib/lib2to3/fixes/fix_exec.py | 40 - .../python/src/Lib/lib2to3/fixes/fix_execfile.py | 53 - .../python/src/Lib/lib2to3/fixes/fix_exitfunc.py | 72 - .../python/src/Lib/lib2to3/fixes/fix_filter.py | 76 - .../python/src/Lib/lib2to3/fixes/fix_funcattrs.py | 21 - .../python/src/Lib/lib2to3/fixes/fix_future.py | 22 - .../python/src/Lib/lib2to3/fixes/fix_getcwdu.py | 19 - .../python/src/Lib/lib2to3/fixes/fix_has_key.py | 110 - .../python/src/Lib/lib2to3/fixes/fix_idioms.py | 152 - .../python/src/Lib/lib2to3/fixes/fix_import.py | 99 - .../python/src/Lib/lib2to3/fixes/fix_imports.py | 145 - .../python/src/Lib/lib2to3/fixes/fix_imports2.py | 16 - .../python/src/Lib/lib2to3/fixes/fix_input.py | 26 - .../python/src/Lib/lib2to3/fixes/fix_intern.py | 56 - .../python/src/Lib/lib2to3/fixes/fix_isinstance.py | 52 - .../python/src/Lib/lib2to3/fixes/fix_itertools.py | 43 - .../src/Lib/lib2to3/fixes/fix_itertools_imports.py | 57 - .../tools/python/src/Lib/lib2to3/fixes/fix_long.py | 19 - .../tools/python/src/Lib/lib2to3/fixes/fix_map.py | 91 - .../python/src/Lib/lib2to3/fixes/fix_metaclass.py | 228 - .../src/Lib/lib2to3/fixes/fix_methodattrs.py | 24 - .../tools/python/src/Lib/lib2to3/fixes/fix_ne.py | 23 - .../tools/python/src/Lib/lib2to3/fixes/fix_next.py | 103 - .../python/src/Lib/lib2to3/fixes/fix_nonzero.py | 21 - .../src/Lib/lib2to3/fixes/fix_numliterals.py | 28 - .../python/src/Lib/lib2to3/fixes/fix_operator.py | 96 - .../python/src/Lib/lib2to3/fixes/fix_paren.py | 44 - .../python/src/Lib/lib2to3/fixes/fix_print.py | 87 - .../python/src/Lib/lib2to3/fixes/fix_raise.py | 90 - .../python/src/Lib/lib2to3/fixes/fix_raw_input.py | 17 - .../python/src/Lib/lib2to3/fixes/fix_reduce.py | 35 - .../python/src/Lib/lib2to3/fixes/fix_renames.py | 70 - .../tools/python/src/Lib/lib2to3/fixes/fix_repr.py | 23 - .../src/Lib/lib2to3/fixes/fix_set_literal.py | 53 - .../src/Lib/lib2to3/fixes/fix_standarderror.py | 18 - .../python/src/Lib/lib2to3/fixes/fix_sys_exc.py | 30 - .../python/src/Lib/lib2to3/fixes/fix_throw.py | 56 - .../src/Lib/lib2to3/fixes/fix_tuple_params.py | 175 - .../python/src/Lib/lib2to3/fixes/fix_types.py | 62 - .../python/src/Lib/lib2to3/fixes/fix_unicode.py | 42 - .../python/src/Lib/lib2to3/fixes/fix_urllib.py | 197 - .../python/src/Lib/lib2to3/fixes/fix_ws_comma.py | 39 - .../python/src/Lib/lib2to3/fixes/fix_xrange.py | 73 - .../python/src/Lib/lib2to3/fixes/fix_xreadlines.py | 25 - .../tools/python/src/Lib/lib2to3/fixes/fix_zip.py | 35 - contrib/tools/python/src/Lib/lib2to3/main.py | 269 - contrib/tools/python/src/Lib/lib2to3/patcomp.py | 204 - .../tools/python/src/Lib/lib2to3/pgen2/__init__.py | 4 - contrib/tools/python/src/Lib/lib2to3/pgen2/conv.py | 257 - .../tools/python/src/Lib/lib2to3/pgen2/driver.py | 181 - .../tools/python/src/Lib/lib2to3/pgen2/grammar.py | 212 - .../tools/python/src/Lib/lib2to3/pgen2/literals.py | 60 - .../tools/python/src/Lib/lib2to3/pgen2/parse.py | 201 - contrib/tools/python/src/Lib/lib2to3/pgen2/pgen.py | 386 - .../tools/python/src/Lib/lib2to3/pgen2/token.py | 83 - .../tools/python/src/Lib/lib2to3/pgen2/tokenize.py | 502 - contrib/tools/python/src/Lib/lib2to3/pygram.py | 40 - contrib/tools/python/src/Lib/lib2to3/pytree.py | 887 -- contrib/tools/python/src/Lib/lib2to3/refactor.py | 747 - contrib/tools/python/src/Lib/linecache.py | 151 - contrib/tools/python/src/Lib/locale.py | 2125 --- contrib/tools/python/src/Lib/logging/__init__.py | 1751 --- contrib/tools/python/src/Lib/logging/config.py | 919 -- contrib/tools/python/src/Lib/logging/handlers.py | 1242 -- contrib/tools/python/src/Lib/macpath.py | 216 - contrib/tools/python/src/Lib/macurl2path.py | 77 - contrib/tools/python/src/Lib/mailbox.py | 2240 --- contrib/tools/python/src/Lib/mailcap.py | 255 - contrib/tools/python/src/Lib/markupbase.py | 396 - contrib/tools/python/src/Lib/md5.py | 14 - contrib/tools/python/src/Lib/mhlib.py | 1005 -- contrib/tools/python/src/Lib/mimetools.py | 250 - contrib/tools/python/src/Lib/mimetypes.py | 600 - contrib/tools/python/src/Lib/mimify.py | 468 - contrib/tools/python/src/Lib/modulefinder.py | 679 - contrib/tools/python/src/Lib/msilib/__init__.py | 479 - contrib/tools/python/src/Lib/msilib/schema.py | 1007 -- contrib/tools/python/src/Lib/msilib/sequence.py | 126 - contrib/tools/python/src/Lib/msilib/text.py | 129 - contrib/tools/python/src/Lib/multifile.py | 162 - .../python/src/Lib/multiprocessing/__init__.py | 277 - .../python/src/Lib/multiprocessing/connection.py | 477 - .../src/Lib/multiprocessing/dummy/__init__.py | 153 - .../src/Lib/multiprocessing/dummy/connection.py | 87 - .../python/src/Lib/multiprocessing/forking.py | 529 - .../tools/python/src/Lib/multiprocessing/heap.py | 254 - .../python/src/Lib/multiprocessing/managers.py | 1120 -- .../tools/python/src/Lib/multiprocessing/pool.py | 749 - .../python/src/Lib/multiprocessing/process.py | 332 - .../tools/python/src/Lib/multiprocessing/queues.py | 393 - .../python/src/Lib/multiprocessing/reduction.py | 215 - .../python/src/Lib/multiprocessing/sharedctypes.py | 271 - .../python/src/Lib/multiprocessing/synchronize.py | 344 - .../tools/python/src/Lib/multiprocessing/util.py | 356 - contrib/tools/python/src/Lib/mutex.py | 55 - contrib/tools/python/src/Lib/netrc.py | 145 - contrib/tools/python/src/Lib/new.py | 17 - contrib/tools/python/src/Lib/nntplib.py | 636 - contrib/tools/python/src/Lib/ntpath.py | 550 - contrib/tools/python/src/Lib/nturl2path.py | 68 - contrib/tools/python/src/Lib/numbers.py | 391 - contrib/tools/python/src/Lib/opcode.py | 192 - contrib/tools/python/src/Lib/optparse.py | 1704 --- contrib/tools/python/src/Lib/os.py | 742 - contrib/tools/python/src/Lib/os2emxpath.py | 160 - contrib/tools/python/src/Lib/pdb.py | 1341 -- contrib/tools/python/src/Lib/pickle.py | 1397 -- contrib/tools/python/src/Lib/pickletools.py | 2270 ---- contrib/tools/python/src/Lib/pipes.py | 278 - contrib/tools/python/src/Lib/pkgutil.py | 591 - contrib/tools/python/src/Lib/plat-aix3/IN.py | 126 - contrib/tools/python/src/Lib/plat-aix4/IN.py | 165 - contrib/tools/python/src/Lib/plat-atheos/IN.py | 944 -- contrib/tools/python/src/Lib/plat-atheos/TYPES.py | 142 - contrib/tools/python/src/Lib/plat-beos5/IN.py | 327 - contrib/tools/python/src/Lib/plat-darwin/IN.py | 357 - contrib/tools/python/src/Lib/plat-freebsd4/IN.py | 355 - contrib/tools/python/src/Lib/plat-freebsd5/IN.py | 355 - contrib/tools/python/src/Lib/plat-freebsd6/IN.py | 551 - contrib/tools/python/src/Lib/plat-freebsd7/IN.py | 571 - contrib/tools/python/src/Lib/plat-freebsd8/IN.py | 571 - contrib/tools/python/src/Lib/plat-irix5/AL.py | 65 - contrib/tools/python/src/Lib/plat-irix5/CD.py | 38 - contrib/tools/python/src/Lib/plat-irix5/CL.py | 28 - contrib/tools/python/src/Lib/plat-irix5/CL_old.py | 240 - contrib/tools/python/src/Lib/plat-irix5/DEVICE.py | 404 - contrib/tools/python/src/Lib/plat-irix5/ERRNO.py | 150 - contrib/tools/python/src/Lib/plat-irix5/FILE.py | 242 - contrib/tools/python/src/Lib/plat-irix5/FL.py | 292 - contrib/tools/python/src/Lib/plat-irix5/GET.py | 62 - contrib/tools/python/src/Lib/plat-irix5/GL.py | 397 - contrib/tools/python/src/Lib/plat-irix5/GLWS.py | 16 - contrib/tools/python/src/Lib/plat-irix5/IN.py | 144 - contrib/tools/python/src/Lib/plat-irix5/IOCTL.py | 236 - contrib/tools/python/src/Lib/plat-irix5/SV.py | 124 - contrib/tools/python/src/Lib/plat-irix5/WAIT.py | 18 - contrib/tools/python/src/Lib/plat-irix5/cddb.py | 207 - .../tools/python/src/Lib/plat-irix5/cdplayer.py | 91 - contrib/tools/python/src/Lib/plat-irix5/flp.py | 455 - contrib/tools/python/src/Lib/plat-irix5/jpeg.py | 114 - contrib/tools/python/src/Lib/plat-irix5/panel.py | 284 - .../tools/python/src/Lib/plat-irix5/panelparser.py | 131 - contrib/tools/python/src/Lib/plat-irix5/readcd.py | 247 - contrib/tools/python/src/Lib/plat-irix5/torgb.py | 102 - contrib/tools/python/src/Lib/plat-irix6/AL.py | 65 - contrib/tools/python/src/Lib/plat-irix6/CD.py | 38 - contrib/tools/python/src/Lib/plat-irix6/CL.py | 28 - contrib/tools/python/src/Lib/plat-irix6/DEVICE.py | 404 - contrib/tools/python/src/Lib/plat-irix6/ERRNO.py | 183 - contrib/tools/python/src/Lib/plat-irix6/FILE.py | 677 - contrib/tools/python/src/Lib/plat-irix6/FL.py | 292 - contrib/tools/python/src/Lib/plat-irix6/GET.py | 62 - contrib/tools/python/src/Lib/plat-irix6/GL.py | 397 - contrib/tools/python/src/Lib/plat-irix6/GLWS.py | 16 - contrib/tools/python/src/Lib/plat-irix6/IN.py | 388 - contrib/tools/python/src/Lib/plat-irix6/IOCTL.py | 236 - contrib/tools/python/src/Lib/plat-irix6/SV.py | 124 - contrib/tools/python/src/Lib/plat-irix6/WAIT.py | 338 - contrib/tools/python/src/Lib/plat-irix6/cddb.py | 207 - .../tools/python/src/Lib/plat-irix6/cdplayer.py | 91 - contrib/tools/python/src/Lib/plat-irix6/flp.py | 454 - contrib/tools/python/src/Lib/plat-irix6/jpeg.py | 114 - contrib/tools/python/src/Lib/plat-irix6/panel.py | 284 - .../tools/python/src/Lib/plat-irix6/panelparser.py | 131 - contrib/tools/python/src/Lib/plat-irix6/readcd.py | 247 - contrib/tools/python/src/Lib/plat-irix6/torgb.py | 102 - contrib/tools/python/src/Lib/plat-linux2/CDROM.py | 207 - contrib/tools/python/src/Lib/plat-linux2/DLFCN.py | 83 - contrib/tools/python/src/Lib/plat-linux2/IN.py | 615 - contrib/tools/python/src/Lib/plat-linux2/TYPES.py | 170 - contrib/tools/python/src/Lib/plat-mac/Audio_mac.py | 124 - contrib/tools/python/src/Lib/plat-mac/Carbon/AE.py | 1 - contrib/tools/python/src/Lib/plat-mac/Carbon/AH.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Alias.py | 1 - .../python/src/Lib/plat-mac/Carbon/Aliases.py | 18 - .../tools/python/src/Lib/plat-mac/Carbon/App.py | 1 - .../python/src/Lib/plat-mac/Carbon/Appearance.py | 648 - .../python/src/Lib/plat-mac/Carbon/AppleEvents.py | 961 -- .../python/src/Lib/plat-mac/Carbon/AppleHelp.py | 6 - contrib/tools/python/src/Lib/plat-mac/Carbon/CF.py | 1 - contrib/tools/python/src/Lib/plat-mac/Carbon/CG.py | 1 - .../python/src/Lib/plat-mac/Carbon/CarbonEvents.py | 451 - .../python/src/Lib/plat-mac/Carbon/CarbonEvt.py | 1 - contrib/tools/python/src/Lib/plat-mac/Carbon/Cm.py | 1 - .../python/src/Lib/plat-mac/Carbon/Components.py | 62 - .../src/Lib/plat-mac/Carbon/ControlAccessor.py | 56 - .../python/src/Lib/plat-mac/Carbon/Controls.py | 668 - .../src/Lib/plat-mac/Carbon/CoreFoundation.py | 28 - .../python/src/Lib/plat-mac/Carbon/CoreGraphics.py | 28 - .../tools/python/src/Lib/plat-mac/Carbon/Ctl.py | 1 - .../python/src/Lib/plat-mac/Carbon/Dialogs.py | 79 - .../tools/python/src/Lib/plat-mac/Carbon/Dlg.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Drag.py | 1 - .../python/src/Lib/plat-mac/Carbon/Dragconst.py | 86 - .../tools/python/src/Lib/plat-mac/Carbon/Events.py | 102 - .../tools/python/src/Lib/plat-mac/Carbon/Evt.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/File.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Files.py | 426 - contrib/tools/python/src/Lib/plat-mac/Carbon/Fm.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Folder.py | 1 - .../python/src/Lib/plat-mac/Carbon/Folders.py | 190 - .../tools/python/src/Lib/plat-mac/Carbon/Fonts.py | 59 - .../tools/python/src/Lib/plat-mac/Carbon/Help.py | 1 - .../python/src/Lib/plat-mac/Carbon/IBCarbon.py | 1 - .../src/Lib/plat-mac/Carbon/IBCarbonRuntime.py | 5 - .../tools/python/src/Lib/plat-mac/Carbon/Icn.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Icons.py | 381 - .../tools/python/src/Lib/plat-mac/Carbon/Launch.py | 1 - .../src/Lib/plat-mac/Carbon/LaunchServices.py | 74 - .../tools/python/src/Lib/plat-mac/Carbon/List.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Lists.py | 35 - .../python/src/Lib/plat-mac/Carbon/MacHelp.py | 58 - .../src/Lib/plat-mac/Carbon/MacTextEditor.py | 226 - .../python/src/Lib/plat-mac/Carbon/MediaDescr.py | 97 - .../tools/python/src/Lib/plat-mac/Carbon/Menu.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Menus.py | 169 - .../tools/python/src/Lib/plat-mac/Carbon/Mlte.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/OSA.py | 1 - .../python/src/Lib/plat-mac/Carbon/OSAconst.py | 133 - .../python/src/Lib/plat-mac/Carbon/QDOffscreen.py | 47 - contrib/tools/python/src/Lib/plat-mac/Carbon/Qd.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Qdoffs.py | 1 - contrib/tools/python/src/Lib/plat-mac/Carbon/Qt.py | 5 - .../python/src/Lib/plat-mac/Carbon/QuickDraw.py | 218 - .../python/src/Lib/plat-mac/Carbon/QuickTime.py | 3468 ----- .../tools/python/src/Lib/plat-mac/Carbon/Res.py | 4 - .../python/src/Lib/plat-mac/Carbon/Resources.py | 27 - .../tools/python/src/Lib/plat-mac/Carbon/Scrap.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Snd.py | 1 - .../python/src/Lib/plat-mac/Carbon/Sndihooks.py | 1 - .../tools/python/src/Lib/plat-mac/Carbon/Sound.py | 400 - contrib/tools/python/src/Lib/plat-mac/Carbon/TE.py | 1 - .../python/src/Lib/plat-mac/Carbon/TextEdit.py | 57 - .../tools/python/src/Lib/plat-mac/Carbon/Win.py | 1 - .../python/src/Lib/plat-mac/Carbon/Windows.py | 279 - .../python/src/Lib/plat-mac/Carbon/__init__.py | 7 - .../tools/python/src/Lib/plat-mac/EasyDialogs.py | 848 -- contrib/tools/python/src/Lib/plat-mac/FrameWork.py | 1126 -- .../tools/python/src/Lib/plat-mac/MiniAEFrame.py | 200 - .../tools/python/src/Lib/plat-mac/PixMapWrapper.py | 218 - contrib/tools/python/src/Lib/plat-mac/aepack.py | 369 - contrib/tools/python/src/Lib/plat-mac/aetools.py | 363 - contrib/tools/python/src/Lib/plat-mac/aetypes.py | 571 - .../tools/python/src/Lib/plat-mac/applesingle.py | 146 - .../tools/python/src/Lib/plat-mac/appletrawmain.py | 67 - .../tools/python/src/Lib/plat-mac/appletrunner.py | 20 - .../tools/python/src/Lib/plat-mac/argvemulator.py | 92 - .../tools/python/src/Lib/plat-mac/bgenlocations.py | 58 - .../tools/python/src/Lib/plat-mac/buildtools.py | 435 - .../tools/python/src/Lib/plat-mac/bundlebuilder.py | 949 -- contrib/tools/python/src/Lib/plat-mac/cfmfile.py | 187 - .../tools/python/src/Lib/plat-mac/findertools.py | 835 -- .../python/src/Lib/plat-mac/gensuitemodule.py | 1216 -- contrib/tools/python/src/Lib/plat-mac/ic.py | 271 - contrib/tools/python/src/Lib/plat-mac/icopen.py | 69 - .../CodeWarrior/CodeWarrior_suite.py | 682 - .../CodeWarrior/Metrowerks_Shell_Suite.py | 2373 ---- .../lib-scriptpackages/CodeWarrior/Required.py | 62 - .../CodeWarrior/Standard_Suite.py | 408 - .../lib-scriptpackages/CodeWarrior/__init__.py | 193 - .../Explorer/Microsoft_Internet_Explorer.py | 96 - .../lib-scriptpackages/Explorer/Netscape_Suite.py | 49 - .../lib-scriptpackages/Explorer/Required_Suite.py | 108 - .../lib-scriptpackages/Explorer/Standard_Suite.py | 72 - .../lib-scriptpackages/Explorer/URL_Suite.py | 54 - .../Explorer/Web_Browser_Suite.py | 226 - .../lib-scriptpackages/Explorer/__init__.py | 84 - .../Finder/Containers_and_folders.py | 279 - .../lib-scriptpackages/Finder/Enumerations.py | 145 - .../plat-mac/lib-scriptpackages/Finder/Files.py | 212 - .../lib-scriptpackages/Finder/Finder_Basics.py | 207 - .../lib-scriptpackages/Finder/Finder_items.py | 355 - .../lib-scriptpackages/Finder/Legacy_suite.py | 224 - .../lib-scriptpackages/Finder/Standard_Suite.py | 335 - .../lib-scriptpackages/Finder/Type_Definitions.py | 346 - .../lib-scriptpackages/Finder/Window_classes.py | 229 - .../plat-mac/lib-scriptpackages/Finder/__init__.py | 237 - .../lib-scriptpackages/Netscape/Mozilla_suite.py | 269 - .../lib-scriptpackages/Netscape/PowerPlant.py | 86 - .../lib-scriptpackages/Netscape/Required_suite.py | 108 - .../lib-scriptpackages/Netscape/Standard_Suite.py | 243 - .../Netscape/Standard_URL_suite.py | 60 - .../plat-mac/lib-scriptpackages/Netscape/Text.py | 122 - .../Netscape/WorldWideWeb_suite.py | 426 - .../lib-scriptpackages/Netscape/__init__.py | 109 - .../StdSuites/AppleScript_Suite.py | 2215 --- .../StdSuites/Macintosh_Connectivity_Clas.py | 373 - .../StdSuites/QuickDraw_Graphics_Suite.py | 417 - .../StdSuites/QuickDraw_Graphics_Suppleme.py | 73 - .../lib-scriptpackages/StdSuites/Required_Suite.py | 32 - .../lib-scriptpackages/StdSuites/Standard_Suite.py | 738 - .../lib-scriptpackages/StdSuites/Table_Suite.py | 104 - .../lib-scriptpackages/StdSuites/Text_Suite.py | 224 - .../StdSuites/Type_Names_Suite.py | 435 - .../lib-scriptpackages/StdSuites/__init__.py | 475 - .../SystemEvents/Disk_Folder_File_Suite.py | 381 - .../SystemEvents/Folder_Actions_Suite.py | 287 - .../SystemEvents/Hidden_Suite.py | 50 - .../SystemEvents/Login_Items_Suite.py | 74 - .../lib-scriptpackages/SystemEvents/Power_Suite.py | 149 - .../SystemEvents/Processes_Suite.py | 214 - .../SystemEvents/Standard_Suite.py | 582 - .../SystemEvents/System_Events_Suite.py | 109 - .../lib-scriptpackages/SystemEvents/Text_Suite.py | 195 - .../lib-scriptpackages/SystemEvents/__init__.py | 144 - .../lib-scriptpackages/Terminal/Standard_Suite.py | 582 - .../lib-scriptpackages/Terminal/Terminal_Suite.py | 254 - .../lib-scriptpackages/Terminal/Text_Suite.py | 195 - .../lib-scriptpackages/Terminal/__init__.py | 93 - .../lib-scriptpackages/_builtinSuites/__init__.py | 31 - .../_builtinSuites/builtin_Suite.py | 140 - contrib/tools/python/src/Lib/plat-mac/macerrors.py | 1857 --- .../tools/python/src/Lib/plat-mac/macostools.py | 138 - .../tools/python/src/Lib/plat-mac/macresource.py | 135 - contrib/tools/python/src/Lib/plat-mac/pimp.py | 1182 -- .../python/src/Lib/plat-mac/terminalcommand.py | 50 - .../tools/python/src/Lib/plat-mac/videoreader.py | 294 - contrib/tools/python/src/Lib/plat-netbsd1/IN.py | 56 - contrib/tools/python/src/Lib/plat-os2emx/IN.py | 82 - contrib/tools/python/src/Lib/plat-os2emx/SOCKET.py | 106 - .../tools/python/src/Lib/plat-os2emx/_emx_link.py | 79 - contrib/tools/python/src/Lib/plat-os2emx/grp.py | 182 - contrib/tools/python/src/Lib/plat-os2emx/pwd.py | 208 - .../python/src/Lib/plat-riscos/riscosenviron.py | 45 - .../tools/python/src/Lib/plat-riscos/riscospath.py | 378 - .../tools/python/src/Lib/plat-riscos/rourl2path.py | 70 - contrib/tools/python/src/Lib/plat-sunos5/CDIO.py | 73 - contrib/tools/python/src/Lib/plat-sunos5/DLFCN.py | 27 - contrib/tools/python/src/Lib/plat-sunos5/IN.py | 1421 -- .../tools/python/src/Lib/plat-sunos5/STROPTS.py | 1813 --- .../python/src/Lib/plat-sunos5/SUNAUDIODEV.py | 43 - contrib/tools/python/src/Lib/plat-sunos5/TYPES.py | 313 - contrib/tools/python/src/Lib/plat-unixware7/IN.py | 836 -- .../tools/python/src/Lib/plat-unixware7/STROPTS.py | 328 - contrib/tools/python/src/Lib/platform.py | 1673 --- contrib/tools/python/src/Lib/plistlib.py | 474 - contrib/tools/python/src/Lib/popen2.py | 201 - contrib/tools/python/src/Lib/poplib.py | 427 - contrib/tools/python/src/Lib/posixfile.py | 237 - contrib/tools/python/src/Lib/posixpath.py | 446 - contrib/tools/python/src/Lib/pprint.py | 346 - contrib/tools/python/src/Lib/profile.py | 610 - contrib/tools/python/src/Lib/pstats.py | 705 - contrib/tools/python/src/Lib/pty.py | 180 - contrib/tools/python/src/Lib/py_compile.py | 170 - contrib/tools/python/src/Lib/pyclbr.py | 344 - contrib/tools/python/src/Lib/pydoc.py | 2416 ---- .../tools/python/src/Lib/pydoc_data/__init__.py | 0 contrib/tools/python/src/Lib/pydoc_data/topics.py | 13578 ------------------- contrib/tools/python/src/Lib/quopri.py | 237 - contrib/tools/python/src/Lib/random.py | 912 -- contrib/tools/python/src/Lib/re.py | 340 - contrib/tools/python/src/Lib/repr.py | 132 - contrib/tools/python/src/Lib/rexec.py | 588 - contrib/tools/python/src/Lib/rfc822.py | 1016 -- contrib/tools/python/src/Lib/rlcompleter.py | 172 - contrib/tools/python/src/Lib/robotparser.py | 236 - contrib/tools/python/src/Lib/runpy.py | 290 - contrib/tools/python/src/Lib/sched.py | 134 - contrib/tools/python/src/Lib/sets.py | 557 - contrib/tools/python/src/Lib/sgmllib.py | 553 - contrib/tools/python/src/Lib/sha.py | 15 - contrib/tools/python/src/Lib/shelve.py | 243 - contrib/tools/python/src/Lib/shlex.py | 292 - contrib/tools/python/src/Lib/shutil.py | 602 - contrib/tools/python/src/Lib/site.py | 593 - contrib/tools/python/src/Lib/smtpd.py | 555 - contrib/tools/python/src/Lib/smtplib.py | 884 -- contrib/tools/python/src/Lib/sndhdr.py | 228 - contrib/tools/python/src/Lib/socket.py | 577 - contrib/tools/python/src/Lib/sqlite3/__init__.py | 24 - contrib/tools/python/src/Lib/sqlite3/dbapi2.py | 90 - contrib/tools/python/src/Lib/sqlite3/dump.py | 70 - .../tools/python/src/Lib/sqlite3/test/__init__.py | 0 contrib/tools/python/src/Lib/sqlite3/test/dbapi.py | 891 -- contrib/tools/python/src/Lib/sqlite3/test/dump.py | 83 - .../tools/python/src/Lib/sqlite3/test/factory.py | 285 - contrib/tools/python/src/Lib/sqlite3/test/hooks.py | 229 - .../tools/python/src/Lib/sqlite3/test/py25tests.py | 80 - .../python/src/Lib/sqlite3/test/regression.py | 442 - .../python/src/Lib/sqlite3/test/transactions.py | 205 - contrib/tools/python/src/Lib/sqlite3/test/types.py | 421 - .../python/src/Lib/sqlite3/test/userfunctions.py | 473 - contrib/tools/python/src/Lib/sre.py | 13 - contrib/tools/python/src/Lib/sre_compile.py | 596 - contrib/tools/python/src/Lib/sre_constants.py | 263 - contrib/tools/python/src/Lib/sre_parse.py | 862 -- contrib/tools/python/src/Lib/ssl.py | 1052 -- contrib/tools/python/src/Lib/stat.py | 96 - contrib/tools/python/src/Lib/statvfs.py | 18 - contrib/tools/python/src/Lib/string.py | 656 - contrib/tools/python/src/Lib/stringold.py | 432 - contrib/tools/python/src/Lib/stringprep.py | 272 - contrib/tools/python/src/Lib/struct.py | 3 - contrib/tools/python/src/Lib/subprocess.py | 1344 -- contrib/tools/python/src/Lib/sunau.py | 493 - contrib/tools/python/src/Lib/sunaudio.py | 49 - contrib/tools/python/src/Lib/symbol.py | 114 - contrib/tools/python/src/Lib/symtable.py | 239 - contrib/tools/python/src/Lib/sysconfig.py | 649 - contrib/tools/python/src/Lib/tabnanny.py | 329 - contrib/tools/python/src/Lib/tarfile.py | 2630 ---- contrib/tools/python/src/Lib/telnetlib.py | 791 -- contrib/tools/python/src/Lib/tempfile.py | 640 - contrib/tools/python/src/Lib/test/__init__.py | 1 - .../tools/python/src/Lib/test/support/__init__.py | 2173 --- .../python/src/Lib/test/support/script_helper.py | 170 - contrib/tools/python/src/Lib/test/test_support.py | 3 - contrib/tools/python/src/Lib/textwrap.py | 429 - contrib/tools/python/src/Lib/this.py | 28 - contrib/tools/python/src/Lib/threading.py | 1322 -- contrib/tools/python/src/Lib/timeit.py | 343 - contrib/tools/python/src/Lib/toaiff.py | 110 - contrib/tools/python/src/Lib/token.py | 140 - contrib/tools/python/src/Lib/tokenize.py | 449 - contrib/tools/python/src/Lib/trace.py | 819 -- contrib/tools/python/src/Lib/traceback.py | 320 - contrib/tools/python/src/Lib/tty.py | 36 - contrib/tools/python/src/Lib/types.py | 86 - contrib/tools/python/src/Lib/unittest/__init__.py | 69 - contrib/tools/python/src/Lib/unittest/__main__.py | 12 - contrib/tools/python/src/Lib/unittest/case.py | 1082 -- contrib/tools/python/src/Lib/unittest/loader.py | 316 - contrib/tools/python/src/Lib/unittest/main.py | 236 - contrib/tools/python/src/Lib/unittest/result.py | 193 - contrib/tools/python/src/Lib/unittest/runner.py | 196 - contrib/tools/python/src/Lib/unittest/signals.py | 71 - contrib/tools/python/src/Lib/unittest/suite.py | 303 - .../tools/python/src/Lib/unittest/test/__init__.py | 21 - .../tools/python/src/Lib/unittest/test/dummy.py | 1 - .../tools/python/src/Lib/unittest/test/support.py | 119 - .../src/Lib/unittest/test/test_assertions.py | 290 - .../python/src/Lib/unittest/test/test_break.py | 284 - .../python/src/Lib/unittest/test/test_case.py | 1171 -- .../python/src/Lib/unittest/test/test_discovery.py | 399 - .../src/Lib/unittest/test/test_functiontestcase.py | 148 - .../python/src/Lib/unittest/test/test_loader.py | 1301 -- .../python/src/Lib/unittest/test/test_program.py | 256 - .../python/src/Lib/unittest/test/test_result.py | 567 - .../python/src/Lib/unittest/test/test_runner.py | 267 - .../python/src/Lib/unittest/test/test_setups.py | 508 - .../python/src/Lib/unittest/test/test_skipping.py | 168 - .../python/src/Lib/unittest/test/test_suite.py | 367 - contrib/tools/python/src/Lib/unittest/util.py | 156 - contrib/tools/python/src/Lib/urllib.py | 1676 --- contrib/tools/python/src/Lib/urllib2.py | 1489 -- contrib/tools/python/src/Lib/urlparse.py | 443 - contrib/tools/python/src/Lib/user.py | 48 - contrib/tools/python/src/Lib/uu.py | 196 - contrib/tools/python/src/Lib/uuid.py | 617 - contrib/tools/python/src/Lib/warnings.py | 425 - contrib/tools/python/src/Lib/wave.py | 517 - contrib/tools/python/src/Lib/weakref.py | 491 - contrib/tools/python/src/Lib/webbrowser.py | 704 - contrib/tools/python/src/Lib/whichdb.py | 117 - contrib/tools/python/src/Lib/wsgiref/__init__.py | 23 - contrib/tools/python/src/Lib/wsgiref/handlers.py | 450 - contrib/tools/python/src/Lib/wsgiref/headers.py | 169 - .../tools/python/src/Lib/wsgiref/simple_server.py | 163 - contrib/tools/python/src/Lib/wsgiref/util.py | 165 - contrib/tools/python/src/Lib/wsgiref/validate.py | 432 - contrib/tools/python/src/Lib/xdrlib.py | 248 - contrib/tools/python/src/Lib/xml/__init__.py | 41 - contrib/tools/python/src/Lib/xml/dom/NodeFilter.py | 27 - contrib/tools/python/src/Lib/xml/dom/__init__.py | 139 - contrib/tools/python/src/Lib/xml/dom/domreg.py | 101 - .../tools/python/src/Lib/xml/dom/expatbuilder.py | 983 -- contrib/tools/python/src/Lib/xml/dom/minicompat.py | 110 - contrib/tools/python/src/Lib/xml/dom/minidom.py | 1941 --- contrib/tools/python/src/Lib/xml/dom/pulldom.py | 351 - contrib/tools/python/src/Lib/xml/dom/xmlbuilder.py | 386 - .../python/src/Lib/xml/etree/ElementInclude.py | 142 - .../tools/python/src/Lib/xml/etree/ElementPath.py | 303 - .../tools/python/src/Lib/xml/etree/ElementTree.py | 1684 --- contrib/tools/python/src/Lib/xml/etree/__init__.py | 33 - .../tools/python/src/Lib/xml/etree/cElementTree.py | 3 - .../tools/python/src/Lib/xml/parsers/__init__.py | 8 - contrib/tools/python/src/Lib/xml/parsers/expat.py | 4 - contrib/tools/python/src/Lib/xml/sax/__init__.py | 108 - .../tools/python/src/Lib/xml/sax/_exceptions.py | 131 - .../tools/python/src/Lib/xml/sax/expatreader.py | 449 - contrib/tools/python/src/Lib/xml/sax/handler.py | 342 - contrib/tools/python/src/Lib/xml/sax/saxutils.py | 353 - contrib/tools/python/src/Lib/xml/sax/xmlreader.py | 381 - contrib/tools/python/src/Lib/xmllib.py | 930 -- contrib/tools/python/src/Lib/xmlrpclib.py | 1659 --- contrib/tools/python/src/Lib/zipfile.py | 1565 --- contrib/tools/python/src/Modules/python.c | 21 - contrib/tools/python/src/Python/frozen.c | 38 - 1096 files changed, 363262 deletions(-) delete mode 100644 contrib/tools/python/src/Lib/BaseHTTPServer.py delete mode 100644 contrib/tools/python/src/Lib/Bastion.py delete mode 100644 contrib/tools/python/src/Lib/CGIHTTPServer.py delete mode 100644 contrib/tools/python/src/Lib/ConfigParser.py delete mode 100644 contrib/tools/python/src/Lib/Cookie.py delete mode 100644 contrib/tools/python/src/Lib/DocXMLRPCServer.py delete mode 100644 contrib/tools/python/src/Lib/HTMLParser.py delete mode 100644 contrib/tools/python/src/Lib/MimeWriter.py delete mode 100644 contrib/tools/python/src/Lib/Queue.py delete mode 100644 contrib/tools/python/src/Lib/SimpleHTTPServer.py delete mode 100644 contrib/tools/python/src/Lib/SimpleXMLRPCServer.py delete mode 100644 contrib/tools/python/src/Lib/SocketServer.py delete mode 100644 contrib/tools/python/src/Lib/StringIO.py delete mode 100644 contrib/tools/python/src/Lib/UserDict.py delete mode 100644 contrib/tools/python/src/Lib/UserList.py delete mode 100755 contrib/tools/python/src/Lib/UserString.py delete mode 100644 contrib/tools/python/src/Lib/_LWPCookieJar.py delete mode 100644 contrib/tools/python/src/Lib/_MozillaCookieJar.py delete mode 100644 contrib/tools/python/src/Lib/__future__.py delete mode 100644 contrib/tools/python/src/Lib/__phello__.foo.py delete mode 100644 contrib/tools/python/src/Lib/_abcoll.py delete mode 100644 contrib/tools/python/src/Lib/_osx_support.py delete mode 100644 contrib/tools/python/src/Lib/_pyio.py delete mode 100644 contrib/tools/python/src/Lib/_strptime.py delete mode 100644 contrib/tools/python/src/Lib/_threading_local.py delete mode 100644 contrib/tools/python/src/Lib/_weakrefset.py delete mode 100644 contrib/tools/python/src/Lib/abc.py delete mode 100644 contrib/tools/python/src/Lib/aifc.py delete mode 100644 contrib/tools/python/src/Lib/antigravity.py delete mode 100644 contrib/tools/python/src/Lib/anydbm.py delete mode 100644 contrib/tools/python/src/Lib/argparse.py delete mode 100644 contrib/tools/python/src/Lib/ast.py delete mode 100644 contrib/tools/python/src/Lib/asynchat.py delete mode 100644 contrib/tools/python/src/Lib/asyncore.py delete mode 100644 contrib/tools/python/src/Lib/atexit.py delete mode 100644 contrib/tools/python/src/Lib/audiodev.py delete mode 100755 contrib/tools/python/src/Lib/base64.py delete mode 100644 contrib/tools/python/src/Lib/bdb.py delete mode 100644 contrib/tools/python/src/Lib/binhex.py delete mode 100644 contrib/tools/python/src/Lib/bisect.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/__init__.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/db.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/dbobj.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/dbrecio.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/dbshelve.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/dbtables.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/dbutils.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_all.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_associate.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_basics.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_compare.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_compat.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_cursor_pget_bug.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_db.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_dbenv.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_dbobj.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_dbshelve.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_dbtables.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_distributed_transactions.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_early_close.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_fileid.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_get_none.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_join.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_lock.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_misc.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_pickle.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_queue.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_recno.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_replication.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_sequence.py delete mode 100644 contrib/tools/python/src/Lib/bsddb/test/test_thread.py delete mode 100755 contrib/tools/python/src/Lib/cProfile.py delete mode 100644 contrib/tools/python/src/Lib/calendar.py delete mode 100755 contrib/tools/python/src/Lib/cgi.py delete mode 100644 contrib/tools/python/src/Lib/cgitb.py delete mode 100644 contrib/tools/python/src/Lib/chunk.py delete mode 100644 contrib/tools/python/src/Lib/cmd.py delete mode 100644 contrib/tools/python/src/Lib/code.py delete mode 100644 contrib/tools/python/src/Lib/codecs.py delete mode 100644 contrib/tools/python/src/Lib/codeop.py delete mode 100644 contrib/tools/python/src/Lib/collections.py delete mode 100644 contrib/tools/python/src/Lib/colorsys.py delete mode 100644 contrib/tools/python/src/Lib/commands.py delete mode 100644 contrib/tools/python/src/Lib/compileall.py delete mode 100644 contrib/tools/python/src/Lib/compiler/__init__.py delete mode 100644 contrib/tools/python/src/Lib/compiler/ast.py delete mode 100644 contrib/tools/python/src/Lib/compiler/consts.py delete mode 100644 contrib/tools/python/src/Lib/compiler/future.py delete mode 100644 contrib/tools/python/src/Lib/compiler/misc.py delete mode 100644 contrib/tools/python/src/Lib/compiler/pyassem.py delete mode 100644 contrib/tools/python/src/Lib/compiler/pycodegen.py delete mode 100644 contrib/tools/python/src/Lib/compiler/symbols.py delete mode 100644 contrib/tools/python/src/Lib/compiler/syntax.py delete mode 100644 contrib/tools/python/src/Lib/compiler/transformer.py delete mode 100644 contrib/tools/python/src/Lib/compiler/visitor.py delete mode 100644 contrib/tools/python/src/Lib/contextlib.py delete mode 100644 contrib/tools/python/src/Lib/cookielib.py delete mode 100644 contrib/tools/python/src/Lib/copy.py delete mode 100644 contrib/tools/python/src/Lib/copy_reg.py delete mode 100644 contrib/tools/python/src/Lib/csv.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/__init__.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/_endian.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/macholib/__init__.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/macholib/dyld.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/macholib/dylib.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/macholib/framework.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/runtests.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_anon.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_array_in_pointer.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_arrays.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_as_parameter.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_bitfields.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_buffers.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_byteswap.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_callbacks.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_cast.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_cfuncs.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_checkretval.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_delattr.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_errno.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_find.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_frombuffer.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_funcptr.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_functions.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_incomplete.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_init.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_internals.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_keeprefs.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_libc.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_loading.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_macholib.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_memfunctions.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_numbers.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_objects.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_parameters.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_pep3118.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_pickling.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_pointers.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_prototypes.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_python_api.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_random_things.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_refcounts.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_repr.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_returnfuncptrs.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_simplesubclasses.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_sizes.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_slicing.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_stringptr.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_strings.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_struct_fields.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_structures.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_unaligned_structures.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_unicode.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_values.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_varsize_struct.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_win32.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/test/test_wintypes.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/util.py delete mode 100644 contrib/tools/python/src/Lib/ctypes/wintypes.py delete mode 100644 contrib/tools/python/src/Lib/curses/__init__.py delete mode 100644 contrib/tools/python/src/Lib/curses/ascii.py delete mode 100644 contrib/tools/python/src/Lib/curses/has_key.py delete mode 100644 contrib/tools/python/src/Lib/curses/panel.py delete mode 100644 contrib/tools/python/src/Lib/curses/textpad.py delete mode 100644 contrib/tools/python/src/Lib/curses/wrapper.py delete mode 100644 contrib/tools/python/src/Lib/dbhash.py delete mode 100644 contrib/tools/python/src/Lib/decimal.py delete mode 100644 contrib/tools/python/src/Lib/difflib.py delete mode 100644 contrib/tools/python/src/Lib/dircache.py delete mode 100644 contrib/tools/python/src/Lib/dis.py delete mode 100644 contrib/tools/python/src/Lib/distutils/__init__.py delete mode 100644 contrib/tools/python/src/Lib/distutils/archive_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/bcppcompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/ccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/cmd.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/__init__.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/bdist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/bdist_dumb.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/bdist_msi.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/bdist_rpm.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/bdist_wininst.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/build.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/build_clib.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/build_ext.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/build_py.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/build_scripts.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/check.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/clean.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/config.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/install.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/install_data.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/install_egg_info.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/install_headers.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/install_lib.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/install_scripts.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/register.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/sdist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/command/upload.py delete mode 100644 contrib/tools/python/src/Lib/distutils/config.py delete mode 100644 contrib/tools/python/src/Lib/distutils/core.py delete mode 100644 contrib/tools/python/src/Lib/distutils/cygwinccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/debug.py delete mode 100644 contrib/tools/python/src/Lib/distutils/dep_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/dir_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/dist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/emxccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/errors.py delete mode 100644 contrib/tools/python/src/Lib/distutils/extension.py delete mode 100644 contrib/tools/python/src/Lib/distutils/fancy_getopt.py delete mode 100644 contrib/tools/python/src/Lib/distutils/file_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/filelist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/log.py delete mode 100644 contrib/tools/python/src/Lib/distutils/msvc9compiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/msvccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/spawn.py delete mode 100644 contrib/tools/python/src/Lib/distutils/sysconfig.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/__init__.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/setuptools_build_ext.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/setuptools_extension.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/support.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_archive_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_bdist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_bdist_dumb.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_bdist_msi.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_bdist_rpm.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_bdist_wininst.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_build.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_build_clib.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_build_ext.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_build_py.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_build_scripts.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_ccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_check.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_clean.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_cmd.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_config.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_config_cmd.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_core.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_dep_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_dir_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_dist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_file_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_filelist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_install.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_install_data.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_install_headers.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_install_lib.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_install_scripts.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_msvc9compiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_register.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_sdist.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_spawn.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_sysconfig.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_text_file.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_unixccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_upload.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_version.py delete mode 100644 contrib/tools/python/src/Lib/distutils/tests/test_versionpredicate.py delete mode 100644 contrib/tools/python/src/Lib/distutils/text_file.py delete mode 100644 contrib/tools/python/src/Lib/distutils/unixccompiler.py delete mode 100644 contrib/tools/python/src/Lib/distutils/util.py delete mode 100644 contrib/tools/python/src/Lib/distutils/version.py delete mode 100644 contrib/tools/python/src/Lib/distutils/versionpredicate.py delete mode 100644 contrib/tools/python/src/Lib/doctest.py delete mode 100644 contrib/tools/python/src/Lib/dumbdbm.py delete mode 100644 contrib/tools/python/src/Lib/dummy_thread.py delete mode 100644 contrib/tools/python/src/Lib/dummy_threading.py delete mode 100644 contrib/tools/python/src/Lib/email/__init__.py delete mode 100644 contrib/tools/python/src/Lib/email/_parseaddr.py delete mode 100644 contrib/tools/python/src/Lib/email/base64mime.py delete mode 100644 contrib/tools/python/src/Lib/email/charset.py delete mode 100644 contrib/tools/python/src/Lib/email/encoders.py delete mode 100644 contrib/tools/python/src/Lib/email/errors.py delete mode 100644 contrib/tools/python/src/Lib/email/feedparser.py delete mode 100644 contrib/tools/python/src/Lib/email/generator.py delete mode 100644 contrib/tools/python/src/Lib/email/header.py delete mode 100644 contrib/tools/python/src/Lib/email/iterators.py delete mode 100644 contrib/tools/python/src/Lib/email/message.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/__init__.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/application.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/audio.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/base.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/image.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/message.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/multipart.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/nonmultipart.py delete mode 100644 contrib/tools/python/src/Lib/email/mime/text.py delete mode 100644 contrib/tools/python/src/Lib/email/parser.py delete mode 100644 contrib/tools/python/src/Lib/email/quoprimime.py delete mode 100644 contrib/tools/python/src/Lib/email/test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/email/test/test_email.py delete mode 100644 contrib/tools/python/src/Lib/email/test/test_email_codecs.py delete mode 100644 contrib/tools/python/src/Lib/email/test/test_email_codecs_renamed.py delete mode 100644 contrib/tools/python/src/Lib/email/test/test_email_renamed.py delete mode 100644 contrib/tools/python/src/Lib/email/test/test_email_torture.py delete mode 100644 contrib/tools/python/src/Lib/email/utils.py delete mode 100644 contrib/tools/python/src/Lib/encodings/__init__.py delete mode 100644 contrib/tools/python/src/Lib/encodings/aliases.py delete mode 100644 contrib/tools/python/src/Lib/encodings/ascii.py delete mode 100644 contrib/tools/python/src/Lib/encodings/base64_codec.py delete mode 100644 contrib/tools/python/src/Lib/encodings/big5.py delete mode 100644 contrib/tools/python/src/Lib/encodings/big5hkscs.py delete mode 100644 contrib/tools/python/src/Lib/encodings/bz2_codec.py delete mode 100644 contrib/tools/python/src/Lib/encodings/charmap.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp037.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1006.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1026.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1140.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1250.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1251.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1252.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1253.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1254.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1255.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1256.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1257.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp1258.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp424.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp437.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp500.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp720.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp737.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp775.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp850.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp852.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp855.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp856.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp857.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp858.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp860.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp861.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp862.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp863.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp864.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp865.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp866.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp869.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp874.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp875.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp932.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp949.py delete mode 100644 contrib/tools/python/src/Lib/encodings/cp950.py delete mode 100644 contrib/tools/python/src/Lib/encodings/euc_jis_2004.py delete mode 100644 contrib/tools/python/src/Lib/encodings/euc_jisx0213.py delete mode 100644 contrib/tools/python/src/Lib/encodings/euc_jp.py delete mode 100644 contrib/tools/python/src/Lib/encodings/euc_kr.py delete mode 100644 contrib/tools/python/src/Lib/encodings/gb18030.py delete mode 100644 contrib/tools/python/src/Lib/encodings/gb2312.py delete mode 100644 contrib/tools/python/src/Lib/encodings/gbk.py delete mode 100644 contrib/tools/python/src/Lib/encodings/hex_codec.py delete mode 100644 contrib/tools/python/src/Lib/encodings/hp_roman8.py delete mode 100644 contrib/tools/python/src/Lib/encodings/hz.py delete mode 100644 contrib/tools/python/src/Lib/encodings/idna.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_jp.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_jp_1.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_jp_2.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_jp_2004.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_jp_3.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_jp_ext.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso2022_kr.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_1.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_10.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_11.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_13.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_14.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_15.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_16.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_2.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_3.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_4.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_5.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_6.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_7.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_8.py delete mode 100644 contrib/tools/python/src/Lib/encodings/iso8859_9.py delete mode 100644 contrib/tools/python/src/Lib/encodings/johab.py delete mode 100644 contrib/tools/python/src/Lib/encodings/koi8_r.py delete mode 100644 contrib/tools/python/src/Lib/encodings/koi8_u.py delete mode 100644 contrib/tools/python/src/Lib/encodings/latin_1.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_arabic.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_centeuro.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_croatian.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_cyrillic.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_farsi.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_greek.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_iceland.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_latin2.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_roman.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_romanian.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mac_turkish.py delete mode 100644 contrib/tools/python/src/Lib/encodings/mbcs.py delete mode 100644 contrib/tools/python/src/Lib/encodings/palmos.py delete mode 100644 contrib/tools/python/src/Lib/encodings/ptcp154.py delete mode 100644 contrib/tools/python/src/Lib/encodings/punycode.py delete mode 100644 contrib/tools/python/src/Lib/encodings/quopri_codec.py delete mode 100644 contrib/tools/python/src/Lib/encodings/raw_unicode_escape.py delete mode 100644 contrib/tools/python/src/Lib/encodings/rot_13.py delete mode 100644 contrib/tools/python/src/Lib/encodings/shift_jis.py delete mode 100644 contrib/tools/python/src/Lib/encodings/shift_jis_2004.py delete mode 100644 contrib/tools/python/src/Lib/encodings/shift_jisx0213.py delete mode 100644 contrib/tools/python/src/Lib/encodings/string_escape.py delete mode 100644 contrib/tools/python/src/Lib/encodings/tis_620.py delete mode 100644 contrib/tools/python/src/Lib/encodings/undefined.py delete mode 100644 contrib/tools/python/src/Lib/encodings/unicode_escape.py delete mode 100644 contrib/tools/python/src/Lib/encodings/unicode_internal.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_16.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_16_be.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_16_le.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_32.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_32_be.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_32_le.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_7.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_8.py delete mode 100644 contrib/tools/python/src/Lib/encodings/utf_8_sig.py delete mode 100644 contrib/tools/python/src/Lib/encodings/uu_codec.py delete mode 100644 contrib/tools/python/src/Lib/encodings/zlib_codec.py delete mode 100644 contrib/tools/python/src/Lib/ensurepip/__init__.py delete mode 100644 contrib/tools/python/src/Lib/ensurepip/__main__.py delete mode 100644 contrib/tools/python/src/Lib/ensurepip/_uninstall.py delete mode 100644 contrib/tools/python/src/Lib/filecmp.py delete mode 100644 contrib/tools/python/src/Lib/fileinput.py delete mode 100644 contrib/tools/python/src/Lib/fnmatch.py delete mode 100644 contrib/tools/python/src/Lib/formatter.py delete mode 100644 contrib/tools/python/src/Lib/fpformat.py delete mode 100644 contrib/tools/python/src/Lib/fractions.py delete mode 100644 contrib/tools/python/src/Lib/ftplib.py delete mode 100644 contrib/tools/python/src/Lib/functools.py delete mode 100644 contrib/tools/python/src/Lib/genericpath.py delete mode 100644 contrib/tools/python/src/Lib/getopt.py delete mode 100644 contrib/tools/python/src/Lib/getpass.py delete mode 100644 contrib/tools/python/src/Lib/gettext.py delete mode 100644 contrib/tools/python/src/Lib/glob.py delete mode 100644 contrib/tools/python/src/Lib/gzip.py delete mode 100644 contrib/tools/python/src/Lib/hashlib.py delete mode 100644 contrib/tools/python/src/Lib/heapq.py delete mode 100644 contrib/tools/python/src/Lib/hmac.py delete mode 100644 contrib/tools/python/src/Lib/hotshot/__init__.py delete mode 100644 contrib/tools/python/src/Lib/hotshot/log.py delete mode 100644 contrib/tools/python/src/Lib/hotshot/stats.py delete mode 100644 contrib/tools/python/src/Lib/hotshot/stones.py delete mode 100644 contrib/tools/python/src/Lib/htmlentitydefs.py delete mode 100644 contrib/tools/python/src/Lib/htmllib.py delete mode 100644 contrib/tools/python/src/Lib/httplib.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/AutoComplete.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/AutoCompleteWindow.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/AutoExpand.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/Bindings.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/CallTipWindow.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/CallTips.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ClassBrowser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/CodeContext.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ColorDelegator.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/Debugger.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/Delegator.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/EditorWindow.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/FileList.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/FormatParagraph.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/GrepDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/HyperParser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/IOBinding.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/IdleHistory.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/MultiCall.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/MultiStatusBar.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ObjectBrowser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/OutputWindow.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ParenMatch.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/PathBrowser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/Percolator.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/PyParse.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/PyShell.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/RemoteDebugger.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/RemoteObjectBrowser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ReplaceDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/RstripExtension.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ScriptBinding.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ScrolledList.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/SearchDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/SearchDialogBase.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/SearchEngine.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/StackViewer.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ToolTip.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/TreeWidget.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/UndoDelegator.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/WidgetRedirector.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/WindowList.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/ZoomHeight.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/__init__.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/aboutDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/configDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/configHandler.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/configHelpSourceEdit.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/configSectionNameDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/dynOptionMenuWidget.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/help.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/htest.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/mock_idle.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/mock_tk.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_autocomplete.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_autoexpand.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_calltips.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_config_name.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_configdialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_delegator.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_formatparagraph.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_grep.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_hyperparser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_idlehistory.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_io.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_parenmatch.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_pathbrowser.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_rstrip.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_searchdialogbase.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_searchengine.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_text.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_textview.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_warning.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idle_test/test_widgetredir.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/idlever.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/keybindingDialog.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/macosxSupport.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/rpc.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/run.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/tabbedpages.py delete mode 100644 contrib/tools/python/src/Lib/idlelib/textView.py delete mode 100644 contrib/tools/python/src/Lib/ihooks.py delete mode 100644 contrib/tools/python/src/Lib/imaplib.py delete mode 100644 contrib/tools/python/src/Lib/imghdr.py delete mode 100644 contrib/tools/python/src/Lib/importlib/__init__.py delete mode 100644 contrib/tools/python/src/Lib/imputil.py delete mode 100644 contrib/tools/python/src/Lib/inspect.py delete mode 100644 contrib/tools/python/src/Lib/io.py delete mode 100644 contrib/tools/python/src/Lib/json/__init__.py delete mode 100644 contrib/tools/python/src/Lib/json/decoder.py delete mode 100644 contrib/tools/python/src/Lib/json/encoder.py delete mode 100644 contrib/tools/python/src/Lib/json/scanner.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/__init__.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_check_circular.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_decode.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_default.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_dump.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_encode_basestring_ascii.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_fail.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_float.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_indent.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_pass1.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_pass2.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_pass3.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_recursion.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_scanstring.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_separators.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_speedups.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_tool.py delete mode 100644 contrib/tools/python/src/Lib/json/tests/test_unicode.py delete mode 100644 contrib/tools/python/src/Lib/json/tool.py delete mode 100755 contrib/tools/python/src/Lib/keyword.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/Canvas.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/Dialog.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/FileDialog.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/FixTk.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/ScrolledText.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/SimpleDialog.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/Tix.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/Tkconstants.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/Tkdnd.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/Tkinter.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/runtktests.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/__init__.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_font.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_geometry_managers.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_images.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_loadtk.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_text.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_variables.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_tkinter/test_widgets.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_ttk/__init__.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_ttk/support.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_ttk/test_extensions.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_ttk/test_functions.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_ttk/test_style.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/test_ttk/test_widgets.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/test/widget_tests.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/tkColorChooser.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/tkCommonDialog.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/tkFileDialog.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/tkFont.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/tkMessageBox.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/tkSimpleDialog.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/ttk.py delete mode 100644 contrib/tools/python/src/Lib/lib-tk/turtle.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/__init__.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/__main__.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/btm_matcher.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/btm_utils.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixer_base.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixer_util.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/__init__.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_apply.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_asserts.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_basestring.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_buffer.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_dict.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_except.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_exec.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_execfile.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_exitfunc.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_filter.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_funcattrs.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_future.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_getcwdu.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_has_key.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_idioms.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_import.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_imports.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_imports2.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_input.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_intern.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_isinstance.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_itertools.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_itertools_imports.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_long.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_map.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_metaclass.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_methodattrs.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_ne.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_next.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_nonzero.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_numliterals.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_operator.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_paren.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_print.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_raise.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_raw_input.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_reduce.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_renames.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_repr.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_set_literal.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_standarderror.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_sys_exc.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_throw.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_tuple_params.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_types.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_unicode.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_urllib.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_ws_comma.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_xrange.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_xreadlines.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/fixes/fix_zip.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/main.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/patcomp.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/__init__.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/conv.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/driver.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/grammar.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/literals.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/parse.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/pgen.py delete mode 100755 contrib/tools/python/src/Lib/lib2to3/pgen2/token.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pgen2/tokenize.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pygram.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/pytree.py delete mode 100644 contrib/tools/python/src/Lib/lib2to3/refactor.py delete mode 100644 contrib/tools/python/src/Lib/linecache.py delete mode 100644 contrib/tools/python/src/Lib/locale.py delete mode 100644 contrib/tools/python/src/Lib/logging/__init__.py delete mode 100644 contrib/tools/python/src/Lib/logging/config.py delete mode 100644 contrib/tools/python/src/Lib/logging/handlers.py delete mode 100644 contrib/tools/python/src/Lib/macpath.py delete mode 100644 contrib/tools/python/src/Lib/macurl2path.py delete mode 100644 contrib/tools/python/src/Lib/mailbox.py delete mode 100644 contrib/tools/python/src/Lib/mailcap.py delete mode 100644 contrib/tools/python/src/Lib/markupbase.py delete mode 100644 contrib/tools/python/src/Lib/md5.py delete mode 100644 contrib/tools/python/src/Lib/mhlib.py delete mode 100644 contrib/tools/python/src/Lib/mimetools.py delete mode 100644 contrib/tools/python/src/Lib/mimetypes.py delete mode 100755 contrib/tools/python/src/Lib/mimify.py delete mode 100644 contrib/tools/python/src/Lib/modulefinder.py delete mode 100644 contrib/tools/python/src/Lib/msilib/__init__.py delete mode 100644 contrib/tools/python/src/Lib/msilib/schema.py delete mode 100644 contrib/tools/python/src/Lib/msilib/sequence.py delete mode 100644 contrib/tools/python/src/Lib/msilib/text.py delete mode 100644 contrib/tools/python/src/Lib/multifile.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/__init__.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/connection.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/dummy/__init__.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/dummy/connection.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/forking.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/heap.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/managers.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/pool.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/process.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/queues.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/reduction.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/sharedctypes.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/synchronize.py delete mode 100644 contrib/tools/python/src/Lib/multiprocessing/util.py delete mode 100644 contrib/tools/python/src/Lib/mutex.py delete mode 100644 contrib/tools/python/src/Lib/netrc.py delete mode 100644 contrib/tools/python/src/Lib/new.py delete mode 100644 contrib/tools/python/src/Lib/nntplib.py delete mode 100644 contrib/tools/python/src/Lib/ntpath.py delete mode 100644 contrib/tools/python/src/Lib/nturl2path.py delete mode 100644 contrib/tools/python/src/Lib/numbers.py delete mode 100644 contrib/tools/python/src/Lib/opcode.py delete mode 100644 contrib/tools/python/src/Lib/optparse.py delete mode 100644 contrib/tools/python/src/Lib/os.py delete mode 100644 contrib/tools/python/src/Lib/os2emxpath.py delete mode 100755 contrib/tools/python/src/Lib/pdb.py delete mode 100644 contrib/tools/python/src/Lib/pickle.py delete mode 100644 contrib/tools/python/src/Lib/pickletools.py delete mode 100644 contrib/tools/python/src/Lib/pipes.py delete mode 100644 contrib/tools/python/src/Lib/pkgutil.py delete mode 100644 contrib/tools/python/src/Lib/plat-aix3/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-aix4/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-atheos/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-atheos/TYPES.py delete mode 100644 contrib/tools/python/src/Lib/plat-beos5/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-darwin/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-freebsd4/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-freebsd5/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-freebsd6/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-freebsd7/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-freebsd8/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/AL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/CD.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/CL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/CL_old.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/DEVICE.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/ERRNO.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/FILE.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/FL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/GET.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/GL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/GLWS.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/IOCTL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/SV.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/WAIT.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/cddb.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/cdplayer.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/flp.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/jpeg.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/panel.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/panelparser.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/readcd.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix5/torgb.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/AL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/CD.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/CL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/DEVICE.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/ERRNO.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/FILE.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/FL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/GET.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/GL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/GLWS.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/IOCTL.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/SV.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/WAIT.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/cddb.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/cdplayer.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/flp.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/jpeg.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/panel.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/panelparser.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/readcd.py delete mode 100644 contrib/tools/python/src/Lib/plat-irix6/torgb.py delete mode 100644 contrib/tools/python/src/Lib/plat-linux2/CDROM.py delete mode 100644 contrib/tools/python/src/Lib/plat-linux2/DLFCN.py delete mode 100644 contrib/tools/python/src/Lib/plat-linux2/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-linux2/TYPES.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Audio_mac.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/AE.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/AH.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Alias.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Aliases.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/App.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Appearance.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/AppleEvents.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/AppleHelp.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/CF.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/CG.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/CarbonEvents.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/CarbonEvt.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Cm.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Components.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/ControlAccessor.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Controls.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/CoreFoundation.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/CoreGraphics.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Ctl.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Dialogs.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Dlg.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Drag.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Dragconst.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Events.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Evt.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/File.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Files.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Fm.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Folder.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Folders.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Fonts.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Help.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/IBCarbon.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/IBCarbonRuntime.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Icn.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Icons.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Launch.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/LaunchServices.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/List.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Lists.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/MacHelp.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/MacTextEditor.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/MediaDescr.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Menu.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Menus.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Mlte.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/OSA.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/OSAconst.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/QDOffscreen.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Qd.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Qdoffs.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Qt.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/QuickDraw.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/QuickTime.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Res.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Resources.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Scrap.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Snd.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Sndihooks.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Sound.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/TE.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/TextEdit.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Win.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/Windows.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/Carbon/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/EasyDialogs.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/FrameWork.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/MiniAEFrame.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/PixMapWrapper.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/aepack.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/aetools.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/aetypes.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/applesingle.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/appletrawmain.py delete mode 100755 contrib/tools/python/src/Lib/plat-mac/appletrunner.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/argvemulator.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/bgenlocations.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/buildtools.py delete mode 100755 contrib/tools/python/src/Lib/plat-mac/bundlebuilder.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/cfmfile.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/findertools.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/gensuitemodule.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/ic.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/icopen.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Required.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Enumerations.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Files.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Finder_items.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Finder/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/Required_suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/Text.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Netscape/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/macerrors.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/macostools.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/macresource.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/pimp.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/terminalcommand.py delete mode 100644 contrib/tools/python/src/Lib/plat-mac/videoreader.py delete mode 100644 contrib/tools/python/src/Lib/plat-netbsd1/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-os2emx/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-os2emx/SOCKET.py delete mode 100644 contrib/tools/python/src/Lib/plat-os2emx/_emx_link.py delete mode 100644 contrib/tools/python/src/Lib/plat-os2emx/grp.py delete mode 100644 contrib/tools/python/src/Lib/plat-os2emx/pwd.py delete mode 100644 contrib/tools/python/src/Lib/plat-riscos/riscosenviron.py delete mode 100644 contrib/tools/python/src/Lib/plat-riscos/riscospath.py delete mode 100644 contrib/tools/python/src/Lib/plat-riscos/rourl2path.py delete mode 100644 contrib/tools/python/src/Lib/plat-sunos5/CDIO.py delete mode 100644 contrib/tools/python/src/Lib/plat-sunos5/DLFCN.py delete mode 100644 contrib/tools/python/src/Lib/plat-sunos5/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-sunos5/STROPTS.py delete mode 100644 contrib/tools/python/src/Lib/plat-sunos5/SUNAUDIODEV.py delete mode 100644 contrib/tools/python/src/Lib/plat-sunos5/TYPES.py delete mode 100644 contrib/tools/python/src/Lib/plat-unixware7/IN.py delete mode 100644 contrib/tools/python/src/Lib/plat-unixware7/STROPTS.py delete mode 100755 contrib/tools/python/src/Lib/platform.py delete mode 100644 contrib/tools/python/src/Lib/plistlib.py delete mode 100644 contrib/tools/python/src/Lib/popen2.py delete mode 100644 contrib/tools/python/src/Lib/poplib.py delete mode 100644 contrib/tools/python/src/Lib/posixfile.py delete mode 100644 contrib/tools/python/src/Lib/posixpath.py delete mode 100644 contrib/tools/python/src/Lib/pprint.py delete mode 100755 contrib/tools/python/src/Lib/profile.py delete mode 100644 contrib/tools/python/src/Lib/pstats.py delete mode 100644 contrib/tools/python/src/Lib/pty.py delete mode 100644 contrib/tools/python/src/Lib/py_compile.py delete mode 100644 contrib/tools/python/src/Lib/pyclbr.py delete mode 100755 contrib/tools/python/src/Lib/pydoc.py delete mode 100644 contrib/tools/python/src/Lib/pydoc_data/__init__.py delete mode 100644 contrib/tools/python/src/Lib/pydoc_data/topics.py delete mode 100755 contrib/tools/python/src/Lib/quopri.py delete mode 100644 contrib/tools/python/src/Lib/random.py delete mode 100644 contrib/tools/python/src/Lib/re.py delete mode 100644 contrib/tools/python/src/Lib/repr.py delete mode 100644 contrib/tools/python/src/Lib/rexec.py delete mode 100644 contrib/tools/python/src/Lib/rfc822.py delete mode 100644 contrib/tools/python/src/Lib/rlcompleter.py delete mode 100644 contrib/tools/python/src/Lib/robotparser.py delete mode 100644 contrib/tools/python/src/Lib/runpy.py delete mode 100644 contrib/tools/python/src/Lib/sched.py delete mode 100644 contrib/tools/python/src/Lib/sets.py delete mode 100644 contrib/tools/python/src/Lib/sgmllib.py delete mode 100644 contrib/tools/python/src/Lib/sha.py delete mode 100644 contrib/tools/python/src/Lib/shelve.py delete mode 100644 contrib/tools/python/src/Lib/shlex.py delete mode 100644 contrib/tools/python/src/Lib/shutil.py delete mode 100644 contrib/tools/python/src/Lib/site.py delete mode 100755 contrib/tools/python/src/Lib/smtpd.py delete mode 100755 contrib/tools/python/src/Lib/smtplib.py delete mode 100644 contrib/tools/python/src/Lib/sndhdr.py delete mode 100644 contrib/tools/python/src/Lib/socket.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/__init__.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/dbapi2.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/dump.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/dbapi.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/dump.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/factory.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/hooks.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/py25tests.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/regression.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/transactions.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/types.py delete mode 100644 contrib/tools/python/src/Lib/sqlite3/test/userfunctions.py delete mode 100644 contrib/tools/python/src/Lib/sre.py delete mode 100644 contrib/tools/python/src/Lib/sre_compile.py delete mode 100644 contrib/tools/python/src/Lib/sre_constants.py delete mode 100644 contrib/tools/python/src/Lib/sre_parse.py delete mode 100644 contrib/tools/python/src/Lib/ssl.py delete mode 100644 contrib/tools/python/src/Lib/stat.py delete mode 100644 contrib/tools/python/src/Lib/statvfs.py delete mode 100644 contrib/tools/python/src/Lib/string.py delete mode 100644 contrib/tools/python/src/Lib/stringold.py delete mode 100644 contrib/tools/python/src/Lib/stringprep.py delete mode 100644 contrib/tools/python/src/Lib/struct.py delete mode 100644 contrib/tools/python/src/Lib/subprocess.py delete mode 100644 contrib/tools/python/src/Lib/sunau.py delete mode 100644 contrib/tools/python/src/Lib/sunaudio.py delete mode 100755 contrib/tools/python/src/Lib/symbol.py delete mode 100644 contrib/tools/python/src/Lib/symtable.py delete mode 100644 contrib/tools/python/src/Lib/sysconfig.py delete mode 100755 contrib/tools/python/src/Lib/tabnanny.py delete mode 100644 contrib/tools/python/src/Lib/tarfile.py delete mode 100644 contrib/tools/python/src/Lib/telnetlib.py delete mode 100644 contrib/tools/python/src/Lib/tempfile.py delete mode 100644 contrib/tools/python/src/Lib/test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/test/support/__init__.py delete mode 100644 contrib/tools/python/src/Lib/test/support/script_helper.py delete mode 100644 contrib/tools/python/src/Lib/test/test_support.py delete mode 100644 contrib/tools/python/src/Lib/textwrap.py delete mode 100644 contrib/tools/python/src/Lib/this.py delete mode 100644 contrib/tools/python/src/Lib/threading.py delete mode 100644 contrib/tools/python/src/Lib/timeit.py delete mode 100644 contrib/tools/python/src/Lib/toaiff.py delete mode 100755 contrib/tools/python/src/Lib/token.py delete mode 100644 contrib/tools/python/src/Lib/tokenize.py delete mode 100644 contrib/tools/python/src/Lib/trace.py delete mode 100644 contrib/tools/python/src/Lib/traceback.py delete mode 100644 contrib/tools/python/src/Lib/tty.py delete mode 100644 contrib/tools/python/src/Lib/types.py delete mode 100644 contrib/tools/python/src/Lib/unittest/__init__.py delete mode 100644 contrib/tools/python/src/Lib/unittest/__main__.py delete mode 100644 contrib/tools/python/src/Lib/unittest/case.py delete mode 100644 contrib/tools/python/src/Lib/unittest/loader.py delete mode 100644 contrib/tools/python/src/Lib/unittest/main.py delete mode 100644 contrib/tools/python/src/Lib/unittest/result.py delete mode 100644 contrib/tools/python/src/Lib/unittest/runner.py delete mode 100644 contrib/tools/python/src/Lib/unittest/signals.py delete mode 100644 contrib/tools/python/src/Lib/unittest/suite.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/__init__.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/dummy.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/support.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_assertions.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_break.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_case.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_discovery.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_functiontestcase.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_loader.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_program.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_result.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_runner.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_setups.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_skipping.py delete mode 100644 contrib/tools/python/src/Lib/unittest/test/test_suite.py delete mode 100644 contrib/tools/python/src/Lib/unittest/util.py delete mode 100644 contrib/tools/python/src/Lib/urllib.py delete mode 100644 contrib/tools/python/src/Lib/urllib2.py delete mode 100644 contrib/tools/python/src/Lib/urlparse.py delete mode 100644 contrib/tools/python/src/Lib/user.py delete mode 100755 contrib/tools/python/src/Lib/uu.py delete mode 100644 contrib/tools/python/src/Lib/uuid.py delete mode 100644 contrib/tools/python/src/Lib/warnings.py delete mode 100644 contrib/tools/python/src/Lib/wave.py delete mode 100644 contrib/tools/python/src/Lib/weakref.py delete mode 100644 contrib/tools/python/src/Lib/webbrowser.py delete mode 100644 contrib/tools/python/src/Lib/whichdb.py delete mode 100644 contrib/tools/python/src/Lib/wsgiref/__init__.py delete mode 100644 contrib/tools/python/src/Lib/wsgiref/handlers.py delete mode 100644 contrib/tools/python/src/Lib/wsgiref/headers.py delete mode 100644 contrib/tools/python/src/Lib/wsgiref/simple_server.py delete mode 100644 contrib/tools/python/src/Lib/wsgiref/util.py delete mode 100644 contrib/tools/python/src/Lib/wsgiref/validate.py delete mode 100644 contrib/tools/python/src/Lib/xdrlib.py delete mode 100644 contrib/tools/python/src/Lib/xml/__init__.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/NodeFilter.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/__init__.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/domreg.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/expatbuilder.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/minicompat.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/minidom.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/pulldom.py delete mode 100644 contrib/tools/python/src/Lib/xml/dom/xmlbuilder.py delete mode 100644 contrib/tools/python/src/Lib/xml/etree/ElementInclude.py delete mode 100644 contrib/tools/python/src/Lib/xml/etree/ElementPath.py delete mode 100644 contrib/tools/python/src/Lib/xml/etree/ElementTree.py delete mode 100644 contrib/tools/python/src/Lib/xml/etree/__init__.py delete mode 100644 contrib/tools/python/src/Lib/xml/etree/cElementTree.py delete mode 100644 contrib/tools/python/src/Lib/xml/parsers/__init__.py delete mode 100644 contrib/tools/python/src/Lib/xml/parsers/expat.py delete mode 100644 contrib/tools/python/src/Lib/xml/sax/__init__.py delete mode 100644 contrib/tools/python/src/Lib/xml/sax/_exceptions.py delete mode 100644 contrib/tools/python/src/Lib/xml/sax/expatreader.py delete mode 100644 contrib/tools/python/src/Lib/xml/sax/handler.py delete mode 100644 contrib/tools/python/src/Lib/xml/sax/saxutils.py delete mode 100644 contrib/tools/python/src/Lib/xml/sax/xmlreader.py delete mode 100644 contrib/tools/python/src/Lib/xmllib.py delete mode 100644 contrib/tools/python/src/Lib/xmlrpclib.py delete mode 100644 contrib/tools/python/src/Lib/zipfile.py delete mode 100644 contrib/tools/python/src/Modules/python.c delete mode 100644 contrib/tools/python/src/Python/frozen.c (limited to 'contrib/tools/python/src') diff --git a/contrib/tools/python/src/Lib/BaseHTTPServer.py b/contrib/tools/python/src/Lib/BaseHTTPServer.py deleted file mode 100644 index 3df3323a97e..00000000000 --- a/contrib/tools/python/src/Lib/BaseHTTPServer.py +++ /dev/null @@ -1,614 +0,0 @@ -"""HTTP server base class. - -Note: the class in this module doesn't implement any HTTP request; see -SimpleHTTPServer for simple implementations of GET, HEAD and POST -(including CGI scripts). It does, however, optionally implement HTTP/1.1 -persistent connections, as of version 0.3. - -Contents: - -- BaseHTTPRequestHandler: HTTP request handler base class -- test: test function - -XXX To do: - -- log requests even later (to capture byte count) -- log user-agent header and other interesting goodies -- send error log to separate file -""" - - -# See also: -# -# HTTP Working Group T. Berners-Lee -# INTERNET-DRAFT R. T. Fielding -# H. Frystyk Nielsen -# Expires September 8, 1995 March 8, 1995 -# -# URL: http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-v10-spec-00.txt -# -# and -# -# Network Working Group R. Fielding -# Request for Comments: 2616 et al -# Obsoletes: 2068 June 1999 -# Category: Standards Track -# -# URL: http://www.faqs.org/rfcs/rfc2616.html - -# Log files -# --------- -# -# Here's a quote from the NCSA httpd docs about log file format. -# -# | The logfile format is as follows. Each line consists of: -# | -# | host rfc931 authuser [DD/Mon/YYYY:hh:mm:ss] "request" ddd bbbb -# | -# | host: Either the DNS name or the IP number of the remote client -# | rfc931: Any information returned by identd for this person, -# | - otherwise. -# | authuser: If user sent a userid for authentication, the user name, -# | - otherwise. -# | DD: Day -# | Mon: Month (calendar name) -# | YYYY: Year -# | hh: hour (24-hour format, the machine's timezone) -# | mm: minutes -# | ss: seconds -# | request: The first line of the HTTP request as sent by the client. -# | ddd: the status code returned by the server, - if not available. -# | bbbb: the total number of bytes sent, -# | *not including the HTTP/1.0 header*, - if not available -# | -# | You can determine the name of the file accessed through request. -# -# (Actually, the latter is only true if you know the server configuration -# at the time the request was made!) - -__version__ = "0.3" - -__all__ = ["HTTPServer", "BaseHTTPRequestHandler"] - -import sys -import time -import socket # For gethostbyaddr() -from warnings import filterwarnings, catch_warnings -with catch_warnings(): - if sys.py3kwarning: - filterwarnings("ignore", ".*mimetools has been removed", - DeprecationWarning) - import mimetools -import SocketServer - -# Default error message template -DEFAULT_ERROR_MESSAGE = """\ - -Error response - - -

Error response

-

Error code %(code)d. -

Message: %(message)s. -

Error code explanation: %(code)s = %(explain)s. - -""" - -DEFAULT_ERROR_CONTENT_TYPE = "text/html" - -def _quote_html(html): - return html.replace("&", "&").replace("<", "<").replace(">", ">") - -class HTTPServer(SocketServer.TCPServer): - - allow_reuse_address = 1 # Seems to make sense in testing environment - - def server_bind(self): - """Override server_bind to store the server name.""" - SocketServer.TCPServer.server_bind(self) - host, port = self.socket.getsockname()[:2] - self.server_name = socket.getfqdn(host) - self.server_port = port - - -class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler): - - """HTTP request handler base class. - - The following explanation of HTTP serves to guide you through the - code as well as to expose any misunderstandings I may have about - HTTP (so you don't need to read the code to figure out I'm wrong - :-). - - HTTP (HyperText Transfer Protocol) is an extensible protocol on - top of a reliable stream transport (e.g. TCP/IP). The protocol - recognizes three parts to a request: - - 1. One line identifying the request type and path - 2. An optional set of RFC-822-style headers - 3. An optional data part - - The headers and data are separated by a blank line. - - The first line of the request has the form - - - - where is a (case-sensitive) keyword such as GET or POST, - is a string containing path information for the request, - and should be the string "HTTP/1.0" or "HTTP/1.1". - is encoded using the URL encoding scheme (using %xx to signify - the ASCII character with hex code xx). - - The specification specifies that lines are separated by CRLF but - for compatibility with the widest range of clients recommends - servers also handle LF. Similarly, whitespace in the request line - is treated sensibly (allowing multiple spaces between components - and allowing trailing whitespace). - - Similarly, for output, lines ought to be separated by CRLF pairs - but most clients grok LF characters just fine. - - If the first line of the request has the form - - - - (i.e. is left out) then this is assumed to be an HTTP - 0.9 request; this form has no optional headers and data part and - the reply consists of just the data. - - The reply form of the HTTP 1.x protocol again has three parts: - - 1. One line giving the response code - 2. An optional set of RFC-822-style headers - 3. The data - - Again, the headers and data are separated by a blank line. - - The response code line has the form - - - - where is the protocol version ("HTTP/1.0" or "HTTP/1.1"), - is a 3-digit response code indicating success or - failure of the request, and is an optional - human-readable string explaining what the response code means. - - This server parses the request and the headers, and then calls a - function specific to the request type (). Specifically, - a request SPAM will be handled by a method do_SPAM(). If no - such method exists the server sends an error response to the - client. If it exists, it is called with no arguments: - - do_SPAM() - - Note that the request name is case sensitive (i.e. SPAM and spam - are different requests). - - The various request details are stored in instance variables: - - - client_address is the client IP address in the form (host, - port); - - - command, path and version are the broken-down request line; - - - headers is an instance of mimetools.Message (or a derived - class) containing the header information; - - - rfile is a file object open for reading positioned at the - start of the optional input data part; - - - wfile is a file object open for writing. - - IT IS IMPORTANT TO ADHERE TO THE PROTOCOL FOR WRITING! - - The first thing to be written must be the response line. Then - follow 0 or more header lines, then a blank line, and then the - actual data (if any). The meaning of the header lines depends on - the command executed by the server; in most cases, when data is - returned, there should be at least one header line of the form - - Content-type: / - - where and should be registered MIME types, - e.g. "text/html" or "text/plain". - - """ - - # The Python system version, truncated to its first component. - sys_version = "Python/" + sys.version.split()[0] - - # The server software version. You may want to override this. - # The format is multiple whitespace-separated strings, - # where each string is of the form name[/version]. - server_version = "BaseHTTP/" + __version__ - - # The default request version. This only affects responses up until - # the point where the request line is parsed, so it mainly decides what - # the client gets back when sending a malformed request line. - # Most web servers default to HTTP 0.9, i.e. don't send a status line. - default_request_version = "HTTP/0.9" - - def parse_request(self): - """Parse a request (internal). - - The request should be stored in self.raw_requestline; the results - are in self.command, self.path, self.request_version and - self.headers. - - Return True for success, False for failure; on failure, an - error is sent back. - - """ - self.command = None # set in case of error on the first line - self.request_version = version = self.default_request_version - self.close_connection = 1 - requestline = self.raw_requestline - requestline = requestline.rstrip('\r\n') - self.requestline = requestline - words = requestline.split() - if len(words) == 3: - command, path, version = words - if version[:5] != 'HTTP/': - self.send_error(400, "Bad request version (%r)" % version) - return False - try: - base_version_number = version.split('/', 1)[1] - version_number = base_version_number.split(".") - # RFC 2145 section 3.1 says there can be only one "." and - # - major and minor numbers MUST be treated as - # separate integers; - # - HTTP/2.4 is a lower version than HTTP/2.13, which in - # turn is lower than HTTP/12.3; - # - Leading zeros MUST be ignored by recipients. - if len(version_number) != 2: - raise ValueError - version_number = int(version_number[0]), int(version_number[1]) - except (ValueError, IndexError): - self.send_error(400, "Bad request version (%r)" % version) - return False - if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1": - self.close_connection = 0 - if version_number >= (2, 0): - self.send_error(505, - "Invalid HTTP Version (%s)" % base_version_number) - return False - elif len(words) == 2: - command, path = words - self.close_connection = 1 - if command != 'GET': - self.send_error(400, - "Bad HTTP/0.9 request type (%r)" % command) - return False - elif not words: - return False - else: - self.send_error(400, "Bad request syntax (%r)" % requestline) - return False - self.command, self.path, self.request_version = command, path, version - - # Examine the headers and look for a Connection directive - self.headers = self.MessageClass(self.rfile, 0) - - conntype = self.headers.get('Connection', "") - if conntype.lower() == 'close': - self.close_connection = 1 - elif (conntype.lower() == 'keep-alive' and - self.protocol_version >= "HTTP/1.1"): - self.close_connection = 0 - return True - - def handle_one_request(self): - """Handle a single HTTP request. - - You normally don't need to override this method; see the class - __doc__ string for information on how to handle specific HTTP - commands such as GET and POST. - - """ - try: - self.raw_requestline = self.rfile.readline(65537) - if len(self.raw_requestline) > 65536: - self.requestline = '' - self.request_version = '' - self.command = '' - self.send_error(414) - return - if not self.raw_requestline: - self.close_connection = 1 - return - if not self.parse_request(): - # An error code has been sent, just exit - return - mname = 'do_' + self.command - if not hasattr(self, mname): - self.send_error(501, "Unsupported method (%r)" % self.command) - return - method = getattr(self, mname) - method() - self.wfile.flush() #actually send the response if not already done. - except socket.timeout, e: - #a read or a write timed out. Discard this connection - self.log_error("Request timed out: %r", e) - self.close_connection = 1 - return - - def handle(self): - """Handle multiple requests if necessary.""" - self.close_connection = 1 - - self.handle_one_request() - while not self.close_connection: - self.handle_one_request() - - def send_error(self, code, message=None): - """Send and log an error reply. - - Arguments are the error code, and a detailed message. - The detailed message defaults to the short entry matching the - response code. - - This sends an error response (so it must be called before any - output has been generated), logs the error, and finally sends - a piece of HTML explaining the error to the user. - - """ - - try: - short, long = self.responses[code] - except KeyError: - short, long = '???', '???' - if message is None: - message = short - explain = long - self.log_error("code %d, message %s", code, message) - self.send_response(code, message) - self.send_header('Connection', 'close') - - # Message body is omitted for cases described in: - # - RFC7230: 3.3. 1xx, 204(No Content), 304(Not Modified) - # - RFC7231: 6.3.6. 205(Reset Content) - content = None - if code >= 200 and code not in (204, 205, 304): - # HTML encode to prevent Cross Site Scripting attacks - # (see bug #1100201) - content = (self.error_message_format % { - 'code': code, - 'message': _quote_html(message), - 'explain': explain - }) - self.send_header("Content-Type", self.error_content_type) - self.end_headers() - - if self.command != 'HEAD' and content: - self.wfile.write(content) - - error_message_format = DEFAULT_ERROR_MESSAGE - error_content_type = DEFAULT_ERROR_CONTENT_TYPE - - def send_response(self, code, message=None): - """Send the response header and log the response code. - - Also send two standard headers with the server software - version and the current date. - - """ - self.log_request(code) - if message is None: - if code in self.responses: - message = self.responses[code][0] - else: - message = '' - if self.request_version != 'HTTP/0.9': - self.wfile.write("%s %d %s\r\n" % - (self.protocol_version, code, message)) - # print (self.protocol_version, code, message) - self.send_header('Server', self.version_string()) - self.send_header('Date', self.date_time_string()) - - def send_header(self, keyword, value): - """Send a MIME header.""" - if self.request_version != 'HTTP/0.9': - self.wfile.write("%s: %s\r\n" % (keyword, value)) - - if keyword.lower() == 'connection': - if value.lower() == 'close': - self.close_connection = 1 - elif value.lower() == 'keep-alive': - self.close_connection = 0 - - def end_headers(self): - """Send the blank line ending the MIME headers.""" - if self.request_version != 'HTTP/0.9': - self.wfile.write("\r\n") - - def log_request(self, code='-', size='-'): - """Log an accepted request. - - This is called by send_response(). - - """ - - self.log_message('"%s" %s %s', - self.requestline, str(code), str(size)) - - def log_error(self, format, *args): - """Log an error. - - This is called when a request cannot be fulfilled. By - default it passes the message on to log_message(). - - Arguments are the same as for log_message(). - - XXX This should go to the separate error log. - - """ - - self.log_message(format, *args) - - def log_message(self, format, *args): - """Log an arbitrary message. - - This is used by all other logging functions. Override - it if you have specific logging wishes. - - The first argument, FORMAT, is a format string for the - message to be logged. If the format string contains - any % escapes requiring parameters, they should be - specified as subsequent arguments (it's just like - printf!). - - The client ip address and current date/time are prefixed to every - message. - - """ - - sys.stderr.write("%s - - [%s] %s\n" % - (self.client_address[0], - self.log_date_time_string(), - format%args)) - - def version_string(self): - """Return the server software version string.""" - return self.server_version + ' ' + self.sys_version - - def date_time_string(self, timestamp=None): - """Return the current date and time formatted for a message header.""" - if timestamp is None: - timestamp = time.time() - year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp) - s = "%s, %02d %3s %4d %02d:%02d:%02d GMT" % ( - self.weekdayname[wd], - day, self.monthname[month], year, - hh, mm, ss) - return s - - def log_date_time_string(self): - """Return the current time formatted for logging.""" - now = time.time() - year, month, day, hh, mm, ss, x, y, z = time.localtime(now) - s = "%02d/%3s/%04d %02d:%02d:%02d" % ( - day, self.monthname[month], year, hh, mm, ss) - return s - - weekdayname = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] - - monthname = [None, - 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', - 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] - - def address_string(self): - """Return the client address formatted for logging. - - This version looks up the full hostname using gethostbyaddr(), - and tries to find a name that contains at least one dot. - - """ - - host, port = self.client_address[:2] - return socket.getfqdn(host) - - # Essentially static class variables - - # The version of the HTTP protocol we support. - # Set this to HTTP/1.1 to enable automatic keepalive - protocol_version = "HTTP/1.0" - - # The Message-like class used to parse headers - MessageClass = mimetools.Message - - # Table mapping response codes to messages; entries have the - # form {code: (shortmessage, longmessage)}. - # See RFC 2616. - responses = { - 100: ('Continue', 'Request received, please continue'), - 101: ('Switching Protocols', - 'Switching to new protocol; obey Upgrade header'), - - 200: ('OK', 'Request fulfilled, document follows'), - 201: ('Created', 'Document created, URL follows'), - 202: ('Accepted', - 'Request accepted, processing continues off-line'), - 203: ('Non-Authoritative Information', 'Request fulfilled from cache'), - 204: ('No Content', 'Request fulfilled, nothing follows'), - 205: ('Reset Content', 'Clear input form for further input.'), - 206: ('Partial Content', 'Partial content follows.'), - - 300: ('Multiple Choices', - 'Object has several resources -- see URI list'), - 301: ('Moved Permanently', 'Object moved permanently -- see URI list'), - 302: ('Found', 'Object moved temporarily -- see URI list'), - 303: ('See Other', 'Object moved -- see Method and URL list'), - 304: ('Not Modified', - 'Document has not changed since given time'), - 305: ('Use Proxy', - 'You must use proxy specified in Location to access this ' - 'resource.'), - 307: ('Temporary Redirect', - 'Object moved temporarily -- see URI list'), - - 400: ('Bad Request', - 'Bad request syntax or unsupported method'), - 401: ('Unauthorized', - 'No permission -- see authorization schemes'), - 402: ('Payment Required', - 'No payment -- see charging schemes'), - 403: ('Forbidden', - 'Request forbidden -- authorization will not help'), - 404: ('Not Found', 'Nothing matches the given URI'), - 405: ('Method Not Allowed', - 'Specified method is invalid for this resource.'), - 406: ('Not Acceptable', 'URI not available in preferred format.'), - 407: ('Proxy Authentication Required', 'You must authenticate with ' - 'this proxy before proceeding.'), - 408: ('Request Timeout', 'Request timed out; try again later.'), - 409: ('Conflict', 'Request conflict.'), - 410: ('Gone', - 'URI no longer exists and has been permanently removed.'), - 411: ('Length Required', 'Client must specify Content-Length.'), - 412: ('Precondition Failed', 'Precondition in headers is false.'), - 413: ('Request Entity Too Large', 'Entity is too large.'), - 414: ('Request-URI Too Long', 'URI is too long.'), - 415: ('Unsupported Media Type', 'Entity body in unsupported format.'), - 416: ('Requested Range Not Satisfiable', - 'Cannot satisfy request range.'), - 417: ('Expectation Failed', - 'Expect condition could not be satisfied.'), - - 500: ('Internal Server Error', 'Server got itself in trouble'), - 501: ('Not Implemented', - 'Server does not support this operation'), - 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'), - 503: ('Service Unavailable', - 'The server cannot process the request due to a high load'), - 504: ('Gateway Timeout', - 'The gateway server did not receive a timely response'), - 505: ('HTTP Version Not Supported', 'Cannot fulfill request.'), - } - - -def test(HandlerClass = BaseHTTPRequestHandler, - ServerClass = HTTPServer, protocol="HTTP/1.0"): - """Test the HTTP request handler class. - - This runs an HTTP server on port 8000 (or the first command line - argument). - - """ - - if sys.argv[1:]: - port = int(sys.argv[1]) - else: - port = 8000 - server_address = ('', port) - - HandlerClass.protocol_version = protocol - httpd = ServerClass(server_address, HandlerClass) - - sa = httpd.socket.getsockname() - print "Serving HTTP on", sa[0], "port", sa[1], "..." - httpd.serve_forever() - - -if __name__ == '__main__': - test() diff --git a/contrib/tools/python/src/Lib/Bastion.py b/contrib/tools/python/src/Lib/Bastion.py deleted file mode 100644 index d0dddbfdefc..00000000000 --- a/contrib/tools/python/src/Lib/Bastion.py +++ /dev/null @@ -1,180 +0,0 @@ -"""Bastionification utility. - -A bastion (for another object -- the 'original') is an object that has -the same methods as the original but does not give access to its -instance variables. Bastions have a number of uses, but the most -obvious one is to provide code executing in restricted mode with a -safe interface to an object implemented in unrestricted mode. - -The bastionification routine has an optional second argument which is -a filter function. Only those methods for which the filter method -(called with the method name as argument) returns true are accessible. -The default filter method returns true unless the method name begins -with an underscore. - -There are a number of possible implementations of bastions. We use a -'lazy' approach where the bastion's __getattr__() discipline does all -the work for a particular method the first time it is used. This is -usually fastest, especially if the user doesn't call all available -methods. The retrieved methods are stored as instance variables of -the bastion, so the overhead is only occurred on the first use of each -method. - -Detail: the bastion class has a __repr__() discipline which includes -the repr() of the original object. This is precomputed when the -bastion is created. - -""" -from warnings import warnpy3k -warnpy3k("the Bastion module has been removed in Python 3.0", stacklevel=2) -del warnpy3k - -__all__ = ["BastionClass", "Bastion"] - -from types import MethodType - - -class BastionClass: - - """Helper class used by the Bastion() function. - - You could subclass this and pass the subclass as the bastionclass - argument to the Bastion() function, as long as the constructor has - the same signature (a get() function and a name for the object). - - """ - - def __init__(self, get, name): - """Constructor. - - Arguments: - - get - a function that gets the attribute value (by name) - name - a human-readable name for the original object - (suggestion: use repr(object)) - - """ - self._get_ = get - self._name_ = name - - def __repr__(self): - """Return a representation string. - - This includes the name passed in to the constructor, so that - if you print the bastion during debugging, at least you have - some idea of what it is. - - """ - return "" % self._name_ - - def __getattr__(self, name): - """Get an as-yet undefined attribute value. - - This calls the get() function that was passed to the - constructor. The result is stored as an instance variable so - that the next time the same attribute is requested, - __getattr__() won't be invoked. - - If the get() function raises an exception, this is simply - passed on -- exceptions are not cached. - - """ - attribute = self._get_(name) - self.__dict__[name] = attribute - return attribute - - -def Bastion(object, filter = lambda name: name[:1] != '_', - name=None, bastionclass=BastionClass): - """Create a bastion for an object, using an optional filter. - - See the Bastion module's documentation for background. - - Arguments: - - object - the original object - filter - a predicate that decides whether a function name is OK; - by default all names are OK that don't start with '_' - name - the name of the object; default repr(object) - bastionclass - class used to create the bastion; default BastionClass - - """ - - raise RuntimeError, "This code is not secure in Python 2.2 and later" - - # Note: we define *two* ad-hoc functions here, get1 and get2. - # Both are intended to be called in the same way: get(name). - # It is clear that the real work (getting the attribute - # from the object and calling the filter) is done in get1. - # Why can't we pass get1 to the bastion? Because the user - # would be able to override the filter argument! With get2, - # overriding the default argument is no security loophole: - # all it does is call it. - # Also notice that we can't place the object and filter as - # instance variables on the bastion object itself, since - # the user has full access to all instance variables! - - def get1(name, object=object, filter=filter): - """Internal function for Bastion(). See source comments.""" - if filter(name): - attribute = getattr(object, name) - if type(attribute) == MethodType: - return attribute - raise AttributeError, name - - def get2(name, get1=get1): - """Internal function for Bastion(). See source comments.""" - return get1(name) - - if name is None: - name = repr(object) - return bastionclass(get2, name) - - -def _test(): - """Test the Bastion() function.""" - class Original: - def __init__(self): - self.sum = 0 - def add(self, n): - self._add(n) - def _add(self, n): - self.sum = self.sum + n - def total(self): - return self.sum - o = Original() - b = Bastion(o) - testcode = """if 1: - b.add(81) - b.add(18) - print "b.total() =", b.total() - try: - print "b.sum =", b.sum, - except: - print "inaccessible" - else: - print "accessible" - try: - print "b._add =", b._add, - except: - print "inaccessible" - else: - print "accessible" - try: - print "b._get_.func_defaults =", map(type, b._get_.func_defaults), - except: - print "inaccessible" - else: - print "accessible" - \n""" - exec testcode - print '='*20, "Using rexec:", '='*20 - import rexec - r = rexec.RExec() - m = r.add_module('__main__') - m.b = b - r.r_exec(testcode) - - -if __name__ == '__main__': - _test() diff --git a/contrib/tools/python/src/Lib/CGIHTTPServer.py b/contrib/tools/python/src/Lib/CGIHTTPServer.py deleted file mode 100644 index 5620083c693..00000000000 --- a/contrib/tools/python/src/Lib/CGIHTTPServer.py +++ /dev/null @@ -1,378 +0,0 @@ -"""CGI-savvy HTTP Server. - -This module builds on SimpleHTTPServer by implementing GET and POST -requests to cgi-bin scripts. - -If the os.fork() function is not present (e.g. on Windows), -os.popen2() is used as a fallback, with slightly altered semantics; if -that function is not present either (e.g. on Macintosh), only Python -scripts are supported, and they are executed by the current process. - -In all cases, the implementation is intentionally naive -- all -requests are executed sychronously. - -SECURITY WARNING: DON'T USE THIS CODE UNLESS YOU ARE INSIDE A FIREWALL --- it may execute arbitrary Python code or external programs. - -Note that status code 200 is sent prior to execution of a CGI script, so -scripts cannot send other status codes such as 302 (redirect). -""" - - -__version__ = "0.4" - -__all__ = ["CGIHTTPRequestHandler"] - -import os -import sys -import urllib -import BaseHTTPServer -import SimpleHTTPServer -import select -import copy - - -class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): - - """Complete HTTP server with GET, HEAD and POST commands. - - GET and HEAD also support running CGI scripts. - - The POST command is *only* implemented for CGI scripts. - - """ - - # Determine platform specifics - have_fork = hasattr(os, 'fork') - have_popen2 = hasattr(os, 'popen2') - have_popen3 = hasattr(os, 'popen3') - - # Make rfile unbuffered -- we need to read one line and then pass - # the rest to a subprocess, so we can't use buffered input. - rbufsize = 0 - - def do_POST(self): - """Serve a POST request. - - This is only implemented for CGI scripts. - - """ - - if self.is_cgi(): - self.run_cgi() - else: - self.send_error(501, "Can only POST to CGI scripts") - - def send_head(self): - """Version of send_head that support CGI scripts""" - if self.is_cgi(): - return self.run_cgi() - else: - return SimpleHTTPServer.SimpleHTTPRequestHandler.send_head(self) - - def is_cgi(self): - """Test whether self.path corresponds to a CGI script. - - Returns True and updates the cgi_info attribute to the tuple - (dir, rest) if self.path requires running a CGI script. - Returns False otherwise. - - If any exception is raised, the caller should assume that - self.path was rejected as invalid and act accordingly. - - The default implementation tests whether the normalized url - path begins with one of the strings in self.cgi_directories - (and the next character is a '/' or the end of the string). - """ - collapsed_path = _url_collapse_path(self.path) - dir_sep = collapsed_path.find('/', 1) - head, tail = collapsed_path[:dir_sep], collapsed_path[dir_sep+1:] - if head in self.cgi_directories: - self.cgi_info = head, tail - return True - return False - - cgi_directories = ['/cgi-bin', '/htbin'] - - def is_executable(self, path): - """Test whether argument path is an executable file.""" - return executable(path) - - def is_python(self, path): - """Test whether argument path is a Python script.""" - head, tail = os.path.splitext(path) - return tail.lower() in (".py", ".pyw") - - def run_cgi(self): - """Execute a CGI script.""" - dir, rest = self.cgi_info - path = dir + '/' + rest - i = path.find('/', len(dir)+1) - while i >= 0: - nextdir = path[:i] - nextrest = path[i+1:] - - scriptdir = self.translate_path(nextdir) - if os.path.isdir(scriptdir): - dir, rest = nextdir, nextrest - i = path.find('/', len(dir)+1) - else: - break - - # find an explicit query string, if present. - rest, _, query = rest.partition('?') - - # dissect the part after the directory name into a script name & - # a possible additional path, to be stored in PATH_INFO. - i = rest.find('/') - if i >= 0: - script, rest = rest[:i], rest[i:] - else: - script, rest = rest, '' - - scriptname = dir + '/' + script - scriptfile = self.translate_path(scriptname) - if not os.path.exists(scriptfile): - self.send_error(404, "No such CGI script (%r)" % scriptname) - return - if not os.path.isfile(scriptfile): - self.send_error(403, "CGI script is not a plain file (%r)" % - scriptname) - return - ispy = self.is_python(scriptname) - if not ispy: - if not (self.have_fork or self.have_popen2 or self.have_popen3): - self.send_error(403, "CGI script is not a Python script (%r)" % - scriptname) - return - if not self.is_executable(scriptfile): - self.send_error(403, "CGI script is not executable (%r)" % - scriptname) - return - - # Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html - # XXX Much of the following could be prepared ahead of time! - env = copy.deepcopy(os.environ) - env['SERVER_SOFTWARE'] = self.version_string() - env['SERVER_NAME'] = self.server.server_name - env['GATEWAY_INTERFACE'] = 'CGI/1.1' - env['SERVER_PROTOCOL'] = self.protocol_version - env['SERVER_PORT'] = str(self.server.server_port) - env['REQUEST_METHOD'] = self.command - uqrest = urllib.unquote(rest) - env['PATH_INFO'] = uqrest - env['PATH_TRANSLATED'] = self.translate_path(uqrest) - env['SCRIPT_NAME'] = scriptname - if query: - env['QUERY_STRING'] = query - host = self.address_string() - if host != self.client_address[0]: - env['REMOTE_HOST'] = host - env['REMOTE_ADDR'] = self.client_address[0] - authorization = self.headers.getheader("authorization") - if authorization: - authorization = authorization.split() - if len(authorization) == 2: - import base64, binascii - env['AUTH_TYPE'] = authorization[0] - if authorization[0].lower() == "basic": - try: - authorization = base64.decodestring(authorization[1]) - except binascii.Error: - pass - else: - authorization = authorization.split(':') - if len(authorization) == 2: - env['REMOTE_USER'] = authorization[0] - # XXX REMOTE_IDENT - if self.headers.typeheader is None: - env['CONTENT_TYPE'] = self.headers.type - else: - env['CONTENT_TYPE'] = self.headers.typeheader - length = self.headers.getheader('content-length') - if length: - env['CONTENT_LENGTH'] = length - referer = self.headers.getheader('referer') - if referer: - env['HTTP_REFERER'] = referer - accept = [] - for line in self.headers.getallmatchingheaders('accept'): - if line[:1] in "\t\n\r ": - accept.append(line.strip()) - else: - accept = accept + line[7:].split(',') - env['HTTP_ACCEPT'] = ','.join(accept) - ua = self.headers.getheader('user-agent') - if ua: - env['HTTP_USER_AGENT'] = ua - co = filter(None, self.headers.getheaders('cookie')) - if co: - env['HTTP_COOKIE'] = ', '.join(co) - # XXX Other HTTP_* headers - # Since we're setting the env in the parent, provide empty - # values to override previously set values - for k in ('QUERY_STRING', 'REMOTE_HOST', 'CONTENT_LENGTH', - 'HTTP_USER_AGENT', 'HTTP_COOKIE', 'HTTP_REFERER'): - env.setdefault(k, "") - - self.send_response(200, "Script output follows") - - decoded_query = query.replace('+', ' ') - - if self.have_fork: - # Unix -- fork as we should - args = [script] - if '=' not in decoded_query: - args.append(decoded_query) - nobody = nobody_uid() - self.wfile.flush() # Always flush before forking - pid = os.fork() - if pid != 0: - # Parent - pid, sts = os.waitpid(pid, 0) - # throw away additional data [see bug #427345] - while select.select([self.rfile], [], [], 0)[0]: - if not self.rfile.read(1): - break - if sts: - self.log_error("CGI script exit status %#x", sts) - return - # Child - try: - try: - os.setuid(nobody) - except os.error: - pass - os.dup2(self.rfile.fileno(), 0) - os.dup2(self.wfile.fileno(), 1) - os.execve(scriptfile, args, env) - except: - self.server.handle_error(self.request, self.client_address) - os._exit(127) - - else: - # Non Unix - use subprocess - import subprocess - cmdline = [scriptfile] - if self.is_python(scriptfile): - interp = sys.executable - if interp.lower().endswith("w.exe"): - # On Windows, use python.exe, not pythonw.exe - interp = interp[:-5] + interp[-4:] - cmdline = [interp, '-u'] + cmdline - if '=' not in query: - cmdline.append(query) - - self.log_message("command: %s", subprocess.list2cmdline(cmdline)) - try: - nbytes = int(length) - except (TypeError, ValueError): - nbytes = 0 - p = subprocess.Popen(cmdline, - stdin = subprocess.PIPE, - stdout = subprocess.PIPE, - stderr = subprocess.PIPE, - env = env - ) - if self.command.lower() == "post" and nbytes > 0: - data = self.rfile.read(nbytes) - else: - data = None - # throw away additional data [see bug #427345] - while select.select([self.rfile._sock], [], [], 0)[0]: - if not self.rfile._sock.recv(1): - break - stdout, stderr = p.communicate(data) - self.wfile.write(stdout) - if stderr: - self.log_error('%s', stderr) - p.stderr.close() - p.stdout.close() - status = p.returncode - if status: - self.log_error("CGI script exit status %#x", status) - else: - self.log_message("CGI script exited OK") - - -def _url_collapse_path(path): - """ - Given a URL path, remove extra '/'s and '.' path elements and collapse - any '..' references and returns a colllapsed path. - - Implements something akin to RFC-2396 5.2 step 6 to parse relative paths. - The utility of this function is limited to is_cgi method and helps - preventing some security attacks. - - Returns: The reconstituted URL, which will always start with a '/'. - - Raises: IndexError if too many '..' occur within the path. - - """ - # Query component should not be involved. - path, _, query = path.partition('?') - path = urllib.unquote(path) - - # Similar to os.path.split(os.path.normpath(path)) but specific to URL - # path semantics rather than local operating system semantics. - path_parts = path.split('/') - head_parts = [] - for part in path_parts[:-1]: - if part == '..': - head_parts.pop() # IndexError if more '..' than prior parts - elif part and part != '.': - head_parts.append( part ) - if path_parts: - tail_part = path_parts.pop() - if tail_part: - if tail_part == '..': - head_parts.pop() - tail_part = '' - elif tail_part == '.': - tail_part = '' - else: - tail_part = '' - - if query: - tail_part = '?'.join((tail_part, query)) - - splitpath = ('/' + '/'.join(head_parts), tail_part) - collapsed_path = "/".join(splitpath) - - return collapsed_path - - -nobody = None - -def nobody_uid(): - """Internal routine to get nobody's uid""" - global nobody - if nobody: - return nobody - try: - import pwd - except ImportError: - return -1 - try: - nobody = pwd.getpwnam('nobody')[2] - except KeyError: - nobody = 1 + max(map(lambda x: x[2], pwd.getpwall())) - return nobody - - -def executable(path): - """Test for executable file.""" - try: - st = os.stat(path) - except os.error: - return False - return st.st_mode & 0111 != 0 - - -def test(HandlerClass = CGIHTTPRequestHandler, - ServerClass = BaseHTTPServer.HTTPServer): - SimpleHTTPServer.test(HandlerClass, ServerClass) - - -if __name__ == '__main__': - test() diff --git a/contrib/tools/python/src/Lib/ConfigParser.py b/contrib/tools/python/src/Lib/ConfigParser.py deleted file mode 100644 index 7e6cdbc30a7..00000000000 --- a/contrib/tools/python/src/Lib/ConfigParser.py +++ /dev/null @@ -1,753 +0,0 @@ -"""Configuration file parser. - -A setup file consists of sections, lead by a "[section]" header, -and followed by "name: value" entries, with continuations and such in -the style of RFC 822. - -The option values can contain format strings which refer to other values in -the same section, or values in a special [DEFAULT] section. - -For example: - - something: %(dir)s/whatever - -would resolve the "%(dir)s" to the value of dir. All reference -expansions are done late, on demand. - -Intrinsic defaults can be specified by passing them into the -ConfigParser constructor as a dictionary. - -class: - -ConfigParser -- responsible for parsing a list of - configuration files, and managing the parsed database. - - methods: - - __init__(defaults=None) - create the parser and specify a dictionary of intrinsic defaults. The - keys must be strings, the values must be appropriate for %()s string - interpolation. Note that `__name__' is always an intrinsic default; - its value is the section's name. - - sections() - return all the configuration section names, sans DEFAULT - - has_section(section) - return whether the given section exists - - has_option(section, option) - return whether the given option exists in the given section - - options(section) - return list of configuration options for the named section - - read(filenames) - read and parse the list of named configuration files, given by - name. A single filename is also allowed. Non-existing files - are ignored. Return list of successfully read files. - - readfp(fp, filename=None) - read and parse one configuration file, given as a file object. - The filename defaults to fp.name; it is only used in error - messages (if fp has no `name' attribute, the string `' is used). - - get(section, option, raw=False, vars=None) - return a string value for the named option. All % interpolations are - expanded in the return values, based on the defaults passed into the - constructor and the DEFAULT section. Additional substitutions may be - provided using the `vars' argument, which must be a dictionary whose - contents override any pre-existing defaults. - - getint(section, options) - like get(), but convert value to an integer - - getfloat(section, options) - like get(), but convert value to a float - - getboolean(section, options) - like get(), but convert value to a boolean (currently case - insensitively defined as 0, false, no, off for False, and 1, true, - yes, on for True). Returns False or True. - - items(section, raw=False, vars=None) - return a list of tuples with (name, value) for each option - in the section. - - remove_section(section) - remove the given file section and all its options - - remove_option(section, option) - remove the given option from the given section - - set(section, option, value) - set the given option - - write(fp) - write the configuration state in .ini format -""" - -try: - from collections import OrderedDict as _default_dict -except ImportError: - # fallback for setup.py which hasn't yet built _collections - _default_dict = dict - -import re - -__all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError", - "InterpolationError", "InterpolationDepthError", - "InterpolationSyntaxError", "ParsingError", - "MissingSectionHeaderError", - "ConfigParser", "SafeConfigParser", "RawConfigParser", - "DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"] - -DEFAULTSECT = "DEFAULT" - -MAX_INTERPOLATION_DEPTH = 10 - - - -# exception classes -class Error(Exception): - """Base class for ConfigParser exceptions.""" - - def _get_message(self): - """Getter for 'message'; needed only to override deprecation in - BaseException.""" - return self.__message - - def _set_message(self, value): - """Setter for 'message'; needed only to override deprecation in - BaseException.""" - self.__message = value - - # BaseException.message has been deprecated since Python 2.6. To prevent - # DeprecationWarning from popping up over this pre-existing attribute, use - # a new property that takes lookup precedence. - message = property(_get_message, _set_message) - - def __init__(self, msg=''): - self.message = msg - Exception.__init__(self, msg) - - def __repr__(self): - return self.message - - __str__ = __repr__ - -class NoSectionError(Error): - """Raised when no section matches a requested option.""" - - def __init__(self, section): - Error.__init__(self, 'No section: %r' % (section,)) - self.section = section - self.args = (section, ) - -class DuplicateSectionError(Error): - """Raised when a section is multiply-created.""" - - def __init__(self, section): - Error.__init__(self, "Section %r already exists" % section) - self.section = section - self.args = (section, ) - -class NoOptionError(Error): - """A requested option was not found.""" - - def __init__(self, option, section): - Error.__init__(self, "No option %r in section: %r" % - (option, section)) - self.option = option - self.section = section - self.args = (option, section) - -class InterpolationError(Error): - """Base class for interpolation-related exceptions.""" - - def __init__(self, option, section, msg): - Error.__init__(self, msg) - self.option = option - self.section = section - self.args = (option, section, msg) - -class InterpolationMissingOptionError(InterpolationError): - """A string substitution required a setting which was not available.""" - - def __init__(self, option, section, rawval, reference): - msg = ("Bad value substitution:\n" - "\tsection: [%s]\n" - "\toption : %s\n" - "\tkey : %s\n" - "\trawval : %s\n" - % (section, option, reference, rawval)) - InterpolationError.__init__(self, option, section, msg) - self.reference = reference - self.args = (option, section, rawval, reference) - -class InterpolationSyntaxError(InterpolationError): - """Raised when the source text into which substitutions are made - does not conform to the required syntax.""" - -class InterpolationDepthError(InterpolationError): - """Raised when substitutions are nested too deeply.""" - - def __init__(self, option, section, rawval): - msg = ("Value interpolation too deeply recursive:\n" - "\tsection: [%s]\n" - "\toption : %s\n" - "\trawval : %s\n" - % (section, option, rawval)) - InterpolationError.__init__(self, option, section, msg) - self.args = (option, section, rawval) - -class ParsingError(Error): - """Raised when a configuration file does not follow legal syntax.""" - - def __init__(self, filename): - Error.__init__(self, 'File contains parsing errors: %s' % filename) - self.filename = filename - self.errors = [] - self.args = (filename, ) - - def append(self, lineno, line): - self.errors.append((lineno, line)) - self.message += '\n\t[line %2d]: %s' % (lineno, line) - -class MissingSectionHeaderError(ParsingError): - """Raised when a key-value pair is found before any section header.""" - - def __init__(self, filename, lineno, line): - Error.__init__( - self, - 'File contains no section headers.\nfile: %s, line: %d\n%r' % - (filename, lineno, line)) - self.filename = filename - self.lineno = lineno - self.line = line - self.args = (filename, lineno, line) - - -class RawConfigParser: - def __init__(self, defaults=None, dict_type=_default_dict, - allow_no_value=False): - self._dict = dict_type - self._sections = self._dict() - self._defaults = self._dict() - if allow_no_value: - self._optcre = self.OPTCRE_NV - else: - self._optcre = self.OPTCRE - if defaults: - for key, value in defaults.items(): - self._defaults[self.optionxform(key)] = value - - def defaults(self): - return self._defaults - - def sections(self): - """Return a list of section names, excluding [DEFAULT]""" - # self._sections will never have [DEFAULT] in it - return self._sections.keys() - - def add_section(self, section): - """Create a new section in the configuration. - - Raise DuplicateSectionError if a section by the specified name - already exists. Raise ValueError if name is DEFAULT or any of it's - case-insensitive variants. - """ - if section.lower() == "default": - raise ValueError, 'Invalid section name: %s' % section - - if section in self._sections: - raise DuplicateSectionError(section) - self._sections[section] = self._dict() - - def has_section(self, section): - """Indicate whether the named section is present in the configuration. - - The DEFAULT section is not acknowledged. - """ - return section in self._sections - - def options(self, section): - """Return a list of option names for the given section name.""" - try: - opts = self._sections[section].copy() - except KeyError: - raise NoSectionError(section) - opts.update(self._defaults) - if '__name__' in opts: - del opts['__name__'] - return opts.keys() - - def read(self, filenames): - """Read and parse a filename or a list of filenames. - - Files that cannot be opened are silently ignored; this is - designed so that you can specify a list of potential - configuration file locations (e.g. current directory, user's - home directory, systemwide directory), and all existing - configuration files in the list will be read. A single - filename may also be given. - - Return list of successfully read files. - """ - if isinstance(filenames, basestring): - filenames = [filenames] - read_ok = [] - for filename in filenames: - try: - fp = open(filename) - except IOError: - continue - self._read(fp, filename) - fp.close() - read_ok.append(filename) - return read_ok - - def readfp(self, fp, filename=None): - """Like read() but the argument must be a file-like object. - - The `fp' argument must have a `readline' method. Optional - second argument is the `filename', which if not given, is - taken from fp.name. If fp has no `name' attribute, `' is - used. - - """ - if filename is None: - try: - filename = fp.name - except AttributeError: - filename = '' - self._read(fp, filename) - - def get(self, section, option): - opt = self.optionxform(option) - if section not in self._sections: - if section != DEFAULTSECT: - raise NoSectionError(section) - if opt in self._defaults: - return self._defaults[opt] - else: - raise NoOptionError(option, section) - elif opt in self._sections[section]: - return self._sections[section][opt] - elif opt in self._defaults: - return self._defaults[opt] - else: - raise NoOptionError(option, section) - - def items(self, section): - try: - d2 = self._sections[section] - except KeyError: - if section != DEFAULTSECT: - raise NoSectionError(section) - d2 = self._dict() - d = self._defaults.copy() - d.update(d2) - if "__name__" in d: - del d["__name__"] - return d.items() - - def _get(self, section, conv, option): - return conv(self.get(section, option)) - - def getint(self, section, option): - return self._get(section, int, option) - - def getfloat(self, section, option): - return self._get(section, float, option) - - _boolean_states = {'1': True, 'yes': True, 'true': True, 'on': True, - '0': False, 'no': False, 'false': False, 'off': False} - - def getboolean(self, section, option): - v = self.get(section, option) - if v.lower() not in self._boolean_states: - raise ValueError, 'Not a boolean: %s' % v - return self._boolean_states[v.lower()] - - def optionxform(self, optionstr): - return optionstr.lower() - - def has_option(self, section, option): - """Check for the existence of a given option in a given section.""" - if not section or section == DEFAULTSECT: - option = self.optionxform(option) - return option in self._defaults - elif section not in self._sections: - return False - else: - option = self.optionxform(option) - return (option in self._sections[section] - or option in self._defaults) - - def set(self, section, option, value=None): - """Set an option.""" - if not section or section == DEFAULTSECT: - sectdict = self._defaults - else: - try: - sectdict = self._sections[section] - except KeyError: - raise NoSectionError(section) - sectdict[self.optionxform(option)] = value - - def write(self, fp): - """Write an .ini-format representation of the configuration state.""" - if self._defaults: - fp.write("[%s]\n" % DEFAULTSECT) - for (key, value) in self._defaults.items(): - fp.write("%s = %s\n" % (key, str(value).replace('\n', '\n\t'))) - fp.write("\n") - for section in self._sections: - fp.write("[%s]\n" % section) - for (key, value) in self._sections[section].items(): - if key == "__name__": - continue - if (value is not None) or (self._optcre == self.OPTCRE): - key = " = ".join((key, str(value).replace('\n', '\n\t'))) - fp.write("%s\n" % (key)) - fp.write("\n") - - def remove_option(self, section, option): - """Remove an option.""" - if not section or section == DEFAULTSECT: - sectdict = self._defaults - else: - try: - sectdict = self._sections[section] - except KeyError: - raise NoSectionError(section) - option = self.optionxform(option) - existed = option in sectdict - if existed: - del sectdict[option] - return existed - - def remove_section(self, section): - """Remove a file section.""" - existed = section in self._sections - if existed: - del self._sections[section] - return existed - - # - # Regular expressions for parsing section headers and options. - # - SECTCRE = re.compile( - r'\[' # [ - r'(?P

[^]]+)' # very permissive! - r'\]' # ] - ) - OPTCRE = re.compile( - r'(?P