4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
all Dealloc overrides simply duplicate Clear, so just call both from tp_dealloc and don't override Dealloc More... about 5 years ago
refactored tp_clear in ExtensionType and descendants into a virtual C# function Clear More... about 5 years ago
refactored tp_clear in ExtensionType and descendants into a virtual C# function Clear More... about 5 years ago
refactored tp_dealloc in ExtensionType and descendants More... about 5 years ago
refactored tp_dealloc in ExtensionType and descendants More... about 5 years ago
added OverloadMapper to ManagedTypes class diagram More... about 5 years ago
added OverloadMapper to ManagedTypes class diagram More... about 5 years ago
+ class diagram for ManagedType and subclasses More... about 5 years ago
+ class diagram for ManagedType and subclasses More... about 5 years ago
handle ProcessExit event to avoid Python crash when CLR (in particular Mono) is unloaded before Python stops More... about 5 years ago
merge latest master More... about 5 years ago
dispose all temporary objects in PyCheck_Iter_PyObject_IsIterable_ThreadingLock_Test More... about 5 years ago
Re-enable the domain reload tests (#1404) More... over 5 years ago
fixup! fixup! Merge remote-tracking branch 'origin/master' into modernize-import-hook More... over 5 years ago
fixup! Merge remote-tracking branch 'origin/master' into modernize-import-hook More... over 5 years ago
Import hook as a module, take 2 More... over 5 years ago
Revert "(WIP) import hook in the pytohn module" More... over 5 years ago
Merge pull request #1440 from losttech/PR/No_find_libpyton_for_import_clr More... over 5 years ago
Replaced magic offsets with per-type calculation More... over 5 years ago
do not call find_libpython as Python.Runtime can find it on its own More... over 5 years ago
added a few debug checks More... over 5 years ago
improved handling of dict offset in object instances More... over 5 years ago
minor code cleanup More... over 5 years ago
cache PythonException message More... over 5 years ago
fixed __cause__ on overload bind failure and array conversion More... over 5 years ago
fixed __cause__ on overload bind failure and array conversion More... over 5 years ago
XDecref now checks, that refcount is positive in debug builds More... over 5 years ago
method binding failure now supports non-Python exception causes More... over 5 years ago
added a few debug checks to Exceptions.SetError More... over 5 years ago
minor fixes to Converter.ToArray: More... over 5 years ago