Curt J. Sampson
Curt J. Sampson
Calls to $(CC) assumed that png.h, -lpng etc. were all in the default paths used by the compiler. However, this is not the case on some systems, such as MacOS...
__WARNING:__ to make manual checks easier, there is a temporary "test" commit on this dev branch that must be removed before merging. (@0cjs will do this on request, or you...
tool.ruff.{select,isort,ignore,per-file-ignores} will soon be deprecated in favour of putting these under tool.ruff.lint. (See reverted PR #3214 for the complaint that appears in a more recent version of ruff.) Change these...
### Issue I'm not sure if I'm doing this right; I [asked on StackOverflow][so] a couple of days ago and got no reply. This may be related to #2838, though...
## Issue It looks as if when using a Debian-supplied `python3` interpreter, you must have additional OS packages installed as well, these being at least `python3-venv`. Cannot tox simply use...
### Issue As a new user to tox browsing through the rather long [Configuration documentation][config], it wasn't entirely clear to me when in the middle of the page which particular...
### Issue According to [the documentation][ibpc]: > Matching up the Python version with the environment name has became expected at this point, leading to surprises when some configs don’t do...
`CPU8080.steps(N)` always executes a full instruction, even when that exceeds the number of machine cycles given. This makes the code unsuitable for emulating systems such as the Altair 8800, where...
Environment: Debian 11, pythonz 2.0.2 (installed with `pythonz update` just now). Trying to install any version of pypy or pypy3, using e.g., `pythonz install -t pypy 5.3.1`, gives the following...
(Note: I believe that what I'm looking for here is not at all the same thing as #19, in particular because I'm looking for functionality that is not the same...