summaryrefslogtreecommitdiffstats
path: root/Include/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* James Henstridge pointed out a misleading comment.Michael W. Hudson2002-11-251-10/+6
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-86/+86
* Patch #552433: Special-case tuples. Avoid sub-type checking for lists.Martin v. Löwis2002-05-081-0/+6
* Implement PyObject_DelItemString. Fixes #498915.Martin v. Löwis2002-01-051-0/+8
* Fix SF bug [ #476852 ] Some bad macros in abstract.hJeremy Hylton2001-11-281-2/+2
* Add PyObject_CheckReadBuffer(), which returns true if its argumentJeremy Hylton2001-11-091-0/+9
* PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()Fred Drake2001-10-281-4/+4
* Added two new functions to conveniently call functions/methods from C.Fred Drake2001-10-261-5/+23
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-4/+8
* Generalize operator.indexOf (PySequence_Index) to work with anyTim Peters2001-09-081-8/+18
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+42
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+11
* Reimplement PySequence_Contains() and instance_contains(), so they workTim Peters2001-05-051-1/+11
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-051-1/+1
* Make PyIter_Next() a little smarter (wrt its knowledge of iteratorTim Peters2001-05-051-3/+2
* Mondo changes to the iterator stuff, without changing how Python codeGuido van Rossum2001-04-231-0/+13
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-0/+5
* Move the code implementing isinstance() and issubclass() to new CGuido van Rossum2001-03-211-0/+7
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+12
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-241-0/+122
* Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.Guido van Rossum2000-08-031-10/+0
* Restore PyXXX_Length() APIs for binary compatibility.Marc-André Lemburg2000-07-171-6/+18
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* fix PyXXX_Length macros as suggested by FredJeremy Hylton2000-07-131-3/+3
* change abstract size functions PySequence_Size &c.Jeremy Hylton2000-07-121-6/+12
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-59/+61
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Patch from /F:Andrew M. Kuchling2000-06-181-1/+20
* Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer,Guido van Rossum2000-03-101-0/+46
* Add DLL level b/w compat for PySequence_In and PyEval_CallObjectGuido van Rossum1999-03-171-0/+6
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-51/+51
* Move an indented #define to column 1.Guido van Rossum1998-08-231-1/+1
* Renamed PySequence_In() to PySequence_Contains().Guido van Rossum1998-05-221-1/+2
* Add PyObject_Not().Guido van Rossum1998-04-091-0/+12
* A few comment alignment and clarifications.Guido van Rossum1997-03-041-3/+5
* Fix the comments for bitwise and/or.Guido van Rossum1997-02-141-6/+6
* Added missing for PySequence_List.Guido van Rossum1996-12-051-0/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* PyMapping_DelItem[String] are actually macros.Guido van Rossum1996-09-061-2/+6
* Correctly document PyNumber_Coerce.Guido van Rossum1996-09-061-6/+14
* Added PyObject_DelItem and PySequence_Del{Item,Slice}.Guido van Rossum1996-08-211-0/+23
* Typo: PySequence_Lenth -> PySequence_Length.Guido van Rossum1996-08-081-1/+1
* Added prototype + doc for PySequence_Length()Guido van Rossum1996-07-211-0/+7
* use Py_PROTO macroGuido van Rossum1995-09-181-48/+55
* Generic Abstract Object InterfaceGuido van Rossum1995-07-181-0/+810