cpython/Misc
Pieter Eendebak 21c4b7359d
gh-152056: Compile single-category character sets to a bare CATEGORY opcode (GH-152057)
A character set containing exactly one category, e.g. [\d] or [^\s], now
compiles to a single CATEGORY opcode (like \d or \S) instead of an IN
block.  The negated form maps to the complementary category.  This speeds
up matching and reduces the size of the compiled byte code.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 11:09:50 +00:00
..
mypy gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
NEWS.d gh-152056: Compile single-category character sets to a bare CATEGORY opcode (GH-152057) 2026-06-24 11:09:50 +00:00
rhel7
ACKS gh-151126: Add missing PyErr_NoMemory() in type_from_slots_or_spec (#151582) 2026-06-23 15:48:11 +01:00
Brewfile Remove 'expat' dependency for Linux in Misc/Brewfile (#150118) 2026-05-22 17:21:16 +03:00
externals.spdx.json gh-151163: Update Android, macOS installer, and Windows builds to SQLite 3.53.2 (GH-151187) 2026-06-09 13:27:26 -05:00
HISTORY
libabigail.abignore gh-143253: Add libabigail suppression file for internal types (#143254) 2026-01-12 17:37:43 +02:00
platform_triplet.c gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-132027) 2025-04-27 21:56:00 +00:00
python-config.in
python-config.sh.in
python-embed.pc.in
python.man Manpage formatting tweaks & lint (GH-132338) 2026-06-04 09:35:04 +02:00
python.pc.in
README gh-145976: Remove Misc/indent.pro (#145992) 2026-03-15 22:29:12 +01:00
README.AIX
README.valgrind
sbom.spdx.json gh-148200: Update Modules/_hacl/ for Cygwin (#149802) 2026-05-15 14:42:30 +02:00
SpecialBuilds.txt
stable_abi.toml Correct Stable ABI documentation for METH_FASTCALL (GH-149593) 2026-06-03 15:20:35 +02:00
svnmap.txt
valgrind-python.supp

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS                    Acknowledgements
HISTORY                 News from previous releases -- oldest last
NEWS.d/                 News files for this release (for some meaning of "this")
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
python.pc.in            Package configuration info template for pkg-config
README                  The file you're reading now
README.AIX              Information about using Python on AIX
README.valgrind         Information for Valgrind users, see valgrind-python.supp
SpecialBuilds.txt       Describes extra symbols you can set for debug builds
svnmap.txt              Map of old SVN revs and branches to hg changeset ids,
                        help history-digging
valgrind-python.supp    Valgrind suppression file, see README.valgrind