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

GitHub / Unity-Technologies/pythonnet / commits

SHA Message Author Date Stats
581f6950 assume remaning manual refcounting is not needed, because we use smart refere... Victor Nova <l****t@l****e> almost 5 years ago
9a9ed3be minor error fixes Victor Nova <l****t@l****e> almost 5 years ago
7a9e4119 switched state serialization to new reference types (untested) Victor Nova <l****t@l****e> almost 5 years ago
e295679f switched to new references in some tests Victor Nova <l****t@l****e> almost 5 years ago
bb84c485 getting rid of a few minor warnings and compile errors Victor Nova <l****t@l****e> almost 5 years ago
cf606a2f switched iterator.cs and indexer.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
0d605009 switched collection wrappers (from sample codec) to the new style references Victor Nova <l****t@l****e> almost 5 years ago
47938186 switched converter extensions and sample codecs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
027e5297 switched debughelper.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
9b990c11 switched finalizer.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
3b790191 switched fieldobject.cs and constructorbinding.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
2dd3f8f7 switched pythonengine.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
7adf98a8 implemented non-confusing PyModule_AddObject Victor Nova <l****t@l****e> almost 5 years ago
2ac952a9 switched all PyObject derived classes to the new style references Victor Nova <l****t@l****e> almost 5 years ago
0241b389 switched eventobject.cs and eventbiding.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
1d801628 switched pytuple.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
43a862ac switched pythonexception.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
d1abd9a0 switched interfaceobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
5ad09e42 switched exceptions.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
ebdf7c52 partially switched moduleobject.cs and importhook.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
5798b410 minor refactorings Victor Nova <l****t@l****e> almost 5 years ago
00fd17a9 switched modulefunctionobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
9db9b0b2 nullability annotations for PyObject Victor Nova <l****t@l****e> almost 5 years ago
49124fc1 switched module.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
7fa537a7 switched delegateobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
590de7a3 switched propertyobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
9195c309 switched overload.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
de9a8cbf switched methodbinding.cs and methodobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
0bc3670f added nullability annotations to methodbinder.cs Victor Nova <l****t@l****e> almost 5 years ago
ee65632c partially switched classmanager.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
f6b84da1 partially switched managedtype.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
2095b462 switched classobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
58cb0e66 switched classmanager.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
56f3bd51 fixed nullability in assemblymanager.cs Victor Nova <l****t@l****e> almost 5 years ago
30760405 fixed nullablity in arrayobject.cs Victor Nova <l****t@l****e> almost 5 years ago
2e718742 mass enable nullable types Victor Nova <l****t@l****e> almost 5 years ago
11edcc33 switched pytype.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
9764b258 switched typemanager.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
178a3597 partially switched metatype.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
0010fa0b switched delegatemanager.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
ff60ec45 switched arrayobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
d626f7ea partially switched classderived.cs to the new reference style Victor Nova <l****t@l****e> almost 5 years ago
c05c6ec3 switched methodbinder.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
1b58cf4e mostly switched moduleobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
09d8e415 switched pyobject.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
f8b761af switched most of classbase.cs to the new style references (except cross-domai... Victor Nova <l****t@l****e> almost 5 years ago
2d339026 switched converter.cs to the new style references Victor Nova <l****t@l****e> almost 5 years ago
5d6e5d58 use reference types instead of IntPtr where possible in runtime.cs Victor Nova <l****t@l****e> almost 5 years ago
3f335db2 fixed recursive dependency in clr module initialization when there's a public... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
58df35bd include README.md into NuGet package Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
bc3265d1 make .NET objects that have __call__ method callable from Python (#1589) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
27428150 Remove a deprecated attribute in PropertyObject (#1595) Félix Bourbonnais <f****s@i****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
dea6bcbf Fix runtime loading error message Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
almost 5 years ago
f591024d Drop Appveyor CI Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
almost 5 years ago
edc471e1 Update CI configuration for Python 3.10 Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
almost 5 years ago
4825462d Add Python 3.10 support Benedikt Reinartz <f****r@g****m>
Committed by: Victor <l****n@g****m>
almost 5 years ago
71f6ed96 added a regression test for https://github.com/pythonnet/pythonnet/issues/451 Victor Nova <l****t@l****e> almost 5 years ago
5266dc4d PyIdentifier public members to return borrowed references Victor Nova <l****t@l****e> almost 5 years ago
c9626dfd disabled using __float__ during implicit conversions to .NET floating point t... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
8d93c39d Changed signature of IPyObjectDecoder.CanDecode Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
79e34bcd PyObject.GetPythonType returns PyType Victor Nova <l****t@l****e> almost 5 years ago
d48f512a fixed: TupleCodec not respecting element type Victor Nova <l****t@l****e> almost 5 years ago
dee41b8e newer .NET SDK might push symbols package along with the main package, so whe... Victor Nova <l****t@l****e> almost 5 years ago
bcbed525 embedded the icon into NuGet package Victor Nova <l****t@l****e> almost 5 years ago
0355ebc0 expose PyType.Get Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
9b7dbae8 fixed nullability annotation on ConverterExtension.ToPython Victor Nova <l****t@l****e> almost 5 years ago
c1653f51 allow user-created instances of PySequence and PyIterable Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
f857d59e When reflecting nested types, ensure their corresponding PyType is allocated. Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
5d0d01ab safer GetAttr(name, default) Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
23ec9d25 raise BadPythonDllException (internal, derived from MissingMethodException) i... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
497c22a3 fixup! Disable implicit conversions, that might lose information: Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
fc989d5b fixed FileLoadException when trying to do clr.AddReference('/full/lib/path.dll') Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
9c4a829c fixed ImportHook not seeing namespaces in assemblies loaded via direct call t... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
9d5f5797 simplify assembly ResolveHandler, and use official assembly name parsing method Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
66716db6 PyScope/PyModule cleanup Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
3808c3d2 fixed __cause__ on constructor overload bind failure Victor Nova <l****t@l****e> almost 5 years ago
1ca0bdb7 fixed conversion tests to match new behavior Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
b13bafdf Introduced PyIterable, PyObject no longer implements IEnumerable<PyObject> Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
5370dc84 Disable implicit conversions, that might lose information: Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
f64194ca made InterruptTest more robust Victor Nova <l****t@l****e> almost 5 years ago
12defa7b merge Merge pull request #1543 from losttech/standard-mixins Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
6ae373c2 merge merge latest master Victor Nova <l****t@l****e> almost 5 years ago
2b0e322b Do not clean tpHandle in ClassBase.tp_clear - it might be used in tp_dealloc Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
4ff080e0 added regression test for https://github.com/pythonnet/pythonnet/issues/1565 ... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
70b684a4 added a few debug guards Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
197689e0 added a workaround for tp_clear implementations, that do not check, that they... Victor Nova <l****t@l****e> almost 5 years ago
85adb1b0 ensure all unit tests have similar SetUp and TearDown procedures when a runni... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
2679c19e ClassManager illegally decrefed ClassObject's refcount on shutdown Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
8fb47045 added a workaround for warning in threading module after TestInterrupt Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
0a89e6f1 remove risky finalization code from Dispatcher, and use reference types Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
09ecf1b2 increase verbosity of embedding tests Victor Nova <l****t@l****e> almost 5 years ago
8846fd2f cleaning up public API Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
dc3c8188 publish debug symbols for monthly preview on NuGet Victor Nova <l****t@l****e> almost 5 years ago
a38849ea mentioned collection mixins in changelog Victor Nova <l****t@l****e> almost 5 years ago
b77b7ceb added a few tests for collection mixins Victor Nova <l****t@l****e> almost 5 years ago
2ef6b506 call tp_clear (if any) of base unmanaged type when a reflected CLR object ins... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
almost 5 years ago
ee0ab7f9 implements buffer interface for .NET arrays of primitive types (#1511) Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
1e32d8cd added int overload resolution test by https://github.com/slide Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
about 5 years ago
e42ec3b8 remove needsResolution hack Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
about 5 years ago
0fdce525 Py.Import and PyModule.Import return PyObject instead of PyModule, as not eve... Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m>
about 5 years ago

← Back to repository