COMMITS
/ Include/sliceobject.h October 7, 2025
V
gh-79315: Add Include/cpython/sliceobject.h header (#139729)
Victor Stinner committed
March 21, 2024
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
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
May 28, 2019
Z
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz committed
November 28, 2017
S
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka committed
February 4, 2017
S
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka committed
S
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka committed
January 25, 2017
S
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka committed
S
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
November 17, 2012
M
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
Mark Dickinson committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
April 20, 2009
B
Merged revisions 71734,71738-71739 via svnmerge from
Benjamin Peterson 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
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis 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
June 11, 2002
M
This is my nearly two year old patch
Michael W. Hudson committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
October 16, 1996
G
Forget about Ellipses b/w compatibility.
Guido van Rossum committed
October 11, 1996
G
Ellipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum committed
July 30, 1996
G
Slice and ellipses interface
Guido van Rossum committed