4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed CollectBasicObject by ensuring MakeAGarbage is not keeping temp object alive More... about 5 years ago
allow setting PythonDLL More... about 5 years ago
Adjust shields in README More... about 5 years ago
Ensure that param-array matching works correctly (#1304) More... about 5 years ago
Remove accidentally merged change More... about 5 years ago
Test other Operating Systems than Linux via Github Actions (#1310) More... about 5 years ago
Merge pull request #1209 from filmor/sdk-style More... about 5 years ago
Do the clr import later to not interfere with other test imports More... about 5 years ago
Split build_dotnet into its own command More... about 5 years ago
Run AppVeyor tests without coverage for now More... about 5 years ago
Remove outdated comment More... about 5 years ago
Add solution items back More... about 5 years ago
Always run configure step if dotnet modules are present More... about 5 years ago
Ignore test failing on Mono for now More... about 5 years ago
Adjust clr loading and merge Mono code into one file More... about 5 years ago
Add pyparser dependency to pyproject.toml More... about 5 years ago
Adjust workflows More... about 5 years ago
Added github actions workflow to replace travis (#1307) More... about 5 years ago
Parameters marked with `ParameterAttributes.Out` are no longer returned in addition to the regular method return value (unless they are passed with `ref` or `out` keyword). (#1308) More... about 5 years ago
Create main.yml More... about 5 years ago
allow Python to overwrite .NET methods More... about 5 years ago
WIP: use C# 9 function pointers for PInvoke More... about 5 years ago
drop NativeCodePage alltogether More... over 5 years ago
use .NET Standard 2.0 platform detection features More... over 5 years ago
dropped net40 target from modern projects More... over 5 years ago
detect the size of wchar_t (aka Runtime.UCS) at runtime using PyUnicode_GetMax More... over 5 years ago
revert slot-related parts of 1b466df0 to avoid conditional compilation More... over 5 years ago
fixed missing ITypeOffset members np_inplace_* More... over 5 years ago
implemented NativeTypeOffset for installation with setup.py More... over 5 years ago
TypeOffset class no longer depends on target Python version More... over 5 years ago