Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
| | |||||
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/p3yk ................ r56477 | martin.v.loewis | 2007-07-21 09:04:38 +0200 (Sa, 21 Jul 2007) | 11 lines Merged revisions 56466-56476 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r56476 | martin.v.loewis | 2007-07-21 08:55:02 +0200 (Sa, 21 Jul 2007) | 4 lines PEP 3123: Provide forward compatibility with Python 3.0, while keeping backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT. ........ ................ r56478 | martin.v.loewis | 2007-07-21 09:47:23 +0200 (Sa, 21 Jul 2007) | 2 lines PEP 3123: Use proper C inheritance for PyObject. ................ r56479 | martin.v.loewis | 2007-07-21 10:06:55 +0200 (Sa, 21 Jul 2007) | 3 lines Add longintrepr.h to Python.h, so that the compiler can see that PyFalse is really some kind of PyObject*. ................ r56480 | martin.v.loewis | 2007-07-21 10:47:18 +0200 (Sa, 21 Jul 2007) | 2 lines Qualify SHIFT, MASK, BASE. ................ r56482 | martin.v.loewis | 2007-07-21 19:10:57 +0200 (Sa, 21 Jul 2007) | 2 lines Correctly refer to _ob_next. ................ | ||||
* | SF # 607253, header file problems by Ralf W. Grosse-Kunstleve | Neal Norwitz | 2002-10-04 | 1 | -3/+3 |
| | | | | | Don't pollute the namespace when protecting against multiple header inclusion. Prefix with Py_ and use standard naming convention Py_FILENAME_H. | ||||
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -12/+12 |
| | | | | Thanks to Skip Montanaro and Kalle Svensson for the patches. | ||||
* | Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-12 | 1 | -0/+1 |
| | | | | | Inhibited complex unary plus optimization when applied to a complex subtype. Added PyComplex_CheckExact macro. Some comments and minor code fiddling. | ||||
* | Make the PyXXX_Check() macros for the numeric types inheritance-aware. | Guido van Rossum | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -17/+17 |
| | |||||
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -11/+11 |
| | |||||
* | Add prototypes for c_sum() etc. | Guido van Rossum | 1996-08-19 | 1 | -6/+6 |
| | |||||
* | renamed complex -> Py_complex | Guido van Rossum | 1996-07-21 | 1 | -10/+10 |
| | |||||
* | rename exported symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -0/+7 |
| | |||||
* | added decl for PyComplex_AsCComplex | Guido van Rossum | 1996-01-12 | 1 | -0/+1 |
| | |||||
* | complex numbers a la Konrad Hinsen | Guido van Rossum | 1996-01-12 | 1 | -0/+49 |