markupsafe icon indicating copy to clipboard operation
markupsafe copied to clipboard

Safely add untrusted strings to HTML/XML markup.

Results 9 markupsafe issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.2](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.2) - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](https://github.com/asottile/reorder_python_imports/compare/v3.8.2...v3.8.3)

Bumps the python-requirements group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.2` |...

dependencies
python

Bumps the github-actions group with 2 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [actions/cache](https://github.com/actions/cache). Updates `pypa/gh-action-pypi-publish` from 1.8.11 to 1.8.12 Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.12 💅 Cosmetic Output Improvements @​woodruffw💰 replaced the...

dependencies
github_actions

Compiling wheels on Python 3.13 is hard. Compiling them with the new ABI (`t`) when `--disable-gil` is even more challenging. I'm just logging this here, not expecting it to be...

`pip install -e .` in a virtualenv should build src/markupsafe/_rust_speedups.???.so, assuming you have Rust installed. `python bench.py` to run all benchmarks, rust included. Here's the results on my machine: ```...

Use PyUnicode_Export() and PyUnicode_Import() functions of Python 3.14 limited C API to be able to use the stable ABI for the C speedup extension.

This is an attempt to address #460. Mostly, I followed the instructions that @AA-Turner linked to there. I looked over _speedups.c. My non-expert eye did not see anything that didn't...

Python 3.13 RC1 was released recently[^1]: We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13...

When testing a project downstream of `markupsafe` with `python3.13t` via deadsnakes, the following warning is emitted: ```pytb :488 :488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load...