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
tiny refactor More... almost 5 years ago
fixed circular dependency in Runtime PyMembers and InternString initialization More... almost 5 years ago
improved GetThunk reliability More... almost 5 years ago
bad if condition More... almost 5 years ago
improved reliability of Clean and Dealloc implementations More... almost 5 years ago
fixed bad equality comparisons More... almost 5 years ago
fixed OnSerialized and OnDeserialized in PyObject not being typed correctly More... almost 5 years ago
fixed uses of Marshal.Read/Marshal.Write overloads with first argument of type object More... almost 5 years ago
fixed PyObject_DelAttr load from DLL failing More... almost 5 years ago
fixed thunk loading for slots, that use new reference types More... almost 5 years ago
switched tests to match the new reference changes More... almost 5 years ago
workaround for analyzer not permitting copying a reference as the last access to it More... almost 5 years ago
fixed compile errors in TypeMethod (untested) More... almost 5 years ago
allowed untested calls to PyObject_GC_Del and XDecref (3 in total) More... almost 5 years ago
renamed parameter in tp_dealloc functions for clarity More... almost 5 years ago
fixed new reference uses, that are not allowed in C# More... almost 5 years ago
assume remaning manual refcounting is not needed, because we use smart references More... almost 5 years ago
minor error fixes More... almost 5 years ago
switched state serialization to new reference types (untested) More... almost 5 years ago
switched to new references in some tests More... almost 5 years ago
getting rid of a few minor warnings and compile errors More... almost 5 years ago
switched iterator.cs and indexer.cs to the new style references More... almost 5 years ago
switched collection wrappers (from sample codec) to the new style references More... almost 5 years ago
switched converter extensions and sample codecs to the new style references More... almost 5 years ago
switched debughelper.cs to the new style references More... almost 5 years ago
switched finalizer.cs to the new style references More... almost 5 years ago
switched fieldobject.cs and constructorbinding.cs to the new style references More... almost 5 years ago
switched pythonengine.cs to the new style references More... almost 5 years ago
implemented non-confusing PyModule_AddObject More... almost 5 years ago
switched all PyObject derived classes to the new style references More... almost 5 years ago