1. a486a55 Added support for override preferences by Jack Jansen · 28 years ago
  2. 975aa22 Don't change Standard File folder on chdir(). by Jack Jansen · 28 years ago
  3. 415571c Replaced non-ascii chars by backslash escapes by Jack Jansen · 28 years ago
  4. 1a0dafb Somehow the <<terminated>> got mangled. Fixed. by Jack Jansen · 28 years ago
  5. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  6. 2429c72 Added missing include of Fonts.h by Jack Jansen · 28 years ago
  7. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  8. 911ad6b Added code to make fsspecs work for gusi-python by Jack Jansen · 28 years ago
  9. 8ab1148 Added __sinit() call, so C++ initializations in shared library work by Jack Jansen · 28 years ago
  10. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  11. a4b7e14 Store default startup options in preference file or app. by Jack Jansen · 28 years ago
  12. 532e3c2 Changed MacOS creator code from PYTH to Pyth by Jack Jansen · 28 years ago
  13. 56ed26e Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) by Jack Jansen · 28 years ago
  14. c743c8d Modified for GUSI by Jack Jansen · 28 years ago
  15. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  16. e2b5d04 Changed for the 1.3.2 compiler (CW7.5) by Jack Jansen · 29 years ago
  17. 79559dc Initialize GUSI for MacTkPython by Jack Jansen · 29 years ago
  18. dbe75ae Continue looking for "open doc" events even after "open app". This by Jack Jansen · 29 years ago
  19. 38e9766 Cosmetic change to event handling. by Jack Jansen · 29 years ago
  20. 1e8557a For MW Python, update titlebar of window when python exits. by Jack Jansen · 29 years ago
  21. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  22. 85c9aea Added prototypes. by Jack Jansen · 29 years ago
  23. 178652b Export strdup (parsermodule needs it) by Jack Jansen · 29 years ago
  24. 83f4540 Removed unused variables by Jack Jansen · 29 years ago
  25. b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
  26. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  27. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  28. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  29. 819f177 Lots of stuff moved to other files. by Jack Jansen · 29 years ago
  30. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  31. 12fce3e macgetpath - sys.path setting code factored out of config.c and by Jack Jansen · 29 years ago
  32. f717ac2 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the by Jack Jansen · 29 years ago
  33. 6e39e53 Initial revision by Guido van Rossum · 29 years ago
  34. cf63693 Better error messages wrt missing resources and preferences by Jack Jansen · 29 years ago
  35. 292b0f9 Added code so you canset "command line options" if you by Jack Jansen · 29 years ago
  36. cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify by Jack Jansen · 29 years ago
  37. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  38. 0830550 Added code to obtain sys.path from a resource by Jack Jansen · 29 years ago
  39. 2a58638 Ported to CW6 by Jack Jansen · 29 years ago
  40. 45ff77f - The prefs file wasn't updated correctly if it already existed. by Jack Jansen · 29 years ago
  41. 16df2aa Under MW also be more conservative about events to request by Jack Jansen · 29 years ago
  42. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 29 years ago
  43. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 29 years ago
  44. 24a45e3 ported to MPW, moved main() here by Guido van Rossum · 29 years ago
  45. 850f44b moved main() to macglue.c by Guido van Rossum · 29 years ago
  46. 7c496ec ported to CFM-68K by Guido van Rossum · 29 years ago
  47. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 29 years ago
  48. 6fc5aec ported back to Think C by Guido van Rossum · 29 years ago
  49. 8c89a6f use PyMac_GetArgv (in macgetargv.c) for applet inits by Guido van Rossum · 29 years ago
  50. dbfb282 get argc/argv from AppleEvents by Guido van Rossum · 29 years ago
  51. c3d1c8e added applet initialization; by Guido van Rossum · 29 years ago
  52. e5df962 moved most of it to macglue.c by Guido van Rossum · 29 years ago
  53. 930b36b main program for applets by Guido van Rossum · 29 years ago
  54. 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 29 years ago
  55. becdbec ported to Think C by Guido van Rossum · 29 years ago
  56. 6cfab23 Changed PyMac_GetPythonDir to use a preferences file to store the by Jack Jansen · 29 years ago
  57. fc0ff42 Open library resource file read-only by Jack Jansen · 29 years ago
  58. cc9bc8f null-terminate the error string in macstrerror by Guido van Rossum · 29 years ago
  59. 2e4679d Glue for the python shared library: an init routine that remembers by Jack Jansen · 29 years ago
  60. f950f8d Various changes wrt shared-library python: by Jack Jansen · 29 years ago
  61. 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 29 years ago
  62. b364257 Added getfiletype routine by Jack Jansen · 29 years ago
  63. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 30 years ago
  64. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
  65. cc0d879 added <OSEvents.h> for Think C by Guido van Rossum · 30 years ago
  66. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  67. 5279ec6 reverse h/v in Point and Rect by Guido van Rossum · 30 years ago
  68. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 30 years ago
  69. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
  70. c2544b3 fixed comment by Guido van Rossum · 30 years ago
  71. c02311b added printf -- hack for Think C to init stdwin and stdio by Guido van Rossum · 30 years ago
  72. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  73. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  74. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
  75. d50e4e1 More Pstring() stuff and some cosmetics by Jack Jansen · 30 years ago
  76. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  77. 5c83252 must include rename2.h by Guido van Rossum · 30 years ago
  78. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  79. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  80. f93c72a New routines: by Jack Jansen · 30 years ago
  81. bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) by Jack Jansen · 30 years ago
  82. 950d47f Make it work under MPW too. by Guido van Rossum · 30 years ago
  83. 2d16703 gestaltmodule.c: interface to Gestalt Manager. by Guido van Rossum · 30 years ago
  84. 739267b Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 by Guido van Rossum · 30 years ago
  85. e783444 Intermediate version of changes after porting to MPW 3.2 by Guido van Rossum · 30 years ago
  86. b0f3c82 Added macmain.c (separate Mac specific main prog); bump version to 1.1 by Guido van Rossum · 30 years ago
  87. d4d7728 Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. by Guido van Rossum · 30 years ago
  88. c93e13d Replace <MacHeaders> by specific required header files by Guido van Rossum · 30 years ago
  89. ce9739b Initial revision by Guido van Rossum · 31 years ago