Results 131 issues of James Addison

**Describe the bug** On the python.org "Mailing Lists" page, the hyperlink to ActiveState's archive of the `python-ideas` mailing list (`URL: https://code.activestate.com/lists/python-ideas/`) is broken. **To Reproduce** Steps to reproduce the behavior:...

**Is your feature request related to a problem? Please describe.** The Python homepage includes a slideshow of five sample Python programs, to provide a sense of what code written in...

Hi folks - is it likely that `pyMicrodata` will be packaged for release as an RDFLib plugin via [PyPi](https://pypi.org/)?

**Is your feature request related to a problem? Please describe.** As reported in https://github.com/grocy/grocy-docker/issues/95, some additional steps are required in order to make a containerized `grocy` application public. That's a...

This may overlap, and/or be a duplicate of #4 - please feel free to close this if so. Although standalone hyperlinks are valid, and hyperlinks with names are valid, between...

* Reduce the amount of special-case logic required to handle the `Ellipsis` operator (somewhat equivalent/similar to `None` values -- translating to: unbound). * Extract some parallels between the handling of...

Updates the vendored `minizip` code to v1.3.1 from [`madler/zlib`](https://github.com/madler/zlib.git/). ~~Also includes one change to the defaults in the `Dockerfile`, so that I could build a container image and run the...

### Feature or Bugfix - Refactoring ### Purpose - Add a warning when intersphinx target resolution is ambiguous due to case-insensitivity. - Expands on some [discussion](https://github.com/sphinx-doc/sphinx/pull/12009#discussion_r1504731030) from pull request #12009....

domains:std
extensions:intersphinx

### Feature or Bugfix - Refactoring ### Purpose - Use the more transparent (as in: easier and less ambiguous to understand) `.jinja` suffix for templated files within the Sphinx code...

internals:refactoring
internals:other
priority:low
python

### Feature or Bugfix - Bugfix ### Purpose - Restore extraction of images from `data:` URIs even when the builder has the `supported_remote_images` flag set to `False` (the default). ###...

builder
type:regression