index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
abstract.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed a local variable from 'PyCFunction' (which is also a typedef
Guido van Rossum
1997-05-20
1
-6/+6
*
Fix reversed test for failure in PySequence_List() and PySequence_Tuple().
Guido van Rossum
1997-05-14
1
-2/+2
*
Quickly renamed the last directory.
Guido van Rossum
1997-05-02
1
-11/+11
*
Several fixes reported by jim F.
Guido van Rossum
1997-04-02
1
-31/+28
*
PySequence_Index(): set exception when object is not found in
Barry Warsaw
1996-12-18
1
-0/+1
*
Added missing PySequence_List.
Guido van Rossum
1996-12-05
1
-15/+44
*
Make Py_ReturnNullError() statis as it should be.
Guido van Rossum
1996-11-11
1
-1/+1
*
Only call sq_length in Sequence_GetItem for negative index.
Guido van Rossum
1996-11-09
1
-4/+6
*
correct typo in return variable for PySequence_Index()
Guido van Rossum
1996-11-06
1
-1/+1
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Fix subtle bug detected by Jim F.
Guido van Rossum
1996-09-30
1
-1/+1
*
Added PyObject_DelItem and PySequence_Del{Item,Slice}.
Guido van Rossum
1996-08-21
1
-0/+61
*
adapted to K&R C
Guido van Rossum
1995-09-18
1
-35/+89
*
Generic Abstract Object Interface
Guido van Rossum
1995-07-18
1
-0/+972