summaryrefslogtreecommitdiff
path: root/Include/rangeobject.h
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-0/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Rename test_xrange.py to test_range.py and fix theWalter Dörwald2007-05-211-3/+0
* Remove PyRange_New().Raymond Hettinger2004-12-031-2/+0
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-0/+3
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-2/+2
* Re-add 'advanced' xrange features, adding DeprecationWarnings as discussedThomas Wouters2001-07-091-1/+1
* Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,Guido van Rossum2001-07-051-1/+1
* Wrap with extern "C". Fixes bug #428419.Martin v. Löwis2001-06-051-0/+11
* 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-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-1/+1
* 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
* new names for lots of new functionsGuido van Rossum1995-01-171-6/+4
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-2/+2
* 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/+1
* * rangeobject.[ch], bltinmodule.c: incorporate new version of rangeGuido van Rossum1993-12-211-1/+1
* * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum1993-11-011-1/+1
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-261-0/+41