Michael Droettboom

Results 60 issues of Michael Droettboom

Since, at the very least with JSON Pointer and anchors and aliases, it may not in fact be a tree. Alternate names: - "header" (though might be confused with the...

Following Numpy's lead on this is going to lead to confusion, so it's been backed out. But at some point, we should find a way to support the landscape of...

Particularly for masked arrays, it would be nice to have a "packed bits" data type.

enhancement

FADF Paper I says: "FITS can not support optimisation for parallel read/write operations", and that HDF5 was a solution.

FADF Paper I

This might not even be possible given blocking issues. However, if we could write [http.client](https://docs.python.org/3/library/http.client.html) in terms of Web APIs, we might be able to get things like `pip` partially...

enhancement
help wanted
roadmap

https://github.com/python/cpython/pull/30582 (in 3.11) introduced a [change](https://github.com/python/cpython/pull/30582/files#diff-007214cd4321f2b3600c085a1b9abe8c6f05662421ff232fb42ee77dafc85920L49) to `Enum.__str__` so that it shows the enum name and the member name, whereas prior it only included the member name. This could be...

docs
stdlib
3.11

* Issue: gh-98250

awaiting review
skip news
needs backport to 3.11

Once python/cpython#94760 lands, we should update the [developer docs here](https://devguide.python.org/testing/coverage/?highlight=test#measuring-coverage-of-c-code-with-gcov-and-lcov) to describe the increased functionality.

enhancement
guide-edits
topic-test

*[edit by @encukou, May 2024] The coverage report and checklist are outdated. [Run coverage locally](https://devguide.python.org/testing/coverage/#measuring-coverage-of-c-code-with-gcov-and-lcov) before contributing.* --- This bug is going to be used to track work in a...

type-bug
tests
easy

This package doesn't seem to pick up the Xft.dpi setting on Linux, so I end up with a much smaller font than expected in the modeline. Any chance of fixing...