1. 272fc10 #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Demo/embed code. by Georg Brandl · 14 years ago
  2. 68d83d1 Merged revisions 81880 via svnmerge from by Benjamin Peterson · 14 years ago
  3. 2ebf8ce Merged revisions 81881-81882 via svnmerge from by Benjamin Peterson · 14 years ago
  4. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  5. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  6. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  7. b61bd97 correct version by Benjamin Peterson · 16 years ago
  8. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  9. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  10. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  11. ead36d7 - Make number in comment match the targets in that section of the by Fred Drake · 22 years ago
  12. 3176b08 Update to use more modern calling conventions; also avoid a magic number by Fred Drake · 23 years ago
  13. e012e35 Bump the version number; used to identify the Python runtime we link to. by Fred Drake · 23 years ago
  14. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  15. 8b41116 import.c -> importexc.c by Barry Warsaw · 23 years ago
  16. a18e7ea import -> importexc by Barry Warsaw · 23 years ago
  17. d5221a3 import.c -> importexc.c by Barry Warsaw · 23 years ago
  18. f9abaf4 Simple embedded program that does a module import. Useful for by Barry Warsaw · 23 years ago
  19. 2df3c41 Ignore the programs created in this directory. by Barry Warsaw · 23 years ago
  20. e98626d Add targets to make building `loop' and `import' easier. Useful for by Barry Warsaw · 23 years ago
  21. 0c63fe9 Slight reworking to make it more useful for debugging by Barry Warsaw · 23 years ago
  22. 7d23b59 Updates and changes: by Barry Warsaw · 23 years ago
  23. 3559d1f Add loop.c -- a test program for repeatedly calling Py_Initialize() by Guido van Rossum · 23 years ago
  24. 7339f4c Fix weird typo caused by ANSIfication (nobody bothered to test it since! :-( ). by Guido van Rossum · 23 years ago
  25. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  26. c716684 Add linker flag -export-dynamic so symbols in libpython*.a are exported. by Guido van Rossum · 24 years ago
  27. 964f123 Adapted for Python 2.0 under RH Linux. by Guido van Rossum · 24 years ago
  28. 496bc7f Call Py_SetProgramName() instead of redefining getprogramname(), by Guido van Rossum · 25 years ago
  29. 81e84c9 Just for fun, add a static module, "xyzzy" -- show that calling its by Guido van Rossum · 27 years ago
  30. 6e614e3 Updated the Makefile to work with the new build strategy. by Guido van Rossum · 27 years ago
  31. 3caad8c adapted to new naming; clarify comments somewhat by Guido van Rossum · 29 years ago
  32. 705d517 initial checkin by Guido van Rossum · 30 years ago