| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hypothesis for Python - version 6.152.6 source code.tar.gz | 2026-05-11 | 9.6 MB | |
| Hypothesis for Python - version 6.152.6 source code.zip | 2026-05-11 | 10.1 MB | |
| README.md | 2026-05-11 | 484 Bytes | |
| Totals: 3 Items | 19.7 MB | 0 | |
This patch adds a shrinking pass that tries natural text transformations - unicode decomposition (NFD/NFKD) and case mapping - on individual characters in string choices. Failures involving e.g. ""À" != "À".lower()" will now reliably shrink to ""A"" rather than sometimes getting stuck on the high-codepoint accented form (issue [#4725]).
The canonical version of these notes (with links) is on readthedocs.