Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
34fd4c20198dea6ab2fe8dc6d32d744d9bde868d
/
Include
/
sliceobject.h
598ceae
bpo-32150: Expand tabs to spaces in C files. (#4583)
by Serhiy Storchaka
· 7 years ago
8973de5
Issue #27867: Silenced may-be-used-uninitialized warnings after
by Serhiy Storchaka
· 8 years ago
c761136
Issue #27867: Silenced may-be-used-uninitialized warnings after
by Serhiy Storchaka
· 8 years ago
6e08baf
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
by Serhiy Storchaka
· 8 years ago
b2a5be0
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
by Serhiy Storchaka
· 8 years ago
009b811
Removed unintentional trailing spaces in non-external and non-generated C files.
by Serhiy Storchaka
· 10 years ago
ffdb2c2
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
by Mark Dickinson
· 12 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago
fd838e6
Merged revisions 71734,71738-71739 via svnmerge from
by Benjamin Peterson
· 16 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
89a3946
Wrote down the invariants of some common objects whose structure is
by Armin Rigo
· 20 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
5efaf7e
This is my nearly two year old patch
by Michael W. Hudson
· 22 years ago
3cf4d2b
ANSI-fication and Py_PROTO extermination.
by Fred Drake
· 24 years ago
43466ec
Add DL_IMPORT(returntype) for all officially exported functions.
by Guido van Rossum
· 26 years ago
b75fba0
Forget about Ellipses b/w compatibility.
by Guido van Rossum
· 28 years ago
e449af7
Ellipses -> Ellipsis rename (the dictionary really says that it should
by Guido van Rossum
· 28 years ago
e15d0de
Slice and ellipses interface
by Guido van Rossum
· 28 years ago