4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PyScope/PyModule cleanup More... almost 5 years ago
fixed __cause__ on constructor overload bind failure More... almost 5 years ago
fixed conversion tests to match new behavior More... almost 5 years ago
Introduced PyIterable, PyObject no longer implements IEnumerable<PyObject> More... almost 5 years ago
Disable implicit conversions, that might lose information: More... almost 5 years ago
made InterruptTest more robust More... almost 5 years ago
Merge pull request #1543 from losttech/standard-mixins More... almost 5 years ago
merge latest master More... almost 5 years ago
Do not clean tpHandle in ClassBase.tp_clear - it might be used in tp_dealloc More... almost 5 years ago
added regression test for https://github.com/pythonnet/pythonnet/issues/1565 (unable to gc collect an instance of python derived type) More... almost 5 years ago
added a few debug guards More... almost 5 years ago
added a workaround for tp_clear implementations, that do not check, that they are not the first in tp_clear's MRO More... almost 5 years ago
ensure all unit tests have similar SetUp and TearDown procedures when a running PythonEngine is needed More... almost 5 years ago
ClassManager illegally decrefed ClassObject's refcount on shutdown More... almost 5 years ago
added a workaround for warning in threading module after TestInterrupt More... almost 5 years ago
remove risky finalization code from Dispatcher, and use reference types More... almost 5 years ago
increase verbosity of embedding tests More... almost 5 years ago
cleaning up public API More... almost 5 years ago
publish debug symbols for monthly preview on NuGet More... almost 5 years ago
mentioned collection mixins in changelog More... almost 5 years ago
added a few tests for collection mixins More... almost 5 years ago
call tp_clear (if any) of base unmanaged type when a reflected CLR object instance is cleared More... almost 5 years ago
implements buffer interface for .NET arrays of primitive types (#1511) More... almost 5 years ago
added int overload resolution test by https://github.com/slide More... almost 5 years ago
remove needsResolution hack More... almost 5 years ago
Py.Import and PyModule.Import return PyObject instead of PyModule, as not everything that can be imported is PyModule More... almost 5 years ago
fixed dynamic unary and binary operations not raising Python exception on failure (#1508) More... about 5 years ago
validate, that custom Python base types can be inherited from More... about 5 years ago
Names of .NET types (e.g. `str(__class__)`) changed to better support generic types More... about 5 years ago
Fix custom decoders not working for DateTime and Decimal (#1497) More... about 5 years ago