Thomas Kluyver
Thomas Kluyver
As discussed at the dev meeting. There are a few TODOs which have not yet been decided. We can bikeshed about them, or whoever gets to implementing the relevant bits...
There are currently two ways for kernels to report an error during execution. Many frontends and kernels have code to use both, to deal with the other end having only...
The wrappers to call PEP 517 hooks in a subprocess are completely synchronous: they write files, start a subprocess, wait for that to exit, and read output files before returning....
Hi @mitya57 :slightly_smiling_face: As you know, SecretStorage is probably the biggest user of Jeepney. One aim of Jeepney is to decouple the structure of messages from sending and receiving data....
This isn't a bug report, just some information for anyone looking to accelerate pyKriging. I [profiled](https://docs.python.org/3/library/profile.html) running one of the examples (`2d_leave_n_out.py`) to see which parts of the code take...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
The plan for Flit 4 is to drop support for the `[tool.flit.metadata]` project description in favour of the [`[project]` table](https://flit.pypa.io/en/stable/pyproject_toml.html#new-style-metadata), which is now standardised across different tools. More generally, I...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
@michaelpacer pointed out that this is not currently documented. It's better for code to change than human editing, but users may still need to understand what it is and how...
We might want to add a page like [this in the Python docs](https://docs.python.org/3/glossary.html) explaining terms like 'kernel', 'connection file', 'session' etc. (I don't think this is exactly what people mean...