0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
cpython/Python
Serhiy Storchaka 051b8a2589
[3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034)
* document equivalent command-line options for all environment variables
* document equivalent environment variables for all command-line options
* reduce the size of variable and option descriptions to minimum
* remove the ending period in single-sentence descriptions

(cherry picked from commit b85572c47d)

(cherry picked from commit 4be9fa8961)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-03-19 20:08:00 +00:00
..
clinic
deepfreeze
frozen_modules
_warnings.c [3.11] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#105660) 2023-06-11 19:46:02 +00:00
adaptive.md
asdl.c
ast_opt.c [3.11] gh-104018: remove unused format "z" handling in string formatfloat() (GH-104107) (#104260) 2023-05-07 05:06:06 +00:00
ast_unparse.c
ast.c [3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352) (#109380) 2023-09-13 16:32:08 +00:00
bltinmodule.c [3.11] gh-105375: Improve error handling in the builtins extension module (GH-105585) (#105650) 2023-06-11 11:13:45 +00:00
bootstrap_hash.c
ceval_gil.h [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) 2023-09-11 19:33:08 +02:00
ceval.c [3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113105) 2023-12-14 12:59:33 +00:00
codecs.c
compile.c [3.11] gh-116034: fix location info on the error of a failed assertion (#116052) 2024-02-28 19:12:16 +00:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
errors.c [3.11] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (GH-108206) 2023-08-21 11:53:05 +00:00
fileutils.c [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524) 2023-08-27 12:18:58 +00:00
formatter_unicode.c
frame.c
frozen.c
frozenmain.c
future.c
getargs.c [3.11] gh-116447: Fix possible UB in arraymodule and getargs (GH-116459) (#116497) 2024-03-08 11:25:39 +00:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c [3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114701) 2024-01-29 10:03:14 +00:00
importdl.c
importdl.h
initconfig.c [3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034) 2024-03-19 20:08:00 +00:00
makeopcodetargets.py
marshal.c [3.11] gh-101006: Improve error handling when read marshal data (GH-101007) (GH-106227) 2023-06-29 13:47:30 +03:00
modsupport.c [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863) 2023-07-19 09:40:38 +03:00
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c gh-98608: Fix Failure-handling in new_interpreter() (gh-102658) 2023-03-21 12:13:31 -07:00
pymath.c
pystate.c [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) 2023-09-11 19:33:08 +02:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c [3.11] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472) (GH-113476) 2023-12-25 20:40:33 +00:00
Python-tokenize.c
pythonrun.c [3.11] gh-113358 Fix rendering tracebacks with exceptions with a broken __getattr__ : Normalize exception (#114379) 2024-01-21 17:25:55 +00:00
pytime.c
README
specialize.c [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045) 2024-02-06 21:58:30 +08:00
stdlib_module_names.h
structmember.c [3.11] gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029) (GH-115295) 2024-02-11 12:03:48 +00:00
suggestions.c [3.11] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106… (GH-106039) 2023-06-23 21:13:07 +03:00
symtable.c [3.11] gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561) (GH-115604) 2024-02-17 13:13:26 +00:00
sysmodule.c [3.11] gh-116326: Handler errors correctly in getwindowsversion in sysmodule (GH-116339) (#116388) 2024-03-06 10:54:34 +03:00
thread_nt.h
thread_pthread_stubs.h
thread_pthread.h
thread.c
traceback.c [3.11] [3.12] gh-109181: Fix refleak in tb_get_lineno() (GH-111948) (#111951) 2023-11-10 13:32:02 +00:00

Miscellaneous source files for the main Python shared library