Benedikt Reinartz

Results 67 issues of Benedikt Reinartz

Using [this](http://stackoverflow.com/questions/5306018/how-to-call-dynamicobject-trygetmember-directly) it's possible to implement all required functionality in a separate DLR meta-class. I've already tried to do this in Python but sadly the .NET types (or their representation...

It would be extremely useful if this would include an option to show all currently open websockets, and the data that was exchanged with some client information. Furthermore, in general,...

In light of #48 and of .0000000001 values we are seeing with jsx, would it be possible to make the float formatting configurable in some way?

Includes support for OTP-22.

Add `__version__` property to `pythonnet`, trying first `importlib.metadata`, then `pkg_resources`, then `version.txt` before using `"unknown"`. Fixes #1909. @amueller I'm still not sure whether this is needed in modern Python versions...

### What does this implement/fix? Explain your changes. ... ### Does this close any currently open issues? ... ### Any other comments? ... ### Checklist Check all those that are...

Pretty self-explanatory :) Since it's currently not possible to monkey-patch interfaces, this can't be implemented in pure Python.

Python 3 (from 3.3 onwards) supports a version-independent style to create type objects, namely [PyType_FromSpec](https://docs.python.org/3/c-api/type.html#c.PyType_FromSpec). Since we routinely have to update the `interop*.cs` files right now, and this is our...

I think it would be a good idea to put some work into making the `clr` module we provide as (backwards?) compatible with IronPython as possible. This is the implementation:...