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
switched pyobject.cs to the new style references More... almost 5 years ago
switched most of classbase.cs to the new style references (except cross-domain context) More... almost 5 years ago
switched converter.cs to the new style references More... almost 5 years ago
use reference types instead of IntPtr where possible in runtime.cs More... almost 5 years ago
fixed recursive dependency in clr module initialization when there's a public class that implements IEnumerable in global namespace More... almost 5 years ago
include README.md into NuGet package More... almost 5 years ago
make .NET objects that have __call__ method callable from Python (#1589) More... almost 5 years ago
Remove a deprecated attribute in PropertyObject (#1595) More... almost 5 years ago
Fix runtime loading error message More... almost 5 years ago
Drop Appveyor CI More... almost 5 years ago
Update CI configuration for Python 3.10 More... almost 5 years ago
Add Python 3.10 support More... almost 5 years ago
added a regression test for https://github.com/pythonnet/pythonnet/issues/451 More... almost 5 years ago
PyIdentifier public members to return borrowed references More... almost 5 years ago
disabled using __float__ during implicit conversions to .NET floating point types More... almost 5 years ago
Changed signature of IPyObjectDecoder.CanDecode More... almost 5 years ago
PyObject.GetPythonType returns PyType More... almost 5 years ago
fixed: TupleCodec not respecting element type More... almost 5 years ago
newer .NET SDK might push symbols package along with the main package, so when pushing symbols package, allow conflicts More... almost 5 years ago
embedded the icon into NuGet package More... almost 5 years ago
expose PyType.Get More... almost 5 years ago
fixed nullability annotation on ConverterExtension.ToPython More... almost 5 years ago
allow user-created instances of PySequence and PyIterable More... almost 5 years ago
When reflecting nested types, ensure their corresponding PyType is allocated. More... almost 5 years ago
safer GetAttr(name, default) More... almost 5 years ago
raise BadPythonDllException (internal, derived from MissingMethodException) instead of confusing TypeLoadException when PythonDLL was not configured properly More... almost 5 years ago
fixup! Disable implicit conversions, that might lose information: More... almost 5 years ago
fixed FileLoadException when trying to do clr.AddReference('/full/lib/path.dll') More... almost 5 years ago
fixed ImportHook not seeing namespaces in assemblies loaded via direct call to Assembly.Load* methods More... almost 5 years ago
simplify assembly ResolveHandler, and use official assembly name parsing method More... almost 5 years ago