aboutsummaryrefslogtreecommitdiff
path: root/Include/listobject.h
AgeCommit message (Expand)Author
2021-10-15bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner
2020-02-13bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na
2020-02-07bpo-35134: Create Include/cpython/listobject.h (GH-18395)Victor Stinner
2020-01-18bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo
2017-04-22bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...Serhiy Storchaka
2016-04-17Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka
2015-05-22Issue #24221: Small optimizations for heapq.Raymond Hettinger
2014-05-26remove tab (closes #21587)Benjamin Peterson
2012-06-22Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm
2011-11-15Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou
2010-12-03Merge branches/pep-0384.Martin v. Löwis
2007-12-19#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes
2007-11-29Added all PyTypeObjects to the appropriate header files.Christian Heimes
2007-07-21Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis
2007-02-25Merged revisions 53875-53911 via svnmerge fromThomas Wouters
2006-02-15Merge ssize_t branch.Martin v. Löwis
2004-10-28Wrote down the invariants of some common objects whose structure isArmin Rigo
2004-08-01Fix typo in commentNeal Norwitz
2004-07-29* drop the unreasonable list invariant that ob_item should never come backArmin Rigo
2004-07-29Fix obscure breakage (relative to 2.3) in listsort: the test for listTim Peters
2004-07-29Document what the members of PyListObject are used for, and the crucialTim Peters
2004-03-11Eliminate a big block of duplicate code in PySequence_List() byRaymond Hettinger
2004-02-13* Optimized list appends and pops by making fewer calls the underlying systemRaymond Hettinger
2004-02-08Revert improvement to list.append() checked in before it was ready.Raymond Hettinger
2004-02-08Let reversed() work with itself.Raymond Hettinger
2002-08-12Excise DL_EXPORT from Include.Mark Hammond
2001-10-05Introduced the oddly-missing PyList_CheckExact(), and used it to replaceTim Peters
2001-08-02Merge of descr-branch back into trunk.Tim Peters
2000-09-01REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum
2000-07-09ANSI-fication and Py_PROTO extermination.Fred Drake
2000-06-30Change copyright notice - 2nd try.Guido van Rossum
2000-06-30Change copyright notice.Guido van Rossum
2000-03-01Got rid of silly "123456789-..." lines in comments.Guido van Rossum
1998-12-04Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum
1998-04-24Fred's right -- we need PyList_SET_ITEM().Guido van Rossum
1997-01-06added PyList_GET_SIZE macroBarry Warsaw
1996-10-25New permission notice, includes CNRI.Guido van Rossum
1995-02-27make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum
1995-01-20corrected two unconverted namesGuido van Rossum
1995-01-17new names for lots of new functionsGuido van Rossum
1995-01-12The great renaming, phase two: all header files have been updated toGuido van Rossum
1995-01-04Added 1995 copyright.Guido van Rossum
1994-08-18Changes for dynamic linking under NTGuido van Rossum
1994-08-01Merge alpha100 branch back to main trunkGuido van Rossum
1993-07-28* Added support for X11 modules.Guido van Rossum
1993-06-17* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum
1993-03-29* Changed all copyright messages to include 1993.Guido van Rossum
1992-04-05Copyright for 1992 addedGuido van Rossum
1991-02-19Added copyright notice.Guido van Rossum
1990-12-20"Compiling" versionGuido van Rossum