COMMITS
/ Include/longobject.h January 21, 2026
S
gh-143869: Add PEP 757 functions to the limited API (#143906)
Sergey B Kirpichev committed
April 21, 2025
August 28, 2024
V
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner committed
March 20, 2024
S
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064)
Serhiy Storchaka committed
December 3, 2023
V
gh-106560: Fix redundant declarations in Include/ (#112611)
Victor Stinner committed
August 24, 2023
V
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner committed
June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
February 24, 2022
V
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner committed
October 19, 2021
V
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner committed
October 27, 2020
V
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Victor Stinner committed
June 29, 2020
I
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
September 12, 2019
G
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Greg Price committed
May 28, 2019
Z
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz committed
May 19, 2019
S
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
Serhiy Storchaka committed
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
July 26, 2018
S
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
July 28, 2016
M
Issue #27626: Merge spelling fixes from 3.5
Martin Panter committed
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
October 14, 2015
V
Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
Victor Stinner committed
V
Optimize bytes.fromhex() and bytearray.fromhex()
Victor Stinner committed
October 9, 2015
V
Issue #25349: Optimize bytes % int
Victor Stinner committed
May 12, 2015
S
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
Serhiy Storchaka committed
December 11, 2013
S
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka committed
S
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
August 3, 2013
S
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka committed
S
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka committed
June 5, 2013
R
Issue #17931: Resolve confusion on Windows between pids and process handles.
Richard Oudkerk committed
January 19, 2013
S
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka committed
S
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka committed
January 14, 2013
S
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka committed
May 29, 2012
V
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Victor Stinner committed
September 28, 2011
E
Clean up a few tabs that went in with PEP393.
Ezio Melotti committed
M
Implement PEP 393.
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
August 28, 2010
A
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
Antoine Pitrou committed
June 27, 2010
M
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson committed
June 7, 2010
M
Fix naming inconsistency.
Mark Dickinson committed
May 26, 2010
M
Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near
Mark Dickinson committed
March 14, 2010
G
Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946).
Gregory P. Smith committed
G
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith committed