4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 06, 2025 — Mar 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PythonException.StackTrace is GIL-safe More... almost 5 years ago
rum embedding tests before Python tests More... almost 5 years ago
reworked `PythonException`: More... almost 5 years ago
merge latest master More... almost 5 years ago
use PyType instances instead of raw pointers in TypeManager type cache and ConstructorBinding instances More... almost 5 years ago
disabled PythonRegisteredDecoder_NoStackOverflowOnSystemType test due to known issue with custom codes + engine restarts More... almost 5 years ago
disabled ability to register encoders for `System.Type` More... almost 5 years ago
added regression test for https://github.com/pythonnet/pythonnet/issues/1427 More... almost 5 years ago
detect Py_TRACE_REFS at runtime and calculate object offsets accordingly More... almost 5 years ago
Merge pull request #1425 from losttech/bugs/libdl.so.2 More... almost 5 years ago
try libdl.so.2 on Linux before libdl.so More... almost 5 years ago
(WIP) import hook in the pytohn module More... almost 5 years ago
more info on Runtime.PythonDLL More... almost 5 years ago
suggest to set Runtime.PythonDLL when embedding in .NET More... about 5 years ago
merge fixup More... about 5 years ago
Merge pull request #1400 from losttech/cleanup/21-02-25 More... about 5 years ago
Merge pull request #1391 from losttech/cleanup/21-02-19 More... about 5 years ago
ImportHook: drop dead code around clr_prefix More... about 5 years ago
drop _PyObject_GetDictPtr and use PyObject_GenericGetDict instead More... about 5 years ago
ImportHook: verify __import__ was not updated before overwriting it with original value More... about 5 years ago
PyObject.Length raises an exception when object does not have a concept of length More... about 5 years ago
PyImport test validate no initialization failures More... about 5 years ago
allow GIL state debugging; require GILState to be properly disposed More... about 5 years ago
Adjust static libpython detection (#1396) More... about 5 years ago
added new class PyType to wrap Python type objects and enable new type construction from PyType_Spec (TypeSpec class) More... about 5 years ago
use C# 9 everywhere by default More... about 5 years ago
TypeFlags is an enum More... about 5 years ago
mentioned PythonDLL in README More... about 5 years ago
added NuGet shields to README More... about 5 years ago
ensure interned strings can not be referenced after InternString.Shutdown More... about 5 years ago