4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed PyObject_DelAttr load from DLL failing More... over 4 years ago
fixed thunk loading for slots, that use new reference types More... over 4 years ago
switched tests to match the new reference changes More... over 4 years ago
workaround for analyzer not permitting copying a reference as the last access to it More... over 4 years ago
fixed compile errors in TypeMethod (untested) More... over 4 years ago
allowed untested calls to PyObject_GC_Del and XDecref (3 in total) More... over 4 years ago
renamed parameter in tp_dealloc functions for clarity More... over 4 years ago
fixed new reference uses, that are not allowed in C# More... over 4 years ago
assume remaning manual refcounting is not needed, because we use smart references More... over 4 years ago
minor error fixes More... over 4 years ago
switched state serialization to new reference types (untested) More... over 4 years ago
switched to new references in some tests More... over 4 years ago
getting rid of a few minor warnings and compile errors More... over 4 years ago
switched iterator.cs and indexer.cs to the new style references More... over 4 years ago
switched collection wrappers (from sample codec) to the new style references More... over 4 years ago
switched converter extensions and sample codecs to the new style references More... over 4 years ago
switched debughelper.cs to the new style references More... over 4 years ago
switched finalizer.cs to the new style references More... over 4 years ago
switched fieldobject.cs and constructorbinding.cs to the new style references More... over 4 years ago
switched pythonengine.cs to the new style references More... over 4 years ago
implemented non-confusing PyModule_AddObject More... over 4 years ago
switched all PyObject derived classes to the new style references More... over 4 years ago
switched eventobject.cs and eventbiding.cs to the new style references More... over 4 years ago
switched pytuple.cs to the new style references More... over 4 years ago
switched pythonexception.cs to the new style references More... over 4 years ago
switched interfaceobject.cs to the new style references More... over 4 years ago
switched exceptions.cs to the new style references More... over 4 years ago
partially switched moduleobject.cs and importhook.cs to the new style references More... over 4 years ago
minor refactorings More... over 4 years ago
switched modulefunctionobject.cs to the new style references More... over 4 years ago