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

GitHub / losttech/pythonnet / commits

SHA Message Author Date Stats
e6c75c22 removed unused dot-net MyGet Feed Victor Nova <l****t@l****e> over 5 years ago
cae2d327 bumped version to 3.0.5 Victor Milovanov <l****t@l****e> over 5 years ago
004b3651 fixed bad GetManagedObject calls in CLR-based descriptor implementations Victor Milovanov <l****t@l****e> over 5 years ago
0dc9fa5e allow Python to overwrite .NET methods Victor Milovanov <l****t@l****e> over 5 years ago
5dff25ff improved a few debug assertion messages Victor Milovanov <l****t@l****e> over 5 years ago
2b5902f3 NumPy array iteration test Victor Milovanov <l****t@l****e> over 5 years ago
ad7f83b0 PyObject.Length no longer returns 0 when it is impossible to determine length Victor Milovanov <l****t@l****e> almost 6 years ago
ef72455f PyObject.As* methods set inner exception when the cause of conversion failure... Victor Milovanov <l****t@l****e> almost 6 years ago
b0b7b65d disable legacy "Full" DebugType Victor Milovanov <l****t@l****e> almost 6 years ago
4dbfaaf8 bumped version to 3.0.4 Victor Milovanov <l****t@l****e> almost 6 years ago
8b74b318 property descriptor made visible on the reflected class for instance properties Victor Milovanov <l****t@l****e> almost 6 years ago
dfe85daa don't hide real C# exception when attempt to get property value fails Victor Milovanov <l****t@l****e> almost 6 years ago
7555dec9 fixed debug assert when inheriting from RuntimeError Victor Milovanov <l****t@l****e> almost 6 years ago
9cc2b45f bumped version to 3.0.3 Victor Milovanov <l****t@l****e> almost 6 years ago
61f69427 enable creating PyIter from existing PyObject Victor Milovanov <l****t@l****e> almost 6 years ago
fa4cebda PyIter.MoveNext: propagate Python exception if any Victor Milovanov <l****t@l****e> almost 6 years ago
1c36bc01 Fixed polyfill for TypeBuilder.CreateType (#1261) Victor <l****t@l****e>
Committed by: Victor Milovanov <l****t@l****e>
almost 6 years ago
04420579 prevent crash during debugging when attempting to inspect PyObject without GIL Victor Milovanov <l****t@l****e> almost 6 years ago
8e1d4dbf fixed crash in ToArray when sequence explicitly denies __len__ Victor Milovanov <l****t@l****e> almost 6 years ago
d55a914b fixed crash in SetError when PythonException does not have type or value Victor Milovanov <l****t@l****e> almost 6 years ago
8e70b5bc removed old project files Victor Milovanov <l****t@l****e> almost 6 years ago
394b308b bumped version to 3.0.2 Victor Milovanov <l****t@l****e> almost 6 years ago
d2da724e when converting to Python, always use actual value type Victor Milovanov <l****t@l****e> about 6 years ago
77b0145a fixed a bug, that caused out parameters not to be affected by codecs Victor Milovanov <l****t@l****e> about 6 years ago
1f63b016 bumped version to 3.0.1 Victor Milovanov <l****t@l****e> about 6 years ago
8299148d updated assembly info Victor Milovanov <l****t@l****e> about 6 years ago
bc2e9aad enabled source link Victor Milovanov <l****t@l****e> about 6 years ago
dd0229c4 include license into the NuGet package Victor Milovanov <l****t@l****e> about 6 years ago
cccdce58 updated license for release Victor Milovanov <l****t@l****e> about 6 years ago
77c60932 removed obsoletion of TupleCodec and RawProxyEncoder Victor Milovanov <l****t@l****e> about 6 years ago
1a6f2fca remove unused PyUnicodeEntryPoint Victor Milovanov <l****t@l****e> about 6 years ago
1360fc89 use PyType_FastSubclass for some type checks Victor Milovanov <l****t@l****e> about 6 years ago
6deab924 added a few error checks Victor Milovanov <l****t@l****e> about 6 years ago
cf8d97b0 use lifetime-typed references in argument type conversion in MethodBinder Victor Milovanov <l****t@l****e> about 6 years ago
cb4fd3ee insignificant whitespace changes Victor Milovanov <l****t@l****e> about 6 years ago
3d2be524 TypeManager add incref for qualname Victor Milovanov <l****t@l****e> about 6 years ago
6b698410 simplified Dispatcher Dispose and finalizer Victor Milovanov <l****t@l****e> about 6 years ago
7cd2bea2 a bit more tests for collection mixins Victor Milovanov <l****t@l****e> about 6 years ago
e7ab3e7b added DebuggerDisplay to CLRObject Victor Milovanov <l****t@l****e> about 6 years ago
76e68873 return typed references from GetTypeHandle Victor Milovanov <l****t@l****e> about 6 years ago
02fae436 dispose objects in a few iterable tests Victor Milovanov <l****t@l****e> about 6 years ago
15290005 avoid dynamic in TestInstanceWrapping Victor Milovanov <l****t@l****e> about 6 years ago
33bc9a6b minor changes in PyTuple Victor Milovanov <l****t@l****e> about 6 years ago
9fabf4e1 simplify disposal of PythonException Victor Milovanov <l****t@l****e> about 6 years ago
3f3789b4 immediately dispose PyErr instance after it's been decoded Victor Milovanov <l****t@l****e> about 6 years ago
145be415 corrected a few error checks in PythonEngine Victor Milovanov <l****t@l****e> about 6 years ago
8f06e4ca PyIter is now IEnumerator<PyObject> instead of IEnumerator<object> Victor Milovanov <l****t@l****e> about 6 years ago
dcbd03c2 InteropConfiguration.Default => MakeDefault() Victor Milovanov <l****t@l****e> about 6 years ago
25aa4bce Increase ob's ref count in tp_repr to avoid accidental free danbarzilian <d****n@p****m>
Committed by: Victor Milovanov <l****t@l****e>
about 6 years ago
e8932947 fixed mixin calls to TryGetValue Victor Milovanov <l****t@l****e> about 6 years ago
83586f2a fixed implementation of mixins for Mapping and MutableMapping (still untested) Victor Milovanov <l****t@l****e> about 6 years ago
ec76b1fb enable overriding Python DLL in embed tests via PYTHON_DLL_PATH Victor Milovanov <l****t@l****e> about 6 years ago
74e7d626 fixed crash due to unnecessary decref of a borrowed reference in params array... Victor Milovanov <l****t@l****e> about 6 years ago
be72bd48 fixed TypeOffset loading for Python 3.8 Victor Milovanov <l****t@l****e> about 6 years ago
d6efc72a tests: InstancelessExceptionDecoder constructor requires GIL Victor Milovanov <l****t@l****e> about 6 years ago
de4c3fb6 changed the base type of PyScope to PyObject Victor Milovanov <l****t@l****e> about 6 years ago
9f0746b4 removed #if PYTHONxxx conditionals to match Victor Milovanov <l****t@l****e> about 6 years ago
604f4897 removed Finalizer.Enable Victor Milovanov <l****t@l****e> about 6 years ago
d919a183 removed Obsolete warnings from Codec-related classes Victor Milovanov <l****t@l****e> about 6 years ago
5d495b49 merge merged 2.5.0 ( skipped https://github.com/pythonnet/pythonnet/pull/930 , as i... Victor Milovanov <l****t@l****e> about 6 years ago
801525a7 Make test install on AppVeyor use the index for pycparser Benedikt Reinartz <f****r@g****m> about 6 years ago
0a590057 Release 2.5.0 Benedikt Reinartz <f****r@g****m> about 6 years ago
96de0627 Drop bumpversion as we never used it anyhow Benedikt Reinartz <f****r@g****m> about 6 years ago
df4425aa Make pip recognise the dependency on pycparser Benedikt Reinartz <f****r@g****m> about 6 years ago
6c0b867d Fix typo Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
2d8631b8 Make pycparser an unconditional requirement for now Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
c0c94795 fixed TupleCodec not properly calling element codecs Victor Milovanov <l****t@l****e> about 6 years ago
0aa2adf6 fixed dynamic unary and binary operations not raising Python exception on fai... Victor Milovanov <l****t@l****e> about 6 years ago
23355c8d added a test for ability to iterate over LINQ enumerables from Python Victor Milovanov <l****t@l****e> about 6 years ago
4f2e7bb3 fixed bad CLR type name handling in TypeManager Victor Milovanov <l****t@l****e> about 6 years ago
869c8801 don't remove outer exception from Iterator.__next__ Victor Milovanov <l****t@l****e> about 6 years ago
22419939 introduced Runtime.RefCountSanityLimit Victor Milovanov <l****t@l****e> about 6 years ago
0b0cb7e1 cleaned codecs tests up a bit Victor Milovanov <l****t@l****e> about 6 years ago
7929e013 Add Python 3.8 in the setup.py classifier list Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
89c7539a renamed package to LostTech.Python.Runtime Victor Milovanov <l****t@l****e> about 6 years ago
b6d56b57 basic tests for arrays and collection mixins Victor Milovanov <l****t@l****e> about 6 years ago
fb2b5b1d fixed MappingMixin implementation (untested) Victor Milovanov <l****t@l****e> about 6 years ago
fe40b785 do not allow encoders for System.String Victor Milovanov <l****t@l****e> about 6 years ago
104ee8cb minor test changes Victor Milovanov <l****t@l****e> about 6 years ago
4cd6f415 fixed codecs not affecting enums Victor Milovanov <l****t@l****e> about 6 years ago
e6a614f0 don't expose array buffer interface with unsupported item types Victor Milovanov <l****t@l****e> about 6 years ago
cbbd4c4f made new license info more prominent Victor Milovanov <l****t@l****e> about 6 years ago
fa739a4c implements buffer interface for .NET arrays of primitive types Victor Milovanov <l****t@l****e> about 6 years ago
1e8806b0 restricted license on Lost Tech fork Victor Milovanov <l****t@l****e> about 6 years ago
f87dab71 unwrap decoder exceptions Victor Milovanov <l****t@l****e> about 6 years ago
cd78afec replaced crash in tuple decoder on large tuples with refusal to decode Victor Milovanov <l****t@l****e> about 6 years ago
07525925 updated test frameworks Victor Milovanov <l****t@l****e> about 6 years ago
1c2e6514 do not dispose items returned by PyIter after advancing to the next step Victor Milovanov <l****t@l****e> about 6 years ago
f8381e1d fixed decoding of autogenerated AttributeError Victor Milovanov <l****t@l****e> over 6 years ago
883d04dd fixed PyObject.As<object> returning PyObject Victor Milovanov <l****t@l****e> over 6 years ago
282842b2 Update finalizer 2 SnGmng <3****g@u****m>
Committed by: Victor Milovanov <l****t@l****e>
over 6 years ago
9d375571 enabled decoding instanceless exceptions Victor Milovanov <l****t@l****e> over 6 years ago
e4aa4a43 Runtime.InspectModule is internal Victor Milovanov <l****t@l****e> over 6 years ago
a91993ac refactored LoadExtraModules for Mixins into LoadSubmodule + LoadMixins Victor Milovanov <l****t@l****e> over 6 years ago
9ce3a46a codec interfaces are now stable Victor Milovanov <l****t@l****e> over 6 years ago
cb94e72f added a few mixins to reflected .NET collection types, that implement corresp... Victor Milovanov <l****t@l****e> over 6 years ago
a024d91a replaced BaseTypeAttribute mechanism with IPythonBaseTypeProvider Victor Milovanov <l****t@l****e> over 6 years ago
8d97d956 fixed crash in Iterator.tp_iternext Victor Milovanov <l****t@l****e> over 6 years ago
35f1313d do not dispose python type passed to CanDecode, as user might cache it Victor Milovanov <l****t@l****e> over 6 years ago
dc570e29 replace PyList(PyObject) constructor with explicit Wrap method Victor Milovanov <l****t@l****e> over 6 years ago

← Back to repository