COMMITS
/ Include/rangeobject.h June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 29, 2007
C
Added all PyTypeObjects to the appropriate header files.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 21, 2007
W
Rename test_xrange.py to test_range.py and fix the
Walter Dörwald committed
December 3, 2004
R
Remove PyRange_New().
Raymond Hettinger committed
October 28, 2004
A
Wrote down the invariants of some common objects whose structure is
Armin Rigo committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
July 9, 2001
T
Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed
Thomas Wouters committed
July 5, 2001
G
Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,
Guido van Rossum committed
June 5, 2001
M
Wrap with extern "C". Fixes bug #428419.
Martin v. Löwis committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed
January 17, 1995
G
new names for lots of new functions
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 18, 1994
G
Changes for dynamic linking under NT
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
December 21, 1993
G
* rangeobject.[ch], bltinmodule.c: incorporate new version of range
Guido van Rossum committed
November 1, 1993
G
* rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range
Guido van Rossum committed
October 26, 1993
G
* compile.[ch]: support for lambda()
Guido van Rossum committed