An open API service providing commit metadata for open source projects.

GitHub / Unity-Technologies/pythonnet / commits

SHA Message Author Date Stats
d0d7616f ensure interned strings can not be referenced after InternString.Shutdown Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 5 years ago
83328d2d made InterruptTest more robust Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 5 years ago
63792212 reworked Enum marshaling Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 5 years ago
ac68aab1 minor fixes Victor Milovanov <l****t@l****e> over 5 years ago
50834ba7 introduced PyModule (inherits PyScope) Victor Milovanov <l****t@l****e> over 5 years ago
60bb68c2 removed unused Utf8Marshaler Victor Milovanov <l****t@l****e> over 5 years ago
c3fc7f08 allow comparing BorrowedReference to null Victor Milovanov <l****t@l****e> over 5 years ago
707ef36d Lossless encoders for IList<T>, IEnumerable<T> and ICollection<T> (#1084) Mohamed Koubaa <k****m@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0f5e7814 NuGet Preview pipeline changes missed in https://github.com/pythonnet/pythonn... Victor Milovanov <l****t@l****e> over 5 years ago
132b666f rename nuget preview release workflow Victor Milovanov <l****t@l****e> over 5 years ago
4c05417d enable manual preview release Victor Milovanov <l****t@l****e> over 5 years ago
fb083bbe Adjust setup.py for wheel building Benedikt Reinartz <f****r@g****m> over 5 years ago
6510ff7b merge Merge pull request #1373 from filmor/clr-loader Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c1a01b72 Drop references to the obsolete call Benedikt Reinartz <f****r@g****m> over 5 years ago
f0011a51 Fix PythonTestRunner to work with new pytest setup Benedikt Reinartz <f****r@g****m> over 5 years ago
fdb71447 Add Changelog entry Benedikt Reinartz <f****r@g****m> over 5 years ago
d46fa1e6 Adjust the import tests to use only commonly available deps Benedikt Reinartz <f****r@g****m> over 5 years ago
8bc458b3 Use approximate comparison for single max/min value comparison Benedikt Reinartz <f****r@g****m> over 5 years ago
67032ea0 Vendor System.Drawing.Point for testing on .NET Core Benedikt Reinartz <f****r@g****m> over 5 years ago
0d7e43ae Run tests on .NET Core Benedikt Reinartz <f****r@g****m> over 5 years ago
4da19543 Sign Runtime DLL with a strong name (#1382) gpetrou <4****u@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
f01a78c6 Fix domain reload tests and activate them on macOS Benedikt Reinartz <f****r@g****m> over 5 years ago
b92d9295 Replace clr module by loading through clr_loader Benedikt Reinartz <f****r@g****m> over 5 years ago
6b2347a1 monthly NuGet release previews (#1381) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d86bf3ce ParameterInfo.Name needs to be checked for null before usage (#1375) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1afae4cf Fix exception string (#1360) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9e5887ce merge Merge pull request #1365 from losttech/features/VersionIndependent Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
063a6740 Added the ability to implement delegates with `ref` and `out` parameters in P... Tom Minka <8****a@u****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
92932fd2 Better error messages for method argument mismatch and others (#1361) Tom Minka <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9d0bd9c2 Remove StrongNameIdentity attribute Félix Bourbonnais <f****s@i****m> over 5 years ago
01157ba6 merge Merge pull request #14 from Unity-Technologies/unity/modernize-import-hook Félix Bourbonnais <f****s@i****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d7c20ed2 Fix library loader usage Félix Bourbonnais <f****s@i****m> over 5 years ago
a6cbe20c addressed a few code comments Victor Milovanov <l****t@l****e> over 5 years ago
1ab9cb16 simplify PyScope by delegating ownership to PyObject instance Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 5 years ago
39828929 workaround for pytest/clr module not preloading python C API library Victor Milovanov <l****t@l****e> over 5 years ago
cda604a2 only set PYTHONNET_PYDLL for test runs from .NET Victor Milovanov <l****t@l****e> over 5 years ago
f68e5813 in CI MacOS python DLL has 'm' suffix Victor Milovanov <l****t@l****e> over 5 years ago
b4cb37e0 use Microsoft.Net.Compilers.Toolset instead of Microsoft.Net.Compilers Victor Milovanov <l****t@l****e> over 5 years ago
275cae92 specify full DLL name instead of PYVER in GH Actions Victor Milovanov <l****t@l****e> over 5 years ago
b7410b63 revert automatically added 'm' suffix for *nix default dll name Victor Milovanov <l****t@l****e> over 5 years ago
17040fe1 set PYDLL in AppVeyor Victor Milovanov <l****t@l****e> over 5 years ago
39e41d07 mentiond PythonDLL in changelog Victor Milovanov <l****t@l****e> over 5 years ago
2c1aaefc fix dll loading in tests Victor Milovanov <l****t@l****e> over 5 years ago
1b887838 Windows library loader: add support for hModule == 0 Victor Milovanov <l****t@l****e> over 5 years ago
a0a1dc10 correctly detect DLL on *nix when running from Python Victor Milovanov <l****t@l****e> over 5 years ago
c75229a1 fixed Linux and Mac DLL loaders breaking dll path Victor Milovanov <l****t@l****e> over 5 years ago
28a5dab6 use Roslyn preview in CI Victor Milovanov <l****t@l****e> over 5 years ago
70fc803e CI: figure out DLL name from environment Victor Milovanov <l****t@l****e> over 5 years ago
2498d474 always explicitly specify the way strings are marshaled Victor Milovanov <l****t@l****e> over 5 years ago
32fdc9c8 Disable implicit conversion from PyFloat to array index (#1363) Tom Minka <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7e7cbca1 Disable implicit conversion from PyFloat to uint64 (#1362) Tom Minka <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5fd77b11 Add PythonEngine.Interrupt (#1337) gpetrou <4****u@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e469a8a7 fixups, add docs Félix Bourbonnais <f****s@i****m> over 5 years ago
d821c0f7 Further refinements to setattr logic on ModuleObjects Félix Bourbonnais <f****s@i****m> over 5 years ago
afffc187 Fix a bug where clr wasn't in sys.modules after reload Félix Bourbonnais <f****s@i****m> over 5 years ago
f92e95b3 cleanup and changelog entry Félix Bourbonnais <f****s@i****m> over 5 years ago
279b5354 Add the loaded namespaces tracking Félix Bourbonnais <f****s@i****m> over 5 years ago
a321daa0 (WIP) modernize the import hook Félix Bourbonnais <f****s@i****m> over 5 years ago
744f9912 Modernize the import hook Félix Bourbonnais <f****s@i****m> over 5 years ago
e44aa467 Support comparison operators (#1347) Christabella Irwanto <c****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d6c0081f Support changes to CLR code when domain reloads
Co-authored-by: Benedikt Reinartz <f****r@g****m>, Victor Milovanov <l****t@l****e>
Félix Bourbonnais <f****s@i****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0c412734 time limit GitHub actions to 5 min Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ed6763cd Add more more tests for in, out and ref parameters Félix Bourbonnais <f****s@i****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
9f01ebb0 Operator overloads support (#1324)
Co-authored-by: Victor <l****t@l****e>
Christabella Irwanto <c****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
96cc7399 merge Merge pull request #1341 from tminka/TestPythonTest Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
4ac44fee Updated CHANGELOG Tom Minka <8****a@u****m> over 5 years ago
0a88f27f Use PythonException.Restore Tom Minka <8****a@u****m> over 5 years ago
107c8b99 PyObject.AsManagedObject gives a better error message Tom Minka <8****a@u****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
0ccc443d ImportHook preserves the original exception message when an import fails Tom Minka <8****a@u****m> over 5 years ago
cac82a6f ABI.Initialize gives a helpful message when the TypeOffset interop class is n... Tom Minka <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5bb2566f Python tests can now be debugged by running them as embedded tests within NUnit. Tom Minka <8****a@u****m> over 5 years ago
0f33f71f disable implicit conversion from PyFloat to .NET integer types (fixes #1342) Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 5 years ago
1f40564c TestPythonEngineProperties.SetPythonPath avoids corrupting the module search ... Tom Minka <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a0d1a3db Call PyErr_NormalizeException for exceptions (#1265)
Co-authored-by: Benedikt Reinartz <f****r@g****m>
Alex Earl <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d9e15a75 Incorrectly using a non-generic type with type parameters now produces a help... Tom Minka <8****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7149d5e5 PyIter: do not force dispose previous object upon moving to the next one (#1331) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7a03b61b Ensure that the DLL locations exist for clean checkouts Benedikt Reinartz <f****r@g****m> over 5 years ago
9307bb3d Fix illegal delegate usage (#1328) Félix Bourbonnais <f****s@i****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
139dc87b Ensure that all *String C-API functions are used with UTF8 Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
e2ab3ae4 fixed crash in finalizer of CLR types defined in Python, that survive engine ... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7e73b0dc merge Merge pull request #1330 from losttech/bugs/1327 Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
039b3ca2 a few extra assertions Victor Milovanov <l****t@l****e> over 5 years ago
38b3f01a classderived: handle tp_dealloc called after tp_clear Victor Milovanov <l****t@l****e> over 5 years ago
9682dc6e allocate space for GCHandle in instances of CLR Metatype (which are types the... Victor Milovanov <l****t@l****e> over 5 years ago
08ea6f3c refactoring in CreateSubType Victor Milovanov <l****t@l****e> over 5 years ago
44a36dc1 Update ISSUE_TEMPLATE.md Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6a5c3a4d Add test-case for non-ASCII method name Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
bd264cf0 Fix or disable warnings in Python.Runtime (#1318) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d2685a1b Drop the long-deprecated CLR.* alias Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
ffbbf17f Implement inplace building and develop (#1317) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6bc85ff9 merge Merge pull request #1313 from losttech/bugs/1309 Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9934cc82 Remove API warnings as these will be stabilised for 3.0 Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
c23958e6 Replace custom platform handling by RuntimeInformation Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
over 5 years ago
ca964440 fixed domain reload test, that tries to call static method from object instance Victor Milovanov <l****t@l****e> over 5 years ago
ff865076 reworked Finalizer to only store raw python object handles instead of PyObjec... Victor Milovanov <l****t@l****e> over 5 years ago
d8882441 fixed CollectBasicObject by ensuring MakeAGarbage is not keeping temp object ... Victor Milovanov <l****t@l****e> over 5 years ago
51e5184f allow setting PythonDLL Victor Milovanov <l****t@l****e> over 5 years ago
ce76f2e1 Adjust shields in README Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
4133927e Ensure that param-array matching works correctly (#1304) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
24c5af31 Remove accidentally merged change Benedikt Reinartz <f****r@g****m> over 5 years ago

← Back to repository