summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
Commit message (Expand)AuthorAgeFilesLines
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-1/+1
* Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have themMartin v. Löwis2002-07-201-11/+0
* Define _XOPEN_SOURCE in configure and Python.h.Jeremy Hylton2002-07-181-6/+1
* HAVE_LIMITS_H -- raise #error if not defined; limits.h is std CTim Peters2002-07-121-0/+2
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-071-0/+8
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+4
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+10
* Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)Jason Tishler2002-06-041-8/+8
* Silly typo.Michael W. Hudson2002-05-271-1/+1
* Back out #555929Martin v. Löwis2002-05-151-2/+3
* Patch #555929: Cygwin AH_BOTTOM cleanup patchJason Tishler2002-05-151-3/+2
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-261-0/+1
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-0/+1
* Add a comment that PyArg_GetInt is deprecated and should not be usedNeal Norwitz2002-03-251-0/+1
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-0/+3
* Give Python a debug-mode pymalloc, much as sketched on Python-Dev.Tim Peters2002-03-231-0/+9
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-0/+3
* Stop defining NDEBUG in Python.h, because it can interfere withTim Peters2001-12-041-5/+4
* Include the weakref object interface.Fred Drake2001-10-051-0/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+1
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-161-1/+1
* 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
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-0/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+1
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-0/+4
* Make better use of GNU Pth -- patch by Andy Dustman.Guido van Rossum2000-09-191-1/+1
* Close SF bug 110826: a complaint about the way Python #define'd NULL.Tim Peters2000-09-101-0/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-311-0/+2
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-3/+0
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-231-1/+3
* deleted obsolete SYMANTEC__CFM68K__ testsSkip Montanaro2000-07-121-8/+0
* Cray J90 fixes for long ints.Tim Peters2000-07-081-0/+1
* Defunct the _XOPEN_SOURCE define for now. Suggested by FredrikMarc-André Lemburg2000-07-071-3/+8
* Added #defines to enable SUSv2 compatibility where available andMarc-André Lemburg2000-07-051-0/+10
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Typo fix in comment.Greg Ward2000-05-281-1/+1
* Andy Dustman: add GNU pth user-space thread support.Guido van Rossum2000-05-081-0/+4
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-051-1/+1
* Marc-Andre Lemburg: include unicodeobject.h and codecs.hGuido van Rossum2000-03-101-0/+2
* New version identification scheme.Guido van Rossum1999-01-031-0/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-0/+3
* Add Greg Stein's buffer object API.Guido van Rossum1998-10-071-0/+1
* On SGI, we need to define _SGI_MP_SOURCE before including errno.h whenGuido van Rossum1998-05-261-0/+4
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-1/+0
* Include pystate.h earlier so it can be referenced by ceval.h.Guido van Rossum1997-07-181-2/+2