Hugo van Kemenade

Results 1450 comments of Hugo van Kemenade

I see two thumbs up from core devs to my previous question 👍 @humitos Hi again! Please could you enable `USE_SPHINX_LATEST` for https://readthedocs.org/projects/cpython-devguide/ ?

Will do, thank you! (I can see now we just get the single Sphinx download, as expected.)

Adding something to the description like "For bot use only" would help as well, it would show in the dropdown when triagers are selecting labels.

> Also, @AA-Turner @ezio-melotti @hugovk , any idea why `!` appears to not be working as documented in `:c:func:` here, resulting in `-n` warnings and incorrect rendering? Nope... The [`!`...

This has got a bit merge conflicty, let's close and redo when the time is right 👍

Good find! This works for me on Python 3.9, to prevent installation from wheel: ``` pip install -U nose --no-binary :all: ``` Full example: ```console $ pip install -U nose...

You could try downloading `nose-1.3.7.tar.gz` from https://pypi.org/project/nose/#files and then `pip install nose-1.3.7.tar.gz`, or try https://pypi.org/project/nose-py3/, but it's definitely time to migrate to pytest.

Standard is currently eligible for an estimated $417.00/month via Tidelift for maintenance. For more info: * https://tidelift.com/lifter/search/npm/standard

Some numbers! A large proportion, the majority, of urllib3-secure-extra's installs (August 2022) are for EOL Pythons: | category | percent | downloads | |:---------|--------:|----------:| | 3.6 | 50.95% | 337,687...

Also running into this encrypting PyPI tokens for deploy. `travis encrypt` works for projects where `.travis.yml` was created on: * 2018-09-22 * 2017-10-05 * 2017-05-01 But I get "data too...