cpython/Misc
Serhiy Storchaka 49f4ecfb08
gh-149891: Add more encoding aliases (GH-149892)
Support all aliases officially registered in IANA, except
Extended_UNIX_Code_Packed_Format_for_Japanese.

New names:
KSC_5601, KS_C_5601-1989, iso-ir-149, GB_2312-80, windows-936, mac,
CCSID00858, CCSID01140, and a number of "cs"-prefixed names.

Fix csHPRoman8, which was not normalized.
2026-06-05 12:08:04 +00:00
..
mypy
NEWS.d gh-149891: Add more encoding aliases (GH-149892) 2026-06-05 12:08:04 +00:00
rhel7
ACKS gh-84649: Make TimedRotatingFileHandler use CTIME instead of MTIME (GH-24660) 2026-06-04 13:50:33 +00:00
Brewfile Remove 'expat' dependency for Linux in Misc/Brewfile (#150118) 2026-05-22 17:21:16 +03:00
externals.spdx.json gh-149029: Update SQLite to 3.53.1 for binary releases (#149767) 2026-05-27 18:03:34 -04: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
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