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
made InterruptTest more robust More... about 5 years ago
reworked Enum marshaling More... about 5 years ago
minor fixes More... about 5 years ago
introduced PyModule (inherits PyScope) More... about 5 years ago
removed unused Utf8Marshaler More... about 5 years ago
allow comparing BorrowedReference to null More... about 5 years ago
Lossless encoders for IList<T>, IEnumerable<T> and ICollection<T> (#1084) More... about 5 years ago
NuGet Preview pipeline changes missed in https://github.com/pythonnet/pythonnet/pull/1373 More... about 5 years ago
rename nuget preview release workflow More... about 5 years ago
enable manual preview release More... about 5 years ago
Adjust setup.py for wheel building More... about 5 years ago
Merge pull request #1373 from filmor/clr-loader More... about 5 years ago
Drop references to the obsolete call More... about 5 years ago
Fix PythonTestRunner to work with new pytest setup More... about 5 years ago
Add Changelog entry More... about 5 years ago
Adjust the import tests to use only commonly available deps More... about 5 years ago
Use approximate comparison for single max/min value comparison More... about 5 years ago
Vendor System.Drawing.Point for testing on .NET Core More... about 5 years ago
Run tests on .NET Core More... about 5 years ago
Sign Runtime DLL with a strong name (#1382) More... about 5 years ago
Fix domain reload tests and activate them on macOS More... about 5 years ago
Replace clr module by loading through clr_loader More... about 5 years ago
monthly NuGet release previews (#1381) More... about 5 years ago
ParameterInfo.Name needs to be checked for null before usage (#1375) More... about 5 years ago
Fix exception string (#1360) More... about 5 years ago
Merge pull request #1365 from losttech/features/VersionIndependent More... about 5 years ago
Added the ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple. BREAKING: MethodBinder omits a void return type when returning a tuple of out parameters. DelegateManager unpacks a tuple of out parameters from Python (reversing the logic in MethodBinder) and sets the out parameters of the delegate. More... about 5 years ago
Better error messages for method argument mismatch and others (#1361) More... about 5 years ago
addressed a few code comments More... about 5 years ago
simplify PyScope by delegating ownership to PyObject instance More... about 5 years ago