1. d7b6802 Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly. by Jack Jansen · 24 years ago
  2. 8e0ee77 Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays. by Jack Jansen · 24 years ago
  3. 319c67b The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it. by Jack Jansen · 24 years ago
  4. 736b51d SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead. by Jack Jansen · 24 years ago
  5. d9d0b5f xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere. by Jack Jansen · 24 years ago
  6. bef8f68 Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. by Jack Jansen · 24 years ago
  7. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  8. 6ba34aa Disabled a few other routines that are available in CarbonLib. by Jack Jansen · 24 years ago
  9. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  10. 92f4b36 Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads. by Jack Jansen · 24 years ago
  11. ebadcb1 FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes. by Jack Jansen · 24 years ago
  12. 91faef8 Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. by Jack Jansen · 24 years ago
  13. 6ff228c If we're not using GUSI the "keep open on unseen output" becomes the same as "always keep open". by Jack Jansen · 24 years ago
  14. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  15. a9e3db3 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( by Jack Jansen · 24 years ago
  16. 0d202b7 Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions. by Jack Jansen · 24 years ago
  17. b55b7bb Use relative path for outputdir. by Jack Jansen · 24 years ago
  18. b55e5f1 Fixed a few declarations. by Jack Jansen · 24 years ago
  19. e396c04 struct.pack wants H for unsigned shorts, not h. by Jack Jansen · 24 years ago
  20. e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
  21. 7ee67a1 Remove (unused) regex imports. by Jack Jansen · 24 years ago
  22. be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
  23. 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
  24. c158bb2 Minor clarficiations in the dialogs about which errno file is wanted when (I had also forgotten:-). by Jack Jansen · 24 years ago
  25. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  26. 9473649 Replaced with .mcp projects in Extensions/Imaging by Jack Jansen · 24 years ago
  27. 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
  28. 7ff3133 Regenerated so that NewGWorld is included. by Jack Jansen · 24 years ago
  29. 3224865 Emulate a few more non-carbon calls in carbon and the other way around. by Jack Jansen · 24 years ago
  30. 87a3092 Added hash() and compare() functions. Needed because multiple WinObj's can now refer to the same underlying WindowRef. by Jack Jansen · 24 years ago
  31. 620e914 Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers). by Jack Jansen · 24 years ago
  32. 61c64c9 Various tweaks. It now returns the exact same files as Matthias' tool 95% of the time. by Jack Jansen · 24 years ago
  33. f0d7508 Oops, interaction() returned a single value in stead of a tuple (I thought that bug was loooong fixed??!?). by Jack Jansen · 24 years ago
  34. 581fa78 First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. by Jack Jansen · 24 years ago
  35. 80716f0 Set autodispose only if RefCon isn't set yet on the window. This way we don't accidentally dispose of windows that are actually dialogs-in-disguise. by Jack Jansen · 24 years ago
  36. 5f884c0 Refer to the sourceforge site for gusi downloads. by Jack Jansen · 24 years ago
  37. 4b64c2a Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
  38. 50bf148 Qdoffs now exports the GWorldObj_{New,Convert} functions. by Jack Jansen · 24 years ago
  39. 5afad83 Added a c2pstrcpy() function. by Jack Jansen · 24 years ago
  40. 723ad8a More toolbox modules adapted to Universal Headers 3.3.2. by Jack Jansen · 24 years ago
  41. 8ed8130 Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python. by Jack Jansen · 24 years ago
  42. 6fe608c Regenerated from Universal Headers 3.3.2 by Jack Jansen · 24 years ago
  43. 177fa8c Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
  44. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  45. b5e4248 Drag moved to core toolbox modules (Win uses it). by Jack Jansen · 24 years ago
  46. 7683229 Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  47. f7d5aa6 Adapted to Universal Headers 3.3.2. More to follow. by Jack Jansen · 24 years ago
  48. 24342d9 Updated for the current state of the main Python source tree. by Jack Jansen · 24 years ago
  49. a49bdc0 These have been replaced by the new generated projects. by Jack Jansen · 24 years ago
  50. 420c4aa The new generated plugin projects. Checked in in XML form, so cvs diffs should work. by Jack Jansen · 24 years ago
  51. 0eba959 Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified. by Jack Jansen · 24 years ago
  52. aee9d6b Allow recursive searh entries by ending the pathname in ":*". by Jack Jansen · 24 years ago
  53. cb9b1eb Don't generate SYM files by default. by Jack Jansen · 24 years ago
  54. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  55. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago
  56. b5ec5e4 Contributed code that converts Python source files to any combination of tabs/spaces for indenting. by Jack Jansen · 24 years ago
  57. cb54be8 Added support for adding libraries. by Jack Jansen · 24 years ago
  58. c10a11b Generate plugin projects automatically using mkcwproject. There are as of yet only by Jack Jansen · 24 years ago
  59. 707e964 Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. by Jack Jansen · 24 years ago
  60. 6f484cb Close the project after building it, so that building umpteen projects doesn't keep all the projects open. by Jack Jansen · 24 years ago
  61. 00429db Getting rid of 68K targets. by Jack Jansen · 24 years ago
  62. 2e42bdd Added a note about removing preferences and .pyc files when you move the Python installation. by Jack Jansen · 24 years ago
  63. 8063cbf No reason to keep "Run as Python" in binhex form anymore, just put the binary in the repository. by Jack Jansen · 24 years ago
  64. 704925c Last CW Pro 5.3 projects. by Jack Jansen · 24 years ago
  65. 185f42d struct.pack has become picky about h (short) and H (unsigned short). by Jack Jansen · 24 years ago
  66. 339ecc6 Updated because developer option isn't distributed separately anymore. by Jack Jansen · 24 years ago
  67. 5c35f5a Removed, no longer pertinent. by Jack Jansen · 24 years ago
  68. 87f204a Final version used for 2.0 distribution. by Jack Jansen · 24 years ago
  69. ff88e46 more edits to make the text fit (jvr) by Just van Rossum · 24 years ago
  70. 17f944b oops, that one caused a syntax error... (jvr) by Just van Rossum · 24 years ago
  71. c924661 edits to make the 2.0 copyright fit in the about box again... (jvr) by Just van Rossum · 24 years ago
  72. a1a3356 Cleaned uthread dependencies (jvr) by Just van Rossum · 24 years ago
  73. 0f2fd16 Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there. by Just van Rossum · 24 years ago
  74. 6508c7c fixed 2.0 compat bug by Just van Rossum · 24 years ago
  75. 8413b47 Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. by Jack Jansen · 24 years ago
  76. f1a0a4b Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. by Jack Jansen · 24 years ago
  77. 538bd13 Ready for 2.0 by Jack Jansen · 24 years ago
  78. 3e3eb3e Oops, all the options were off-by-one. Reported by Tom Bridgman. by Jack Jansen · 24 years ago
  79. 635a044 Fixed balloon help for options. Sort-of reported by Russell Finn. by Jack Jansen · 24 years ago
  80. b8bb3fe Fixed balloon help for startup options. Reported by Russell Finn. by Jack Jansen · 24 years ago
  81. 62e3843 Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. by Jack Jansen · 24 years ago
  82. 136815d Oops, not only the Popt versions were wrong, the resources were also short. by Jack Jansen · 24 years ago
  83. 9ec8c06 Different phrasing of keepconsole options, suggested by David Goodger. by Jack Jansen · 24 years ago
  84. 7490236 Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit. by Jack Jansen · 24 years ago
  85. fd9925a Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). by Jack Jansen · 24 years ago
  86. 7941036 Updated Popt resources to current version by Jack Jansen · 24 years ago
  87. ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. by Jack Jansen · 24 years ago
  88. 8c94d5e Added some of the new Numeric modules (which weren't rebuilt). by Jack Jansen · 24 years ago
  89. 52b5b02 If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. by Jack Jansen · 24 years ago
  90. 31e7c9c Updated with cmd-. fix and PythonCore copy option. by Jack Jansen · 24 years ago
  91. d5fd45f Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  92. 1ea8949 Vise archive templates used for 2.0c1 by Jack Jansen · 24 years ago
  93. 2a92f0b Disribution templates used for 2.0c1 by Jack Jansen · 24 years ago
  94. 3714516 Projects used for 2.0c1 by Jack Jansen · 24 years ago
  95. f2bd9ee Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole. by Jack Jansen · 24 years ago
  96. 6433fdf Added sha module, it's needed by the unicode stuff, it seems. by Jack Jansen · 24 years ago
  97. b19c667 Added a method KeepConsole so programs can override the Keep console open option. by Jack Jansen · 24 years ago
  98. dc86f9e Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  99. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  100. de51909 Updated for 2.0c1 by Jack Jansen · 24 years ago