index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
rangeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
1
-1/+1
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
1
-0/+1
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
1
-2/+2
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-4/+4
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
1
-1/+2
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-1/+1
*
gh-100726: Optimize construction of range object for medium sized integers (#...
Pieter Eendebak
2023-01-21
1
-0/+58
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
1
-37/+42
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
1
-3/+1
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner
2022-11-10
1
-34/+17
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
1
-15/+8
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-6/+4
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Serhiy Storchaka
2021-09-04
1
-16/+18
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
chilaxan
2021-08-27
1
-1/+1
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-1/+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-2/+2
*
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Victor Stinner
2020-10-27
1
-22/+31
*
bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
Dong-hee Na
2020-10-21
1
-5/+11
*
bpo-41902: Micro optimization for compute_item of range (GH-22492)
Dong-hee Na
2020-10-21
1
-5/+11
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-2/+2
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
1
-2/+3
*
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na
2020-03-16
1
-2/+1
*
bpo-37207: Use vectorcall for range() (GH-18464)
Petr Viktorin
2020-02-18
1
-17/+33
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
1
-2/+2
*
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Hai Shi
2020-01-30
1
-2/+2
*
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
Pablo Galindo
2020-01-05
1
-29/+44
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-6/+6
*
bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2019-05-03
1
-1/+1
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-2/+6
*
Fix a possible crash in range.__reversed__(). (GH-10252)
Zackery Spytz
2018-10-31
1
-0/+1
*
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran...
Alexey Izbyshev
2018-08-24
1
-4/+4
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-6/+6
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-1/+1
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-106/+38
*
bpo-28876: bool of large range raises OverflowError (#699)
4kir4
2017-03-20
1
-1/+11
*
Issue #28376: Creating instances of range_iterator by calling range_iterator
Serhiy Storchaka
2016-10-08
1
-41/+0
*
Issue #28376: Creating instances of range_iterator by calling range_iterator
Serhiy Storchaka
2016-10-08
1
-0/+7
*
Merge from 3.5.
Serhiy Storchaka
2016-10-08
1
-3/+11
|
\
|
*
Issue #28376: The constructor of range_iterator now checks that step is not 0.
Serhiy Storchaka
2016-10-08
1
-3/+11
*
|
Issue #28045: Merge from 3.5
Berker Peksag
2016-09-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28045: Fix comment in range_contains_long()
Berker Peksag
2016-09-12
1
-1/+1
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-1/+1
*
|
Issue #27333: Simplified testing step on 0.
Serhiy Storchaka
2016-06-18
1
-11/+4
*
|
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Serhiy Storchaka
2016-06-18
1
-5/+5
|
/
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-1/+1
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-3/+3
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-5/+3
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
[next]