Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 28, 2021
- committed
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 Jan 21, 2021
- authored
- authored
Add PythonEngine.Interrupt (#1337)
Show description for 5fd77b1authored
Commits on Jan 20, 2021
Commits on Jan 12, 2021
Commits on Jan 11, 2021
- authored andcommitted
Commits on Jan 7, 2021
Support changes to CLR code when domain reloads
Show description for d6c0081authored- authored
Commits on Jan 5, 2021
Operator overloads support (#1324)
Show description for 9f01ebbandauthoredMerge pull request #1341 from tminka/TestPythonTest
Show description for 96cc739authored- committed
- committed
- committed
Python tests can now be debugged by running them as embedded tests within NUnit.
Show description for 5bb2566committedPyObject.AsManagedObject gives a better error message
Show description for 107c8b9authored andcommitted
Commits on Jan 4, 2021
ABI.Initialize gives a helpful message when the TypeOffset interop class is not configured correctly (#1340)
Show description for cac82a6authored
Commits on Dec 22, 2020
TestPythonEngineProperties.SetPythonPath avoids corrupting the module search path for later tests (#1336)
Show description for 1f40564authored
Commits on Dec 21, 2020
Call PyErr_NormalizeException for exceptions (#1265)
Show description for a0d1a3dandauthored
Commits on Dec 18, 2020
Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException (#1326)
Show description for d9e15a7authoredPyIter: do not force dispose previous object upon moving to the next one (#1331)
Show description for 7149d5eauthored- committed
Fix illegal delegate usage (#1328)
Show description for 9307bb3authored- authored andcommitted
- authored andcommitted
fixed crash in finalizer of CLR types defined in Python, that survive engine shutdown (#1260)
Show description for e2ab3aeauthoredMerge pull request #1330 from losttech/bugs/1327
Show description for 7e73b0dauthored- committed
classderived: handle tp_dealloc called after tp_clear
Show description for 38b3f01committed- committed
- committed
Commits on Dec 17, 2020
- authored
Commits on Dec 12, 2020
Fix or disable warnings in Python.Runtime (#1318)
Show description for bd264cfauthored