- d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
- 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
- 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 24 years ago
- 682c25a RET_SAVE references should be Py_BLOCK_THREADS references by Skip Montanaro · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
- 8ebe84d The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. by Tim Peters · 24 years ago
- 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
- 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
- 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 7c36ada Trent Mick: by Guido van Rossum · 25 years ago
- 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 26 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- 3d109a0 Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod(). by Guido van Rossum · 26 years ago
- d7ed683 Inline PyObject_CallObject (Marc-Andre Lemburg). by Guido van Rossum · 27 years ago
- 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
- a847889 Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs. by Guido van Rossum · 27 years ago
- 2fca21f7 PyEval_SaveThread() and PyEval_RestoreThread() now return/take a by Guido van Rossum · 27 years ago
- 745b8cf flushline and writestring can now return an error by Guido van Rossum · 27 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- 66cb311 Lots of small things, see ChangeLog by Guido van Rossum · 30 years ago
- c5d92e1 ceval.h: added Py_MakePendingCalls() by Guido van Rossum · 30 years ago
- 9566408 pythonrun.h: added run_pyc_file by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
- eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
- 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
- 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 32 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
- 04691fc Changes so that user-defined classes can implement operations invoked by Guido van Rossum · 32 years ago
- ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
- 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
- 704a26c lint (added flushline() interface) by Guido van Rossum · 33 years ago
- a049031 Added call_object interface by Guido van Rossum · 33 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago