GitHub / autodesk-forks/pythonnet / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| dd2b8026 | DYN-8502: Fix Nuget publishing (#2) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 32a67700 | DYN-8502: Modify cicd for public github (#1) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 11b56b4d | DYN-2934: Cache class definitions (#65) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
over 1 year ago | |
| 497c7d93 | follow seterror flag (#64) |
Bogdan Zavu <b****u@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| e6cd62f7 | DYN-7626 : improve err handling (#63) |
Bogdan Zavu <b****u@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| b63790cf | DYN-4622: Improve generic extensions (#62) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| ae6487e7 | DYN-4622: Interface extensions (#61) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| 76fc8739 | Fix Python tests (#60) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| d6130a83 | DYN-7434 Fix derived interface methods (#59) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| 619bd02c | Deploy nuget (#58) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| 9f91a728 | DYN-4621: Fix module tests (#57) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| 767f80e1 | DYN-4622: Enable Linq (and other) extension methods (#56) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
almost 2 years ago | |
| 4aa08a05 | Add CICD (#55) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 01002f3c | DYN-4621 ModuleObject improvements (#54) |
Aaron Tang <a****g@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 2a1d1b08 | Fix dictionary test. (#52) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 16c3200d | add more tests (#53) |
Ashish Aggarwal <a****l@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| be3091f9 |
DYN-4622 : add cache for extensions (#50)
Co-authored-by: Trygve Wastvedt <t****t@a****m> |
Bogdan Zavu <b****u@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 72f6bf94 | Add ImportExtensions to list of known methods. (#51) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 548d8893 | DYN-4622 : add extensions support (#49) |
Bogdan Zavu <b****u@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| b27efaf4 | DYN-4618: Add dictionary decoding (#48) |
Trygve Wastvedt <t****t@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 77ed9907 | DYN-3845 : fix operators overloading (#47) |
Bogdan Zavu <b****u@a****m>
Committed by: GitHub Enterprise <n****s@g****m> |
about 2 years ago | |
| 90daee75 | Add test for method binding | pinzart90 <t****u@g****m> | about 2 years ago | |
| 9fc833ae | fix for "with" lang feature vs Idisposable | pinzart90 <t****u@g****m> | over 2 years ago | |
| 3823797c | cherry pick "with" feature in pythonnet | pinzart90 <t****u@g****m> | over 2 years ago | |
| bdcee454 | merge Merge remote-tracking branch 'upstream/master' into dynamo_py3 | pinzart90 <t****u@g****m> | over 2 years ago | |
| 9d18a243 | Added `ToPythonAs<T>()` extension method to allow for explicit conversion usi... |
Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 71ca0634 | Cleanup Codec/Argument Reversing Passing. |
Gert Dreyer <g****t@b****a>
Committed by: Victor <l****n@g****m> |
over 2 years ago | |
| 1542cc96 | Normalized names. Added HashCode and Equals to testing objects |
Gert Dreyer <g****t@b****a>
Committed by: Victor <l****n@g****m> |
over 2 years ago | |
| d3bde9d6 | Update Authors and Changelog |
Gert Dreyer <g****r@g****m>
Committed by: Victor <l****n@g****m> |
over 2 years ago | |
| 87fc365a | Tests for operators on type CS type with codec |
Gert Dreyer <g****r@g****m>
Committed by: Victor <l****n@g****m> |
over 2 years ago | |
| 01d6772b | Bugfix: RecursionError when reverse/righthand operations invoked. e.g. __rsub... |
Gert Dreyer <g****r@g****m>
Committed by: Victor <l****n@g****m> |
over 2 years ago | |
| 563e3695 | IComparable and IEquatable implementations for PyInt, PyFloat, and PyString f... |
Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m> |
over 2 years ago | |
| eef67db7 | To fix memory access exception when iteration breaks in the middle of the lis... |
Jake <y****i@y****m>
Committed by: Victor <l****n@g****m> |
almost 3 years ago | |
| 8e8c3f3c |
Allow setting of the python module file (#2044)
Co-authored-by: Benedikt Reinartz <f****r@g****m> |
bmello4688 <b****o@o****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c05f5784 | Reset version to dev | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 0a5a63cc | Release 3.0.3 | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 5a4a986f | Revert "only run docs CI/main CI for corresponding changes (#2257)" (#2260) |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 04670ea1 | only run docs CI/main CI for corresponding changes (#2257) |
Victor <l****t@l****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 88418da6 | merge Merge pull request #2249 from pythonnet/python-3.12 |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a9e757f3 | fixed ARM CI |
Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m> |
almost 3 years ago | |
| 293f8b1d | Python 3.12 has been released, use final version | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| fb494705 | Ignore test-case on Python 3.12 | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 080d1bd5 | For now skip over "new style" weakrefs in clear | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 8dfe4080 | Remove deprecated function call | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| d057724e | Update changelog | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 7a31d387 | Add 3.12 to CI and metadata | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 93d41192 | Drop unused custom incref/decref | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 6aa92c19 | Add type offsets for 3.12 and update interop generation | Benedikt Reinartz <f****r@g****m> | almost 3 years ago | |
| 22d07ddf |
custom repr for enum values (#2239)
Co-authored-by: Mohamed Koubaa <k****a@g****m> |
Mohamed Koubaa <k****m@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 171cee44 | Change PyScope to PyModule in docs (#2231) |
Omkar Borhade <9****8@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c6f12cf9 | Reset version to dev | Benedikt Reinartz <f****r@g****m> | about 3 years ago | |
| 6a4e04c1 | Release 3.0.2 | Benedikt Reinartz <f****r@g****m> | about 3 years ago | |
| 639023a5 | Bump clr_loader dependency | Benedikt Reinartz <f****r@g****m> | about 3 years ago | |
| 3b6500fb | Add documentation dependency to fix empty docs | Benedikt Reinartz <f****r@g****m> | about 3 years ago | |
| dddadbe7 | Adjust docs for importing |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a1cd73fa | Exclude .gitignore from binary distribution |
Siegfried Pammer <s****r@g****m>
Committed by: Benedikt Reinartz <f****r@g****m> |
over 3 years ago | |
| 131b466d | Fix `GetBuffer` throwing `ArgumentOutOfRangeException` (#2120) |
legomanww <l****w@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a404d6e4 | 1783 Implement Interface And Inherit Class (#2028) |
Rolf Madsen <r****n@k****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c2fa4677 | Remove suggestions to use `internal` functions (#2092) |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a0418119 | Ensure that `load` only runs once (#2079) |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 4020a0ca | don't force setuptools upgrade during installation of requirements for testing |
Victor Nova <l****t@l****e>
Committed by: Victor <l****n@g****m> |
over 3 years ago | |
| 17296982 | 1776 Generic Virtual Method Causes Invalid Program: Fix + test (#2026) |
Rolf Madsen <r****n@k****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 556882de | Reset version to dev | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| e28dd80c | Release 3.0.1 | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| cfe15852 | merge Merge pull request #1998 from filmor/fix-derived-generic-interface |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5c1e02f0 | fixed resolution of generic methods in Python implementations | Victor Nova <l****t@l****e> | almost 4 years ago | |
| cc364c35 | Update changelog and add Python 3.11 to metadata | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 6968d01f | merge Merge pull request #1955 from filmor/python-3.11 |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 15e2e959 | Set PYTHONHOME for tests | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 461c9c70 | Add tests for deriving a Python subclass from a generic interface | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 096f50a2 | Adjust code a bit and skip PythonHome tests for empty strings | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| cc97b8a4 | Add an Action variant of TryUsingDll | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| e9283e3e | Ensure that Python is initialized before probing properties | Benedikt Reinartz <b****z@s****m> | almost 4 years ago | |
| da082ac4 | Enforce tp_traverse/clear in AllocateTypeObject | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| a6efeaee | Update MaxSupportedVersion | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| d3b56ffe | Ensure that sub-processes in tests use the same runtime settings | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| ddf5a701 | Only clear dict if tp_dictoffset > 0 | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| fb17907e | merge Merge pull request #1993 from losttech/bugs/BadBigInt200 |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 218610ea | fixed positive PyInt converted to negative BigInteger | Victor Nova <l****t@l****e> | almost 4 years ago | |
| 02b6c2fa | merge Merge pull request #1986 from losttech/FloatDerivedCodec |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 782a0e5e | allow decoders to override conversion of types derived from primitives when t... | Victor Nova <l****t@l****e> | almost 4 years ago | |
| d6c024c8 | explicit functions for exact type checks | Victor Nova <l****t@l****e> | almost 4 years ago | |
| 86685798 | Define slots before initialization | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 5636262b | Update requires-python | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| ce76dae2 | merge Merge pull request #1973 from losttech/bugs/1972 |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6838ee1c | fixed name collision for generated delegate dispatchers | Victor Nova <l****t@l****e> | almost 4 years ago | |
| 5a28fd41 | delete target object from event handler collections when it has no more event... | Victor Nova <l****t@l****e> | almost 4 years ago | |
| b5c222ca | a few debug helper properties | Victor Nova <l****t@l****e> | almost 4 years ago | |
| bf984f09 | Merge backports-2.5 changelog in and fix links |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0119f1ca | Specify supported Python version in project metadata | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| a3b7789b | Roll changelog over | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| eb62787f | Run documentation build from master | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 2c233efb | Bump master version to 3.1.0-dev | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 95c1371e | merge Merge remote-tracking branch 'upstream/release' | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| aae9d562 | Bump version to 3.0.0 | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 6ec635dd | Drop unused param doc | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 33b107cd | Move clr module to separate file | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 3c4dd168 | Update README | Benedikt Reinartz <f****r@g****m> | almost 4 years ago | |
| 80adda9c | merge Merge pull request #1863 from filmor/docs |
Benedikt Reinartz <f****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cc2fdac3 | Adjust installation documentation | Benedikt Reinartz <f****r@g****m> | almost 4 years ago |