summaryrefslogtreecommitdiff
path: root/Include/listobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...Serhiy Storchaka2017-04-221-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #24221: Small optimizations for heapq.Raymond Hettinger2015-05-221-0/+1
* remove tab (closes #21587)Benjamin Peterson2014-05-261-1/+1
* Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+1
* Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou2011-11-151-0/+2
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+6
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-0/+3
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+3
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-1/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-8/+8
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-0/+3
* Fix typo in commentNeal Norwitz2004-08-011-1/+1
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-291-3/+1
* Fix obscure breakage (relative to 2.3) in listsort: the test for listTim Peters2004-07-291-0/+3
* Document what the members of PyListObject are used for, and the crucialTim Peters2004-07-291-0/+9
* Eliminate a big block of duplicate code in PySequence_List() byRaymond Hettinger2004-03-111-0/+1
* * Optimized list appends and pops by making fewer calls the underlying systemRaymond Hettinger2004-02-131-0/+1
* Revert improvement to list.append() checked in before it was ready.Raymond Hettinger2004-02-081-1/+0
* Let reversed() work with itself.Raymond Hettinger2004-02-081-0/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-12/+12
* Introduced the oddly-missing PyList_CheckExact(), and used it to replaceTim Peters2001-10-051-0/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-19/+19
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Got rid of silly "123456789-..." lines in comments.Guido van Rossum2000-03-011-2/+0
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-11/+11
* Fred's right -- we need PyList_SET_ITEM().Guido van Rossum1998-04-241-0/+1
* added PyList_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* corrected two unconverted namesGuido van Rossum1995-01-201-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-0/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-18/+18
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+2
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-0/+2
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-0/+8
* Added prototype for sortlist().Guido van Rossum1990-10-301-0/+1
* Initial revisionGuido van Rossum1990-10-141-0/+26