index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
/
longobject.h
Commit message (
Expand
)
Author
Age
*
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...
Steve Dower
9 days
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
*
gh-106560: Fix redundant declarations in Include/ (#112611)
Victor Stinner
2023-12-03
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
*
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner
2022-06-16
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
*
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Victor Stinner
2020-10-27
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
*
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Greg Price
2019-09-12
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
*
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
Serhiy Storchaka
2019-05-19
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
*
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
*
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
*
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
|
\
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
*
|
Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
Victor Stinner
2015-10-14
*
|
Optimize bytes.fromhex() and bytearray.fromhex()
Victor Stinner
2015-10-14
*
|
Issue #25349: Optimize bytes % int
Victor Stinner
2015-10-09
|
/
*
Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...
Serhiy Storchaka
2015-05-13
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
|
\
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
|
\
|
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
*
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
|
\
|
|
*
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
|
|
\
|
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
*
|
|
Issue #17931: Resolve confusion on Windows between pids and process handles.
Richard Oudkerk
2013-06-05
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-15
|
/
/
*
|
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
*
|
Clean up a few tabs that went in with PEP393.
Ezio Melotti
2011-09-29
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
|
/
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
*
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
Antoine Pitrou
2010-08-28
*
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson
2010-06-27
*
Fix naming inconsistency.
Mark Dickinson
2010-06-07
*
Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near
Mark Dickinson
2010-05-26
*
Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946).
Gregory P. Smith
2010-03-14
*
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith
2010-03-14
*
Merged revisions 77842 via svnmerge from
Mark Dickinson
2010-01-30
[next]