4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release method wrapper(split from #958) (#1002) More... over 6 years ago
Add mp_length slot for .NET classes implementing ICollection/ICollection<T> (#994) More... over 6 years ago
Rollback symbol loading for __Internal More... over 6 years ago
Prevent exception override More... over 6 years ago
Merge remote-tracking branch 'remotes/upstream/master' into drop-dlopen-2 More... over 6 years ago
Fix refcnt errors (split from #958) (#1001) More... over 6 years ago
Remove unnecessary `CopySlot` calls (#1004) More... over 6 years ago
Internal implement Py_CompileString for compat with CPython 3.8.0 (#1000) More... over 6 years ago
* Load PyModuleType without LibraryLoader * Drop C module dependency when getting _PyObject_NextNotImplemented * Exception details for SetNoSiteFlag More... over 6 years ago
Merge branch 'master' into drop-dlopen More... over 6 years ago
Merge branch 'Jeff17Robbins-master' More... over 6 years ago
Capture function pointer declarations in structs More... over 6 years ago
Split from PR 958: restoring the __import__ after shutdown. (#993) More... over 6 years ago
Add CI support for py3.8. (#988) More... over 6 years ago
Adds support for the Jetson Nano (#986) More... almost 7 years ago
Adds performance tests, that compare to published NuGet (#975) More... almost 7 years ago
Add function to set Py_NoSiteFlag global variable to 1 (#971) More... almost 7 years ago
Provide hook to implement __repr__ (#808) More... almost 7 years ago
Fixed deadlock on finalizer after shutdown More... almost 7 years ago
Detect py arch (#961) More... almost 7 years ago
allow excluding public .NET types from being exposed to Python More... almost 7 years ago
* Use environment variable `PYTHONNET_SOFT_SHUTDOWN` to enable soft shutdown forcedly * Disable restore objects on default More... almost 7 years ago
Since ClassBase not override tp_init for BaseException, repr(ExceptionObject) will not care 'u' on Python2. More... almost 7 years ago
Fix refcnt error of qualname More... almost 7 years ago
Del SlotsHolder from tp_dict when shutting down More... almost 7 years ago
Clear ExtensionType More... almost 7 years ago
* Reset type slots * Fix ref error at PythoneEngine.With More... almost 7 years ago
Update readme with resources (#955) More... almost 7 years ago
Fixed leaking of tp_name More... almost 7 years ago
* Fix refcnt error * Keep delegate of Thunk in tp_dict * Remove useless code More... almost 7 years ago