Commits
User selector
Commit history
Commits on Dec 26, 2025
Commits on Dec 20, 2024
dotnet 9 (#98)
Show description for dff82a1authored
Commits on May 2, 2022
- committed
Commits on Apr 25, 2022
- committed
Ensure that codec tests are run (#1763)
Show description for 090ff9fauthored
Commits on Jan 25, 2022
Add tests for exception leaking.
Show description for ca1a72bauthored andcommitted
Commits on Jan 7, 2022
added support for byref parameters when overriding .NET methods from Python
Show description for 7450c5ccommitted
Commits on Jan 6, 2022
provide `__int__` instance method on .NET enum types to support int(Enum.Member) (#1661)
Show description for efad01cauthored
Commits on Jan 5, 2022
improved support for generic method overloading
Show description for fabb22ccommitted
Commits on Jan 4, 2022
reworked the way .NET objects are constructed from Python
Show description for c4238d9committed
Commits on Nov 23, 2021
- committed
Commits on Sep 30, 2021
- committed
Commits on Sep 23, 2021
Commits on Aug 25, 2021
Commits on Feb 24, 2021
introduced PyModule (inherits PyScope)
Show description for 50834bacommitted
Commits on Feb 18, 2021
Commits on Feb 14, 2021
Commits on Jan 28, 2021
Added the ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple.
Show description for 063a674authored andcommitted
Commits on Jan 27, 2021
Better error messages for method argument mismatch and others (#1361)
Show description for 92932fdauthored
Commits on Dec 18, 2020
- authored andcommitted
Commits on Dec 12, 2020
Fix or disable warnings in Python.Runtime (#1318)
Show description for bd264cfauthored- authored andcommitted
Commits on Dec 10, 2020
Ensure that param-array matching works correctly (#1304)
Show description for 4133927authored
Commits on Dec 9, 2020
Convert projects to SDK style
Show description for f811e51committed
Commits on Nov 18, 2020
Fix kwarg func resolution (#1136)
Show description for c81c3c3andauthored
Commits on Nov 3, 2020
- authored andcommitted
Commits on Oct 8, 2020
Make it possible to use inherited indexers
Show description for c79be84authored andcommitted
Commits on Oct 1, 2020
Return eleements of interface arrays as interface objects
Show description for a74664ccommittedWrap returned objects in interface if method return type is interface
Show description for 1dd36aecommittedSelect correct method to invoke when keyword arguments are used (#1242)
Show description for d44f1daauthored
Commits on Sep 15, 2020
Commits on Jun 7, 2020
- committed
Commits on May 14, 2020
allow excluding public .NET types from being exposed to Python
Show description for 467d1fdcommitted
Commits on Apr 29, 2020
Add RawProxyEncoder (#1122)
Show description for f707698authored