FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/rangeobject.c - https-github-com-nzysoft/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
rangeobject.c
on
main
User selector
Datepicker
Commit history
Commits on Aug 24, 2023
gh-106320: Remove private _PyEval function (#108433)
Show description for c494fb3
vstinner
authored
c494fb3
View commit details
Copy full SHA for c494fb3
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-84436: Skip refcounting for known immortals (GH-107605)
brandtbucher
authored
05a824f
View commit details
Copy full SHA for 05a824f
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 3, 2023
gh-106320: Create pycore_modsupport.h header file (#106355)
Show description for 35963da
vstinner
authored
35963da
View commit details
Copy full SHA for 35963da
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Show description for 7559f5f
markshannon
authored
7559f5f
View commit details
Copy full SHA for 7559f5f
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
gh-100726: Optimize construction of range object for medium sized integers (#100810)
Show description for f63f525
authored
f63f525
View commit details
Copy full SHA for f63f525
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
gh-89189: More compact range iterator (GH-27986)
serhiy-storchaka
authored
7877642
View commit details
Copy full SHA for 7877642
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Show description for 8211cf5
vstinner
authored
8211cf5
View commit details
Copy full SHA for 8211cf5
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Show description for 1960eb0
vstinner
authored
1960eb0
View commit details
Copy full SHA for 1960eb0
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
GH-91432: Specialize FOR_ITER (GH-91713)
Show description for 5fcfdd8
sweeneyde
authored
5fcfdd8
View commit details
Copy full SHA for 5fcfdd8
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Sep 4, 2021
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Show description for 936f6a1
serhiy-storchaka
authored
936f6a1
View commit details
Copy full SHA for 936f6a1
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
Show description for 94a3d2a
chilaxan
and
ambv
authored
94a3d2a
View commit details
Copy full SHA for 94a3d2a
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43977: Use tp_flags for collection matching (GH-25723)
Show description for 069e81a
markshannon
authored
069e81a
View commit details
Copy full SHA for 069e81a
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68c
vstinner
authored
32bd68c
View commit details
Copy full SHA for 32bd68c
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Show description for c9bc290
vstinner
authored
c9bc290
View commit details
Copy full SHA for c9bc290
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
corona10
authored
c0f22fb
View commit details
Copy full SHA for c0f22fb
View code at this point
Browse repository at this point
bpo-41902: Micro optimization for compute_item of range (GH-22492)
corona10
authored
25492a5
View commit details
Copy full SHA for 25492a5
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
vstinner
authored
384621c
View commit details
Copy full SHA for 384621c
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260
vstinner
authored
a15e260
View commit details
Copy full SHA for a15e260
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
corona10
authored
87ec86c
View commit details
Copy full SHA for 87ec86c
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
bpo-37207: Use vectorcall for range() (GH-18464)
Show description for 6e35da9
encukou
authored
6e35da9
View commit details
Copy full SHA for 6e35da9
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700
vstinner
authored
58ac700
View commit details
Copy full SHA for 58ac700
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Show description for 46874c2
shihai1991
authored
46874c2
View commit details
Copy full SHA for 46874c2
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
Show description for 4b66fa6
pablogsal
and
serhiy-storchaka
authored
4b66fa6
View commit details
Copy full SHA for 4b66fa6
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 3, 2019
bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)
srinivasreddy
authored and
vstinner
committed
22c5263
View commit details
Copy full SHA for 22c5263
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Show description for bb86bf4
serhiy-storchaka
authored
bb86bf4
View commit details
Copy full SHA for bb86bf4
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
Fix a possible crash in range.__reversed__(). (GH-10252)
ZackerySpytz
authored and
serhiy-storchaka
committed
c9a6168
View commit details
Copy full SHA for c9a6168
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880)
Show description for 7ecae3c
Alexey Izbyshev
authored and
benjaminp
committed
7ecae3c
View commit details
Copy full SHA for 7ecae3c
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
bpo-30592: Fixed error messages for some builtins. (#1996)
Show description for 6cca5c8
serhiy-storchaka
authored
6cca5c8
View commit details
Copy full SHA for 6cca5c8
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29878: Add global instances of int for 0 and 1. (#852)
serhiy-storchaka
authored
ba85d69
View commit details
Copy full SHA for ba85d69
View code at this point
Browse repository at this point
Commits on Mar 20, 2017
bpo-28876: bool of large range raises OverflowError (#699)
4kir4
authored and
serhiy-storchaka
committed
e46fb86
View commit details
Copy full SHA for e46fb86
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL