4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow creating new .NET arrays from Python using Array[T](dim1, dim2, ...) syntax More... over 5 years ago
Fix kwarg func resolution (#1136) More... over 5 years ago
Ensure methods of Object are also available on interface objects (#1284) More... over 5 years ago
Drop CLSCompliant attributes to get rid of warnings More... over 5 years ago
Python 3.9 (#1264) More... over 5 years ago
Remove deprecated implicit assembly loading More... over 5 years ago
minor improvement to debugging experience More... over 5 years ago
use .NET Core 3.1 LTS for tests (instead of 2.0) More... over 5 years ago
Convert projects to SDK style More... over 5 years ago
Add intern string and PyIdentifier (#1254) More... over 5 years ago
fix wrongly cased Microsoft.CSHARP.Targets More... over 5 years ago
property descriptor made visible on the reflected class for instance properties More... over 5 years ago
enable creating PyIter from existing PyObject More... over 5 years ago
Fix Appveyor configuration More... over 5 years ago
Fixed polyfill for TypeBuilder.CreateType (#1261) More... over 5 years ago
enable source link and symbol package generation during build More... over 5 years ago
Return interface objects when iterating over interface collections More... over 5 years ago
Fixed dllLocal not being initialized. (#1252) More... over 5 years ago
Fix typo More... over 5 years ago
Merge pull request #958 from amos402/soft-shutdown More... over 5 years ago
Merge branch 'master' into soft-shutdown More... over 5 years ago
Merge branch 'master' into soft-shutdown More... over 5 years ago
Make `len` work for `ICollection<>` interface objects More... over 5 years ago
Make it possible to use inherited indexers More... over 5 years ago
Only set mp_subscript and mp_ass_subscript for indexable types More... over 5 years ago
Non-delegate types should not be callable (#1247) More... over 5 years ago
Make indexers work for interface objects More... over 5 years ago
Merge pull request #1240 from danabr/auto-cast-ret-val-to-interface More... over 5 years ago
Select correct method to invoke when keyword arguments are used (#1242) More... over 5 years ago
Update CHANGELOG More... over 5 years ago