GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
listobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
1
-0
/
+3
*
Fix typo in comment
Neal Norwitz
2004-08-01
1
-1
/
+1
*
* drop the unreasonable list invariant that ob_item should never come back
Armin Rigo
2004-07-29
1
-3
/
+1
*
Fix obscure breakage (relative to 2.3) in listsort: the test for list
Tim Peters
2004-07-29
1
-0
/
+3
*
Document what the members of PyListObject are used for, and the crucial
Tim Peters
2004-07-29
1
-0
/
+9
*
Eliminate a big block of duplicate code in PySequence_List() by
Raymond Hettinger
2004-03-11
1
-0
/
+1
*
* Optimized list appends and pops by making fewer calls the underlying system
Raymond Hettinger
2004-02-13
1
-0
/
+1
*
Revert improvement to list.append() checked in before it was ready.
Raymond Hettinger
2004-02-08
1
-1
/
+0
*
Let reversed() work with itself.
Raymond Hettinger
2004-02-08
1
-0
/
+1
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-12
/
+12
*
Introduced the oddly-missing PyList_CheckExact(), and used it to replace
Tim Peters
2001-10-05
1
-0
/
+1
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-1
/
+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
1
-19
/
+19
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21
/
+6
*
Got rid of silly "123456789-..." lines in comments.
Guido van Rossum
2000-03-01
1
-2
/
+0
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
1
-11
/
+11
*
Fred's right -- we need PyList_SET_ITEM().
Guido van Rossum
1998-04-24
1
-0
/
+1
*
added PyList_GET_SIZE macro
Barry Warsaw
1997-01-06
1
-1
/
+2
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13
/
+20
*
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum
1995-02-27
1
-1
/
+1
*
corrected two unconverted names
Guido van Rossum
1995-01-20
1
-1
/
+1
*
new names for lots of new functions
Guido van Rossum
1995-01-17
1
-0
/
+1
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
1
-18
/
+18
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Changes for dynamic linking under NT
Guido van Rossum
1994-08-18
1
-1
/
+1
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-1
/
+2
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
1
-0
/
+11
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-0
/
+2
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2
/
+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1
/
+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0
/
+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-0
/
+8
*
Added prototype for sortlist().
Guido van Rossum
1990-10-30
1
-0
/
+1
*
Initial revision
Guido van Rossum
1990-10-14
1
-0
/
+26