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
assert check in GetUnmanagedBaseType for null base More... almost 5 years ago
minor docs change More... almost 5 years ago
domain reload test runner can run test by index More... almost 5 years ago
fixed construct_removed_class domain reload test case More... almost 5 years ago
fixed MaybeMemberInfo always failing for properties More... almost 5 years ago
make EventHandlerCollection serializable More... almost 5 years ago
use a special class to stub .NET types that no longer exist after a domain reload More... almost 5 years ago
EventObject no longer used for static events. EventBinding is constructed directly instead. More... almost 5 years ago
PythonException is serializable More... almost 5 years ago
can't really clear managed references to Python objects from ManagedType instances, unless they are per-alloc call More... almost 5 years ago
fixed TestRuntime not building in Release mode More... almost 5 years ago
remove unused TypeManager._slotImpls More... almost 5 years ago
fixed derived classes not inheriting slots correctly More... almost 5 years ago
sprinkled a few DebuggerHidden to make debugging easier More... almost 5 years ago
simplified outdated condition in ClassBase.tp_clear More... almost 5 years ago
removed DisposePythonWrappersForClrTypes More... almost 5 years ago
refactored conditional ClassBase slot initialization More... almost 5 years ago
arrays: use 64 bit indexing, and avoid first chance .NET exceptions on bad arguments More... almost 5 years ago
fixed PyObject disposal crashing when runtime is still finalizing More... almost 5 years ago
WIP 2 More... almost 5 years ago
PyType Dict and MRO properties to assist debugging More... almost 5 years ago
finalizer does not attempt to finalize objects when runtime is shut down More... almost 5 years ago
avoid generating and handling useless SerializationException when MaybeMethodBase contains no method More... almost 5 years ago
WIP More... almost 5 years ago
remove unused PythonMethodAttribute More... almost 5 years ago
minor improvements More... almost 5 years ago
nullability annotation fix in MaybeMethodBase More... almost 5 years ago
fixed MethodBinding failing for reference types More... almost 5 years ago
increfs in OnSave are no longer necessary with the new references More... almost 5 years ago
switched generictype.cs to the new style references More... almost 5 years ago