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
/
Include
/
abstract.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PyObject_DelItemString. Fixes #498915.
Martin v. Löwis
2002-01-05
1
-0/+8
*
Fix SF bug [ #476852 ] Some bad macros in abstract.h
Jeremy Hylton
2001-11-28
1
-2/+2
*
Add PyObject_CheckReadBuffer(), which returns true if its argument
Jeremy Hylton
2001-11-09
1
-0/+9
*
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
Fred Drake
2001-10-28
1
-4/+4
*
Added two new functions to conveniently call functions/methods from C.
Fred Drake
2001-10-26
1
-5/+23
*
Generalize dictionary() to accept a sequence of 2-sequences. At the
Tim Peters
2001-10-26
1
-4/+8
*
Generalize operator.indexOf (PySequence_Index) to work with any
Tim Peters
2001-09-08
1
-8/+18
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
1
-0/+42
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+11
*
Reimplement PySequence_Contains() and instance_contains(), so they work
Tim Peters
2001-05-05
1
-1/+11
*
Generalize tuple() to work nicely with iterators.
Tim Peters
2001-05-05
1
-1/+1
*
Make PyIter_Next() a little smarter (wrt its knowledge of iterator
Tim Peters
2001-05-05
1
-3/+2
*
Mondo changes to the iterator stuff, without changing how Python code
Guido van Rossum
2001-04-23
1
-0/+13
*
Iterators phase 1. This comprises:
Guido van Rossum
2001-04-20
1
-0/+5
*
Move the code implementing isinstance() and issubclass() to new C
Guido van Rossum
2001-03-21
1
-0/+7
*
This patch adds a new builtin unistr() which behaves like str()
Marc-André Lemburg
2001-01-17
1
-0/+12
*
The real suport for augmented assignment: new opcodes, new PyNumber and
Thomas Wouters
2000-08-24
1
-0/+122
*
Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.
Guido van Rossum
2000-08-03
1
-10/+0
*
Restore PyXXX_Length() APIs for binary compatibility.
Marc-André Lemburg
2000-07-17
1
-6/+18
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
fix PyXXX_Length macros as suggested by Fred
Jeremy Hylton
2000-07-13
1
-3/+3
*
change abstract size functions PySequence_Size &c.
Jeremy Hylton
2000-07-12
1
-6/+12
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
1
-59/+61
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Patch from /F:
Andrew M. Kuchling
2000-06-18
1
-1/+20
*
Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer,
Guido van Rossum
2000-03-10
1
-0/+46
*
Add DLL level b/w compat for PySequence_In and PyEval_CallObject
Guido van Rossum
1999-03-17
1
-0/+6
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
1
-51/+51
*
Move an indented #define to column 1.
Guido van Rossum
1998-08-23
1
-1/+1
*
Renamed PySequence_In() to PySequence_Contains().
Guido van Rossum
1998-05-22
1
-1/+2
*
Add PyObject_Not().
Guido van Rossum
1998-04-09
1
-0/+12
*
A few comment alignment and clarifications.
Guido van Rossum
1997-03-04
1
-3/+5
*
Fix the comments for bitwise and/or.
Guido van Rossum
1997-02-14
1
-6/+6
*
Added missing for PySequence_List.
Guido van Rossum
1996-12-05
1
-0/+5
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
PyMapping_DelItem[String] are actually macros.
Guido van Rossum
1996-09-06
1
-2/+6
*
Correctly document PyNumber_Coerce.
Guido van Rossum
1996-09-06
1
-6/+14
*
Added PyObject_DelItem and PySequence_Del{Item,Slice}.
Guido van Rossum
1996-08-21
1
-0/+23
*
Typo: PySequence_Lenth -> PySequence_Length.
Guido van Rossum
1996-08-08
1
-1/+1
*
Added prototype + doc for PySequence_Length()
Guido van Rossum
1996-07-21
1
-0/+7
*
use Py_PROTO macro
Guido van Rossum
1995-09-18
1
-48/+55
*
Generic Abstract Object Interface
Guido van Rossum
1995-07-18
1
-0/+810