4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into drop-dlopen More... about 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... over 6 years ago
Adds performance tests, that compare to published NuGet (#975) More... over 6 years ago
Add function to set Py_NoSiteFlag global variable to 1 (#971) More... over 6 years ago
Provide hook to implement __repr__ (#808) More... over 6 years ago
Fixed deadlock on finalizer after shutdown More... over 6 years ago
Detect py arch (#961) More... over 6 years ago
allow excluding public .NET types from being exposed to Python More... over 6 years ago
* Use environment variable `PYTHONNET_SOFT_SHUTDOWN` to enable soft shutdown forcedly * Disable restore objects on default More... over 6 years ago
Since ClassBase not override tp_init for BaseException, repr(ExceptionObject) will not care 'u' on Python2. More... over 6 years ago
Fix refcnt error of qualname More... over 6 years ago
Del SlotsHolder from tp_dict when shutting down More... over 6 years ago
Clear ExtensionType More... over 6 years ago
* Reset type slots * Fix ref error at PythoneEngine.With More... over 6 years ago
Update readme with resources (#955) More... over 6 years ago
Fixed leaking of tp_name More... over 6 years ago
* Fix refcnt error * Keep delegate of Thunk in tp_dict * Remove useless code More... over 6 years ago
Add soft shutdown More... over 6 years ago
Feature/named arg support (#953) More... over 6 years ago
enable expanding set of marshaling conversions via PyObjectConversions More... over 6 years ago
Fixes bug where there is casting on delegates -- this is explicitly in the NET standard documentation for GetDelegateForFunctionPointer (#936) More... over 6 years ago
Adds support to convert iterators to arrays (#928) More... over 6 years ago
Readd .NET implementations of GC slots again (#913) More... over 6 years ago
Fix so that Runtime.PyModuleType is retrieved via Python.dll (#904) (#929) More... over 6 years ago
Removes imports deprecated in Python3 (#925) More... over 6 years ago
Simplify travis config and pin mono to 5.20 (#927) More... over 6 years ago