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

GitHub / losttech/pythonnet / commits

SHA Message Author Date Stats
901ebc19 disabled default list conversions Victor Milovanov <l****t@l****e> over 6 years ago
d73f623a make GlobalTestsSetup partial to enable local configuration Victor Milovanov <l****t@l****e> over 6 years ago
09bbae3b Prepare for 2.5.0 release Benedikt Reinartz <f****r@g****m> over 6 years ago
f2f59559 Drop conda recipe as the one in conda-forge should be maintained (#1147) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8766e094 merge Merge pull request #1148 from filmor/dotnet-foundation Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
182893c8 Add link to Code of Conduct Benedikt Reinartz <f****r@g****m> over 6 years ago
60098ea3 Update README Benedikt Reinartz <f****r@g****m> over 6 years ago
9ba56bfd Update copyright notice and use Python.NET everywhere Benedikt Reinartz <f****r@g****m> over 6 years ago
b98e6746 Update project lead list Benedikt Reinartz <f****r@g****m> over 6 years ago
49a230b5 Fix params argument handling (#1106) Alex Earl <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4a92d80a Improve performance of unwrapping .NET objects passed from Python (#930)
Co-authored-by: Victor Milovanov <l****t@l****e>
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
782eff80 merge Merge pull request #1138 from pythonnet/python38 Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ed2b7e86 Update changelog Benedikt Reinartz <f****r@g****m> over 6 years ago
8e54d268 Code review adjustments Benedikt Reinartz <f****r@g****m> over 6 years ago
c6ae15b6 Drop OperatingSystemName from the interface as well Benedikt Reinartz <f****r@g****m> over 6 years ago
a7949b9f Stop exposing Python's MachineName on Runtime Benedikt Reinartz <f****r@g****m> over 6 years ago
e213a974 Implement InitializePlatformData without calling Python Benedikt Reinartz <f****r@g****m> over 6 years ago
a9b91a34 Make the newest python versions run first in CI Benedikt Reinartz <f****r@g****m> over 6 years ago
b17b9d3a Set __classcell__ if it exists Benedikt Reinartz <f****r@g****m> over 6 years ago
d8f5ab01 Only run conda builds for tagged commits Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
6d2f0bda Improve "No constructor matches given arguments" message with more details (#... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
e077e100 updated README badges for Lost Tech fork Victor Milovanov <l****t@l****e> over 6 years ago
1a339b92 configure python environment for tests Victor Milovanov <l****t@l****e> over 6 years ago
403e81e9 retarget EmbeddingTest to .NET Core 3.1 LTS Victor Milovanov <l****t@l****e> over 6 years ago
14d1872d added package reference to .NET Framework Reference Assemblies to enable non-... Victor Milovanov <l****t@l****e> over 6 years ago
4f7d14c0 added GitHub actions CI Victor Milovanov <l****t@l****e> over 6 years ago
c9b3e835 disable OverloadResolution_BaseOrDerived test Victor Milovanov <l****t@l****e> over 6 years ago
2910074e Link stdc++ and force-preload libmono on Linux (#1139) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
960286d5 Add IsNone() and Runtime.None (#1137) Meinrad Recheis <m****s@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d4eac3af Reactivate Python 3.8 CI build Benedikt Reinartz <f****r@g****m> over 6 years ago
9a361644 removed obsolete IPyArgumentConverter Victor Milovanov <l****t@l****e> over 6 years ago
144b8c98 removed obsolete IConvertibleToPython and ConvertibleFromPythonAttribute Victor Milovanov <l****t@l****e> over 6 years ago
b7b1b9ff make TypeFlags an enum Victor Milovanov <l****t@l****e> over 6 years ago
72fae733 check if PyObject.Dispose throws any Python exceptions Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 6 years ago
2699fdcc temporarily remove NET40 define to see if we can get going without it Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 6 years ago
2e0874ad Removes new object.GetRawPythonProxy extension method in favor of existing Py... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f707698c Add RawProxyEncoder (#1122) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
efe60039 fixed crash in TestPythonExceptionFormatNoError Victor Milovanov <l****t@l****e> over 6 years ago
62743f95 merge merge upstream master Victor Milovanov <l****t@l****e> over 6 years ago
8522b5f9 update NonCopyableAnalyzer (#1123) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1fb2e632 Remove unnecessary glib-dev dependency #1120 (#1121) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
555f5626 Codec groups: EncoderGroup and DecoderGroup (#1085) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
92bc1454 fix compile error when PYTHON_WITHOUT_ENABLE_SHARED is not set #977 Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 6 years ago
2a83fe59 Update vswhere usage (#1105) Alex Earl <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
5d28a8d9 Add Format method to pythonexception (#1031) Alex Earl <s****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d81e04f4 fixed deallocation of objects after runtime restart Victor Milovanov <l****t@l****e> over 6 years ago
f5b2b9de MethodBinding: don't incref null target Victor Milovanov <l****t@l****e> over 6 years ago
047b7e13 check for Python exceptions in PyObject.ToString Victor Milovanov <l****t@l****e> over 6 years ago
d4eef7ec use *Reference types in PyObject_GetItem Victor Milovanov <l****t@l****e> over 6 years ago
598995a9 added debug checks to XIncref and XDecref Victor Milovanov <l****t@l****e> over 6 years ago
110c6612 added DebugUtil.AssertRefcount Victor Milovanov <l****t@l****e> over 6 years ago
b927ecbc fixed ManagedType.Instance Victor Milovanov <l****t@l****e> over 6 years ago
8a3dfd5e IsManagedType overload for BorrowedReference Victor Milovanov <l****t@l****e> over 6 years ago
751c5db3 minor refactoring Victor Milovanov <l****t@l****e> over 6 years ago
12659d3c fixed refcounting in PyTuple.FromItems in case of exception Victor Milovanov <l****t@l****e> over 6 years ago
e8a1cf9d added a few overloads, that use BorrowedReference Victor Milovanov <l****t@l****e> over 6 years ago
1b381a7a BorrowedReference equality comparison operators Victor Milovanov <l****t@l****e> over 6 years ago
77693a0a minor change to CallableObject tests class Victor Milovanov <l****t@l****e> over 6 years ago
53e46243 re-enabled ReInitialize test Victor Milovanov <l****t@l****e> over 6 years ago
a65e9776 dispose temporary object in CallableObject test class setup Victor Milovanov <l****t@l****e> over 6 years ago
1e5f49f9 improved refcounting for base type overrides Victor Milovanov <l****t@l****e> over 6 years ago
34eed71f fixed PythonException construction with *Reference types Victor Milovanov <l****t@l****e> over 6 years ago
9e967797 fixed potential crash in MethodBinding.__signature__ Victor Milovanov <l****t@l****e> over 6 years ago
ad75c722 ManagedType.GetManagedObject(BorrowedReference) Victor Milovanov <l****t@l****e> over 6 years ago
6323dde9 workaround for https://github.com/ufcpp/NonCopyableAnalyzer/issues/14 Victor Milovanov <l****t@l****e> over 6 years ago
85d74d79 use BorrowedReference in TryDecode Victor Milovanov <l****t@l****e> over 6 years ago
9077f836 fixed cached reference to inspect module stayed after shutdown Victor Milovanov <l****t@l****e> over 6 years ago
5ae10e7f simplified Finalizer Victor Milovanov <l****t@l****e> over 6 years ago
610d309d simplified Finalizer Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 6 years ago
474af2b5 typo Victor Milovanov <l****t@l****e> over 6 years ago
50ecf1f4 merge Merge remote-tracking branch 'upstream/master' into losttech/master Victor Milovanov <l****t@l****e> over 6 years ago
80575ad2 fixed Python exception stack being printed in wrong order Victor Milovanov <l****t@l****e> over 6 years ago
f3362e8f fixed merge artifacts Victor Milovanov <l****t@l****e> over 6 years ago
3b2d7e1d fixed custom Python DLL loading on Linux and Mac Victor Milovanov <l****t@l****e> over 6 years ago
4c96ddcf allow borrowing from NewReference Victor Milovanov <l****t@l****e> over 6 years ago
638dc1c7 allow borrowing from NewReference Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
over 6 years ago
d145ab1c Python runtime must be initialized before trying to acquire GIL (#1086) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a320d49b fixed tuple codec not clearing Python exception after unsuccessful element de... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d91c12f2 added Codecs: EncoderGroup and DecoderGroup Victor Milovanov <l****t@l****e> over 6 years ago
92d4bcea merge Merge remote-tracking branch 'upstream/master' into losttech/master Victor Milovanov <l****t@l****e> over 6 years ago
e263a9ed fixed tuple codec not clearing Python exception after unsuccessful element de... Victor Milovanov <l****t@l****e> over 6 years ago
3187c068 add Python cause (if any) to InvalidCastException in PyObject.As Victor Milovanov <l****t@l****e> over 6 years ago
178db0e4 fixed primitive wrapper constructors to check for exceptions only on failure Victor Milovanov <l****t@l****e> over 6 years ago
925c1660 Fix synchronization in PyScopeTest.TestThread as suggested in da97502006791bb... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
653a9329 adds extension object.GetRawPythonProxy() (#1078) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
81764ebd do not attempt to dispose left over objects from previous runs Victor Milovanov <l****t@l****e> over 6 years ago
dfd55b9c fixed ref counting for base types tuple Victor Milovanov <l****t@l****e> over 6 years ago
784b1040 merge merge *Reference updates from upstream Victor Milovanov <l****t@l****e> over 6 years ago
9fd877e5 reimplemented some of the PyList members using BorrowedReference (#1068) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8ad10620 Enable C# parameters of type `object` accept any argument, passed from Python... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a9f89d44 merge merged pythonnet/master Victor Milovanov <l****t@l****e> over 6 years ago
d9321762 correctly dispose the result of PyRun_String (#1071) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8e108b4a Disable 3.8 tests in AppVeyor temporarily, as they never pass yet anyway (#1058) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4d1442d5 merge Merge pull request #1022 from losttech/PR/Codecs Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
41de69d7 merge Merge branch 'master' into PR/Codecs Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
770fc01e Safe pointers (#1043) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4271e579 added checks to PyCheck_Iter_PyObject_IsIterable_ThreadingLock_Test in attemp... Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
6c032452 fixed reference counting for exception objects in Py.With (#1062) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
5619fb96 merge Merge branch 'master' into PR/Codecs Benedikt Reinartz <f****r@g****m>
Committed by: Victor Milovanov <l****t@l****e>
over 6 years ago
22735f86 Update test dependencies to the latest stable versions (#1054) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago

← Back to repository