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