]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2025 14:13:43 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 14:13:43 +0000 (16:13 +0200)
commitdcf3cc5796693ba3c3d1ddb8659849635e4fa373
tree190fcb175f9630107f17a1bd98c0c5d860870b1d
parent680a5d070f59798bb88a1bb6eb027482b8d85c34
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
22 files changed:
Doc/library/math.integer.rst [new file with mode: 0644]
Doc/library/math.rst
Doc/library/numeric.rst
Doc/whatsnew/3.15.rst
Include/internal/pycore_import.h
Lib/test/test_capi/test_misc.py
Lib/test/test_math.py
Lib/test/test_math_integer.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2019-06-02-13-56-16.gh-issue-81313.axawSH.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Modules/clinic/mathintegermodule.c.h [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathintegermodule.c [new file with mode: 0644]
Modules/mathmodule.c
PC/config.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/stdlib_module_names.h
Tools/clinic/libclinic/app.py
configure
configure.ac