• Search by Module
  • Search by Words
  • Search Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: ironpython2 (GitHub Link)
  • ironpython2-master
    • .github
      • ISSUE_TEMPLATE.md
      • workflows
        • main.yml
    • IronPython.sln
    • CurrentVersion.props
    • Util
      • References
        • IKVM
          • IKVM.Reflection.License.txt
      • NuGet
    • .gitmodules
    • Build.proj
    • LICENSE
    • NuGet.config
    • make.ps1
    • Build
      • steps.yml
      • netcoreapp3.1.props
      • Tasks.Targets
      • netcoreapp2.1.props
      • netstandard2.0.props
      • After.targets
      • Key.snk
      • net45.props
    • CONTRIBUTING.md
    • .editorconfig
    • .gitattributes
    • Tests
      • test_ipye.py
      • test_enum.py
      • test_number.py
      • test_slots.py
      • interop
        • net
          • derivation
            • test_simplederive.py
            • test_method_override.py
            • test_special_method.py
            • test_property_override.py
            • test_event_override.py
            • test_ctor_override.py
            • test_method_signature.py
          • loadorder
            • t4b.py
            • module.py
            • t5a.py
            • t2h.py
            • t3b.py
            • t3d.py
            • t4a.py
            • t7e.py
            • t4c.py
            • t2b.py
            • t3c2.py
            • t2g.py
            • t3f.py
            • t7d.py
            • t7a.py
            • t2c.py
            • t2e.py
            • t7b.py
            • t1b.py
            • t3e.py
            • t3g2.py
            • t7f.py
            • t3c0.py
            • t7c.py
            • t3i.py
            • t5c1.py
            • t6.py
            • t3c1.py
            • t1c.py
            • t2d.py
            • t3g1.py
            • t2f.py
            • t5b.py
            • t2a.py
            • t3a.py
            • t1a.py
            • t3h.py
            • t1d.py
            • t5c2.py
          • versions
            • test_four_dot_zero.py
          • field
            • test_instance_fields.py
            • test_literal_fields.py
            • test_fields_inside_enum.py
            • test_static_fields.py
            • test_initonly_fields.py
            • test_field_misc.py
          • type
            • test_ctor.py
            • test___clrtype__.py
            • test_assembly.py
            • test_reachtype.py
            • test_clr_array.py
            • test_defaultmember.py
          • property
            • test_property.py
            • test_indexercs.py
            • test_indexervb.py
          • test_accessibility.py
          • event
            • test_event.py
            • test_delegate.py
          • test_dynamicobjectmodel.py
          • dynamic
            • test_dynamic_regressions.py
          • method
            • test_op_explicit.py
            • test_op_implicit.py
            • test_arguments.py
            • test_returnvalue.py
            • test_operators.py
        • com
          • dlrcomlib
            • typelib.py
            • properties.py
            • OutParams.py
            • DispEvents.py
            • paramsinretval.py
            • ReturnValues.py
            • __init__.py
            • pytraits
              • prop.py
              • __init__.py
              • obj.py
              • method.py
            • MultipleParams.py
            • SimpleErrors.py
            • dlrcomserver.py
            • InOutParams.py
            • OptionalParams.py
          • compat
            • hw.py
            • hw_client.py
            • __init__.py
          • apps
            • excel.py
            • word.py
            • scriptpw.py
            • MultiOffice.py
            • adodb.py
      • pretest.py
      • test_buffer.py
      • test_clrload2.py
      • test_assert.py
      • test_tcf.py
      • c4.cs
      • test_attr.py
      • functions
      • file_without_BOM.txt
      • RunAgainstCpy.py
      • plans
        • interop.net.test_dynamicobjectmodel.html
        • interop.net.property.html
        • interop.net.method.html
        • interop.net.test_accessibility.html
        • debugging.mdbg_tool.html
        • interop.net.derivation.test_special_method.html
        • interop.net.field.html
        • interop.net.html
        • debugging.html
        • interop.net.field.test_fields_inside_enum.html
        • interop.net.type.html
        • interop.net.derivation.test_method_signature.html
        • debugging.vs.html
        • generic_plan_template.py
        • interop.net.insert_csharp.html
        • interop.net.event.html
        • interop.net.type.test_reachtype.html
        • interop.net.derivation.test_method_override.html
        • interop.net.derivation.test_property_override.html
        • interop.net.derivation.html
        • interop.net.field.test_field_misc.html
        • interop.net.derivation.test_simplederive.html
        • interop.net.test_loadorder.html
        • interop.net.event.test_event.html
        • debugging.pdb_mod.html
      • test_memory.py
      • run.py
      • test_exceptions.py
      • test_syntax.py
      • test_nofuture.py
      • _ctypes_test_win32.pyd
      • test_property.py
      • test_bool.py
      • test_with.py
      • pickles
        • cp18666.pickle
      • test_struct_threadsafe.py
      • test_slice.py
      • test_peverify.py
      • test_strformat.py
      • versions
        • python26.py
        • __init__.py
      • test_set.py
      • testpkg1
        • __init__.py
        • mod1.py
      • test_decimal.py
      • test_ast.py
      • test_threadsafety.py
      • stress
        • __init__.py
      • test_superconsole.py
      • formatfloat_testcases.txt
      • dllsite.py
      • test_doc.py
      • test_generator_throw.py
      • test_specialcontext.py
      • test_python25.py
      • test_memoryview.py
      • Inputs
        • simpleCommand.py
        • exit.py
        • RemoteConsole.py
        • raise.py
        • exitFuncRaises.py
        • syntaxError.py
        • exitFuncRuns.py
        • uninitializedGlobal.py
        • UseCLI.py
      • harness.py
      • specialcontext
        • verify_ipyw.py
        • Consoleless.ps1
      • test_stdmodules.py
      • test_excinfo.py
      • test_closure.py
      • test_is.py
      • transform.py
      • test_traceback.py
      • test_kwarg.py
      • test_clruse.py
      • test_clrnuminterop.py
      • test_dict.py
      • test_bytes.py
      • test_unicode.py
      • test_clrload.py
      • test_execfile.py
      • c1.cs
      • compat
        • sbs_builtin.py
        • sbs_func_args.py
        • sbs_newtype.py
        • sbs_simple_compare.py
        • sbs_class_compare.py
        • runsbs.py
        • rulediff.py
        • sbs_simple_ops.py
        • sbs_typeop.py
        • sbs_parse_string.py
        • testdata.py
        • common.py
        • sbs_library.cs
        • sbs_true_division.py
        • sbs_exceptions
          • try_finally3.py
          • try_except1.py
          • try_else.py
          • try_except2.py
          • define.py
          • try_finally2.py
          • shared.py
          • for_loop.py
          • try_finally1.py
          • if_false.py
          • __init__.py
          • while_loop.py
          • try_except3.py
          • if_true.py
      • test_metaclass.py
      • test_dllsite.py
      • test_formatting.py
      • test_interactive.py
      • test_imp.py
      • test_ipyc.py
      • test_statics.py
      • test_array.py
      • test_generator.py
      • Modes
        • ConsoleHelp.Debug.out
        • ConsoleFlags.ps1
        • ConsoleHelp.Release.out
      • test_index.py
      • toimport.py
      • test_fuzz_parser.py
      • file_with_BOM.txt
      • test_attrinjector.py
      • _ctypes_test_linux64.pyd
      • test_compiler.py
      • test_xrange.py
      • test_tuple.py
      • test_file.py
      • test_str.py
      • test_conditional.py
      • test_zipimport.py
      • _ctypes_test_linux32.pyd
      • perf_micro_calls.py
      • test_numtypes.py
      • test_clrexception.py
      • test_listcomp.py
      • test_regressions.py
      • test_importpkg.py
      • sample.txt.gz
      • dynamic_sanity
        • dynamic_sanity.cs
        • mock.py
        • dynamic_runner.bat
      • test_weakref.py
      • test_genericmeth.py
      • test_exceptions_generated.py
      • debugging
        • mdbg_tool
          • __init__.py
        • pdb_mod
          • __init__.py
        • vs
          • __init__.py
        • __init__.py
      • test_nonetype.py
      • test_numberhash.py
      • test_list.py
      • test_class.py
      • test_dictcomp.py
      • test_regressions_compiled.py
      • test_inheritance.py
      • Tools
        • modulediff.py
        • check
          • _functools.log
        • logmodule.py
        • clr_helpers.py
        • cleantests.py
        • cmodule.py
        • baselines
          • __builtin__.log
          • _winreg.log
          • cPickle.log
          • xxsubtype.log
          • _sre.log
          • mmap.log
          • time.log
          • _collections.log
          • msvcrt.log
          • _weakref.log
          • _subprocess.log
          • _codecs.log
          • signal.log
          • cStringIO.log
          • datetime.log
          • itertools.log
          • sys.log
          • select.log
          • thread.log
          • copy_reg.log
          • types_only.log
          • _struct.log
          • array.log
          • math.log
          • gc.log
          • nt.log
        • cpy_tests.py
        • stdmodules.py
      • pyc
        • other_hw.py
        • stdmodules_ok.ps1
        • test_pyc.ps1
        • pycpkgtest.py
        • console_hw.py
        • winforms_hw.py
        • console_hw_args.py
        • pkg
          • a.py
          • b.py
          • __init__.py
      • test_setcomp.py
      • check_result.bat
      • test_methodbinder1.py
      • test_methodbinder2.py
      • test_cliclass.py
      • custombuiltins.py
      • test_in.py
      • Inc
        • execfile_scope.py
        • toexec.py
      • badil.py
      • test_missing.py
      • test_delegate.py
      • test_super.py
      • test_iterator.py
      • dummy_module.py
      • encoded_files
        • cp1019.py
        • cp20472.py
        • cp11334_ok.py
        • cp11334_warn.py
      • test_datetime.py
      • test_system_timers.py
      • run_transformed.bat
      • test_builtinfunc.py
      • test_isinstance.py
      • _ctypes_test_win64.pyd
      • test_attribute_customize.py
      • c2.cs
      • test_bigint.py
      • test_clrtype.py
      • c3.cs
      • test_decorator.py
      • test_winforms.py
      • test_complex.py
      • test_exec.py
      • test_privateBinding.py
      • test_help.py
      • test_stdconsole.py
      • test_namebinding.py
      • modules
        • network_related
          • test__socket.py
          • test__ssl.py
          • keycert.pem
        • misc
          • test_system_namespaces.py
          • test__weakref.py
          • test__sha256.py
          • test_ctypes.py
          • test_future.py
          • test__sha512.py
          • test__random.py
          • test__warnings.py
          • test_datetime.py
          • test_zlib.py
          • test_math.py
          • test_operator.py
        • io_related
          • test_codecs.py
          • test__fileio.py
          • test_cStringIO.py
          • test_binascii.py
          • test_copy_reg.py
          • test_re.py
          • test_marshal.py
          • test_io_StringIO.py
          • test_cPickle.py
          • test_fd.py
          • test__bytesio.py
        • type_related
          • test_types.py
          • test_array.py
          • test__struct.py
        • system_related
          • test_thread.py
          • test_sys.py
          • test_nt.py
          • test_gc.py
          • test_signal.py
          • test_time.py
          • test_sys_getframe.py
          • test__locale.py
      • test_methoddispatch.py
      • test_function.py
      • test_str_bytes.py
      • hosting
        • editor_svcs
          • test_tokencategorizer.py
          • test_errorlistener.py
      • test_struct.py
      • test_protected.py
      • timeit.py
      • test_ironmath.py
    • Package
      • deb
        • ipy2.7
        • DEBIAN
          • control
        • ipy2
        • ipy
        • Deb.Packaging.targets
      • zip
        • Zip.Packaging.targets
      • msi
        • banner.bmp
        • IronPython.Installer.wixproj
        • License.rtf
        • Product.wxs
        • Msi.Packaging.targets
        • Dlr.wxs
        • IronPython.wxs
        • Version.wxi
      • choco
        • Choco.Packaging.targets
        • IronPython.nuspec
        • tools
          • VERIFICATION.txt
      • nuget
        • NuGet.Packaging.targets
        • IronPython.StdLib.nuspec
        • IronPython.nuspec
      • pkg
        • dos2unix.sh
        • Pkg.Packaging.targets
    • Directory.Build.props
    • Documentation
      • differences-from-c-python.md
      • building.md
      • ironpython_positiv.svg
      • getting-the-sources.md
      • feature-symbols.md
      • modifying-the-sources.md
    • README.md
    • Src
      • IronPythonWindowAny
        • IronPythonWindowAny.csproj
      • IronPython.Wpf
        • _wpf.cs
        • DynamicXamlReader.cs
        • Properties
          • AssemblyInfo.cs
        • IronPython.Wpf.csproj
      • IronPythonCompiler
        • IronPythonCompiler.csproj
        • ConsoleOps.cs
        • README.md
        • Properties
          • AssemblyInfo.cs
        • Config.cs
        • AssemblyResolver.cs
        • Program.cs
      • IronPythonConsole
        • IronPythonConsole.csproj
        • Console.cs
        • Properties
          • AssemblyInfo.cs
        • ipy.ico
      • Scripts
        • CompareDirs.py
        • generate_comdispatch.py
        • make_meta1.py
        • generate_ops.py
        • generate_dict_views.py
        • generate_calls.py
        • test_builder.py
        • copyrights.py
        • generate_tuples.py
        • generate_typecache.py
        • clean.py
        • generate_math.py
        • run_interactive.py
        • ipcom.ps1
        • run_compiled.py
        • generate_reflected_calls.py
        • generate_alltypes.py
        • generate_exceptions.py
        • generate_casts.py
        • generate_dynsites.py
        • generate.py
        • generate_dynamic_instructions.py
        • generate_exception_factory.py
        • smtpmailer.py
        • test_cgcheck.py
        • generate_UncollectableCompilationMode.py
        • generate_set.py
        • generate_walker.py
        • test_pystone.py
        • generate_indicetest.py
        • radix_generator.py
        • test_parrot.py
      • IronPython.SQLite
        • c#sqlite
          • date_c.cs
          • sqliteLimit_h.cs
          • journal_c.cs
          • resolve_c.cs
          • table_c.cs
          • trigger_c.cs
          • btmutex_c.cs
          • pragma_c.cs
          • opcodes_h.cs
          • mutex_h.cs
          • legacy_c.cs
          • loadext_c.cs
          • tokenize_c.cs
          • mutex_c.cs
          • utf_c.cs
          • wal_h.cs
          • pcache1_c.cs
          • util_c.cs
          • build_c.cs
          • vdbemem_c.cs
          • rowset_c.cs
          • VdbeInt_h.cs
          • vdbeaux_c.cs
          • select_c.cs
          • ctime_c.cs
          • crypto.cs
          • fkey_c.cs
          • backup_c.cs
          • attach_c.cs
          • fault_c.cs
          • random_c.cs
          • Hash_h.cs
          • pager_h.cs
          • os_common_h.cs
          • mutex_w32.cs
          • keywordhash_h.cs
          • main_c.cs
          • vdbeapi_c.cs
          • complete_c.cs
          • delete_c.cs
          • prepare_c.cs
          • alter_c.cs
          • mutex_noop_c.cs
          • printf_c.cs
          • Delegates.cs
          • analyze_c.cs
          • Btree_h.cs
          • hash_c.cs
          • global_c.cs
          • vdbetrace_c.cs
          • notify_c.cs
          • memjournal_c.cs
          • vdbeblob_c.cs
          • parse_c.cs
          • expr_c.cs
          • auth_c.cs
          • func_c.cs
          • malloc_c.cs
          • Vdbe_h.cs
          • update_c.cs
          • BtreeInt_h.cs
          • vacuum_c.cs
          • parse_h.cs
          • _Custom.cs
          • sqliteInt_h.cs
          • callback_c.cs
          • os_win_c.cs
          • walker_c.cs
          • status_c.cs
          • os_c.cs
          • pcache_c.cs
          • insert_c.cs
          • bitvec_c.cs
          • os_h.cs
          • opcodes_c.cs
          • wal_c.cs
          • mem_Pool.cs
          • pcache_h.cs
          • vtab_c.cs
          • hwtime_c.cs
        • Extensions.cs
        • Exceptions.cs
        • Contants.cs
        • Cursor.cs
        • IronPython.SQLite.csproj
        • _sqlite.cs
        • Properties
          • AssemblyInfo.cs
        • Row.cs
        • Statement.cs
        • Connection.cs
        • Util.cs
      • IronPythonWindow
        • IronPythonWindow.csproj
        • Properties
          • AssemblyInfo.cs
        • ipy.ico
        • ipyw.ico
        • IronPythonWindow.cs
      • App.Debug.config
      • README.txt
      • IronPython.Modules
        • mmap.cs
        • time.cs
        • _fileio.cs
        • hashlib
          • SHA224.cs
          • MD5CryptoServiceProvider.cs
          • SHA224Managed.cs
          • _sha256.cs
          • _hashlib.cs
          • _md5.cs
          • _sha.cs
          • _sha512.cs
        • array.cs
        • pwd.cs
        • _codecs.cs
        • xxsubtype.cs
        • _csv.cs
        • copy_reg.cs
        • _random.RandomGen.cs
        • _codecs_cn.cs
        • binascii.cs
        • signal.cs
        • zlib
          • ZlibModule.cs
          • Decompress.cs
          • Compress.cs
        • operator.cs
        • _weakref.cs
        • GlobalSuppressions.cs
        • _collections.cs
        • NtSignalState.cs
        • _functools.cs
        • zipimport.cs
        • IronPython.Modules.csproj
        • marshal.cs
        • _heapq.cs
        • select.cs
        • cPickle.cs
        • _random.cs
        • _sre.cs
        • SimpleSignalState.cs
        • ResourceMetaPathImporter.cs
        • _weakref.Generated.cs
        • _struct.cs
        • math.Generated.cs
        • _multibytecodec.cs
        • winsound.cs
        • cmath.cs
        • pyexpat.cs
        • errno.cs
        • _socket.cs
        • bz2
          • BZ2Compressor.cs
          • dotnetzip
            • source.txt
            • BZip2
              • BZip2Compressor.cs
              • BitWriter.cs
              • Rand.cs
              • ParallelBZip2OutputStream.cs
              • CRC32.cs
              • BZip2InputStream.cs
              • BZip2OutputStream.cs
          • BZ2Module.cs
          • BZ2File.cs
          • BZ2Decompressor.cs
        • _bytesio.cs
        • _ctypes_test.cs
        • gc.cs
        • spwd.cs
        • nt.cs
        • _winreg.cs
        • _locale.cs
        • grp.cs
        • Properties
          • AssemblyInfo.cs
        • _bisect.cs
        • _ctypes
          • LocalOrArg.cs
          • Union.cs
          • NativeArgument.cs
          • Extensions.cs
          • CData.cs
          • CFuncPtr.cs
          • INativeType.cs
          • Pointer.cs
          • Array.cs
          • NativeFunctions.cs
          • Field.cs
          • _ctypes.cs
          • MarshalCleanup.cs
          • PointerType.cs
          • SimpleType.cs
          • ArrayType.cs
          • MemoryHolder.cs
          • UnionType.cs
          • StructType.cs
          • CFuncPtrType.cs
          • SimpleTypeKind.cs
          • SimpleCData.cs
          • Structure.cs
        • IterTools.cs
        • re.cs
        • _ssl.cs
        • msvcrt.cs
        • _io.cs
        • cStringIO.cs
        • _warnings.cs
        • math.cs
        • _sysconfigdata.cs
        • policy.IronPython.Modules.config
        • ModuleOps.cs
        • thread.cs
        • _subprocess.cs
        • datetime.cs
      • DLR
      • ctypes_test
        • Makefile
        • _ctypes_test.c
        • _ctypes_test.vcxproj
        • _ctypes_test.sln
      • StdLib
        • repackage
          • makewheel.py
          • .gitattributes
          • setuptools
            • pkg_resources
              • _vendor
                • appdirs.py
                • six.py
                • __init__.py
                • packaging
                  • __about__.py
                  • markers.py
                  • specifiers.py
                  • version.py
                  • requirements.py
                  • _compat.py
                  • __init__.py
                  • utils.py
                  • _structures.py
              • py31compat.py
              • __init__.py
              • extern
                • __init__.py
            • easy_install.py
            • setuptools
              • pep425tags.py
              • script (dev).tmpl
              • windows_support.py
              • ssl_support.py
              • dep_util.py
              • msvc.py
              • glibc.py
              • _vendor
                • six.py
                • __init__.py
                • packaging
                  • __about__.py
                  • markers.py
                  • specifiers.py
                  • version.py
                  • requirements.py
                  • _compat.py
                  • __init__.py
                  • utils.py
                  • _structures.py
              • config.py
              • dist.py
              • script.tmpl
              • version.py
              • depends.py
              • package_index.py
              • py31compat.py
              • lib2to3_ex.py
              • monkey.py
              • launch.py
              • py27compat.py
              • glob.py
              • __init__.py
              • sandbox.py
              • command
                • launcher manifest.xml
                • bdist_rpm.py
                • build_ext.py
                • upload_docs.py
                • install_scripts.py
                • build_clib.py
                • bdist_egg.py
                • egg_info.py
                • easy_install.py
                • install_egg_info.py
                • py36compat.py
                • upload.py
                • build_py.py
                • dist_info.py
                • register.py
                • sdist.py
                • __init__.py
                • alias.py
                • setopt.py
                • develop.py
                • test.py
                • install.py
                • rotate.py
                • saveopts.py
                • install_lib.py
                • bdist_wininst.py
              • namespaces.py
              • archive_util.py
              • unicode_utils.py
              • site-patch.py
              • py33compat.py
              • build_meta.py
              • extension.py
              • _deprecation_warning.py
              • extern
                • __init__.py
              • wheel.py
            • setuptools-41.2.0.dist-info
              • METADATA
              • top_level.txt
              • dependency_links.txt
              • LICENSE
              • WHEEL
              • zip-safe
              • entry_points.txt
              • RECORD
        • StdLib.pyproj
        • Lib
          • lib2to3
            • pytree.py
            • refactor.py
            • btm_utils.py
            • Grammar.txt
            • pgen2
              • driver.py
              • parse.py
              • conv.py
              • literals.py
              • tokenize.py
              • grammar.py
              • __init__.py
              • pgen.py
              • token.py
            • patcomp.py
            • __main__.py
            • fixer_base.py
            • __init__.py
            • main.py
            • tests
              • test_parser.py
              • test_all_fixers.py
              • test_main.py
              • test_pytree.py
              • test_fixers.py
              • support.py
              • test_util.py
              • data
                • different_encoding.py
                • py2_test_grammar.py
                • py3_test_grammar.py
                • crlf.py
                • bom.py
                • false_encoding.py
                • fixers
                  • myfixes
                    • fix_explicit.py
                    • fix_last.py
                    • fix_parrot.py
                    • fix_first.py
                    • __init__.py
                    • fix_preorder.py
                  • no_fixer_cls.py
                  • parrot_example.py
                  • bad_order.py
                • infinite_recursion.py
              • __init__.py
              • pytree_idempotency.py
              • test_refactor.py
            • fixes
              • fix_has_key.py
              • fix_dict.py
              • fix_exitfunc.py
              • fix_sys_exc.py
              • fix_types.py
              • fix_urllib.py
              • fix_imports.py
              • fix_basestring.py
              • fix_buffer.py
              • fix_next.py
              • fix_itertools_imports.py
              • fix_raw_input.py
              • fix_throw.py
              • fix_raise.py
              • fix_ne.py
              • fix_map.py
              • fix_exec.py
              • fix_import.py
              • fix_xreadlines.py
              • fix_set_literal.py
              • fix_nonzero.py
              • fix_future.py
              • fix_filter.py
              • fix_reduce.py
              • fix_idioms.py
              • fix_numliterals.py
              • fix_unicode.py
              • fix_paren.py
              • fix_imports2.py
              • fix_isinstance.py
              • fix_print.py
              • fix_standarderror.py
              • __init__.py
              • fix_renames.py
              • fix_getcwdu.py
              • fix_zip.py
              • fix_execfile.py
              • fix_intern.py
              • fix_funcattrs.py
              • fix_methodattrs.py
              • fix_tuple_params.py
              • fix_repr.py
              • fix_itertools.py
              • fix_except.py
              • fix_metaclass.py
              • fix_asserts.py
              • fix_long.py
              • fix_xrange.py
              • fix_input.py
              • fix_ws_comma.py
              • fix_apply.py
              • fix_operator.py
            • pygram.py
            • PatternGrammar.txt
            • btm_matcher.py
            • fixer_util.py
          • mimify.py
          • mailcap.py
          • sunaudio.py
          • contextlib.py
          • bisect.py
          • audiodev.py
          • xmlrpclib.py
          • UserDict.py
          • xml
            • dom
              • domreg.py
              • expatbuilder.py
              • xmlbuilder.py
              • minidom.py
              • pulldom.py
              • minicompat.py
              • NodeFilter.py
              • __init__.py
            • parsers
              • __init__.py
              • expat.py
            • sax
              • handler.py
              • _exceptions.py
              • saxutils.py
              • expatreader.py
              • xmlreader.py
              • __init__.py
            • etree
              • SimpleXMLTreeBuilder.py
              • cElementTree.py
              • ElementPath.py
              • __init__.py
              • ElementInclude.py
              • ElementTree.py
            • __init__.py
          • ntpath.py
          • encodings
            • cp932.py
            • mac_roman.py
            • iso8859_13.py
            • big5.py
            • zlib_codec.py
            • cp720.py
            • cp1257.py
            • iso8859_7.py
            • utf_32_le.py
            • utf_7.py
            • cp1254.py
            • cp863.py
            • cp852.py
            • cp950.py
            • cp1255.py
            • cp1026.py
            • gbk.py
            • latin_1.py
            • euc_jp.py
            • mac_croatian.py
            • koi8_r.py
            • iso2022_jp_1.py
            • mac_farsi.py
            • cp1250.py
            • iso8859_3.py
            • mac_cyrillic.py
            • punycode.py
            • cp1258.py
            • euc_jis_2004.py
            • iso8859_1.py
            • iso2022_jp_3.py
            • hz.py
            • hex_codec.py
            • cp850.py
            • cp856.py
            • cp1251.py
            • cp855.py
            • cp862.py
            • mbcs.py
            • shift_jis.py
            • cp1140.py
            • cp737.py
            • utf_16_be.py
            • euc_kr.py
            • utf_32_be.py
            • iso8859_15.py
            • cp866.py
            • cp865.py
            • iso8859_8.py
            • raw_unicode_escape.py
            • iso8859_11.py
            • mac_greek.py
            • cp864.py
            • idna.py
            • iso8859_10.py
            • cp437.py
            • palmos.py
            • utf_8_sig.py
            • mac_iceland.py
            • iso8859_6.py
            • gb2312.py
            • iso8859_4.py
            • cp949.py
            • unicode_internal.py
            • utf_16_le.py
            • mac_romanian.py
            • unicode_escape.py
            • quopri_codec.py
            • utf_32.py
            • iso8859_16.py
            • gb18030.py
            • iso2022_jp_2004.py
            • cp037.py
            • cp1256.py
            • ptcp154.py
            • iso2022_jp.py
            • base64_codec.py
            • iso8859_14.py
            • cp1006.py
            • johab.py
            • iso2022_jp_ext.py
            • aliases.py
            • cp860.py
            • cp875.py
            • string_escape.py
            • charmap.py
            • iso8859_9.py
            • koi8_u.py
            • iso8859_5.py
            • __init__.py
            • big5hkscs.py
            • euc_jisx0213.py
            • cp775.py
            • cp424.py
            • mac_turkish.py
            • rot_13.py
            • bz2_codec.py
            • undefined.py
            • tis_620.py
            • utf_8.py
            • iso2022_kr.py
            • mac_arabic.py
            • shift_jisx0213.py
            • cp874.py
            • cp1253.py
            • cp857.py
            • hp_roman8.py
            • mac_latin2.py
            • cp858.py
            • cp869.py
            • uu_codec.py
            • shift_jis_2004.py
            • cp861.py
            • utf_16.py
            • mac_centeuro.py
            • iso8859_2.py
            • ascii.py
            • iso2022_jp_2.py
            • cp500.py
            • cp1252.py
          • sqlite3
            • dump.py
            • test
              • dump.py
              • dbapi.py
              • py25tests.py
              • factory.py
              • hooks.py
              • regression.py
              • userfunctions.py
              • __init__.py
              • transactions.py
              • types.py
            • __init__.py
            • dbapi2.py
          • nntplib.py
          • difflib.py
          • shlex.py
          • cgitb.py
          • mutex.py
          • _pyio.py
          • __future__.py
          • quopri.py
          • threading.py
          • trace.py
          • sched.py
          • smtplib.py
          • urllib2.py
          • wave.py
          • numbers.py
          • base64.py
          • cmd.py
          • httplib.py
          • opcode.py
          • site.py
          • symtable.py
          • rexec.py
          • ast.py
          • statvfs.py
          • distutils
            • spawn.py
            • log.py
            • bcppcompiler.py
            • text_file.py
            • ccompiler.py
            • emxccompiler.py
            • util.py
            • cmd.py
            • dep_util.py
            • config.py
            • dist.py
            • unixccompiler.py
            • msvccompiler.py
            • version.py
            • msvc9compiler.py
            • filelist.py
            • file_util.py
            • cygwinccompiler.py
            • dir_util.py
            • versionpredicate.py
            • sysconfig.py
            • __init__.py
            • tests
              • test_versionpredicate.py
              • test_filelist.py
              • test_build_py.py
              • test_upload.py
              • Setup.sample
              • test_dist.py
              • test_bdist_rpm.py
              • test_text_file.py
              • test_spawn.py
              • test_register.py
              • test_unixccompiler.py
              • test_config_cmd.py
              • setuptools_extension.py
              • test_ccompiler.py
              • support.py
              • test_sdist.py
              • test_dir_util.py
              • test_install_headers.py
              • test_cmd.py
              • test_util.py
              • test_version.py
              • test_sysconfig.py
              • setuptools_build_ext.py
              • test_bdist.py
              • test_msvc9compiler.py
              • test_file_util.py
              • test_install_scripts.py
              • test_config.py
              • test_clean.py
              • test_bdist_dumb.py
              • test_bdist_wininst.py
              • test_build_clib.py
              • test_build.py
              • __init__.py
              • test_archive_util.py
              • test_dep_util.py
              • test_build_ext.py
              • test_install_lib.py
              • test_check.py
              • test_core.py
              • test_bdist_msi.py
              • test_build_scripts.py
              • test_install.py
              • test_install_data.py
            • errors.py
            • core.py
            • command
              • build.py
              • bdist_rpm.py
              • install_data.py
              • build_ext.py
              • install_scripts.py
              • bdist_msi.py
              • config.py
              • clean.py
              • bdist.py
              • build_clib.py
              • install_egg_info.py
              • upload.py
              • check.py
              • build_py.py
              • register.py
              • sdist.py
              • __init__.py
              • install_headers.py
              • build_scripts.py
              • install.py
              • install_lib.py
              • bdist_dumb.py
              • bdist_wininst.py
            • fancy_getopt.py
            • debug.py
            • archive_util.py
            • extension.py
          • zipfile.py
          • copy.py
          • doctest.py
          • ensurepip
            • _uninstall.py
            • __main__.py
            • __init__.py
            • _bundled
          • Queue.py
          • DocXMLRPCServer.py
          • md5.py
          • _LWPCookieJar.py
          • mimetypes.py
          • runpy.py
          • email
            • feedparser.py
            • quoprimime.py
            • _parseaddr.py
            • test
              • test_email_renamed.py
              • test_email_torture.py
              • data
                • msg_19.txt
                • msg_42.txt
                • msg_36.txt
                • msg_43.txt
                • msg_31.txt
                • msg_30.txt
                • msg_23.txt
                • msg_09.txt
                • msg_20.txt
                • msg_18.txt
                • msg_15.txt
                • msg_04.txt
                • msg_16.txt
                • msg_37.txt
                • msg_24.txt
                • msg_17.txt
                • msg_40.txt
                • msg_22.txt
                • msg_13.txt
                • msg_12a.txt
                • msg_28.txt
                • msg_39.txt
                • msg_14.txt
                • msg_46.txt
                • msg_33.txt
                • msg_10.txt
                • msg_07.txt
                • msg_29.txt
                • msg_06.txt
                • msg_44.txt
                • msg_32.txt
                • msg_41.txt
                • msg_45.txt
                • msg_21.txt
                • msg_38.txt
                • msg_25.txt
                • audiotest.au
                • msg_35.txt
                • msg_26.txt
                • msg_05.txt
                • PyBanner048.gif
                • msg_34.txt
                • msg_11.txt
                • msg_27.txt
                • msg_02.txt
                • msg_08.txt
                • msg_01.txt
                • msg_12.txt
                • msg_03.txt
              • __init__.py
              • test_email_codecs_renamed.py
              • test_email_codecs.py
              • test_email.py
            • mime
              • application.py
              • text.py
              • image.py
              • audio.py
              • nonmultipart.py
              • message.py
              • multipart.py
              • __init__.py
              • base.py
            • charset.py
            • generator.py
            • header.py
            • message.py
            • __init__.py
            • base64mime.py
            • utils.py
            • parser.py
            • errors.py
            • iterators.py
            • encoders.py
          • tarfile.py
          • msilib
            • text.py
            • schema.py
            • __init__.py
            • sequence.py
          • aifc.py
          • asynchat.py
          • wpf.py
          • pkgutil.py
          • pickle.py
          • ctypes
            • util.py
            • wintypes.py
            • test
              • test_returnfuncptrs.py
              • test_numbers.py
              • test_strings.py
              • test_random_things.py
              • test_stringptr.py
              • test_values.py
              • test_structures.py
              • test_delattr.py
              • test_callbacks.py
              • test_loading.py
              • test_simplesubclasses.py
              • test_find.py
              • test_frombuffer.py
              • test_macholib.py
              • test_memfunctions.py
              • test_keeprefs.py
              • test_errno.py
              • test_pointers.py
              • test_struct_fields.py
              • test_byteswap.py
              • test_cfuncs.py
              • test_unicode.py
              • test_parameters.py
              • test_varsize_struct.py
              • test_cast.py
              • test_win32.py
              • test_init.py
              • test_internals.py
              • test_wintypes.py
              • test_sizes.py
              • test_arrays.py
              • test_objects.py
              • test_as_parameter.py
              • test_unaligned_structures.py
              • test_funcptr.py
              • test_checkretval.py
              • test_refcounts.py
              • runtests.py
              • test_functions.py
              • test_pickling.py
              • __init__.py
              • test_incomplete.py
              • test_prototypes.py
              • test_array_in_pointer.py
              • test_buffers.py
              • test_libc.py
              • test_slicing.py
              • test_repr.py
              • test_pep3118.py
              • test_bitfields.py
              • test_python_api.py
              • test_anon.py
            • macholib
              • framework.py
              • dylib.py
              • __init__.py
              • dyld.py
            • _endian.py
            • __init__.py
          • formatter.py
          • tabnanny.py
          • mimetools.py
          • sre_compile.py
          • asyncore.py
          • cProfile.py
          • codecs.py
          • uuid.py
          • calendar.py
          • toaiff.py
          • pickletools.py
          • rlcompleter.py
          • socket.py
          • locale.py
          • anydbm.py
          • rfc822.py
          • colorsys.py
          • urlparse.py
          • urllib.py
          • fileinput.py
          • linecache.py
          • dircache.py
          • gzip.py
          • chunk.py
          • genericpath.py
          • shelve.py
          • cookielib.py
          • multiprocessing
            • util.py
            • pool.py
            • synchronize.py
            • queues.py
            • managers.py
            • forking.py
            • dummy
              • connection.py
              • __init__.py
            • heap.py
            • connection.py
            • __init__.py
            • process.py
            • sharedctypes.py
            • reduction.py
          • htmllib.py
          • test
            • test_fileinput.py
            • test_spwd.py
            • test_cd.py
            • test_select.py
            • test_calendar.py
            • test_idle.py
            • test_ossaudiodev.py
            • pystone.py
            • test_charmapcodec.py
            • test_httpservers.py
            • inspect_fodder2.py
            • test_popen2.py
            • test_codecs.py
            • test_dictcomps.py
            • test_regrtest.py
            • test_hash.py
            • test_pep277.py
            • test_applesingle.py
            • _mock_backport.py
            • threaded_import_hangers.py
            • test_gl.py
            • test_pep247.py
            • test_atexit.py
            • test_poll.py
            • test_warnings.py
            • test_asyncore.py
            • test_sunaudiodev.py
            • test_buffer.py
            • test_bsddb3.py
            • test_cmd_line.py
            • test_ntpath.py
            • test_dircache.py
            • time_hashlib.py
            • test_unicodedata.py
            • test_bdb.py
            • test_getopt.py
            • test_import.py
            • profilee.py
            • test_userstring.py
            • ssl_servers.py
            • test_bigaddrspace.py
            • test_sets.py
            • ssl_cert.pem
            • test_macurl2path.py
            • cjkencodings
              • gb18030-utf8.txt
              • shift_jisx0213.txt
              • hz-utf8.txt
              • hz.txt
              • gbk.txt
              • big5-utf8.txt
              • cp949-utf8.txt
              • big5hkscs.txt
              • cp949.txt
              • euc_kr-utf8.txt
              • gbk-utf8.txt
              • euc_jisx0213-utf8.txt
              • gb2312-utf8.txt
              • shift_jisx0213-utf8.txt
              • shift_jis-utf8.txt
              • gb18030.txt
              • iso2022_jp-utf8.txt
              • iso2022_kr.txt
              • euc_jisx0213.txt
              • johab.txt
              • iso2022_kr-utf8.txt
              • shift_jis.txt
              • johab-utf8.txt
              • iso2022_jp.txt
              • euc_jp-utf8.txt
              • big5hkscs-utf8.txt
              • gb2312.txt
              • euc_kr.txt
              • euc_jp.txt
              • big5.txt
            • test_codecencodings_hk.py
            • test_gdbm.py
            • test_gettext.py
            • test_colorsys.py
            • test_parser.py
            • test_plistlib.py
            • sample_doctest_no_docstrings.py
            • test_importhooks.py
            • test_format.py
            • test_audioop.py
            • test_distutils.py
            • test_threading_local.py
            • test_os.py
            • test_codecmaps_hk.py
            • test_descr.py
            • test_sys_settrace.py
            • randv3.pck
            • test_exception_variations.py
            • bad_coding2.py
            • test_binascii.py
            • test_pydoc.py
            • test_compare.py
            • test_thread.py
            • test_undocumented_details.py
            • relimport.py
            • test_exceptions.py
            • test_textwrap.py
            • test_syntax.py
            • keycert2.pem
            • test_property.py
            • test_xpickle.py
            • test_difflib.py
            • test_bool.py
            • test_int_literal.py
            • test_future1.py
            • test_with.py
            • test_random.py
            • test_stringprep.py
            • test_bsddb185.py
            • test_pickle.py
            • test_asynchat.py
            • test_SimpleHTTPServer.py
            • test_al.py
            • test_urllib.py
            • test_cprofile.py
            • test_compile.py
            • test_pep352.py
            • xmltests.py
            • test_slice.py
            • make_ssl_certs.py
            • test_mmap.py
            • imghdrdata
              • python.tiff
              • python.ras
              • python.ppm
              • python.pgm
              • python.sgi
              • python.pbm
              • python.gif
              • python.xbm
              • python.bmp
            • crashers
              • borrowed_ref_1.py
              • buffer_mutate.py
              • borrowed_ref_2.py
              • mutation_inside_cyclegc.py
              • nasty_eq_vs_dict.py
              • decref_before_assignment.py
              • gc_inspection.py
              • compiler_recursion.py
              • bogus_code_obj.py
              • loosing_mro_ref.py
              • gc_has_finalizer.py
              • infinite_loop_re.py
              • recursion_limit_too_high.py
              • recursive_call.py
              • warnings_del_crasher.py
            • decimaltestdata
              • ddXor.decTest
              • base.decTest
              • ddAnd.decTest
              • copynegate.decTest
              • dqEncode.decTest
              • dqDivideInt.decTest
              • ddOr.decTest
              • copy.decTest
              • decDouble.decTest
              • ddNextMinus.decTest
              • dqLogB.decTest
              • nextminus.decTest
              • ddCompareTotalMag.decTest
              • dqPlus.decTest
              • dqSameQuantum.decTest
              • ddMinMag.decTest
              • decSingle.decTest
              • remainderNear.decTest
              • and.decTest
              • xor.decTest
              • dqBase.decTest
              • dqCompareTotalMag.decTest
              • ddClass.decTest
              • decQuad.decTest
              • fma.decTest
              • ddCopySign.decTest
              • ddRemainderNear.decTest
              • ddCopy.decTest
              • ddRemainder.decTest
              • dqToIntegral.decTest
              • ddDivideInt.decTest
              • dqDivide.decTest
              • dqSubtract.decTest
              • ddCompareSig.decTest
              • logb.decTest
              • ddCopyNegate.decTest
              • samequantum.decTest
              • dqRotate.decTest
              • max.decTest
              • dqOr.decTest
              • ddBase.decTest
              • ddMax.decTest
              • ddSubtract.decTest
              • ddNextToward.decTest
              • remainder.decTest
              • dqAnd.decTest
              • ddCompare.decTest
              • dqCopySign.decTest
              • dqRemainder.decTest
              • ln.decTest
              • dqXor.decTest
              • ddShift.decTest
              • dqMinus.decTest
              • dqNextMinus.decTest
              • ddAdd.decTest
              • quantize.decTest
              • copyabs.decTest
              • multiply.decTest
              • dqScaleB.decTest
              • dqCopy.decTest
              • dqNextToward.decTest
              • abs.decTest
              • dqAbs.decTest
              • nexttoward.decTest
              • extra.decTest
              • comparetotal.decTest
              • ddCanonical.decTest
              • dqMultiply.decTest
              • power.decTest
              • dqReduce.decTest
              • tointegralx.decTest
              • ddMin.decTest
              • ddEncode.decTest
              • dqCompareTotal.decTest
              • ddMultiply.decTest
              • rotate.decTest
              • powersqrt.decTest
              • invert.decTest
              • rescale.decTest
              • ddSameQuantum.decTest
              • ddLogB.decTest
              • dqRemainderNear.decTest
              • dqShift.decTest
              • or.decTest
              • testall.decTest
              • ddAbs.decTest
              • divideint.decTest
              • dqCopyAbs.decTest
              • copysign.decTest
              • reduce.decTest
              • dqFMA.decTest
              • compare.decTest
              • ddToIntegral.decTest
              • dsEncode.decTest
              • scaleb.decTest
              • shift.decTest
              • maxmag.decTest
              • ddMinus.decTest
              • ddReduce.decTest
              • divide.decTest
              • min.decTest
              • ddFMA.decTest
              • dqClass.decTest
              • dqMax.decTest
              • dqMaxMag.decTest
              • ddQuantize.decTest
              • class.decTest
              • dqCompare.decTest
              • ddPlus.decTest
              • dqMin.decTest
              • tointegral.decTest
              • ddCompareTotal.decTest
              • ddInvert.decTest
              • ddDivide.decTest
              • squareroot.decTest
              • dqQuantize.decTest
              • dqInvert.decTest
              • exp.decTest
              • minmag.decTest
              • plus.decTest
              • nextplus.decTest
              • subtract.decTest
              • ddCopyAbs.decTest
              • dqNextPlus.decTest
              • comparetotmag.decTest
              • clamp.decTest
              • log10.decTest
              • dqAdd.decTest
              • add.decTest
              • dqCanonical.decTest
              • dqCopyNegate.decTest
              • inexact.decTest
              • dqMinMag.decTest
              • ddMaxMag.decTest
              • ddScaleB.decTest
              • ddRotate.decTest
              • dsBase.decTest
              • rounding.decTest
              • minus.decTest
              • dqCompareSig.decTest
              • ddNextPlus.decTest
            • test_gdb.py
            • testimgr.uue
            • test_grammar.py
            • test_binhex.py
            • testrgb.uue
            • test_linecache.py
            • test_cl.py
            • math_testcases.txt
            • inspect_fodder.py
            • test_pstats.py
            • test_timeit.py
            • pydoc_mod.py
            • test_set.py
            • test_grp.py
            • fork_wait.py
            • test_future_builtins.py
            • test_codecmaps_cn.py
            • test_sys.py
            • keycert.passwd.pem
            • test_future4.py
            • test_zipfile64.py
            • test_copy_reg.py
            • test_decimal.py
            • test_stat.py
            • Sine-1000Hz-300ms.aif
            • test_re.py
            • leakers
              • test_gestalt.py
              • test_ctypes.py
              • test_dictself.py
              • README.txt
              • test_selftype.py
              • __init__.py
            • test_aifc.py
            • test_doctest.txt
            • test_macos.py
            • test_ast.py
            • test_genexps.py
            • greyrgb.uue
            • list_tests.py
            • test_bastion.py
            • test_httplib.py
            • test_robotparser.py
            • test_subprocess.py
            • multibytecodec_support.py
            • test_email_renamed.py
            • test_posix.py
            • test_types.py
            • test_pkg.py
            • test_telnetlib.py
            • test_iter.py
            • test_ttk_guionly.py
            • formatfloat_testcases.txt
            • test_codecencodings_tw.py
            • curses_tests.py
            • test_sundry.py
            • test_tarfile.py
            • test_functools.py
            • test_cookielib.py
            • test_marshal.py
            • test_xmlrpc.py
            • test_importlib.py
            • test_quopri.py
            • test_scriptpackages.py
            • test_codeccallbacks.py
            • test_io.py
            • testall.py
            • test_pipes.py
            • test_decorators.py
            • test_memoryview.py
            • test_collections.py
            • bisect_cmd.py
            • test_nis.py
            • test_bufio.py
            • gdb_sample.py
            • test_trace.py
            • test_urlparse.py
            • test_float.py
            • test_symtable.py
            • test_mutex.py
            • test_generators.py
            • test_pkgimport.py
            • test_bigmem.py
            • test_old_mailbox.py
            • test_uuid.py
            • test_shelve.py
            • test_fcntl.py
            • test_mutants.py
            • test_unpack.py
            • test_codecencodings_cn.py
            • test_pickletools.py
            • test_xdrlib.py
            • test_popen.py
            • pythoninfo.py
            • test_errno.py
            • test_commands.py
            • test_traceback.py
            • test_cfgparser.py
            • test_htmllib.py
            • test_minidom.py
            • test_module.py
            • test_queue.py
            • test_codecencodings_iso2022.py
            • test_xml_etree.py
            • test_pdb.py
            • test_base64.py
            • test_fileio.py
            • test_xmllib.py
            • test_typechecks.py
            • test_ctypes.py
            • test_py_compile.py
            • test_dict.py
            • infinite_reload.py
            • test_gc.py
            • test_bytes.py
            • re_tests.py
            • test_unicode.py
            • test_cpickle.py
            • test_future.py
            • test_new.py
            • test_fnmatch.py
            • exception_hierarchy.txt
            • test_pty.py
            • test_pkgutil.py
            • bad_coding.py
            • test_fork1.py
            • badsyntax_future7.py
            • test_file2k.py
            • support
              • __init__.py
              • script_helper.py
            • test_md5.py
            • test_future2.py
            • ffdh3072.pem
            • test_anydbm.py
            • test_transformer.py
            • nullbytecert.pem
            • test_linuxaudiodev.py
            • test_cookie.py
            • test_multiprocessing.py
            • test_longexp.py
            • test_xml_etree_c.py
            • test_multibytecodec.py
            • test_coercion.py
            • test_poplib.py
            • win_console_handler.py
            • test_csv.py
            • test_wait4.py
            • test_imp.py
            • test_tempfile.py
            • floating_points.txt
            • test_urllib2net.py
            • test_startfile.py
            • test_augassign.py
            • test_array.py
            • test_docxmlrpc.py
            • test_multifile.py
            • test_funcattrs.py
            • test_builtin.py
            • test_gzip.py
            • subprocessdata
              • sigchild_ignore.py
            • test___all__.py
            • test_index.py
            • ssl_key.pem
            • test__osx_support.py
            • test_string.py
            • test_itertools.py
            • test_import_magic.py
            • badsyntax_future8.py
            • test_future5.py
            • test_cmd.py
            • allsans.pem
            • test_long.py
            • test_compiler.py
            • test_copy.py
            • test_xrange.py
            • test_codecencodings_kr.py
            • test_tuple.py
            • revocation.crl
            • test_whichdb.py
            • test_frozen.py
            • test_abc.py
            • test_sysconfig.py
            • test_unittest.py
            • test_file.py
            • talos-2019-0758.pem
            • test_bz2.py
            • nokia.pem
            • test_shlex.py
            • test_abstract_numbers.py
            • test_kqueue.py
            • regrtest.py
            • test_defaultdict.py
            • test_str.py
            • test_codecmaps_kr.py
            • test_setcomps.py
            • test_ensurepip.py
            • test_zipimport.py
            • test_zipfile.py
            • badkey.pem
            • test_long_future.py
            • test_codecencodings_jp.py
            • test_socketserver.py
            • outstanding_bugs.py
            • test_strtod.py
            • test_ucn.py
            • test_urllibnet.py
            • test_support.py
            • test_lib2to3.py
            • test_netrc.py
            • test_uu.py
            • test_largefile.py
            • test_int.py
            • test_dbm.py
            • test_smtplib.py
            • seq_tests.py
            • pycacert.pem
            • test_sha.py
            • test_cmath.py
            • ssl_key.passwd.pem
            • test_doctest3.txt
            • test_mhlib.py
            • test_dictviews.py
            • test_univnewlines.py
            • test_epoll.py
            • test_binop.py
            • test_cgi.py
            • test_imgfile.py
            • test_eof.py
            • doctest_aliases.py
            • ssltests.py
            • test_StringIO.py
            • test_optparse.py
            • warning_tests.py
            • test_deque.py
            • test_strftime.py
            • test_weakref.py
            • test_contains.py
            • test_memoryio.py
            • test_macpath.py
            • string_tests.py
            • capath
              • efa5f9c3.0
              • 0e4015b9.0
              • 4e1295a3.0
              • 99d0fa06.0
              • ce7b8643.0
              • 5ed36f99.0
              • 6e88d7b8.0
            • keycert4.pem
            • test_signal.py
            • badsyntax_future5.py
            • test_time.py
            • test_threadsignals.py
            • test_mimetools.py
            • test_argparse.py
            • test_macostools.py
            • mapping_tests.py
            • test_enumerate.py
            • test_global.py
            • test___future__.py
            • __main__.py
            • test_nntplib.py
            • test_tcl.py
            • badsyntax_nocaret.py
            • test_pyclbr.py
            • test_ordered_dict.py
            • symlink_support.py
            • badsyntax_future9.py
            • test_codeop.py
            • test_print.py
            • test_doctest.py
            • test_structseq.py
            • test_imghdr.py
            • test_list.py
            • test_peepholer.py
            • test_iterlen.py
            • test_class.py
            • test_difflib_expect.html
            • sortperf.py
            • test_weakset.py
            • nullcert.pem
            • test_pyexpat.py
            • pickletester.py
            • test_profile.py
            • test_doctest2.py
            • test_wait3.py
            • test_ttk_textonly.py
            • randv2_64.pck
            • tracedmodules
              • testmod.py
              • __init__.py
            • test_extcall.py
            • test_py3kwarn.py
            • __init__.py
            • badsyntax_future6.py
            • badcert.pem
            • test_filecmp.py
            • test_fpformat.py
            • test_capi.py
            • test_heapq.py
            • test_opcodes.py
            • test_readline.py
            • test_future3.py
            • test_sgmllib.py
            • test_doctest2.txt
            • audiotest.au
            • test_doctest4.txt
            • test_mailbox.py
            • test_ioctl.py
            • pydocfodder.py
            • sample_doctest.py
            • test_compileall.py
            • test_softspace.py
            • test_smtpnet.py
            • test_tools.py
            • test_platform.py
            • ieee754.txt
            • audiodata
              • pluck-pcm16.wav
              • pluck-pcm8.au
              • pluck-pcm8.aiff
              • pluck-ulaw.aifc
              • pluck-ulaw.au
              • pluck-pcm16.aiff
              • pluck-pcm24.aiff
              • pluck-pcm16.au
              • pluck-pcm32.au
              • pluck-pcm8.wav
              • pluck-pcm24.wav
              • pluck-pcm32.wav
              • pluck-pcm32.aiff
            • test_code.py
            • test_test_support.py
            • test_codecmaps_jp.py
            • test_zipimport_support.py
            • test_call.py
            • test_normalization.py
            • test_unicode_file.py
            • empty.vbs
            • test_htmlparser.py
            • test_structmembers.py
            • cfgparser.1
            • test_shutil.py
            • test_datetime.py
            • test_pow.py
            • test_crypt.py
            • test_hashlib.py
            • test_timeout.py
            • test_zlib.py
            • test_sunau.py
            • test_hmac.py
            • test_fractions.py
            • test_resource.py
            • cmath_testcases.txt
            • sample_doctest_no_doctests.py
            • test_tk.py
            • randv2_32.pck
            • test_urllib2_localnet.py
            • audiotests.py
            • test_wsgiref.py
            • test_dummy_thread.py
            • badsyntax_future3.py
            • test_aepack.py
            • test_strptime.py
            • double_const.py
            • test_math.py
            • test_cmd_line_script.py
            • test_pprint.py
            • test_isinstance.py
            • test_curses.py
            • test_locale.py
            • test_tokenize.py
            • test_ssl.py
            • test_wave.py
            • test_inspect.py
            • test_msilib.py
            • xmltestdata
              • test.xml.out
              • simple.xml
              • simple-ns.xml
              • test.xml
              • expat224_utf8_bug.xml
            • test_ftplib.py
            • test_imaplib.py
            • test_userdict.py
            • test_urllib2.py
            • test_sqlite.py
            • bad_coding3.py
            • test_dis.py
            • test_repr.py
            • testcodec.py
            • test_contextlib.py
            • test_modulefinder.py
            • test_turtle.py
            • test_univnewlines2k.py
            • test_sys_setprofile.py
            • test_complex.py
            • test_bsddb.py
            • test_MimeWriter.py
            • keycert3.pem
            • test_sort.py
            • test_dummy_threading.py
            • test_userlist.py
            • test_threadedtempfile.py
            • pyclbr_input.py
            • test_runpy.py
            • test__locale.py
            • sgml_input.html
            • test_imageop.py
            • test_descrtut.py
            • test_winreg.py
            • test_hotshot.py
            • test_ascii_formatd.py
            • test_file_eintr.py
            • test_pwd.py
            • test_socket.py
            • test_email_codecs.py
            • test_genericpath.py
            • test_site.py
            • test_getargs2.py
            • test_bisect.py
            • test_getargs.py
            • test_rlcompleter.py
            • test_codecmaps_tw.py
            • script_helper.py
            • test_dl.py
            • test_sax.py
            • keycert.pem
            • test_mimetypes.py
            • test_threaded_import.py
            • test_logging.py
            • test_rfc822.py
            • selfsigned_pythontestdotnet.pem
            • test_unary.py
            • test_email.py
            • test_complex_args.py
            • test_openpty.py
            • tokenize_tests.txt
            • lock_tests.py
            • test_posixpath.py
            • test_richcmp.py
            • test_dumbdbm.py
            • badsyntax_future4.py
            • test_strop.py
            • reperf.py
            • test_struct.py
            • test_operator.py
            • testimg.uue
            • mp_fork_bomb.py
            • test_source_encoding.py
            • test_glob.py
            • tf_inherit_check.py
            • test_json.py
            • autotest.py
            • test_winsound.py
            • test_scope.py
            • test_threading.py
          • random.py
          • symbol.py
          • codeop.py
          • mailbox.py
          • os2emxpath.py
          • os.py
          • sets.py
          • CGIHTTPServer.py
          • SocketServer.py
          • _osx_support.py
          • this.py
          • getpass.py
          • nturl2path.py
          • telnetlib.py
          • cgi.py
          • user.py
          • compiler
            • syntax.py
            • misc.py
            • transformer.py
            • ast.py
            • future.py
            • symbols.py
            • pyassem.py
            • pycodegen.py
            • visitor.py
            • __init__.py
            • consts.py
          • re.py
          • collections.py
          • profile.py
          • sre_parse.py
          • inspect.py
          • mhlib.py
          • __phello__.foo.py
          • plistlib.py
          • dumbdbm.py
          • shutil.py
          • popen2.py
          • stringprep.py
          • weakref.py
          • pydoc.py
          • compileall.py
          • fpformat.py
          • ConfigParser.py
          • _abcoll.py
          • SimpleXMLRPCServer.py
          • getopt.py
          • tokenize.py
          • UserString.py
          • sndhdr.py
          • code.py
          • pydoc_data
            • __init__.py
          • repr.py
          • _threading_local.py
          • whichdb.py
          • poplib.py
          • sysconfig.py
          • optparse.py
          • Cookie.py
          • commands.py
          • stringold.py
          • py_compile.py
          • traceback.py
          • bsddb
            • db.py
            • test
              • test_recno.py
              • test_associate.py
              • test_cursor_pget_bug.py
              • test_early_close.py
              • test_misc.py
              • test_compare.py
              • test_thread.py
              • test_pickle.py
              • test_lock.py
              • test_dbtables.py
              • test_db.py
              • test_compat.py
              • test_sequence.py
              • test_queue.py
              • test_fileid.py
              • test_distributed_transactions.py
              • test_all.py
              • __init__.py
              • test_dbobj.py
              • test_join.py
              • test_replication.py
              • test_dbshelve.py
              • test_get_none.py
              • test_basics.py
              • test_dbenv.py
            • dbutils.py
            • dbobj.py
            • __init__.py
            • dbtables.py
            • dbshelve.py
            • dbrecio.py
          • StringIO.py
          • imghdr.py
          • dis.py
          • MimeWriter.py
          • string.py
          • io.py
          • bdb.py
          • stat.py
          • glob.py
          • SimpleHTTPServer.py
          • fractions.py
          • pprint.py
          • ssl.py
          • binhex.py
          • subprocess.py
          • platform.py
          • smtpd.py
          • sre.py
          • multifile.py
          • _weakrefset.py
          • hotshot
            • log.py
            • stats.py
            • stones.py
            • __init__.py
          • modulefinder.py
          • warnings.py
          • new.py
          • hmac.py
          • _strptime.py
          • pyclbr.py
          • ftplib.py
          • abc.py
          • dbhash.py
          • xdrlib.py
          • textwrap.py
          • xmllib.py
          • netrc.py
          • pty.py
          • atexit.py
          • sha.py
          • markupbase.py
          • webbrowser.py
          • dummy_thread.py
          • csv.py
          • sre_constants.py
          • json
            • scanner.py
            • decoder.py
            • encoder.py
            • __init__.py
            • tests
              • test_check_circular.py
              • test_default.py
              • test_pass1.py
              • test_recursion.py
              • test_float.py
              • test_unicode.py
              • test_encode_basestring_ascii.py
              • test_pass2.py
              • test_scanstring.py
              • test_dump.py
              • __init__.py
              • test_speedups.py
              • test_fail.py
              • test_decode.py
              • test_tool.py
              • test_pass3.py
              • test_separators.py
              • test_indent.py
            • tool.py
          • pdb.py
          • sgmllib.py
          • gettext.py
          • posixfile.py
          • htmlentitydefs.py
          • fnmatch.py
          • robotparser.py
          • sunau.py
          • imputil.py
          • ihooks.py
          • imaplib.py
          • uu.py
          • dummy_threading.py
          • pipes.py
          • functools.py
          • types.py
          • argparse.py
          • keyword.py
          • macpath.py
          • hashlib.py
          • .gitignore
          • curses
            • panel.py
            • textpad.py
            • wrapper.py
            • __init__.py
            • has_key.py
            • ascii.py
          • clrtype.py
          • tempfile.py
          • macurl2path.py
          • tty.py
          • wsgiref
            • util.py
            • validate.py
            • headers.py
            • simple_server.py
            • __init__.py
            • handlers.py
          • UserList.py
          • _MozillaCookieJar.py
          • importlib
            • __init__.py
          • HTMLParser.py
          • BaseHTTPServer.py
          • struct.py
          • unittest
            • util.py
            • test
              • test_setups.py
              • test_functiontestcase.py
              • test_discovery.py
              • test_suite.py
              • test_assertions.py
              • test_loader.py
              • support.py
              • test_program.py
              • test_break.py
              • test_runner.py
              • test_case.py
              • dummy.py
              • __init__.py
              • test_skipping.py
              • test_result.py
            • suite.py
            • case.py
            • __main__.py
            • result.py
            • __init__.py
            • main.py
            • loader.py
            • runner.py
            • signals.py
          • logging
            • config.py
            • __init__.py
            • handlers.py
          • copy_reg.py
          • antigravity.py
          • Bastion.py
          • filecmp.py
          • pstats.py
          • posixpath.py
          • timeit.py
          • token.py
          • site-packages
            • win32comext
              • bits
                • test
                  • test_bits.py
                  • show_all_jobs.py
                • bits.pyd
                • __init__.py
              • shell
                • shellcon.py
                • test
                  • testShellItem.py
                  • testSHFileOperation.py
                  • testShellFolder.py
                • demos
                  • walk_shell_folders.py
                  • servers
                    • copy_hook.py
                    • shell_view.py
                    • context_menu.py
                    • folder_view.py
                    • icon_handler.py
                    • empty_volume_cache.py
                    • column_provider.py
                  • create_link.py
                  • browse_for_folder.py
                  • IShellLinkDataList.py
                  • explorer_browser.py
                  • IUniformResourceLocator.py
                  • dump_link.py
                  • shellexecuteex.py
                  • viewstate.py
                  • IActiveDesktop.py
                • __init__.py
                • knownfolders.py
              • authorization
                • demos
                  • EditSecurity.py
                  • EditServiceSecurity.py
                • __init__.py
                • authorization.pyd
              • adsi
                • adsi.pyd
                • demos
                  • scp.py
                  • objectPicker.py
                  • search.py
                  • test.py
                • adsicon.py
                • __init__.py
              • propsys
                • test
                  • testpropsys.py
                • pscon.py
                • __init__.py
                • propsys.pyd
              • mapi
                • emsabtags.py
                • mapi.pyd
                • mapiutil.py
                • demos
                  • mapisend.py
                • __init__.py
                • mapitags.py
              • axcontrol
                • axcontrol.pyd
                • __init__.py
              • axdebug
                • debugger.py
                • util.py
                • dump.py
                • contexts.py
                • adb.py
                • expressions.py
                • codecontainer.py
                • gateways.py
                • documents.py
                • __init__.py
                • stackframe.py
              • axscript
                • asputil.py
                • client
                  • framework.py
                  • pyscript.py
                  • __init__.py
                  • scriptdispatch.py
                  • pydumper.py
                  • error.py
                  • pyscript_rexec.py
                  • debug.py
                • test
                  • testHost.py
                  • debugTest.vbs
                  • debugTest.pys
                  • test.html
                  • leakTest.py
                  • testHost4Dbg.py
                • Demos
                  • client
                    • asp
                      • caps.asp
                      • CreateObject.asp
                      • tut1.asp
                      • interrupt
                        • test.asp
                        • test1.html
                        • test.html
                        • test1.asp
                    • wsh
                      • registry.pys
                      • blank.pys
                      • excel.pys
                      • test.pys
                    • ie
                      • demo_check.htm
                      • demo.htm
                      • dbgtest.htm
                      • demo_menu.htm
                      • form.htm
                      • calc.htm
                      • demo_intro.htm
                      • mousetrack.htm
                      • MarqueeText1.htm
                      • marqueeDemo.htm
                      • docwrite.htm
                      • foo2.htm
                      • pycom_blowing.gif
                • __init__.py
                • server
                  • axsite.py
                  • __init__.py
                  • error.py
                • axscript.pyd
              • ifilter
                • ifiltercon.py
                • demo
                  • filterDemo.py
                • ifilter.pyd
                • __init__.py
              • internet
                • internet.pyd
                • inetcon.py
                • __init__.py
              • taskscheduler
                • test
                  • test_addtask_1.py
                  • test_addtask_2.py
                  • test_localsystem.py
                  • test_addtask.py
                • taskscheduler.pyd
                • __init__.py
              • directsound
                • test
                  • ds_record.py
                  • ds_test.py
                  • __init__.py
                • directsound.pyd
                • __init__.py
            • pywin32-213-py2.6.egg-info
            • pythonwin
              • license.txt
              • win32uiole.pyd
              • pywin
                • dialogs
                  • list.py
                  • ideoptions.py
                  • __init__.py
                  • login.py
                  • status.py
                • default.cfg
                • mfc
                  • window.py
                  • activex.py
                  • object.py
                  • docview.py
                  • __init__.py
                  • afxres.py
                  • thread.py
                  • dialog.py
                • docking
                  • __init__.py
                  • DockingBar.py
                • idle
                  • AutoExpand.py
                  • CallTips.py
                  • IdleHistory.py
                  • FormatParagraph.py
                  • PyParse.py
                  • __init__.py
                  • AutoIndent.py
                • Demos
                  • createwin.py
                  • cmdserver.py
                  • guidemo.py
                  • openGLDemo.py
                  • menutest.py
                  • fontdemo.py
                  • toolbar.py
                  • dlgtest.py
                  • objdoc.py
                  • progressbar.py
                  • hiertest.py
                  • splittst.py
                  • ocx
                    • msoffice.py
                    • demoutils.py
                    • ocxtest.py
                    • flash.py
                    • __init__.py
                    • webbrowser.py
                    • ocxserialtest.py
                  • demoutils.py
                  • sliderdemo.py
                  • dyndlg.py
                  • app
                    • basictimerapp.py
                    • dlgappdemo.py
                    • demoutils.py
                    • dojobapp.py
                    • helloapp.py
                    • customprint.py
                  • dibdemo.py
                  • threadedgui.py
                • framework
                  • editor
                    • frame.py
                    • ModuleBrowser.py
                    • document.py
                    • template.py
                    • configui.py
                    • color
                      • __init__.py
                      • coloreditor.py
                    • __init__.py
                    • vss.py
                    • editor.py
                  • intpydde.py
                  • app.py
                  • scriptutils.py
                  • toolmenu.py
                  • sgrepmdi.py
                  • window.py
                  • interact.py
                  • bitmap.py
                  • cmdline.py
                  • stdin.py
                  • dbgcommands.py
                  • dlgappcore.py
                  • intpyapp.py
                  • __init__.py
                  • startup.py
                  • help.py
                  • winout.py
                  • mdi_pychecker.py
                • IDLE.cfg
                • scintilla
                  • find.py
                  • config.py
                  • formatter.py
                  • scintillacon.py
                  • control.py
                  • document.py
                  • configui.py
                  • keycodes.py
                  • __init__.py
                  • IDLEenvironment.py
                  • view.py
                  • bindings.py
                • __init__.py
                • tools
                  • browseProjects.py
                  • TraceCollector.py
                  • browser.py
                  • regedit.py
                  • __init__.py
                  • hierlist.py
                  • regpy.py
                • debugger
                  • debugger.py
                  • dbgpyapp.py
                  • fail.py
                  • configui.py
                  • dbgcon.py
                  • __init__.py
              • dde.pyd
              • Microsoft.VC90.MFC.manifest
            • pywin32.pth
            • README.txt
            • adodbapi
              • license.txt
              • readme.txt
              • adodbapi.py
              • __init__.py
              • tests
                • db_print.py
                • dbapi20.py
                • adodbapitest.py
                • test_adodbapi_dbapi20.py
                • adodbapitestconfig.py
            • pywin32.version.txt
            • win32
              • win32file.pyd
              • license.txt
              • win32ras.pyd
              • win32event.pyd
              • win2kras.pyd
              • libs
                • pywintypes.lib
              • include
                • PyWinTypes.h
              • win32clipboard.pyd
              • win32pipe.pyd
              • win32profile.pyd
              • winxpgui.pyd
              • _winxptheme.pyd
              • win32transaction.pyd
              • win32api.pyd
              • test
                • test_exceptions.py
                • test_win32inet.py
                • test_clipboard.py
                • test_win32api.py
                • test_win32wnet.py
                • testall.py
                • test_win32crypt.py
                • test_sspi.py
                • test_win32trace.py
                • test_odbc.py
                • test_win32net.py
                • test_pywintypes.py
                • test_win32event.py
                • test_security.py
                • win32rcparser
                  • python.ico
                  • test.rc
                  • python.bmp
                  • test.h
                • handles.py
                • test_win32file.py
                • test_win32gui.py
                • test_win32timezone.py
                • test_win32rcparser.py
                • test_win32guistruct.py
                • test_win32pipe.py
              • win32trace.pyd
              • win32console.pyd
              • win32crypt.pyd
              • lib
                • winperf.py
                • winxptheme.py
                • win32gui_struct.py
                • win32rcparser.py
                • regcheck.py
                • win32netcon.py
                • mmsystem.py
                • win32pdhutil.py
                • win32verstamp.py
                • winerror.py
                • pywin32_testutil.py
                • win32serviceutil.py
                • win32evtlogutil.py
                • regutil.py
                • winnt.py
                • win32cryptcon.py
                • sspi.py
                • win32timezone.py
                • dbi.py
                • win32pdhquery.py
                • winioctlcon.py
                • ntsecuritycon.py
                • sspicon.py
                • rasutil.py
                • afxres.py
                • win32con.py
                • win32inetcon.py
                • netbios.py
                • commctrl.py
                • pywintypes.py
                • win32traceutil.py
              • win32net.pyd
              • mmapfile.pyd
              • servicemanager.pyd
              • win32process.pyd
              • win32help.pyd
              • win32gui.pyd
              • win32cred.pyd
              • Demos
                • security
                  • set_file_owner.py
                  • list_rights.py
                  • setnamedsecurityinfo.py
                  • lsaregevent.py
                  • regsave_sa.py
                  • localized_names.py
                  • account_rights.py
                  • sspi
                    • socket_server.py
                    • validate_password.py
                    • fetch_url.py
                    • simple_auth.py
                  • GetTokenInformation.py
                  • lsastore.py
                  • query_information.py
                  • setkernelobjectsecurity.py
                  • explicit_entries.py
                  • set_file_audit.py
                  • sa_inherit.py
                  • setsecurityinfo.py
                  • set_policy_info.py
                  • setuserobjectsecurity.py
                  • regsecurity.py
                  • get_policy_info.py
                  • security_enums.py
                • win32fileDemo.py
                • RegCreateKeyTransacted.py
                • NetValidatePasswordPolicy.py
                • BackupSeek_streamheaders.py
                • win32gui_dialog.py
                • print_desktop.py
                • pipes
                  • cat.py
                  • runproc.py
                • win32gui_menu.py
                • mmapfile_demo.py
                • images
                  • frowny.bmp
                  • smiley.bmp
                • cerapi.py
                • win32servicedemo.py
                • win32rcparser_demo.py
                • win32ts_logoff_disconnected.py
                • winprocess.py
                • win32wnet
                  • winnetwk.py
                  • testwnet.py
                • CreateFileTransacted_MiniVersion.py
                • win32clipboardDemo.py
                • RegRestoreKey.py
                • FileSecurityTest.py
                • win32console_demo.py
                • getfilever.py
                • service
                  • pipeTestServiceClient.py
                  • pipeTestService.py
                  • serviceEvents.py
                • win32gui_devicenotify.py
                • win32cred_demo.py
                • eventLogDemo.py
                • win32gui_taskbar.py
                • CopyFileEx.py
                • rastest.py
                • c_extension
                  • setup.py
                • win32gui_demo.py
                • dde
                  • ddeserver.py
                  • ddeclient.py
                • desktopmanager.py
                • SystemParametersInfo.py
                • timer_demo.py
                • win32comport_demo.py
                • OpenEncryptedFileRaw.py
                • GetSaveFileName.py
                • win32netdemo.py
                • BackupRead_BackupWrite.py
              • win32print.pyd
              • win32inet.pyd
              • win32pdh.pyd
              • win32wnet.pyd
              • _win32sysloader.pyd
              • win32security.pyd
              • scripts
                • VersionStamp
                  • bulkstamp.py
                  • vssutil.py
                  • BrandProject.py
                • regsetup.py
                • ControlService.py
                • backupEventLog.py
                • ce
                  • pysynch.py
                • killProcName.py
                • rasutil.py
                • setup_d.py
              • win32service.pyd
              • win32ts.pyd
              • timer.pyd
              • win32evtlog.pyd
              • win32lz.pyd
              • odbc.pyd
              • win32job.pyd
              • perfmon.pyd
            • axscript
              • libs
                • axscript.lib
            • pythoncom.py
            • LCA_NOTICE.txt
            • win32com
              • olectl.py
              • storagecon.py
              • util.py
              • servers
                • PythonTools.py
                • perfmon.py
                • __init__.py
                • dictionary.py
                • interp.py
                • test_pycomtest.py
              • libs
                • pythoncom.lib
              • include
                • PythonCOM.h
                • PythonCOMRegister.h
                • PythonCOMServer.h
              • makegw
                • makegwenum.py
                • makegw.py
                • __init__.py
                • makegwparse.py
              • client
                • build.py
                • util.py
                • connect.py
                • genpy.py
                • selecttlb.py
                • dynamic.py
                • gencache.py
                • tlbrowse.py
                • CLSIDToClass.py
                • combrowse.py
                • __init__.py
                • makepy.py
              • test
                • testIterators.py
                • testxslt.xsl
                • testServers.py
                • testmakepy.py
                • testGIT.py
                • testMarshal.py
                • testDictionary.vbs
                • util.py
                • pippo_server.py
                • Testpys.sct
                • testCollections.py
                • testGatewayAddresses.py
                • testvb.py
                • policySemantics.py
                • testAXScript.py
                • testArrays.py
                • testMSOffice.py
                • testClipboard.py
                • pippo.tlb
                • testWMI.py
                • testExplorer.py
                • testall.py
                • pippo.idl
                • errorSemantics.py
                • testNetscape.py
                • readme.txt
                • GenTestScripts.py
                • testxslt.py
                • testPyComTest.py
                • testPersist.py
                • testDictionary.py
                • daodump.py
                • testExchange.py
                • testROT.py
                • testxslt.js
                • testMSOfficeEvents.py
                • testStreams.py
                • testPyScriptlet.js
                • __init__.py
                • testStorage.py
                • testDCOM.py
                • testPippo.py
                • testDynamic.py
                • testADOEvents.py
                • testShell.py
                • testvbscript_regexp.py
                • testAccess.py
                • testInterp.vbs
              • HTML
                • docindex.html
                • QuickStartClientCom.html
                • misc.html
                • QuickStartServerCom.html
                • GeneratedSupport.html
                • index.html
                • image
                  • BTN_HomePage.gif
                  • blank.gif
                  • BTN_ManualTop.gif
                  • BTN_PrevPage.gif
                  • pythoncom.gif
                  • BTN_NextPage.gif
                  • www_icon.gif
                  • pycom_blowing.gif
                • package.html
                • PythonCOM.html
              • decimal_23.py
              • demos
                • iebutton.py
                • excelRTDServer.py
                • dump_clipboard.py
                • outlookAddin.py
                • eventsApartmentThreaded.py
                • connect.py
                • excelAddin.py
                • trybag.py
                • __init__.py
                • eventsFreeThreaded.py
                • ietoolbar.py
              • __init__.py
              • readme.htm
              • server
                • localserver.py
                • util.py
                • policy.py
                • connect.py
                • factory.py
                • register.py
                • __init__.py
                • exception.py
                • dispatcher.py
              • License.txt
              • universal.py
            • isapi
              • samples
                • redirector.py
                • advanced.py
                • README.txt
                • redirector_asynch.py
                • test.py
                • redirector_with_filter.py
              • simple.py
              • threaded_extension.py
              • test
                • build
                  • bdist.win32
                    • winexe
                      • temp
                        • win32api.py
                        • _socket.py
                        • datetime.py
                        • win32security.py
                        • _winreg.py
                        • win32file.py
                        • win32ui.py
                        • win32trace.py
                        • _ssl.py
                        • _sre.py
                        • zlib.py
                        • unicodedata.py
                        • _win32sysloader.py
                        • win32event.py
                • extension_simple.py
                • README.txt
                • setup.py
              • README.txt
              • __init__.py
              • isapicon.py
              • install.py
              • doc
                • isapi.html
            • pywin32_system32
          • heapq.py
        • MakeModuleList.py
      • IronPythonConsoleAny
        • runtimeconfig.template.json
        • IronPythonConsoleAny.csproj
        • ipy.sh
        • ipy.bat
      • IronPythonTest
        • Events.cs
        • DeTest.cs
        • OperatorTest.cs
        • Stress
          • Engine.cs
        • ProtocolTest.cs
        • ExtensionMethodTest.cs
        • Exceptions.cs
        • InheritTest.cs
        • Util
          • IniParser.cs
          • TestManifest.cs
        • AssemblyInfo.cs
        • IntegerTest.cs
        • Explicit.cs
        • DelegateTest.cs
        • MemberOverloadTest.cs
        • AttrInjectorTest.cs
        • EngineTest.cs
        • LoadTest.cs
        • BinderTest.cs
        • Cases
          • IronPythonCases.cs
          • CPythonCases.cs
          • AllCPythonCasesManifest.ini
          • CommonCases.cs
          • StandardCPythonCasesManifest.ini
          • CaseExecuter.cs
          • CTypesCPythonCasesManifest.ini
          • IronPythonCasesManifest.ini
          • CaseGenerator.cs
        • DynamicRegressions.cs
        • NestedClass.cs
        • Indexable.cs
        • StaticTest.cs
        • IronPythonTest.csproj
        • TypeDescriptor.cs
        • DefaultParams.cs
        • ClrType.cs
        • Cmplx.cs
        • NullableTest.cs
        • StringDictionaryStorage.cs
        • GenMeth.cs
        • BindTest.cs
        • ExceptionConverter.cs
        • TestBuiltinModule.cs
        • IronMath.cs
        • Conversions.cs
        • Enums.cs
        • MemberMappingTests.cs
      • IronPython
        • IronPython.csproj
        • Resources.resx
        • Modules
          • unicodedata
            • genunicodedata.py
            • IPyUnicodeData.txt.gz
          • unicodedata.cs
          • Builtin.Generated.cs
          • _ast.cs
          • imp.cs
          • sys.cs
          • Builtin.cs
        • Runtime
          • ModuleContext.cs
          • DictionaryTypeInfoAttribute.cs
          • BuiltinPythonModule.cs
          • Index.cs
          • Python3Warning.cs
          • PythonBuffer.cs
          • PythonFunction.cs
          • PythonFile.cs
          • WrapperDescriptorAttribute.cs
          • Interfaces.cs
          • PythonTypeAttribute.cs
          • InstancedModuleDictionaryStorage.cs
          • DontMapIDisposableToContextManagerAttribute.cs
          • DictionaryOps.cs
          • PythonContext.Generated.cs
          • Slice.cs
          • ModuleDictionaryStorage.cs
          • PythonFunction.Generated.cs
          • NameType.cs
          • ErrorCodes.cs
          • BytesConversionAttribute.cs
          • CommonDictionaryStorage.cs
          • Types
            • OldClass.cs
            • PythonTypeUserDescriptorSlot.cs
            • NewTypeMaker.cs
            • StaticUnderlyingSystemType.cs
            • PythonTypeDataSlot.cs
            • PythonTypeWeakRefSlot.cs
            • NewTypeInfo.cs
            • ReflectedGetterSetter.cs
            • ParameterInfoWrapper.cs
            • SlotFieldAttribute.cs
            • PythonTypeDictSlot.cs
            • ConstructorFunction.cs
            • BuiltinFunction.cs
            • PythonTypeInfo.Generated.cs
            • PythonTypeTypeSlot.cs
            • BuiltinFunctionOverloadMapper.cs
            • PythonTypeInfo.cs
            • OperatorMapping.cs
            • CustomAttributeTracker.cs
            • PythonAssemblyOps.cs
            • ReflectedProperty.cs
            • PythonSiteCache.cs
            • DynamicBaseTypeAttribute.cs
            • ReflectedField.cs
            • IPythonObject.cs
            • DocBuilder.cs
            • DynamicHelpers.cs
            • OldInstance.cs
            • PythonType.cs
            • BuiltinMethodDescriptor.cs
            • ReflectedIndexer.cs
            • CustomInstanceDictionaryStorage.cs
            • FunctionType.cs
            • ReflectedEvent.cs
            • OldInstance.Generated.cs
            • DictProxy.cs
            • CachedNewTypeInfo.cs
            • EmptyType.cs
            • ReflectedSlotProperty.cs
            • NameConverter.cs
            • Mro.cs
            • InstanceCreator.cs
            • ReflectedExtensionProperty.cs
            • ExtensionPropertyInfo.cs
            • ResolvedMember.cs
            • PythonType.Generated.cs
            • TypeCache.Generated.cs
            • PythonTypeSlot.cs
          • PythonOptions.cs
          • PythonModule.cs
          • FutureBuiltins.cs
          • CompareUtil.cs
          • CodeContext.cs
          • ByteArray.cs
          • PlatformsAttribute.cs
          • LiteralParser.cs
          • StringFormatter.cs
          • CustomDictionaryStorage.cs
          • WrapperDictionary.cs
          • DictionaryStorage.cs
          • PythonModuleAttribute.cs
          • Profiler.cs
          • BuiltinsDictionaryStorage.cs
          • Method.Generated.cs
          • ExtensionMethodSet.cs
          • PythonScopeExtension.cs
          • KwCallInfo.cs
          • SysModuleDictionaryStorage.cs
          • FunctionAttributes.cs
          • ModuleGlobalCache.cs
          • PythonNarrowing.cs
          • Set.cs
          • NewStringFormatter.cs
          • ClrModule.cs
          • Importer.cs
          • ConversionWrappers.cs
          • DontMapIEnumerableToIterAttribute.cs
          • PythonTracebackListener.cs
          • Converter.cs
          • XamlObjectWriterSettings.cs
          • PythonDynamicStackFrame.cs
          • WarningInfo.cs
          • PythonContext.cs
          • Method.cs
          • PythonDocumentationProvider.cs