4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow casting objects to generic .NET interfaces without specifying generic arguments as long as there is no ambiguity More... over 3 years ago
ClassGeneric.GetClass now returns BorrowedReference to indicate that the value should not be disposed More... over 3 years ago
added regression test for "in Dictionary.Keys" check More... over 3 years ago
type name generator ignored names of nested classes More... over 3 years ago
disallow runtime shutdown when the Python error indicator is set, as it may lead to unpredictable behavior (#1780) More... over 3 years ago
Merge pull request #1621 from pythonnet/fix-enum-codec More... over 3 years ago
Allow conversion of UInt64 based enums More... over 3 years ago
Add unit test for enum encoder More... over 3 years ago
Merge pull request #1760 from filmor/misc-fixes More... over 3 years ago
workaround for potentially buggy threading in Mono (#1779) More... over 3 years ago
Fix decimal default parameters (#1773) More... almost 4 years ago
Ensure that codec tests are run (#1763) More... almost 4 years ago
Merge pull request #1765 from losttech/bugs/32bit-1729 More... almost 4 years ago
enable x86 testing on Windows in CI More... almost 4 years ago
fixed NativeTypeSpec on 32 bit platforms More... almost 4 years ago
Implement IConvertible interface on PyObject More... almost 4 years ago
clear weak reference list when an extension type is destroyed (#1761) More... almost 4 years ago
clear weakref list when reflected object is destroyed (#1758) More... almost 4 years ago
Merge pull request #1712 from losttech/bugs/ShutdownSegFault More... almost 4 years ago
Ensure that shutdown is called from Python More... almost 4 years ago
support for BigInteger <-> PyInt (#1710) More... almost 4 years ago
do not attempt to manually delete derived class instances after TypeManager is terminated and Python is shutting down More... almost 4 years ago
Modernise syntax in ClassDerived More... almost 4 years ago
Fix Py.SetArgv for systems that don't support GetCommandLineArgs More... almost 4 years ago
Modernise syntax a bit More... almost 4 years ago
Use Py.GIL directly, now that it doesn't try to init anymore More... almost 4 years ago
on runtime shutdown from Python release all slot holders, not only the ones, that belong to managed types More... almost 4 years ago
make methods of PyObject inherited from its base C# classes GIL-safe More... almost 4 years ago
add GitHub URL for PyPi (#1708) More... almost 4 years ago
removed dead code More... almost 4 years ago