summaryrefslogtreecommitdiff
path: root/Include/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-291-9/+14
* Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgsAlexandre Vassalotti2013-05-021-2/+1
* Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-1/+3
* Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-3/+2
* Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-281-2/+3
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+4
* make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.cBenjamin Peterson2012-03-211-15/+0
* Fix a comment: PySequence_Fast() creates a list, not a tuple.Larry Hastings2012-03-051-1/+1
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-1/+1
* Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-0/+12
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-0/+13
|\
| * Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-0/+2
| * Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+8
| * Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() becomeAntoine Pitrou2010-09-011-0/+7
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-440/+440
| * * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+3
| * remove comment about PyNumber_IntBenjamin Peterson2009-07-011-6/+0
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* | Merged revisions 84391 via svnmerge fromAntoine Pitrou2010-09-011-0/+7
* | Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-440/+440
* | Merged revisions 73735-73736 via svnmerge fromGeorg Brandl2009-08-131-6/+0
|/
* #6115: remove entries for the already removed PyNumber_Divide and PyNumber_In...Georg Brandl2009-05-261-15/+0
* Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.Mark Dickinson2009-02-111-1/+5
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-1/+1
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-23/+0
* Merged revisions 68560 via svnmerge fromAmaury Forgeot d'Arc2009-01-121-1/+2
* Issue #4910: replace "long" with "int" in docstring for __long__ slot andMark Dickinson2009-01-101-8/+2
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-0/+5
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-19/+5
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-171-0/+7
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-0/+13
* Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...Christian Heimes2008-01-041-5/+5
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-17/+4
* 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