1
Make the build of pyc files conditional
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2
Add an option to disable pydoc
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3
Add an option to disable IDLE
Maxime Ripard <maxime.ripard@free-electrons.com>
4
configure.ac: move PY_STDLIB_MOD_SET_NA further up
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5
Add option to disable the sqlite3 module
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6
Add an option to disable the tk module
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7
Add an option to disable the curses module
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8
Add an option to disable expat
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9
configure.ac: detect unusable termio operations
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10
gh-139275: Fix compilation of
Pablo Galindo Salgado <Pablogsal@gmail.com>
11
[3.14] gh-151558: Fix symlink escape via `tarfile`
"Miss Islington (bot)"