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

GitHub / Unity-Technologies/pythonnet / commits

SHA Message Author Date Stats
670bd745 In domain test, use soft mode if default mode is normal amos402 <a****2@m****m> over 6 years ago
f4bb77a1 * API for getting the default shutdown mode amos402 <a****2@m****m> over 6 years ago
e8e3b4b7 merge Merge branch 'master' into PR/Codecs Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8dabed76 merge Merge branch 'drop-dlopen' into soft-shutdown amos402 <a****2@m****m> over 6 years ago
5ade069d Validate return value amos402 <a****2@m****m> over 6 years ago
2b84394f * Fix refcnt error amos402 <a****2@m****m> over 6 years ago
431d6448 merge Merge branch 'master' into drop-dlopen amos402 <a****2@m****m> over 6 years ago
9499c644 `TestDomainReload` use itself assembly instead of dynamic creation amos402 <a****2@m****m> over 6 years ago
8da561b2 Not generating the debug info for generated modules amos402 <a****2@m****m> over 6 years ago
9874cd12 Add ShutdownMode.Default refer to normal mode if no EnvironmentVariable contr... amos402 <a****2@m****m> over 6 years ago
80d4fa0b * Serialize CLRObject amos402 <a****2@m****m> over 6 years ago
e8b31605 Disable `ShutdownMode.Reload` on `NETSTANDARD` amos402 <a****2@m****m> over 6 years ago
da975020 Data synchronization for PyScopeTest.TestThread amos402 <a****2@m****m> over 6 years ago
bf3d9f84 Add basic `reload` shutdown mode amos402 <a****2@m****m> over 6 years ago
631bb436 merge Merge branch 'master' into soft-shutdown amos402 <a****2@m****m> over 6 years ago
0b013787 All base type corrected, remove unnecessary slot set amos402 <a****2@m****m> over 6 years ago
dbb88bce Added parameter validation to PyObject methods (#1021) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3362cf8c GILState.Dispose is safe to be called multiple times (#1037) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1ff21ac0 tp_clear for EventBinding amos402 <a****2@m****m> over 6 years ago
76ba510e Add tp_clear for constructorbinding amos402 <a****2@m****m> over 6 years ago
daa2901b attempt to fix PyScopeTest.TestThread() reading stale value from res in Pytho... Victor Milovanov <l****t@l****e> over 6 years ago
39b2347e marked the new codecs API as unstable Victor Milovanov <l****t@l****e> over 6 years ago
449338f0 added RefereneAssemblies package reference to fix CI build Victor Milovanov <l****t@l****e> over 6 years ago
49130c49 Remove unused code amos402 <a****2@m****m> over 6 years ago
1b466df0 * Drop NativeCodePage dependency amos402 <a****2@m****m> over 6 years ago
9b4864b9 merge Merge branch 'master' into soft-shutdown Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3b938a59 merge Decref the members of Runtime(split from #958) (#1019) Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
433d0f65 Manipulate SlotsHolder manually instead of Capsule mechanism amos402 <a****2@m****m> over 6 years ago
49d98e85 Clear tp_dict of ModuleObject amos402 <a****2@m****m> over 6 years ago
bdc0f72d * Use subtype slots instead JIT code amos402 <a****2@m****m> over 6 years ago
fba616a8 Fix refcnt error amos402 <a****2@m****m> over 6 years ago
1ce83fc4 merge Merge branch 'decref-types' into soft-shutdown amos402 <a****2@m****m> over 6 years ago
97e33c74 attempt to fix CI build issue with ValueTuple under Mono Victor Milovanov <l****t@l****e> over 6 years ago
6eca1694 fixed ConversionsObject test failing due to sequence to array conversion taki... Victor Milovanov <l****t@l****e> over 6 years ago
1b257a57 merge Merge branch 'master' into decref-types amos402 <a****2@m****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4e5fbe04 Fix simple typo: heirarchy -> hierarchy (#1026) Tim Gates <t****s@i****m>
Committed by: Benedikt Reinartz <f****r@g****m>
over 6 years ago
593fb00f Reset a tuple for tp_bases amos402 <a****2@m****m> over 6 years ago
fe5050df Fix refcnt error amos402 <a****2@m****m> over 6 years ago
2039e69d * Fix deadlock on domain unload amos402 <a****2@m****m> over 6 years ago
77da6dff Record mp_length slot amos402 <a****2@m****m> over 6 years ago
ab0cb02f Add explicit release action amos402 <a****2@m****m> over 6 years ago
00a0b320 Specific exception types amos402 <a****2@m****m> over 6 years ago
0dee5dad Free GC handle for all subclass of ExtensionType amos402 <a****2@m****m> over 6 years ago
cad95da9 merge Merge remote-tracking branch 'master' into soft-shutdown amos402 <a****2@m****m> over 6 years ago
4df7760c merge Merge branch 'master' into decref-types amos402 <a****2@m****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f0e9c380 Transfer the ownership of method's thunk to caller(split from #958) (#1003) amos402 <a****2@m****m>
Committed by: Benedikt Reinartz <f****r@g****m>
over 6 years ago
e896aa67 * Decref the members of Runtime amos402 <a****2@m****m> over 6 years ago
c1190f43 Release method wrapper(split from #958) (#1002) amos402 <a****2@m****m>
Committed by: Benedikt Reinartz <f****r@g****m>
over 6 years ago
ba5127aa Add mp_length slot for .NET classes implementing ICollection/ICollection<T> (... Alex Earl <s****x@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
over 6 years ago
65e209e0 Rollback symbol loading for __Internal amos402 <a****2@m****m> over 6 years ago
5150e618 Prevent exception override amos402 <a****2@m****m> over 6 years ago
04d6dfb6 merge Merge remote-tracking branch 'remotes/upstream/master' into drop-dlopen-2 amos402 <a****2@m****m> over 6 years ago
5f56ebc8 Fix refcnt errors (split from #958) (#1001) amos402 <a****2@m****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
d1044c3a Remove unnecessary `CopySlot` calls (#1004) amos402 <a****2@m****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
abbe870d Internal implement Py_CompileString for compat with CPython 3.8.0 (#1000) amos402 <a****2@m****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
b3e889b9 * Load PyModuleType without LibraryLoader amos402 <a****2@m****m> almost 7 years ago
653a2630 merge Merge branch 'master' into drop-dlopen amos402 <a****2@m****m> almost 7 years ago
34d8d350 merge Merge branch 'Jeff17Robbins-master' Benedikt Reinartz <f****r@g****m> almost 7 years ago
627cac0c Capture function pointer declarations in structs Jeff17Robbins <j****r@l****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
5f2e2e2f Split from PR 958: restoring the __import__ after shutdown. (#993) Benoit Hudson <b****t@i****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
2736094a Add CI support for py3.8. (#988) matham <m****0@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
e1931262 Adds support for the Jetson Nano (#986) Ivan Cronyn <i****n@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
14635385 Adds performance tests, that compare to published NuGet (#975) Victor <l****t@l****e>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
f2e6f6f8 Add function to set Py_NoSiteFlag global variable to 1 (#971) Alex Helms <a****s@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
4a9457fe Provide hook to implement __repr__ (#808) Mohamed Koubaa <k****m@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
1cb8e8cf Fixed deadlock on finalizer after shutdown amos402 <a****2@m****m> almost 7 years ago
60e6045f Detect py arch (#961) jmlidbetter <5****r@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
467d1fd8 allow excluding public .NET types from being exposed to Python Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 7 years ago
cc9e7e5c * Use environment variable `PYTHONNET_SOFT_SHUTDOWN` to enable soft shutdown ... amos402 <a****2@m****m> almost 7 years ago
d1089138 Since ClassBase not override tp_init for BaseException, repr(ExceptionObject)... amos402 <a****2@m****m> almost 7 years ago
29409734 Fix refcnt error of qualname amos402 <a****2@m****m> almost 7 years ago
2a88be47 Del SlotsHolder from tp_dict when shutting down amos402 <a****2@m****m> almost 7 years ago
7db724ed Clear ExtensionType amos402 <a****2@m****m> almost 7 years ago
b07b8449 * Reset type slots amos402 <a****2@m****m> almost 7 years ago
46c7597e Update readme with resources (#955) Mark Visser <m****v@u****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
91f64b94 Fixed leaking of tp_name amos402 <a****2@m****m> almost 7 years ago
657452e7 * Fix refcnt error amos402 <a****2@m****m> almost 7 years ago
4e19a4ff Add soft shutdown amos402 <a****2@m****m> almost 7 years ago
1bcbeb5d Feature/named arg support (#953) Joe Savage <j****e@g****m>
Committed by: Benedikt Reinartz <f****r@g****m>
almost 7 years ago
28143d5f enable expanding set of marshaling conversions via PyObjectConversions Victor Milovanov <l****t@l****e> almost 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
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
c6dae9ed merge Merge branch 'master' into drop-dlopen amos402 <a****2@m****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
41ac6656 merge Merge remote-tracking branch 'remotes/upstream/master' into drop-dlopen amos402 <a****2@m****m> 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
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
1dd2ee1b Get the correct library loading functions at runtime Benedikt Reinartz <f****r@g****m> about 7 years ago
748d3d79 implemented __signature__ and __name__ on methodbinding Victor Milovanov <l****t@l****e>
Committed by: Victor <l****n@g****m>
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
b7715ee4 merge Merge branch 'master' into drop-dlopen Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
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
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

← Back to repository