index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
structseq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
Pablo Galindo
2019-06-02
1
-0/+1
*
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Pablo Galindo
2019-06-02
1
-2/+18
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
1
-0/+5
*
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
Zackery Spytz
2019-03-22
1
-1/+1
*
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)
Victor Stinner
2019-03-19
1
-58/+68
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
1
-7/+3
*
Fix compiler warning in structseq_repr() (GH-10841)
Victor Stinner
2018-12-01
1
-3/+3
*
bpo-34784: Implement correct cleanup in PyStructSequence new implementation (...
Pablo Galindo
2018-11-15
1
-0/+5
*
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G...
Eddie Elizondo
2018-11-13
1
-92/+133
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka
2017-03-19
1
-8/+16
*
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka
2016-11-22
1
-1/+1
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-1/+1
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
*
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-3/+3
*
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka
2015-09-06
1
-12/+12
*
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
1
-10/+27
*
Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure
Victor Stinner
2013-07-17
1
-11/+13
*
Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in stru...
Victor Stinner
2013-07-16
1
-5/+20
*
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
Stefan Krah
2012-08-19
1
-1/+3
*
Fix indentation
Antoine Pitrou
2012-02-15
1
-12/+12
*
Issue #13020: Fix a reference leak when allocating a structsequence object fa...
Antoine Pitrou
2012-02-15
1
-0/+1
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+20
*
Include structseq.h in Python.h, and remove now-redundant includes in individ...
Georg Brandl
2010-11-30
1
-1/+0
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
1
-2/+20
*
make struct sequences subclass tuple; kill lots of code
Benjamin Peterson
2010-07-07
1
-207/+18
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-411/+411
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Merged revisions 66006 via svnmerge from
Neal Norwitz
2008-08-24
1
-6/+14
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-1/+1
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
1
-5/+77
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-6/+6
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-6/+6
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-1/+1
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-1/+54
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-9/+8
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+9
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-1/+1
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-1/+1
*
Revert 42400.
Martin v. Löwis
2006-02-16
1
-3/+3
*
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis
2006-02-16
1
-3/+3
*
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz
2006-02-16
1
-3/+3
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-14/+14
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1/+1
*
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
Tim Peters
2003-02-01
1
-1/+0
*
SF # 654974, fix unchecked return values in structseq
Neal Norwitz
2002-12-18
1
-2/+6
*
Add n_unnamed_fields into the type.
Martin v. Löwis
2002-10-16
1
-5/+15
*
Add PyStructSequence_UnnamedField. Add stat_float_times.
Martin v. Löwis
2002-10-16
1
-10/+19
[next]