third_party_python/Misc
Seth Michael Larson 985c8ad05a [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)
* Remove backtracking when parsing tarfile headers
* Rewrite PAX header parsing to be stricter
* Optimize parsing of GNU extended sparse headers v0.0

(cherry picked from commit 34ddb64d088dd7ccc321f6103d23153256caa5d4)

Co-authored-by: Seth Michael Larson <seth@python.org>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Signed-off-by: luming <luming29@huawei.com>
2024-10-14 19:59:13 +08:00
..
NEWS.d/next [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) 2024-10-14 19:59:13 +08:00
rhel7 update python 2024-05-28 09:30:42 +08:00
ACKS update python 2024-05-28 09:30:42 +08:00
coverity_model.c update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
gdbinit update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
HISTORY update python 2024-05-28 09:30:42 +08:00
indent.pro update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
NEWS update python 2024-05-28 09:30:42 +08:00
Porting update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
python-config.in updated Python version 2022-04-18 17:08:38 +08:00
python-config.sh.in update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
python-embed.pc.in update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
python.man update python 2024-05-28 09:30:42 +08:00
python.pc.in update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
README update python 2024-05-28 09:30:42 +08:00
README.AIX python version update from 3.9.2 to 3.9.11 2022-06-23 14:42:02 +08:00
README.coverity update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
README.valgrind python version update from 3.9.2 to 3.9.11 2022-06-23 14:42:02 +08:00
requirements-test.txt python version update from 3.9.2 to 3.9.11 2022-06-23 14:42:02 +08:00
SpecialBuilds.txt update python 2024-05-28 09:30:42 +08:00
stable_abi.toml update python 2024-05-28 09:30:42 +08:00
svnmap.txt update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
valgrind-python.supp update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
vgrindefs update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00

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
gdbinit                 Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY                 News from previous releases -- oldest last
indent.pro              GNU indent profile approximating my C style
NEWS                    News for this release (for some meaning of "this")
Porting                 Mini-FAQ on porting to new platforms
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.coverity         Information about running Coverity's Prevent on Python
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
vgrindefs               Python configuration for vgrind (a generic pretty printer)