summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Introduce new private API function _PyLong_AsScaledDouble. Not used yet,Tim Peters2001-09-041-0/+9
* Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC isNeil Schemenauer2001-09-031-2/+2
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-011-1/+5
* Add warning mode for classic division, almost exactly as specified inGuido van Rossum2001-08-312-0/+2
* Make the Py<type>_Check() macro use PyObject_TypeCheck().Guido van Rossum2001-08-303-3/+3
* Change the GC type flag since the API has changed. Allow types usingNeil Schemenauer2001-08-291-50/+66
* Change the GC type flag since the API has changed. Allow types usingNeil Schemenauer2001-08-291-6/+10
* Make frames a PyVarObject instead of a PyObject.Neil Schemenauer2001-08-291-2/+1
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-291-5/+14
* Make the PyXXX_Check() macros for the numeric types inheritance-aware.Guido van Rossum2001-08-294-4/+4
* PyString_FromFormat() and PyString_FromFormatV(): Largely ripped fromBarry Warsaw2001-08-241-0/+4
* Add decl of PySuper_Type; fixup comments for the two other types.Guido van Rossum2001-08-241-2/+3
* Add new built-in type 'getset' (PyGetSet_Type).Guido van Rossum2001-08-231-0/+3
* Introduce OverflowWarning -- to be issued when short int operationsGuido van Rossum2001-08-231-0/+1
* Merge changes from r22a2-branch back into trunk. Also, change patchBarry Warsaw2001-08-221-2/+2
* ceval, PyEval_MergeCompilerFlags: wasn't merging in theTim Peters2001-08-171-0/+2
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-174-0/+13
* - Get rid of obsolete #define PATCHLEVEL.Guido van Rossum2001-08-171-4/+1
* Added comments before recently added/assigned slots in the type object,Fred Drake2001-08-151-0/+6
* Remove much dead code from ceval.cJeremy Hylton2001-08-121-0/+5
* Remove st_nested_scopes from struct symtable,Jeremy Hylton2001-08-111-1/+0
* Refactor future feature handlingJeremy Hylton2001-08-102-16/+3
* Add PyDict_Merge(a, b, override):Guido van Rossum2001-08-101-0/+1
* Add new flags for PyType_Ready(): READY to explicitly indicate theGuido van Rossum2001-08-101-0/+6
* SF patch #438013 Remove 2-byte Py_UCS2 assumptionsTim Peters2001-08-091-6/+0
* Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3Tim Peters2001-08-081-12/+0
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-081-0/+168
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-081-0/+13
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-086-4/+65
* - Rename PyType_InitDict() to PyType_Ready().Guido van Rossum2001-08-071-1/+1
* Got rid of (hopefully) the last 68k-mac related ifdefs.Jack Jansen2001-08-071-62/+0
* Patch #448194: Debuging negative reference counts.Martin v. Löwis2001-08-051-5/+6
* Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurr...Jack Jansen2001-08-031-2/+0
* Merge of descr-branch back into trunk.Tim Peters2001-08-0214-20/+220
* Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 andMarc-André Lemburg2001-07-311-0/+7
* As discussed on python-dev: this patch adds name mangling toMarc-André Lemburg2001-07-311-0/+150
* va_list is defined in stdarg.h.Marc-André Lemburg2001-07-311-0/+1
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-311-0/+16
* Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.Jeremy Hylton2001-07-301-0/+17
* Repair more now-obsolete references to config.h.Tim Peters2001-07-264-4/+4
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-263-3/+3
* Fix typo in comment.Neil Schemenauer2001-07-231-1/+1
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-0/+6
* Add a low-level API to access interpreters, for David Beazley.Guido van Rossum2001-07-191-0/+7
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+3
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-162-0/+11
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-164-3/+20
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-0/+3
* Python.h: Don't attempt to redefine NDEBUG if it's already defined.Tim Peters2001-07-151-0/+2
* Define NDEBUG when Py_DEBUG undefined, to disable the assert macro.Guido van Rossum2001-07-151-0/+4