4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(WIP) modernize the import hook More... over 5 years ago
Support comparison operators (#1347) More... over 5 years ago
Support changes to CLR code when domain reloads More... over 5 years ago
time limit GitHub actions to 5 min More... over 5 years ago
Add more more tests for in, out and ref parameters More... over 5 years ago
Operator overloads support (#1324) More... over 5 years ago
Merge pull request #1341 from tminka/TestPythonTest More... over 5 years ago
Updated CHANGELOG More... over 5 years ago
Use PythonException.Restore More... over 5 years ago
PyObject.AsManagedObject gives a better error message DelegateManager.TrueDispatch gives a better error message More... over 5 years ago
ImportHook preserves the original exception message when an import fails More... over 5 years ago
ABI.Initialize gives a helpful message when the TypeOffset interop class is not configured correctly (#1340) More... over 5 years ago
Python tests can now be debugged by running them as embedded tests within NUnit. Added PythonTestsRunner project and extra build actions. More... over 5 years ago
disable implicit conversion from PyFloat to .NET integer types (fixes #1342) More... over 5 years ago
TestPythonEngineProperties.SetPythonPath avoids corrupting the module search path for later tests (#1336) More... over 5 years ago
Call PyErr_NormalizeException for exceptions (#1265) More... over 5 years ago
Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException (#1326) More... over 5 years ago
PyIter: do not force dispose previous object upon moving to the next one (#1331) More... over 5 years ago
Ensure that the DLL locations exist for clean checkouts More... over 5 years ago
Fix illegal delegate usage (#1328) More... over 5 years ago
Ensure that all *String C-API functions are used with UTF8 More... over 5 years ago
fixed crash in finalizer of CLR types defined in Python, that survive engine shutdown (#1260) More... over 5 years ago
Merge pull request #1330 from losttech/bugs/1327 More... over 5 years ago
a few extra assertions More... over 5 years ago
classderived: handle tp_dealloc called after tp_clear More... over 5 years ago
allocate space for GCHandle in instances of CLR Metatype (which are types themselves) More... over 5 years ago
refactoring in CreateSubType More... over 5 years ago
Update ISSUE_TEMPLATE.md More... over 5 years ago
Add test-case for non-ASCII method name More... over 5 years ago
Fix or disable warnings in Python.Runtime (#1318) More... over 5 years ago