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
*
Patch by Charles Waldman -- remove unneeded and even harmful test for
Guido van Rossum
1999-01-10
1
-10/+0
*
Remove prototype for PyOS_strtol -- Chris Herborth.
Guido van Rossum
1998-12-10
1
-1/+0
*
Believe it or not, Solaris 2.6 strtod() can move the end pointer
Guido van Rossum
1998-10-01
1
-1/+6
*
Better error messages when a sequence is indexed with a non-integer.
Guido van Rossum
1998-08-13
1
-6/+17
*
Better error messages when raising ValueError for int and long
Guido van Rossum
1998-08-04
1
-6/+9
*
Add special case to PySequence_List() so that list() of a list is
Guido van Rossum
1998-07-10
1
-0/+6
*
Changed PySequence_List() and PySequence_Tuple() to support
Guido van Rossum
1998-07-10
1
-27/+38
*
Fix the tests for various anomalies in the string-to-numbers
Guido van Rossum
1998-06-22
1
-12/+8
*
Fix a whole bunch of error return NULL that should be return -1.
Guido van Rossum
1998-05-29
1
-5/+5
*
Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred().
Guido van Rossum
1998-05-28
1
-1/+1
*
Address some gcc -Wall warnings (e.g. include <ctype.h>).
Guido van Rossum
1998-05-22
1
-29/+54
*
Completely reformatted, standardizing indentation as well as
Guido van Rossum
1998-05-22
1
-582/+900
*
This was the reason a numeric array to a real power was not working.
Guido van Rossum
1998-04-03
1
-1/+2
*
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