summaryrefslogtreecommitdiffstats
path: root/Include/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-15/+2
* Change PyBuffer to Py_buffer to be consistent with other non-object structure...Travis E. Oliphant2007-09-231-7/+7
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-171-2/+2
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-0/+110
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+8
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-22/+13
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-3/+16
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-18/+0
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+2
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-2/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+10
* Whitespace changes. Also remove apply from a few commentsNeal Norwitz2006-03-171-87/+21
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+8
* Change some sequnce APIs to use Py_ssize_t.Neal Norwitz2006-03-041-4/+4
* Merge ssize_t branch.Martin v. Löwis2006-02-151-18/+18
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-111-5/+10
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-241-0/+15
* Make PySequence_Fast_ITEMS public. (Thanks Skip.)Raymond Hettinger2004-03-121-1/+1
* Use a new macro, PySequence_Fast_ITEMS to factor out code common toRaymond Hettinger2004-03-121-0/+6
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Fix broken API descriptions in comments.Fred Drake2003-05-121-8/+7
* Fix spelling and grammar.Raymond Hettinger2003-02-281-5/+5
* 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