FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc/c-api/tuple.rst - 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
75k
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
Doc
c-api
tuple.rst
on
main
User selector
Datepicker
Commit history
Commits on Jul 1, 2026
gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)
Show description for 34503f3
encukou
and
ZeroIntensity
authored
34503f3
View commit details
Copy full SHA for 34503f3
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
gh-142518: add thread safety annotations for tuple C-API (#148012)
kumaraditya303
authored
03d712e
View commit details
Copy full SHA for 03d712e
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
Clarify that PyStructSequence is different from collections.namedtuple (#142626)
encukou
authored
dab9fb3
View commit details
Copy full SHA for dab9fb3
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Fix minor typos and wording in C API docs (#140955)
encukou
authored
3f2b83e
View commit details
Copy full SHA for 3f2b83e
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
Python 3.15.0a1
hugovk
committed
aeff92d
View commit details
Copy full SHA for aeff92d
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
gh-111489: Add PyTuple_FromArray() function (#139691)
vstinner
authored
e31c22d
View commit details
Copy full SHA for e31c22d
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
gh-124182: Explain naming rules for struct sequence types (#124335)
ffelixg
authored
3287c83
View commit details
Copy full SHA for 3287c83
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
gh-123254: Improve `tuple` C API docs with more info about errors (#123255)
Show description for 6f563e3
sobolevn
and
erlend-aasland
authored
6f563e3
View commit details
Copy full SHA for 6f563e3
View code at this point
Browse repository at this point
Commits on May 27, 2024
GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)
savannahostrowski
authored
041a566
View commit details
Copy full SHA for 041a566
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
vstinner
authored
4605a19
View commit details
Copy full SHA for 4605a19
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316)
Show description for abec9a1
serhiy-storchaka
authored
abec9a1
View commit details
Copy full SHA for abec9a1
View code at this point
Browse repository at this point
gh-107091: Fix some uses of :attr: role (GH-107318)
Show description for d363eb5
serhiy-storchaka
authored
d363eb5
View commit details
Copy full SHA for d363eb5
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-107091: Fix some uses of :c:type: role (GH-107138)
serhiy-storchaka
authored
6d5b6e7
View commit details
Copy full SHA for 6d5b6e7
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Show description for 3f8483c
vstinner
authored
3f8483c
View commit details
Copy full SHA for 3f8483c
View code at this point
Browse repository at this point
Commits on May 4, 2023
GH-97950: Use new-style index directive ('object') (#104158)
Show description for 6ab4636
AA-Turner
authored
6ab4636
View commit details
Copy full SHA for 6ab4636
View code at this point
Browse repository at this point
Commits on Oct 23, 2022
no-issue: typo fix in c-api/tuple.rst (gh-98560)
wimglenn
authored
833f275
View commit details
Copy full SHA for 833f275
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Show description for 0bf6a61
AA-Turner
authored
0bf6a61
View commit details
Copy full SHA for 0bf6a61
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland
authored
1218061
View commit details
Copy full SHA for 1218061
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Show description for 315fc52
antocuni
authored
315fc52
View commit details
Copy full SHA for 315fc52
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529)
0xYasser
authored
9f00463
View commit details
Copy full SHA for 9f00463
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Show description for 474652f
vstinner
authored
474652f
View commit details
Copy full SHA for 474652f
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Show description for bb4a585
ZackerySpytz
authored
bb4a585
View commit details
Copy full SHA for bb4a585
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Show description for bd44a7e
serhiy-storchaka
authored
bd44a7e
View commit details
Copy full SHA for bd44a7e
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
bpo-38600: NULL -> ``NULL``. (GH-17001)
Show description for e835b31
serhiy-storchaka
authored
e835b31
View commit details
Copy full SHA for e835b31
View code at this point
Browse repository at this point
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Show description for 25fc088
serhiy-storchaka
authored
25fc088
View commit details
Copy full SHA for 25fc088
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
serhiy-storchaka
authored
d898d20
View commit details
Copy full SHA for d898d20
View code at this point
Browse repository at this point
Commits on May 17, 2019
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Show description for cbb6484
matrixise
authored and
kushaldas
committed
cbb6484
View commit details
Copy full SHA for cbb6484
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Fix documented signatures for C API functions. (GH-11236)
serhiy-storchaka
authored
57dd79e
View commit details
Copy full SHA for 57dd79e
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
serhiy-storchaka
authored
84b8e92
View commit details
Copy full SHA for 84b8e92
View code at this point
Browse repository at this point
Commits on Feb 24, 2014
Fix return type in doc of PyStructSequence_InitType2.
bitdancer
committed
4e4a313
View commit details
Copy full SHA for 4e4a313
View code at this point
Browse repository at this point
Commits on Feb 22, 2014
whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.
Show description for 237fda2
bitdancer
committed
237fda2
View commit details
Copy full SHA for 237fda2
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
Closes #13833: document PyStructSequence C-API functions.
birkenfeld
committed
ae30a81
View commit details
Copy full SHA for ae30a81
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
#9204: remove mentions of removed types in the types module.
birkenfeld
committed
2aff335
View commit details
Copy full SHA for 2aff335
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Migrate to Sphinx 1.0 C language constructs.
birkenfeld
committed
60203b4
View commit details
Copy full SHA for 60203b4
View code at this point
Browse repository at this point
Commits on Jul 29, 2009
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Show description for 6d3dfc3
avassalotti
committed
6d3dfc3
View commit details
Copy full SHA for 6d3dfc3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL