summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* Added prototype for PyGrammar_RemoveAccelerators().Guido van Rossum1997-08-121-0/+1
* Bump MS_DLL_ID to 1.5.0.Guido van Rossum1997-08-121-1/+1
* Add a cast to the call to _Py_Dealloc in the expanded version ofGuido van Rossum1997-08-051-2/+2
* Added Py_Malloc and friends as well as PyMem_Malloc and friends.Guido van Rossum1997-08-051-2/+19
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-027-98/+27
* Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg.Guido van Rossum1997-08-021-1/+1
* Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg.Guido van Rossum1997-08-021-1/+1
* Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm notGuido van Rossum1997-07-191-1/+1
* Added declarations for Py_{Set,Get}ProgramName() and a bunch of otherGuido van Rossum1997-07-191-0/+17
* Added decl for PyInt_GetMax().Guido van Rossum1997-07-191-0/+1
* Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs.Guido van Rossum1997-07-191-1/+1
* Got rid of "suppres printing" flag.Guido van Rossum1997-07-191-1/+0
* Include pystate.h earlier so it can be referenced by ceval.h.Guido van Rossum1997-07-181-2/+2
* PyEval_SaveThread() and PyEval_RestoreThread() now return/take aGuido van Rossum1997-07-181-3/+6
* Only add 1 byte to all malloc calls when it is known that malloc(0) orGuido van Rossum1997-07-101-3/+11
* flushline and writestring can now return an errorGuido van Rossum1997-05-222-2/+2
* Added Py_PROTO macros for SunOS 4.x /bin/cc.Guido van Rossum1997-05-201-6/+6
* Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack)Guido van Rossum1997-05-201-0/+47
* Oops, another forgotten renaming: varobject -> PyVarObject.Guido van Rossum1997-05-153-4/+5
* Bump level to 1.5a2.Guido van Rossum1997-05-141-1/+1
* Subsumed mappingobject.h in dictobject.h.Guido van Rossum1997-05-133-68/+22
* Get rid of obsolete ACCESS_MODE opcode.Guido van Rossum1997-05-091-1/+0
* Oops, rename2.h was included by some other headers.Guido van Rossum1997-05-072-7/+0
* Instead of importing graminit.h whenever one of the three grammar 'root'Guido van Rossum1997-05-071-0/+6
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-1/+13
* Massive changes for separate thread state management.Guido van Rossum1997-05-055-1/+157
* Remove sys_* defines that are internal only and about to disappearGuido van Rossum1997-05-051-3/+0
* Finally deleted this obsolete crud.Guido van Rossum1997-05-021-79/+0
* 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-022-121/+116
* Renamed inittab.Guido van Rossum1997-04-291-1/+1
* Added new name for inittab!Guido van Rossum1997-04-291-0/+1
* Remove macros that are only used for cgensupport.[ch].Guido van Rossum1997-04-291-14/+2
* Moved cgensupport.h to Modules (awaiting oblivion).Guido van Rossum1997-04-291-94/+0
* Moved rename2's macros relevant to this module here and added commentGuido van Rossum1997-04-291-0/+15
* Got rid of the static decl of PyCObject_Import, which was a 1.4Guido van Rossum1997-04-091-19/+4
* Changed the way the C API was exported. Jim Fulton.Guido van Rossum1997-04-091-39/+47
* Added assert grammar.Guido van Rossum1997-04-021-32/+33
* Added AssertionError.Guido van Rossum1997-04-021-0/+1
* Remove ConflictError (which was also removed from bltinmodule.c, evenGuido van Rossum1997-03-311-1/+0
* Remove err_input -- there is no such global!Guido van Rossum1997-03-141-1/+0
* Remove redundant references to thread stuff -- long, long ago, thereGuido van Rossum1997-03-141-6/+0
* Add Macros defining new names for all external symbols.Guido van Rossum1997-03-142-0/+36
* Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be theGuido van Rossum1997-03-141-3/+3
* A few comment alignment and clarifications.Guido van Rossum1997-03-041-3/+5
* Add global Py_OptimizeFlag.Guido van Rossum1997-03-031-0/+1
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-144-0/+168
* Fix the comments for bitwise and/or.Guido van Rossum1997-02-141-6/+6
* Added decl for Py_FdIsInteractive.Guido van Rossum1997-02-141-0/+2
* Added decl for Py_InteractiveFlag.Guido van Rossum1997-02-141-0/+1