FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/tupleobject.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
tupleobject.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 23, 2023
gh-106320: Remove private _PyObject C API (#107147)
Show description for 0d6dfd6
vstinner
authored
0d6dfd6
View commit details
Copy full SHA for 0d6dfd6
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 Apr 27, 2023
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Show description for d2e2e53
ericsnowcurrently
authored
d2e2e53
View commit details
Copy full SHA for d2e2e53
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Show description for 7436874
ericsnowcurrently
authored
7436874
View commit details
Copy full SHA for 7436874
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Show description for cbb0aa7
ericsnowcurrently
authored
cbb0aa7
View commit details
Copy full SHA for cbb0aa7
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (#101769)
ionite34
authored
54dfa14
View commit details
Copy full SHA for 54dfa14
View code at this point
Browse repository at this point
Commits on Feb 19, 2023
GH-84783: Make the slice object hashable (GH-101264)
furkanonder
authored
61f1e67
View commit details
Copy full SHA for 61f1e67
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Show description for 748c6c0
Fidget-Spinner
authored
748c6c0
View commit details
Copy full SHA for 748c6c0
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 Jul 26, 2022
gh-91247: Use memcpy for list and tuple repeat (#91482)
Show description for 2ef73be
eendebakpt
authored
2ef73be
View commit details
Copy full SHA for 2ef73be
View code at this point
Browse repository at this point
Commits on May 3, 2022
Add more stats for freelist use and allocations. (GH-92211)
markshannon
authored
836b17c
View commit details
Copy full SHA for 836b17c
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
sweeneyde
authored
da6c785
View commit details
Copy full SHA for da6c785
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Show description for 08deed1
ericsnowcurrently
authored
08deed1
View commit details
Copy full SHA for 08deed1
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 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 8, 2022
bpo-46235: Do all ref-counting at once during list/tuple multiplication (GH-30346)
Show description for ad1d590
sweeneyde
authored
ad1d590
View commit details
Copy full SHA for ad1d590
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5
ericsnowcurrently
authored
c8749b5
View commit details
Copy full SHA for c8749b5
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
bpo-45522: Allow to disable freelists on build time (GH-29056)
Show description for 9942f42
tiran
authored
9942f42
View commit details
Copy full SHA for 9942f42
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Show description for 70945d5
markshannon
authored
70945d5
View commit details
Copy full SHA for 70945d5
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Show description for b4903af
pablogsal
authored
b4903af
View commit details
Copy full SHA for b4903af
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Show description for 79a3148
vstinner
authored
79a3148
View commit details
Copy full SHA for 79a3148
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 Jul 1, 2021
bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)
Show description for 818628c
vstinner
authored
818628c
View commit details
Copy full SHA for 818628c
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 Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26
authored
145bf26
View commit details
Copy full SHA for 145bf26
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094b
vstinner
authored
bcb094b
View commit details
Copy full SHA for bcb094b
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
bpo-40521: Always create the empty tuple singleton (GH-21116)
Show description for 0430dfa
vstinner
authored
0430dfa
View commit details
Copy full SHA for 0430dfa
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
bpo-40521: Cleanup code of free lists (GH-21082)
Show description for 522691c
vstinner
authored
522691c
View commit details
Copy full SHA for 522691c
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Show description for 04fc4f2
vstinner
authored
04fc4f2
View commit details
Copy full SHA for 04fc4f2
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
bpo-40887: Don't use finalized free lists (GH-20700)
Show description for bcb1983
vstinner
authored
bcb1983
View commit details
Copy full SHA for bcb1983
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Show description for 69ac6e5
vstinner
authored
69ac6e5
View commit details
Copy full SHA for 69ac6e5
View code at this point
Browse repository at this point
Commits on May 27, 2020
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Show description for fe2978b
vstinner
authored
fe2978b
View commit details
Copy full SHA for fe2978b
View code at this point
Browse repository at this point
Commits on May 25, 2020
bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391)
corona10
authored
7d847e2
View commit details
Copy full SHA for 7d847e2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL