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