COMMITS
/ Objects/structseq.c April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
November 16, 2019
S
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 12, 2019
R
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)
Raymond Hettinger committed
June 2, 2019
P
Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
Pablo Galindo committed
P
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Pablo Galindo committed
March 27, 2019
E
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo committed
March 22, 2019
Z
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
Zackery Spytz committed
March 19, 2019
V
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)
Victor Stinner committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
February 25, 2019
S
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev committed
December 1, 2018
V
Fix compiler warning in structseq_repr() (GH-10841)
Victor Stinner committed
November 15, 2018
P
bpo-34784: Implement correct cleanup in PyStructSequence new implementation (GH-10536)
Pablo Galindo committed
November 13, 2018
E
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
Eddie Elizondo committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
September 6, 2015
S
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
July 17, 2013
V
Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure
Victor Stinner committed
July 16, 2013
V
Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in structseq.c
Victor Stinner committed
August 19, 2012
S
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
Stefan Krah committed
February 15, 2012
A
Fix indentation
Antoine Pitrou committed
A
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
July 8, 2010
B
fix repr of complicated structseqs #9206
Benjamin Peterson committed
July 7, 2010
B
make struct sequences subclass tuple; kill lots of code
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
August 24, 2008
N
Merged revisions 66006 via svnmerge from
Neal Norwitz committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
January 14, 2008
C
Merged revisions 59933-59951 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
Martin v. Löwis committed
M
Revert 42400.
Martin v. Löwis committed
M
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis committed
N
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed