aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/tupleobject.h
Commit message (Expand)AuthorAge
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-16
* bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner2021-10-15
* bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)Victor Stinner2020-04-29
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-13
* bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)Victor Stinner2018-11-28
* Add assertion to _PyTuple_CAST(op) (GH-10712)Victor Stinner2018-11-26
* bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)Victor Stinner2018-11-25
* bpo-35081: Add _PyTuple_CAST() (GH-10704)Victor Stinner2018-11-25
* bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)Victor Stinner2018-11-09
* Fix small typo in tupleobject.h (#4801)Chris2017-12-12
* bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...Serhiy Storchaka2017-04-22
* Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-22
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-23
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-16
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-19
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-29
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-21
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-25
* Merge ssize_t branch.Martin v. Löwis2006-02-15
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-28
* Extended tuple's C API to include a new function, PyTuple_Pack() that isRaymond Hettinger2003-10-12
* Excise DL_EXPORT from Include.Mark Hammond2002-08-12
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-10
* Make the Py<type>_Check() macro use PyObject_TypeCheck().Guido van Rossum2001-08-30
* Cruft cleanup: Removed the unused last_is_sticky argument from the internalTim Peters2001-05-28
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-09
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Got rid of silly "123456789-..." lines in comments.Guido van Rossum2000-03-01
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-04
* added PyTuple_GET_SIZE macroBarry Warsaw1997-01-06
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* DL_IMPORT needs an argument.Sjoerd Mullender1995-04-25
* DL_IMPORT macro was called in a funny way (and MW barfed on it)Jack Jansen1995-04-23
* addet SETTUPLEITEM and added cast to GETTUPLEITEMGuido van Rossum1995-03-09
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-27
* new names for lots of new functionsGuido van Rossum1995-01-17
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-12
* Added 1995 copyright.Guido van Rossum1995-01-04
* Changes for dynamic linking under NTGuido van Rossum1994-08-18
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-01
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-26
* * Added support for X11 modules.Guido van Rossum1993-07-28
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-29
* Copyright for 1992 addedGuido van Rossum1992-04-05
* New function gettupleslice(v, i, j).Guido van Rossum1992-01-14
* Added copyright notice.Guido van Rossum1991-02-19