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

GitHub / losttech/pythonnet / commits

SHA Message Author Date Stats
d0f26a3e updated dependencies in Python.EmbeddingTest Victor Milovanov <l****t@l****e> about 7 years ago
85f19625 specify severity for C# new-line style violations Victor Milovanov <l****t@l****e> about 7 years ago
f1da55e5 Fixes bug where there is casting on delegates -- this is explicitly in the NE... jmlidbetter <5****r@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
5bd769ef fixed crash in MethodBinder.Bind when MethodInfo to invoke is passed explicitly Victor Milovanov <l****t@l****e> about 7 years ago
51a18685 Adds support to convert iterators to arrays (#928) jmlidbetter <5****r@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
c97a380b Readd .NET implementations of GC slots again (#913) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
f20bcf64 Fix so that Runtime.PyModuleType is retrieved via Python.dll (#904) (#929) ftreurni <f****i@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
1ce630e5 Removes imports deprecated in Python3 (#925) Ivan Cronyn <i****n@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
6f635a42 Simplify travis config and pin mono to 5.20 (#927) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
93968d25 Safe wheel import (#905) chrisjbremner <c****r@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
ffeb4264 improved Python name generation for generic types Victor Milovanov <l****t@l****e> about 7 years ago
e527c79b add instance (this/self) info to "No method matches given arguments" message Victor Milovanov <l****t@l****e> about 7 years ago
df0574db Improve "No method matches given arguments" message with more details (#900) Victor <l****t@l****e>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
eda1bf7c attempt to fix AccessViolationException potentially caused by IGetAttr/ISetAttr Victor Milovanov <l****t@l****e> about 7 years ago
a8a94264 Bump C# language version to 7.3 (#896) Victor <l****t@l****e>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
7595fda7 merge Merge pull request #894 from filmor/drop-mono-linux-flag Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
about 7 years ago
537ee5fa Implement error handling, move using statements Benedikt Reinartz <f****r@g****m> about 7 years ago
6f85ed7a allow .NET classes to override __getattr__ and __setattr__ Victor Milovanov <l****t@l****e> about 7 years ago
1dd2ee1b Get the correct library loading functions at runtime Benedikt Reinartz <f****r@g****m> about 7 years ago
e9ba06dc implemented __signature__ on methodbinding Victor Milovanov <l****t@l****e> about 7 years ago
a1ffba79 test, that ensures .NET instance functions can be analyzed by Python inspect ... Victor Milovanov <l****t@l****e> about 7 years ago
1f190eac fixed InnerException with "None : NoneType" message #893 Victor Milovanov <l****t@l****e> about 7 years ago
35ac4ec4 remove internal uses of PythonException parameterless constructor Victor Milovanov <l****t@l****e> about 7 years ago
e797f7f6 Populate InnerException from Python's __cause__ when available Victor Milovanov <l****t@l****e> about 7 years ago
960457f5 C# classes, which inherited __call__ from their Python base class, are also c... Victor Milovanov <l****t@l****e> about 7 years ago
fc7d8a46 Support ARM architectures again (#887) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d46878c7 make .NET classes, that have __call__ method callable from Python #890 Victor Milovanov <l****t@l****e> about 7 years ago
805f92b2 added a test, that ensures C# classes with public instance __call__ method ar... Victor Milovanov <l****t@l****e> about 7 years ago
0f395537 fixed MarshallerOverride test Victor Milovanov <l****t@l****e> about 7 years ago
02f9b0be merge Merge branch 'playground/InheritAndOverrideConverters' into losttech/master Victor Milovanov <l****t@l****e> about 7 years ago
2bc514f6 Fix the failing test (#888) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
e4e16a42 Revert "Enable C# parameters of type `object` accept any argument, passed fro... Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
c400a2e7 merge Merge branch 'features/InheritPythonClass' into losttech/master Victor Milovanov <l****t@l****e> about 7 years ago
ecf99cde set some repository-specific style options Victor Milovanov <l****t@l****e> about 7 years ago
9c00e9ad added an ability to override base types for C# objects when seen from Python Victor Milovanov <l****t@l****e> about 7 years ago
9bc5feb0 added IsInstance faking test Victor Milovanov <l****t@l****e> about 7 years ago
43c972d5 Enable C# parameters of type `object` accept any argument, passed from Python... Victor <l****t@l****e>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
3bf2bded a test to ensure it is possible to override argument conversion for inherited... Victor Milovanov <l****t@l****e> about 7 years ago
f4ac6e89 when looking for a custom argument converter look at base types too Victor Milovanov <l****t@l****e> about 7 years ago
0d6194dc Generate NuGet package during build (#875) inna-w <4****w@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
af419b10 Add shield of conda-forge package to README (#877) Marco Rossi <d****r@m****m>
Committed by: Benedikt Reinartz <f****r@g****m>
about 7 years ago
705358e7 dropped Python 2 support; generate a single universal binary Victor Milovanov <l****t@l****e> over 7 years ago
f544adc4 Drop official 3.4 compatibility Benedikt Reinartz <f****r@g****m> over 7 years ago
73bf84ed Back to dev version for 2.4.1 Benedikt Reinartz <f****r@g****m> over 7 years ago
cc538f6a Bump version to 2.4.0 Benedikt Reinartz <f****r@g****m> over 7 years ago
33db56d3 Make finalizer use a task (#852) Martin-Molinero <m****1@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
over 7 years ago
60346400 Remove error-prone text comparison in exception test (#854) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
1260c760 moved default arg converter to its own file; cached converter lookup Victor Milovanov <l****t@l****e> over 7 years ago
817fe61d Make README.rst pure ASCII for now Benedikt Reinartz <f****r@g****m> over 7 years ago
868cd527 Bump all relevant versions to 2.4.0-rc2 Benedikt Reinartz <f****r@g****m> over 7 years ago
c459cac1 merge Merge pull request #844 from filmor/drop-pandoc-dep Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
2ad5d2c4 Update changelog Benedikt Reinartz <f****r@g****m> over 7 years ago
88f73cff Update copyright year Benedikt Reinartz <f****r@g****m> over 7 years ago
1765cbc5 Run black on setup.py Benedikt Reinartz <f****r@g****m> over 7 years ago
48a4eb4f Convert README to rst and drop pypandoc build dep Benedikt Reinartz <f****r@g****m> over 7 years ago
add127a0 merge Merge pull request #842 from pythonnet/revert-655-patch-1 Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
501cbbe6 merge Merge pull request #838 from OneBlue/use-available-win10-sdks Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c0f38860 Revert "Update moduleobject.cs" Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
a4318e11 Update changelog and authors Blue <b****e@b****r> over 7 years ago
a2733369 List installed Win10 SDK's when looking for windows sdk tool Blue <b****e@b****r> over 7 years ago
49199150 merge Merge pull request #836 from QuantConnect/fix-for-memory-leak-finalizer Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
885cd3eb Fix memory leak in finalizer Martin Molinero <m****1@g****m> over 7 years ago
f83c8844 merge Merge pull request #692 from amos402/pyobject-finalizer Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
34f96057 enable building a separate binary for net40 target Victor Milovanov <l****t@l****e> over 7 years ago
15b58ded merge Merge branch 'features/MethodBindingExtensibility' into losttech/master Victor Milovanov <l****t@l****e> over 7 years ago
4eff81e1 merge Merge branch 'master' into pyobject-finalizer Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
8d069cc8 enabled an ability to override Python to .NET argument coversion using PyArgC... Victor Milovanov <l****t@l****e> over 7 years ago
08e33569 introduced IPyArgumentConverter interface, that controls marshaling of Python... Victor Milovanov <l****t@l****e> over 7 years ago
5ee234a7 merge Merge pull request #829 from losttech/PR/MethodBinderRefactoring Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
d866e33b updated AUTHORS and CHANGELOG Victor Milovanov <l****t@l****e> over 7 years ago
9d58a72c remove unused code Victor Milovanov <l****t@l****e> over 7 years ago
611e9c07 drop net40 target Victor Milovanov <l****t@l****e> over 7 years ago
3edad62b added a documentation comment for MethodBinder.TryConvertArguments Victor Milovanov <l****t@l****e> over 7 years ago
e52284a1 added a documentation comment for MethodBinder.TryConvertArguments Victor Milovanov <l****t@l****e> over 7 years ago
23688374 extracted TryConvertArgument from MethodBinder.TryConvertArguments Victor Milovanov <l****t@l****e> over 7 years ago
1dadc8a4 extracted TryConvertArgument from MethodBinder.TryConvertArguments Victor Milovanov <l****t@l****e> over 7 years ago
04b77d9b extracted TryConvertArguments from MethodBinder.Bind Victor Milovanov <l****t@l****e> over 7 years ago
1d35499d extracted TryConvertArguments from MethodBinder.Bind Victor Milovanov <l****t@l****e> over 7 years ago
0bb5a450 a bit more refactoring of MethodBinder.Bind Victor Milovanov <l****t@l****e> over 7 years ago
99be001b a bit more refactoring of MethodBinder.Bind Victor Milovanov <l****t@l****e> over 7 years ago
a19b51bf cleaned up MethodBinder.Bind a bit Victor Milovanov <l****t@l****e> over 7 years ago
ce97c415 cleaned up MethodBinder.Bind a bit Victor Milovanov <l****t@l****e> over 7 years ago
542105a7 minor addition to .editorconfig Victor Milovanov <l****t@l****e> over 7 years ago
6d68d70d merge Merge branch 'master' into pyobject-finalizer Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
93a8c837 Disable Mono special case in memory map tests Benedikt Reinartz <f****r@g****m> over 7 years ago
acc99be5 Drop Python 3.4 from CI Benedikt Reinartz <f****r@g****m> over 7 years ago
21cb776f Encode strings passed to PyRun_String as UTF8 NickSavin <n****8@m****u>
Committed by: Benedikt Reinartz <f****r@g****m>
over 7 years ago
e3249a6b added a test for passing DLR objects to Python Victor Milovanov <l****t@l****e> over 7 years ago
e9afc37d fixed reference assembly not working in tests Victor Milovanov <l****t@l****e> over 7 years ago
d264d3ec Update .gitignore Ivan Cronyn <i****n@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
over 7 years ago
ab31c4c9 fixed crash on startup on Windows Victor Milovanov <l****t@l****e> over 7 years ago
f77490c6 fixed OSX failing to load any native libraries Victor Milovanov <l****t@l****e> over 7 years ago
402c91b5 removed platfrom-specific IFDEFs from runtime.cs Victor Milovanov <l****t@l****e> over 7 years ago
26590545 when a Thunk can not be obtained, throw Victor Milovanov <l****t@l****e> over 7 years ago
572334f3 removed syntax, no-compileable with C# 6 Victor Milovanov <l****t@l****e> over 7 years ago
672258f5 allow consumer to override Python DLL path Victor Milovanov <l****t@l****e> over 7 years ago
a335bdd9 removed dead code; fixed entry points for several functions Victor Milovanov <l****t@l****e> over 7 years ago
80aa07fd switched from DllImport to GetDelegateForFunctionPointer for Python3 runtime ... Victor Milovanov <l****t@l****e> over 7 years ago
2842d6b4 replace linux-x64 target with generalized unix target Victor Milovanov <l****t@l****e> over 7 years ago
069c4cc8 generate unofficial .NET Standard-compatible packages for Python.Runtime for ... Victor Milovanov <l****t@l****e> over 7 years ago

← Back to repository