Commits
User selector
Commit history
Commits on Apr 3, 2024
Commits on Feb 2, 2024
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Show description for d0f1307authored
Commits on Jun 16, 2022
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076befauthored
Commits on Feb 13, 2020
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Show description for d905df7authored
Commits on Feb 7, 2020
bpo-35134: Create Include/cpython/listobject.h (GH-18395)
Show description for bec4186authored
Commits on Jan 18, 2020
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76authored
Commits on Apr 21, 2017
- authored andcommitted
Commits on Apr 17, 2016
Commits on May 22, 2015
Issue #24221: Small optimizations for heapq.
Show description for 5cbd833committed
Commits on May 26, 2014
- committed
Commits on Jun 22, 2012
Commits on Nov 14, 2011
Issue #13389: Full garbage collection passes now clear the freelists for
Show description for 9a812cbcommitted
Commits on Dec 3, 2010
- committed
Commits on Dec 19, 2007
Commits on Nov 29, 2007
Added all PyTypeObjects to the appropriate header files.
Show description for a22e8bdcommitted
Commits on Jul 21, 2007
Merged revisions 56467-56482 via svnmerge from
Show description for 9f2e346committed
Commits on Feb 25, 2007
Merged revisions 53875-53911 via svnmerge from
Show description for 27d517bcommitted
Commits on Feb 15, 2006
- committed
Commits on Oct 28, 2004
Wrote down the invariants of some common objects whose structure is
Show description for 89a3946committed
Commits on Aug 1, 2004
- committed
Commits on Jul 29, 2004
* drop the unreasonable list invariant that ob_item should never come back
Show description for 93677f0committedFix obscure breakage (relative to 2.3) in listsort: the test for list
Show description for 51b4adecommittedDocument what the members of PyListObject are used for, and the crucial
Show description for a995a2dcommitted
Commits on Mar 11, 2004
Eliminate a big block of duplicate code in PySequence_List() by
Show description for 8ca92aecommitted
Commits on Feb 13, 2004
* Optimized list appends and pops by making fewer calls the underlying system
Show description for 4bb9540committed
Commits on Feb 8, 2004
Commits on Aug 12, 2002
Excise DL_EXPORT from Include.
Show description for 91a681dcommitted
Commits on Oct 5, 2001
Introduced the oddly-missing PyList_CheckExact(), and used it to replace
Show description for b1c4698committed
Commits on Aug 2, 2001
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991committed