FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/enumobject.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
enumobject.c
on
3.11
User selector
Datepicker
Commit history
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 Jan 26, 2022
bpo-46527: allow calling enumerate(iterable=...) again (GH-30904)
JelleZijlstra
authored
ac0c6e1
View commit details
Copy full SHA for ac0c6e1
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
vstinner
authored
ac1f152
View commit details
Copy full SHA for ac1f152
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656)
rhettinger
authored
243c316
View commit details
Copy full SHA for 243c316
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
bpo-43706: Use PEP 590 vectorcall to speed up enumerate() (GH-25154)
corona10
authored
83f202a
View commit details
Copy full SHA for 83f202a
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19
vstinner
authored
d943d19
View commit details
Copy full SHA for d943d19
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489c
vstinner
authored
ce3489c
View commit details
Copy full SHA for ce3489c
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Show description for f25f2e2
serhiy-storchaka
authored
f25f2e2
View commit details
Copy full SHA for f25f2e2
View code at this point
Browse repository at this point
Commits on Dec 5, 2020
bpo-42536: GC track recycled tuples (GH-23623)
Show description for 226a012
brandtbucher
authored
226a012
View commit details
Copy full SHA for 226a012
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 3, 2020
bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)
corona10
authored
d646e91
View commit details
Copy full SHA for d646e91
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
emmatyping
authored
7c4185d
View commit details
Copy full SHA for 7c4185d
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Show description for a93c51e
vstinner
authored
a93c51e
View commit details
Copy full SHA for a93c51e
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 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 Sep 26, 2017
bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753)
serhiy-storchaka
authored
0e950dd
View commit details
Copy full SHA for 0e950dd
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
bpo-26491 Defer DECREFs until enumobject is in a consistent state (#3747)
rhettinger
authored
8110dbd
View commit details
Copy full SHA for 8110dbd
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 Jan 19, 2017
Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic.
Show description for 41baebd
serhiy-storchaka
committed
41baebd
View commit details
Copy full SHA for 41baebd
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for f17c3de
vstinner
committed
f17c3de
View commit details
Copy full SHA for f17c3de
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3d
vstinner
committed
de4ae3d
View commit details
Copy full SHA for de4ae3d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1
vstinner
committed
27580c1
View commit details
Copy full SHA for 27580c1
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
Anti-registration of various ABC methods.
Show description for 97c1adf
Guido van Rossum
committed
97c1adf
View commit details
Copy full SHA for 97c1adf
View code at this point
Browse repository at this point
Commits on Apr 3, 2012
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
committed
31668b8
View commit details
Copy full SHA for 31668b8
View code at this point
Browse repository at this point
Commits on Jan 22, 2012
use the static identifier api for looking up special methods
Show description for ce79852
benjaminp
committed
ce79852
View commit details
Copy full SHA for ce79852
View code at this point
Browse repository at this point
Commits on Jun 27, 2010
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
Show description for 3e5cd1d
benjaminp
committed
3e5cd1d
View commit details
Copy full SHA for 3e5cd1d
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Sep 25, 2009
Merged revisions 75055 via svnmerge from
Show description for ed61093
ezio-melotti
committed
ed61093
View commit details
Copy full SHA for ed61093
View code at this point
Browse repository at this point
Commits on May 25, 2009
Merged revisions 72907 via svnmerge from
Show description for 94c65d9
benjaminp
committed
94c65d9
View commit details
Copy full SHA for 94c65d9
View code at this point
Browse repository at this point
Commits on May 9, 2009
Merged revisions 72495 via svnmerge from
Show description for 053c61f
benjaminp
committed
053c61f
View commit details
Copy full SHA for 053c61f
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679
mdickinson
committed
e94c679
View commit details
Copy full SHA for e94c679
View code at this point
Browse repository at this point
Commits on Jul 31, 2008
Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from
Show description for d631371
benjaminp
committed
d631371
View commit details
Copy full SHA for d631371
View code at this point
Browse repository at this point
Commits on Jul 24, 2008
Merge 65215: convert uses of int to Py_Ssize_t.
rhettinger
committed
d4d478d
View commit details
Copy full SHA for d4d478d
View code at this point
Browse repository at this point
Commits on May 16, 2008
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Show description for bee3253
avassalotti
committed
bee3253
View commit details
Copy full SHA for bee3253
View code at this point
Browse repository at this point
Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings.
birkenfeld
committed
d11ae5d
View commit details
Copy full SHA for d11ae5d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL