.editorconfig
.gitignore
.mention-bot
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Directory.Build.props
LICENSE
MANIFEST.in
README.rst
clr.py
pyproject.toml
pythonnet.sln
requirements.txt
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/main.yml
.github/workflows/nuget-preview.yml
demo/DynamicGrid.py
demo/DynamicGrid.xaml
demo/helloform.py
demo/splitter.py
demo/wordpad.py
pythonnet/.gitignore
pythonnet/__init__.py
pythonnet.egg-info/PKG-INFO
pythonnet.egg-info/SOURCES.txt
pythonnet.egg-info/dependency_links.txt
pythonnet.egg-info/not-zip-safe
pythonnet.egg-info/requires.txt
pythonnet.egg-info/top_level.txt
pythonnet/find_libpython/__init__.py
pythonnet/find_libpython/__main__.py
pythonnet/runtime/.gitkeep
pythonnet/util/__init__.py
src/pythonnet.snk
src/console/Console.csproj
src/console/python-clear.ico
src/console/python-clear.png
src/console/pythonconsole.cs
src/embed_tests/CallableObject.cs
src/embed_tests/ClassManagerTests.cs
src/embed_tests/CodecGroups.cs
src/embed_tests/Codecs.cs
src/embed_tests/GlobalTestsSetup.cs
src/embed_tests/Inheritance.cs
src/embed_tests/Inspect.cs
src/embed_tests/Modules.cs
src/embed_tests/NumPyTests.cs
src/embed_tests/Python.EmbeddingTest.csproj
src/embed_tests/References.cs
src/embed_tests/TestCallbacks.cs
src/embed_tests/TestConverter.cs
src/embed_tests/TestCustomMarshal.cs
src/embed_tests/TestDomainReload.cs
src/embed_tests/TestFinalizer.cs
src/embed_tests/TestGILState.cs
src/embed_tests/TestInstanceWrapping.cs
src/embed_tests/TestInterrupt.cs
src/embed_tests/TestNamedArguments.cs
src/embed_tests/TestNativeTypeOffset.cs
src/embed_tests/TestOperator.cs
src/embed_tests/TestPyBuffer.cs
src/embed_tests/TestPyFloat.cs
src/embed_tests/TestPyInt.cs
src/embed_tests/TestPyIter.cs
src/embed_tests/TestPyList.cs
src/embed_tests/TestPyNumber.cs
src/embed_tests/TestPyObject.cs
src/embed_tests/TestPySequence.cs
src/embed_tests/TestPyString.cs
src/embed_tests/TestPyTuple.cs
src/embed_tests/TestPyType.cs
src/embed_tests/TestPyWith.cs
src/embed_tests/TestPythonEngineProperties.cs
src/embed_tests/TestPythonException.cs
src/embed_tests/TestRuntime.cs
src/embed_tests/dynamic.cs
src/embed_tests/packages.config
src/embed_tests/pyimport.cs
src/embed_tests/pyinitialize.cs
src/embed_tests/pyrunstring.cs
src/embed_tests/fixtures/PyImportTest/__init__.py
src/embed_tests/fixtures/PyImportTest/cast_global_var.py
src/embed_tests/fixtures/PyImportTest/sysargv.py
src/embed_tests/fixtures/PyImportTest/test/__init__.py
src/embed_tests/fixtures/PyImportTest/test/one.py
src/perf_tests/BaselineComparisonBenchmarkBase.cs
src/perf_tests/BaselineComparisonConfig.cs
src/perf_tests/BenchmarkTests.cs
src/perf_tests/Python.PerformanceTests.csproj
src/perf_tests/PythonCallingNetBenchmark.cs
src/python_tests_runner/Python.PythonTestsRunner.csproj
src/python_tests_runner/PythonTestRunner.cs
src/runtime/BorrowedReference.cs
src/runtime/CustomMarshaler.cs
src/runtime/DefaultBaseTypeProvider.cs
src/runtime/EventHandlerCollection.cs
src/runtime/IPythonBaseTypeProvider.cs
src/runtime/InteropConfiguration.cs
src/runtime/ManagedTypes.cd
src/runtime/NewReference.cs
src/runtime/NonCopyableAttribute.cs
src/runtime/PyExportAttribute.cs
src/runtime/Python.Runtime.csproj
src/runtime/PythonBaseTypeProviderGroup.cs
src/runtime/PythonReferenceComparer.cs
src/runtime/README.md
src/runtime/ReferenceExtensions.cs
src/runtime/ReflectedClrType.cs
src/runtime/StolenReference.cs
src/runtime/TypeSpec.cs
src/runtime/UnloadedClass.cs
src/runtime/UnsafeReferenceWithRun.cs
src/runtime/Util.cs
src/runtime/arrayobject.cs
src/runtime/assemblymanager.cs
src/runtime/bufferinterface.cs
src/runtime/classbase.cs
src/runtime/classderived.cs
src/runtime/classmanager.cs
src/runtime/classobject.cs
src/runtime/clrobject.cs
src/runtime/codegenerator.cs
src/runtime/constructorbinder.cs
src/runtime/constructorbinding.cs
src/runtime/converter.cs
src/runtime/converterextensions.cs
src/runtime/debughelper.cs
src/runtime/delegatemanager.cs
src/runtime/delegateobject.cs
src/runtime/eventbinding.cs
src/runtime/eventobject.cs
src/runtime/exceptions.cs
src/runtime/extensiontype.cs
src/runtime/fieldobject.cs
src/runtime/finalizer.cs
src/runtime/generictype.cs
src/runtime/genericutil.cs
src/runtime/importhook.cs
src/runtime/indexer.cs
src/runtime/interfaceobject.cs
src/runtime/interfaces.cs
src/runtime/intern.cs
src/runtime/intern_.cs
src/runtime/intern_.tt
src/runtime/interop.cs
src/runtime/interop310.cs
src/runtime/interop36.cs
src/runtime/interop37.cs
src/runtime/interop38.cs
src/runtime/interop39.cs
src/runtime/iterator.cs
src/runtime/loader.cs
src/runtime/managedtype.cs
src/runtime/metatype.cs
src/runtime/methodbinder.cs
src/runtime/methodbinding.cs
src/runtime/methodobject.cs
src/runtime/module.cs
src/runtime/modulefunctionobject.cs
src/runtime/moduleobject.cs
src/runtime/modulepropertyobject.cs
src/runtime/nativecall.cs
src/runtime/operatormethod.cs
src/runtime/opshelper.cs
src/runtime/overload.cs
src/runtime/propertyobject.cs
src/runtime/pybuffer.cs
src/runtime/pydict.cs
src/runtime/pyfloat.cs
src/runtime/pyint.cs
src/runtime/pyiter.cs
src/runtime/pyiterable.cs
src/runtime/pylist.cs
src/runtime/pynumber.cs
src/runtime/pyobject.cs
src/runtime/pysequence.cs
src/runtime/pystring.cs
src/runtime/pythonengine.cs
src/runtime/pythonexception.cs
src/runtime/pytuple.cs
src/runtime/pytype.cs
src/runtime/runtime.cs
src/runtime/runtime_data.cs
src/runtime/runtime_state.cs
src/runtime/typemanager.cs
src/runtime/Codecs/DecoderGroup.cs
src/runtime/Codecs/EncoderGroup.cs
src/runtime/Codecs/EnumPyIntCodec.cs
src/runtime/Codecs/IterableDecoder.cs
src/runtime/Codecs/ListDecoder.cs
src/runtime/Codecs/RawProxyEncoder.cs
src/runtime/Codecs/SequenceDecoder.cs
src/runtime/Codecs/TupleCodecs.cs
src/runtime/CollectionWrappers/IterableWrapper.cs
src/runtime/CollectionWrappers/ListWrapper.cs
src/runtime/CollectionWrappers/SequenceWrapper.cs
src/runtime/Mixins/CollectionMixinsProvider.cs
src/runtime/Mixins/collections.py
src/runtime/Properties/AssemblyInfo.cs
src/runtime/Reflection/ParameterHelper.cs
src/runtime/StateSerialization/CLRMappedItem.cs
src/runtime/StateSerialization/CLRWrapperCollection.cs
src/runtime/StateSerialization/ClassManagerState.cs
src/runtime/StateSerialization/ICLRObjectStorer.cs
src/runtime/StateSerialization/ImportHookState.cs
src/runtime/StateSerialization/MaybeMemberInfo.cs
src/runtime/StateSerialization/MaybeMethodBase.cs
src/runtime/StateSerialization/MaybeType.cs
src/runtime/StateSerialization/MetatypeState.cs
src/runtime/StateSerialization/PythonNetState.cs
src/runtime/StateSerialization/SharedObjectsState.cs
src/runtime/StateSerialization/TypeManagerState.cs
src/runtime/native/ABI.cs
src/runtime/native/GeneratedTypeOffsets.cs
src/runtime/native/ITypeOffsets.cs
src/runtime/native/NativeFunc.cs
src/runtime/native/NativeTypeSpec.cs
src/runtime/native/PyCompilerFlags.cs
src/runtime/native/PyGILState.cs
src/runtime/native/PyInterpreterState.cs
src/runtime/native/PyMemberFlags.cs
src/runtime/native/PyMemberType.cs
src/runtime/native/PyMethodFlags.cs
src/runtime/native/PyThreadState.cs
src/runtime/native/StrPtr.cs
src/runtime/native/TypeOffset.cs
src/runtime/obj/release/.NETStandard,Version=v2.0.AssemblyAttributes.cs
src/runtime/obj/release/Python.Runtime.AssemblyInfo.cs
src/runtime/obj/release/Python.Runtime.AssemblyInfoInputs.cache
src/runtime/obj/release/Python.Runtime.GeneratedMSBuildEditorConfig.editorconfig
src/runtime/obj/release/Python.Runtime.assets.cache
src/runtime/obj/release/Python.Runtime.csproj.AssemblyReference.cache
src/runtime/obj/release/Python.Runtime.csproj.CoreCompileInputs.cache
src/runtime/obj/release/Python.Runtime.csproj.FileListAbsolute.txt
src/runtime/obj/release/Python.Runtime.dll
src/runtime/obj/release/Python.Runtime.pdb
src/runtime/obj/release/Python.Runtime.sourcelink.json
src/runtime/platform/LibDL.cs
src/runtime/platform/LibraryLoader.cs
src/runtime/polyfill/ReflectionPolyfills.cs
src/runtime/resources/clr.py
src/runtime/resources/interop.py
src/runtime/slots/mp_length.cs
src/runtime/tricks/InitOnly.cs
src/runtime/tricks/NullOnly.cs
src/testing/CodecTest.cs
src/testing/InheritanceTest.cs
src/testing/Python.Test.csproj
src/testing/ReprTest.cs
src/testing/arraytest.cs
src/testing/callbacktest.cs
src/testing/classtest.cs
src/testing/constructortests.cs
src/testing/conversiontest.cs
src/testing/delegatetest.cs
src/testing/doctest.cs
src/testing/enumtest.cs
src/testing/eventtest.cs
src/testing/exceptiontest.cs
src/testing/fieldtest.cs
src/testing/generictest.cs
src/testing/globaltest.cs
src/testing/indexertest.cs
src/testing/interfacetest.cs
src/testing/methodtest.cs
src/testing/moduletest.cs
src/testing/mp_lengthtest.cs
src/testing/nonexportable.cs
src/testing/propertytest.cs
src/testing/subclasstest.cs
src/testing/threadtest.cs
src/tests/test_codec.py
tests/__init__.py
tests/_missing_import.py
tests/conftest.py
tests/importtest.py
tests/leaktest.py
tests/profile.py
tests/runtests.py
tests/stress.py
tests/stresstest.py
tests/test_array.py
tests/test_callback.py
tests/test_class.py
tests/test_clrmethod.py
tests/test_collection_mixins.py
tests/test_constructors.py
tests/test_conversion.py
tests/test_delegate.py
tests/test_docstring.py
tests/test_engine.py
tests/test_enum.py
tests/test_event.py
tests/test_exceptions.py
tests/test_field.py
tests/test_generic.py
tests/test_import.py
tests/test_indexer.py
tests/test_interface.py
tests/test_method.py
tests/test_module.py
tests/test_mp_length.py
tests/test_property.py
tests/test_recursive_types.py
tests/test_repr.py
tests/test_subclass.py
tests/test_sysargv.py
tests/test_thread.py
tests/tests.pyproj
tests/utils.py
tests/domain_tests/App.config
tests/domain_tests/Python.DomainReloadTests.csproj
tests/domain_tests/TestRunner.cs
tests/domain_tests/test_domain_reload.py
tests/fixtures/argv-fixture.py
tools/geninterop/geninterop.py
tools/geninterop/fake_libc_include/_ansi.h
tools/geninterop/fake_libc_include/_fake_defines.h
tools/geninterop/fake_libc_include/_fake_typedefs.h
tools/geninterop/fake_libc_include/_syslist.h
tools/geninterop/fake_libc_include/alloca.h
tools/geninterop/fake_libc_include/ar.h
tools/geninterop/fake_libc_include/argz.h
tools/geninterop/fake_libc_include/assert.h
tools/geninterop/fake_libc_include/complex.h
tools/geninterop/fake_libc_include/crypt.h
tools/geninterop/fake_libc_include/ctype.h
tools/geninterop/fake_libc_include/dirent.h
tools/geninterop/fake_libc_include/dlfcn.h
tools/geninterop/fake_libc_include/endian.h
tools/geninterop/fake_libc_include/envz.h
tools/geninterop/fake_libc_include/errno.h
tools/geninterop/fake_libc_include/fastmath.h
tools/geninterop/fake_libc_include/fcntl.h
tools/geninterop/fake_libc_include/features.h
tools/geninterop/fake_libc_include/fenv.h
tools/geninterop/fake_libc_include/float.h
tools/geninterop/fake_libc_include/getopt.h
tools/geninterop/fake_libc_include/grp.h
tools/geninterop/fake_libc_include/iconv.h
tools/geninterop/fake_libc_include/ieeefp.h
tools/geninterop/fake_libc_include/inttypes.h
tools/geninterop/fake_libc_include/io.h
tools/geninterop/fake_libc_include/iso646.h
tools/geninterop/fake_libc_include/langinfo.h
tools/geninterop/fake_libc_include/libgen.h
tools/geninterop/fake_libc_include/libintl.h
tools/geninterop/fake_libc_include/limits.h
tools/geninterop/fake_libc_include/locale.h
tools/geninterop/fake_libc_include/malloc.h
tools/geninterop/fake_libc_include/math.h
tools/geninterop/fake_libc_include/netdb.h
tools/geninterop/fake_libc_include/newlib.h
tools/geninterop/fake_libc_include/paths.h
tools/geninterop/fake_libc_include/process.h
tools/geninterop/fake_libc_include/pthread.h
tools/geninterop/fake_libc_include/pwd.h
tools/geninterop/fake_libc_include/reent.h
tools/geninterop/fake_libc_include/regdef.h
tools/geninterop/fake_libc_include/regex.h
tools/geninterop/fake_libc_include/sched.h
tools/geninterop/fake_libc_include/search.h
tools/geninterop/fake_libc_include/semaphore.h
tools/geninterop/fake_libc_include/setjmp.h
tools/geninterop/fake_libc_include/signal.h
tools/geninterop/fake_libc_include/stdarg.h
tools/geninterop/fake_libc_include/stdbool.h
tools/geninterop/fake_libc_include/stddef.h
tools/geninterop/fake_libc_include/stdint.h
tools/geninterop/fake_libc_include/stdio.h
tools/geninterop/fake_libc_include/stdlib.h
tools/geninterop/fake_libc_include/string.h
tools/geninterop/fake_libc_include/syslog.h
tools/geninterop/fake_libc_include/tar.h
tools/geninterop/fake_libc_include/termios.h
tools/geninterop/fake_libc_include/tgmath.h
tools/geninterop/fake_libc_include/time.h
tools/geninterop/fake_libc_include/unctrl.h
tools/geninterop/fake_libc_include/unistd.h
tools/geninterop/fake_libc_include/utime.h
tools/geninterop/fake_libc_include/utmp.h
tools/geninterop/fake_libc_include/wchar.h
tools/geninterop/fake_libc_include/wctype.h
tools/geninterop/fake_libc_include/zlib.h
tools/geninterop/fake_libc_include/arpa/inet.h
tools/geninterop/fake_libc_include/asm-generic/int-ll64.h
tools/geninterop/fake_libc_include/linux/socket.h
tools/geninterop/fake_libc_include/linux/version.h
tools/geninterop/fake_libc_include/netinet/in.h
tools/geninterop/fake_libc_include/netinet/tcp.h
tools/geninterop/fake_libc_include/openssl/err.h
tools/geninterop/fake_libc_include/openssl/evp.h
tools/geninterop/fake_libc_include/openssl/hmac.h
tools/geninterop/fake_libc_include/openssl/ssl.h
tools/geninterop/fake_libc_include/openssl/x509v3.h
tools/geninterop/fake_libc_include/sys/ioctl.h
tools/geninterop/fake_libc_include/sys/mman.h
tools/geninterop/fake_libc_include/sys/poll.h
tools/geninterop/fake_libc_include/sys/resource.h
tools/geninterop/fake_libc_include/sys/select.h
tools/geninterop/fake_libc_include/sys/socket.h
tools/geninterop/fake_libc_include/sys/stat.h
tools/geninterop/fake_libc_include/sys/sysctl.h
tools/geninterop/fake_libc_include/sys/time.h
tools/geninterop/fake_libc_include/sys/types.h
tools/geninterop/fake_libc_include/sys/uio.h
tools/geninterop/fake_libc_include/sys/un.h
tools/geninterop/fake_libc_include/sys/utsname.h
tools/geninterop/fake_libc_include/sys/wait.h