1. 5afad83 Added a c2pstrcpy() function. by Jack Jansen · 24 years ago
  2. 53bafd9 PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack. by Jack Jansen · 24 years ago
  3. 14a9171 Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable. by Jack Jansen · 24 years ago
  4. 1f9f2f4 Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund. by Jack Jansen · 24 years ago
  5. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  6. bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
  7. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  8. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  9. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  10. bb6d83a Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  11. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  12. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  13. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  14. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  15. 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
  16. 7e1fb7c New about box, with the version mesage filled in in a text item, and by Jack Jansen · 26 years ago
  17. 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago
  18. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  19. bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 26 years ago
  20. d58cd63 Added PyMac_{Get,Build}wide. These should support python longints at by Jack Jansen · 26 years ago
  21. efaada7 - Universal Headers 3 mods by Jack Jansen · 27 years ago
  22. 2136490 Bug fix for fast module location by Jack Jansen · 27 years ago
  23. c73f83c Fixed for new "import dir.module" semantics. Needs accompanying fix in by Jack Jansen · 27 years ago
  24. 0c96887 Handle systemclicks ourselves, in stead of passing them to Sioux. This by Jack Jansen · 27 years ago
  25. a8441de Added (dummy) PyOS_FiniInterrupts by Jack Jansen · 27 years ago
  26. 36ed506 Added PyMac_SetEventHandler which allows you to replace complete event by Jack Jansen · 27 years ago
  27. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  28. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  29. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  30. a39f1b0 - Added Py_GetProgramFullPath by Jack Jansen · 27 years ago
  31. 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 27 years ago
  32. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  33. 7e94404 Only go into eventloop/interrupt check 10 times per second by Jack Jansen · 28 years ago
  34. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  35. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  36. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 28 years ago
  37. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 28 years ago
  38. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  39. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  40. b9bf6e2 Removed unused vars by Jack Jansen · 28 years ago
  41. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  42. bf05d4c Fixed command-. handling by Jack Jansen · 28 years ago
  43. cfadbd4 Guido: by Jack Jansen · 28 years ago
  44. 7ac70af Dummy SpinCursor() if __CFM68K__ is defined by Jack Jansen · 28 years ago
  45. d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion by Jack Jansen · 28 years ago
  46. 1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running by Jack Jansen · 28 years ago
  47. 31dd5c0 PyMac_GetFixed() didn't return 1 on success by Jack Jansen · 28 years ago
  48. 975aa22 Don't change Standard File folder on chdir(). by Jack Jansen · 28 years ago
  49. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 29 years ago
  50. 911ad6b Added code to make fsspecs work for gusi-python by Jack Jansen · 29 years ago
  51. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  52. 38e9766 Cosmetic change to event handling. by Jack Jansen · 29 years ago
  53. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  54. 819f177 Lots of stuff moved to other files. by Jack Jansen · 29 years ago
  55. cf63693 Better error messages wrt missing resources and preferences by Jack Jansen · 29 years ago
  56. 292b0f9 Added code so you canset "command line options" if you by Jack Jansen · 29 years ago
  57. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  58. 0830550 Added code to obtain sys.path from a resource by Jack Jansen · 29 years ago
  59. 45ff77f - The prefs file wasn't updated correctly if it already existed. by Jack Jansen · 29 years ago
  60. 16df2aa Under MW also be more conservative about events to request by Jack Jansen · 30 years ago
  61. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 30 years ago
  62. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 30 years ago
  63. 24a45e3 ported to MPW, moved main() here by Guido van Rossum · 30 years ago
  64. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 30 years ago
  65. 8c89a6f use PyMac_GetArgv (in macgetargv.c) for applet inits by Guido van Rossum · 30 years ago
  66. c3d1c8e added applet initialization; by Guido van Rossum · 30 years ago
  67. 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 30 years ago
  68. becdbec ported to Think C by Guido van Rossum · 30 years ago
  69. 6cfab23 Changed PyMac_GetPythonDir to use a preferences file to store the by Jack Jansen · 30 years ago
  70. cc9bc8f null-terminate the error string in macstrerror by Guido van Rossum · 30 years ago
  71. 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 30 years ago
  72. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
  73. cc0d879 added <OSEvents.h> for Think C by Guido van Rossum · 30 years ago
  74. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  75. 5279ec6 reverse h/v in Point and Rect by Guido van Rossum · 30 years ago
  76. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 30 years ago
  77. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
  78. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  79. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  80. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
  81. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  82. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  83. f93c72a New routines: by Jack Jansen · 30 years ago