Laurie O

Results 46 issues of Laurie O

Similar to how [darker](https://github.com/akaihola/darker) is to [black](https://github.com/psf/black), have an option to only run linting on Git diff (either unstaged or since specified revision). This would make yamllint a good fit...

Specify project package build backend (setuptools). This modernises the build process, moving away from the legacy setuptools pip build flow. Also switch to [build](https://github.com/pypa/build) for building the sdist and wheel,...

Move project, backend, and development tool configuration to pyproject.toml. Only configuration change was moving the Python 3.6 extra dependencies specification to main dependencies (conditioned on Python being 3.6). I'm pretty...

asyncio-only changes from #102499 (which supercedes #96474), updated to match the API introduced by #104750 * Issue: gh-96471 ---- :books: Documentation preview :books:: https://cpython-previews--104228.org.readthedocs.build/

topic-asyncio
DO-NOT-MERGE

### Context When using libraries which use urllib3 in multiple threads, an end-user often sees the warning log: ```text urllib3.connectionpool: Connection pool is full, discarding connection: cloud.example.com. Connection pool size:...

Add support for packing a Python interpreter in the [PyBI format](https://peps.python.org/pep-0711/), and using that interpreter at runtime. Obviously right now that format is still in draft, but perhaps it's not...

enhancement
undecided

* Drop Python 2.7, 3.5 and 3.6 support (pyproject.toml support in setuptools requires a version which only supports Python 3.7+), including wheel builds in CI * Remove download-URL

An error occurs during the building of accelerate on Python 3.11 with Cython 0.29. Works fine with Cython 3.0a11. Re-generating source should work for Python 3.6+ ## Failing ```shell docker...

* More fleshed-out introduction to the API * Add specification for latest standard of both HTML and JSON formats * For each API endpoint, its features are described generally, then...

Update "Package index mirrors and caches" guide to include more options, and better describe classes of options. I think the "Hosting your own simple repository" guide is very related, with...