Commits
User selector
Commit History
Commits on Jun 28, 2023
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Show description for 3f8483cauthored
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74authored
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthored
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55authoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored
Commits on Oct 21, 2021
Commits on May 3, 2021
Commits on May 1, 2021
Commits on Apr 30, 2021
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Show description for 3bb0994authored
Commits on Nov 16, 2019
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Show description for bd44a7eauthored
Commits on Nov 22, 2016
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Show description for 007d7ffcommitted
Commits on Jul 22, 2013
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Show description for 1c8f059committed
Commits on Dec 3, 2010
- committed
Commits on Aug 9, 2010
- committed
Commits on Jul 7, 2010
make struct sequences subclass tuple; kill lots of code
Show description for ccabcd4committed
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3committed
Commits on Aug 24, 2007
Remove PyArg_Parse usage from time module. (An extra set of eyeballs on
Show description for 41cfce9committed
Skip Montanaro
Commits on Oct 17, 2002
Commits on Oct 16, 2002
Add PyStructSequence_UnnamedField. Add stat_float_times.
Show description for f607bdacommitted
Commits on Aug 12, 2002
Excise DL_EXPORT from Include.
Show description for 91a681dcommitted
Commits on Oct 18, 2001
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Show description for 98bf58fcommitted
Loading