Hugo van Kemenade

Results 1449 comments of Hugo van Kemenade

It's been mentioned previously, one downside of this sort of approach is: 1. New Python release is made 2. Fast HTML docs built 3. Reader goes to https://docs.python.org/3/download.html and clicks...

And thank you @AA-Turner for all your work here! --- Another idea to consider: a third cron for *only* the English HTML for the default `/3` version. It takes about...

> Wonderful! Make sure that all others with copyrightable contributions consent. > > MIT seems fine, other options could include CC-1.0 ([used by PEPs code](https://github.com/python/peps/blob/main/pep_sphinx_extensions/LICENCE.rst?rgh-link-date=2025-01-07T21%3A32%3A45Z)) or 0BSD ([used in pythoncapi-compat](https://github.com/python/pythoncapi-compat/blob/main/COPYING?rgh-link-date=2025-01-07T21%3A32%3A45Z)),...

Good idea, see also https://github.com/python/docs-community/pull/91.

Yes, I'm all for cleaning it up. Usually I copy and paste from the HackMD. I think we could ditch all of it from the minutes, to be honest, and...

Even if there was discussion there, it's not relevant to these minutes, which are a record of what happened in the meeting. If there was something relevant mentioned in the...

It's good to keep it in the HackMD agenda but I agree we don't need it in the minutes. And we don't need to record the time afterwards, so we...

To get a rough idea of numbers, here's the pip installs on macOS of pip itself from PyPI, for the last 28 days: | system_name | distro_version | download_count |...

@WillChilds-Klein Thank you very much for this!

One idea: instead of putting all files directly in their final home (such as https://www.python.org/ftp/python/3.14.0/), put them in a staging directory first (perhaps https://www.python.org/ftp/python/3.14.0-staging/ or something with a name to...