aboutsummaryrefslogtreecommitdiff
path: root/Include/rangeobject.h
AgeCommit message (Expand)Author
2020-02-13bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na
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-05-21Rename test_xrange.py to test_range.py and fix theWalter Dörwald
2004-12-03Remove PyRange_New().Raymond Hettinger
2004-10-28Wrote down the invariants of some common objects whose structure isArmin Rigo
2002-08-12Excise DL_EXPORT from Include.Mark Hammond
2001-07-09Re-add 'advanced' xrange features, adding DeprecationWarnings as discussedThomas Wouters
2001-07-05Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,Guido van Rossum
2001-06-05Wrap with extern "C". Fixes bug #428419.Martin v. Löwis
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
1998-12-04Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum
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-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-12-21* rangeobject.[ch], bltinmodule.c: incorporate new version of rangeGuido van Rossum
1993-11-01* rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum
1993-10-26* compile.[ch]: support for lambda()Guido van Rossum