summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Subsumed mappingobject.h in dictobject.h.Guido van Rossum1997-05-131-1/+1
* Instead of importing graminit.h whenever one of the three grammar 'root'Guido van Rossum1997-05-071-0/+6
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+2
* Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removedGuido van Rossum1997-05-021-6/+3
* Moved allobjects.h to Python.h (without rename2.h).Guido van Rossum1997-05-021-3/+116
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-1/+1
* pythonrun.h: added run_pyc_fileGuido van Rossum1994-09-141-0/+3