4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge latest master More... over 4 years ago
Do not clean tpHandle in ClassBase.tp_clear - it might be used in tp_dealloc More... over 4 years ago
added regression test for https://github.com/pythonnet/pythonnet/issues/1565 (unable to gc collect an instance of python derived type) More... over 4 years ago
added a few debug guards More... over 4 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... over 4 years ago
ensure all unit tests have similar SetUp and TearDown procedures when a running PythonEngine is needed More... over 4 years ago
ClassManager illegally decrefed ClassObject's refcount on shutdown More... over 4 years ago
added a workaround for warning in threading module after TestInterrupt More... over 4 years ago
remove risky finalization code from Dispatcher, and use reference types More... over 4 years ago
increase verbosity of embedding tests More... over 4 years ago
cleaning up public API More... over 4 years ago
publish debug symbols for monthly preview on NuGet More... over 4 years ago
mentioned collection mixins in changelog More... over 4 years ago
added a few tests for collection mixins More... over 4 years ago
call tp_clear (if any) of base unmanaged type when a reflected CLR object instance is cleared More... over 4 years ago
implements buffer interface for .NET arrays of primitive types (#1511) More... over 4 years ago
added int overload resolution test by https://github.com/slide More... over 4 years ago
remove needsResolution hack More... over 4 years ago
Py.Import and PyModule.Import return PyObject instead of PyModule, as not everything that can be imported is PyModule More... over 4 years ago
fixed dynamic unary and binary operations not raising Python exception on failure (#1508) More... over 4 years ago
validate, that custom Python base types can be inherited from More... over 4 years ago
Names of .NET types (e.g. `str(__class__)`) changed to better support generic types More... over 4 years ago
Fix custom decoders not working for DateTime and Decimal (#1497) More... over 4 years ago
Add ability to create module from .NET More... over 4 years ago
Merge pull request #1482 from losttech/Mini/PyIterFromPyObj More... over 4 years ago
Merge pull request #1486 from losttech/bugs/PythonInheritsDotNet_DoubleTypeReady More... over 4 years ago
It was incorrect to call `PyType_Ready` on a type returned by `PyType.tp_new`. It should have not been allowed in the first place, but we accidentally cleared `Ready` from `tp_flags`. Instead, we will extend `tp_flags` and call `PyType_Modified` at the end of CLR MetaType.tp_new More... over 4 years ago
Merge pull request #1484 from losttech/Mini/NoCrashWhenSequenceLengthUndefined More... over 4 years ago
added DebuggerDisplay to CLRObject More... over 4 years ago
fixed crash in ToArray when sequence explicitly denies __len__ More... over 4 years ago