summaryrefslogtreecommitdiff
path: root/Include/ceval.h
Commit message (Expand)AuthorAgeFilesLines
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-2/+0
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-4/+6
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-0/+1
* SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by NickTim Peters2004-10-111-0/+1
* Patch #966493: Cleanup generator/eval_frame exposure.Martin v. Löwis2004-06-271-1/+1
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+1
* Deleting cyclic object comparison.Armin Rigo2003-10-281-0/+14
* As far as I can tell PyEval_GetOwner was removed in 1997 (when it wasMichael W. Hudson2003-02-201-1/+0
* - PyEval_GetFrame() is now declared to return a PyFrameObject *Guido van Rossum2003-02-191-1/+3
* Small function call optimization and special build option for call stats.Jeremy Hylton2003-02-051-0/+2
* replace thread state objects' ticker and checkinterval fields with twoSkip Montanaro2002-09-031-0/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-30/+30
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+3
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-161-1/+5
* Revise the interface to the profiling and tracing support for theFred Drake2001-06-271-0/+3
* If a code object is compiled with nested scopes, define the CO_NESTED flag.Jeremy Hylton2001-03-221-0/+1
* RET_SAVE references should be Py_BLOCK_THREADS referencesSkip Montanaro2000-09-151-2/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler ...Tim Peters2000-09-011-0/+2
* The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs.Tim Peters2000-08-271-0/+1
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-1/+1
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-221-6/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-22/+22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick:Guido van Rossum2000-05-081-0/+3
* Add DLL level b/w compat for PySequence_In and PyEval_CallObjectGuido van Rossum1999-03-171-0/+4
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-21/+21
* Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod().Guido van Rossum1998-08-081-0/+10
* Inline PyObject_CallObject (Marc-Andre Lemburg).Guido van Rossum1997-08-301-1/+4
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-0/+2
* Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs.Guido van Rossum1997-07-191-1/+1
* PyEval_SaveThread() and PyEval_RestoreThread() now return/take aGuido van Rossum1997-07-181-3/+6
* flushline and writestring can now return an errorGuido van Rossum1997-05-221-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* keyword arguments and faster function callsGuido van Rossum1995-07-181-0/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-34/+36
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-091-0/+2
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Lots of small things, see ChangeLogGuido van Rossum1994-12-301-2/+1
* ceval.h: added Py_MakePendingCalls()Guido van Rossum1994-09-281-0/+1
* pythonrun.h: added run_pyc_fileGuido van Rossum1994-09-141-0/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+5
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-1/+0
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-251-1/+1
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-201-0/+1
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-0/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2