4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ class diagram for ManagedType and subclasses More... almost 5 years ago
+ class diagram for ManagedType and subclasses More... almost 5 years ago
handle ProcessExit event to avoid Python crash when CLR (in particular Mono) is unloaded before Python stops More... almost 5 years ago
merge latest master More... almost 5 years ago
dispose all temporary objects in PyCheck_Iter_PyObject_IsIterable_ThreadingLock_Test More... almost 5 years ago
Re-enable the domain reload tests (#1404) More... almost 5 years ago
fixup! fixup! Merge remote-tracking branch 'origin/master' into modernize-import-hook More... almost 5 years ago
fixup! Merge remote-tracking branch 'origin/master' into modernize-import-hook More... almost 5 years ago
Import hook as a module, take 2 More... almost 5 years ago
Revert "(WIP) import hook in the pytohn module" More... almost 5 years ago
Merge pull request #1440 from losttech/PR/No_find_libpyton_for_import_clr More... almost 5 years ago
Replaced magic offsets with per-type calculation More... almost 5 years ago
do not call find_libpython as Python.Runtime can find it on its own More... almost 5 years ago
added a few debug checks More... almost 5 years ago
improved handling of dict offset in object instances More... almost 5 years ago
minor code cleanup More... almost 5 years ago
cache PythonException message More... almost 5 years ago
fixed __cause__ on overload bind failure and array conversion More... almost 5 years ago
fixed __cause__ on overload bind failure and array conversion More... almost 5 years ago
XDecref now checks, that refcount is positive in debug builds More... almost 5 years ago
method binding failure now supports non-Python exception causes More... almost 5 years ago
added a few debug checks to Exceptions.SetError More... almost 5 years ago
minor fixes to Converter.ToArray: More... almost 5 years ago
fixed type of reference in PyException_SetCause More... almost 5 years ago
simplified code of PythonException and added a lot more checks More... almost 5 years ago
minor change in PythonEngine.With More... almost 5 years ago
Point users to Message property of PythonException More... almost 5 years ago
PythonException: dispose intermediate values used in stack trace generation More... almost 5 years ago
can't test exception type when runtime is down More... almost 5 years ago
separate .Steal() and .StealNullable() More... almost 5 years ago