4
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PYTHONNET_INTEROP_FILE env var introduced to allow working with custom interop*.cs file inside IDE.
dse
More... over 8 years ago
.travis.yaml file simplification.
dse
More... over 8 years ago
vswhere.exe tool now distributed with the pythonnet sources, dotnet-core-2.0-x86 installation step removed.
dse
More... over 8 years ago
Added CoreCLR 2.0 build target. Compile issues fixed. (#519) More... over 8 years ago
CoreCLR msbuild (xplat) support. Initial compilable version. (#518) More... over 8 years ago
fix python 2.x issues More... over 8 years ago
Traceback test More... over 8 years ago
Update CHANGELOG.md More... over 8 years ago
Add traceback information to exception More... over 8 years ago
Update README.md More... over 8 years ago
PYTHONNET_WIN_DEFINE_CONSTANTS and PYTHONNET_MONO_DEFINE_CONSTANTS introduced. + Fix for building mono versions under windows.
dse
More... over 8 years ago
Small compile fixes.
dse
More... over 8 years ago
PYTHONNET_PY3_VERSION, PYTHONNET_PY2_VERSION build related environment vars introduced.
dse
More... over 8 years ago
Typo fix.
dse
More... over 8 years ago
Wrong NETSTANDARD/NETCOREAPP define constant change.
dse
More... over 8 years ago
Merge
dse
More... over 8 years ago
Python.Runtime.dll now targets NetStandard2.0 inplace of NetCoreApp 2.0
dse
More... over 8 years ago
Mono builds now can be build on Windows. DEBUG;TRACE fix for the case VS + non empty PYTHONNET_DEFINE_CONSTANTS
dse
More... over 8 years ago
TestPythonEngineProperties fixes.
dse
More... over 8 years ago
All finalizers are disabled until valid implementation. Helps to avoid non relevant CI build faults.
dse
More... over 8 years ago
Bug: Py_Initialize/Py_Finalize calls during alive PythonEngine. Fixed.
dse
More... over 8 years ago
Added all tests finalizer routine.
dse
More... over 8 years ago
Init/Shutdown state variable (IsFinalizing) fix.
dse
More... over 8 years ago
Runtime/Shutdown loop stores old caches and static variables. It's produces bugs when CPython freeing up enough objects.
dse
More... over 8 years ago
NetCoreApp 2.0 fix. EmitCalli does not supports cdecl. Falling-back to a slow Marshal-based solution. + x86 fix.
dse
More... over 8 years ago
Interop fix for Py_ssize_t methods (it's produces problems only on NetCoreApp 2.0).
dse
More... over 8 years ago
Build order improvement.
dse
More... over 8 years ago
Changelog improved.
dse
More... over 8 years ago
Fix for importing numpy and other python modules with native parts.
dse
More... over 8 years ago
EmbeddingTest fixes, and stubs.
dse
More... over 8 years ago