4
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed dead code More... almost 4 years ago
allow dynamic PyObject conversion to IEnumerable when the object is a Python iterable More... almost 4 years ago
Update CHANGELOG.md (#1690) More... about 4 years ago
We can drop the import hack as we are now using the newer import mechanics More... about 4 years ago
Add tests for exception leaking. More... about 4 years ago
added todo note to ensure CLA is signed More... about 4 years ago
allow Python not passing fake arguments for out parameters (#1672) More... about 4 years ago
Only run CI on pushes to master and on all pull requests (#1670) More... about 4 years ago
Add ARM64 CI action (#1669) More... about 4 years ago
Merge pull request #1665 from filmor/move-everything-around More... about 4 years ago
Performance tests with baseline from Pypi (#1667) More... about 4 years ago
Remove obsolete documented remark on Exception types More... about 4 years ago
Move code to subdirectories and rename or split up More... about 4 years ago
added support for byref parameters when overriding .NET methods from Python More... about 4 years ago
provide `__int__` instance method on .NET enum types to support int(Enum.Member) (#1661) More... about 4 years ago
use the same facility to access Py_NoSiteFlag as the one used to load Python C API functions (#1659) More... about 4 years ago
cleanup PyBuffer a bit: More... about 4 years ago
improved support for generic method overloading More... about 4 years ago
added a regression test for https://github.com/pythonnet/pythonnet/issues/1420 (#1652) More... about 4 years ago
reworked the way .NET objects are constructed from Python More... about 4 years ago
moved Py class into its own file (#1649) More... about 4 years ago
base accessors were not exposed to Python because .NET PropertyInfo GetMethod would not return base non-overriden accessor for a partially overriden property More... about 4 years ago
when process is exiting, there's no need to save live .NET objects as they won't be resurrected More... about 4 years ago
Require newest available clr-loader (#1643) More... about 4 years ago
Fix warning regarding undefined __module__ on GC Offset Base More... about 4 years ago
Fix the PyGILState_STATE type More... about 4 years ago
bring NuGet preview CI job in line with main More... about 4 years ago
"No method matches given arguments" message now includes type name More... about 4 years ago
attempt to fix crash on shutdown of Python executable More... about 4 years ago
fixed Python derived types crashing on shutdown of Python process More... about 4 years ago