1. 6c091c8 Regenerated to take advantage of support for multiple names for a single property. by Jack Jansen · 24 years ago
  2. 9d6d2c0 Only output the code to alias properties if the names aren't the same. by Jack Jansen · 24 years ago
  3. 6aa92c5 - identify() enum names. by Jack Jansen · 24 years ago
  4. c15ab03 Updated the applescript documentation for te new framework, and replaced the Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or by Jack Jansen · 24 years ago
  5. e743c6e Added a package for the other browser too. by Jack Jansen · 24 years ago
  6. 9ebf2d2 Moved to unsupported: it never lived up to its expectancies, and for the Mac all the functionality is available in the IDE. by Jack Jansen · 24 years ago
  7. 51f3570 Moved to unsupported: it doesn't work anymore and it has outlived its usefulness so I don't want to fix it. by Jack Jansen · 24 years ago
  8. 742ca03 Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder). by Jack Jansen · 24 years ago
  9. 18b47a0 Fixed again to work with the old scripting interface (so we can test the new one actually still works). by Jack Jansen · 24 years ago
  10. 8bcd471 Updated for the new applescript interface (which actually makes it so ridiculously simple that its main reason for existence is backward compatability). by Jack Jansen · 24 years ago
  11. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 24 years ago
  12. 12b2b76 Fixed event inheritance code (which didn't work at all). by Jack Jansen · 24 years ago
  13. f58bbbe Finder suite. by Jack Jansen · 24 years ago
  14. 4ef58af Regenerated with fixes to gensuitemodule. by Jack Jansen · 24 years ago
  15. 5119a0b Package with suites for talking to CodeWarrior. by Jack Jansen · 24 years ago
  16. 47ff247 Package with suites for talking to netscape. by Jack Jansen · 24 years ago
  17. ff792c2 The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package). by Jack Jansen · 24 years ago
  18. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  19. 60762cb Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. by Jack Jansen · 24 years ago
  20. fb106c8 Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed). by Jack Jansen · 24 years ago
  21. d843a01 Removed temporary code that always set creator to SimpleText. by Jack Jansen · 24 years ago
  22. 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
  23. 5bcb215 Project for pyexpat module. by Jack Jansen · 24 years ago
  24. b88b0bc ANSIfied. by Jack Jansen · 24 years ago
  25. cbfe3c8 Two more cases of GUSI2 include access paths not being correct (reveiled by the new pyport.h). by Jack Jansen · 24 years ago
  26. 4fb67f4 Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings. by Jack Jansen · 24 years ago
  27. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  28. 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
  29. 12d86c8 Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now. by Jack Jansen · 24 years ago
  30. bc66f95 If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior. by Jack Jansen · 24 years ago
  31. 919d326 Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). by Jack Jansen · 24 years ago
  32. 5199c54 Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define. by Jack Jansen · 24 years ago
  33. ab48e90 Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object. by Jack Jansen · 24 years ago
  34. b1aac24 'carb' resource for carbon application. by Jack Jansen · 24 years ago
  35. e82fad7 Some thanks weren't checked in yet. by Jack Jansen · 24 years ago
  36. 660bb1d MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. by Jack Jansen · 24 years ago
  37. 574c0e2 Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. by Jack Jansen · 24 years ago
  38. a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
  39. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  40. 2d391f2 include stdio.h for sprintf prototype. by Jack Jansen · 24 years ago
  41. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
  42. 41e25cc include macdefs.h for declaration of getwd, if non-gusi python. by Jack Jansen · 24 years ago
  43. bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
  44. c3f593e Don't declare sync if we use gusi. by Jack Jansen · 24 years ago
  45. e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
  46. 1af5b08 Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  47. 4ceaa03 - Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  48. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  49. 5e80a75 Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really... by Jack Jansen · 24 years ago
  50. 85152b9 Fiddled declaration/implementation of setcallback() so that it is ansifyable. by Jack Jansen · 24 years ago
  51. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  52. 3d476d7 So many things have changed over the last few weeks that it's probably a good idea to check the project files in again. by Jack Jansen · 24 years ago
  53. 0b13e7c Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only. by Jack Jansen · 24 years ago
  54. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  55. f93cb18 Evt moved to the core toolbox modules. by Jack Jansen · 24 years ago
  56. fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
  57. edd9924 a minimal test app to show how to build a standalone app with W by Just van Rossum · 24 years ago
  58. 5069498 added clearkey = '\033' by Just van Rossum · 24 years ago
  59. ed2ed94 fixed bug in comment matching by Just van Rossum · 24 years ago
  60. 0ed1148 added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. by Jack Jansen · 24 years ago
  61. e641ba1 ucnhash and various other modules added. by Jack Jansen · 24 years ago
  62. 2819146 Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT. by Jack Jansen · 24 years ago
  63. 2c9cb7a Added USE_UCNHASH (experimental, I hope it can go) by Jack Jansen · 24 years ago
  64. 8d929ae All relevant toolbox modules have now been carbonized. by Jack Jansen · 24 years ago
  65. 8eff33b Added an optional debug handler that traps and prints all unknown appleevents. by Jack Jansen · 24 years ago
  66. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  67. abf1703 Made to work under carbon. by Jack Jansen · 24 years ago
  68. fd78de3 Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. by Jack Jansen · 24 years ago
  69. ca23d91 Made argc/argv processing work again under carbon. by Jack Jansen · 24 years ago
  70. 868f0c7 Oops, default type and creator were reversed. by Jack Jansen · 24 years ago
  71. f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
  72. 5108db6 Added _localemodule and exceptions.c by Jack Jansen · 24 years ago
  73. f23a2e9 Added _localemodule. by Jack Jansen · 24 years ago
  74. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  75. ee68fc3 Nav and AE have been moved to core toolbox modules: fixup dependent modules, export symbol list, etc. by Jack Jansen · 24 years ago
  76. ebececc Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge. by Jack Jansen · 24 years ago
  77. d1fb711 Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge. by Jack Jansen · 24 years ago
  78. 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
  79. fd771a6 Upped default memory size to 16MB by Jack Jansen · 24 years ago
  80. dab0554 Added lib-tk to the standard sys.path initializer. by Jack Jansen · 24 years ago
  81. 4901213 Removed assorted old ifdefs. by Jack Jansen · 24 years ago
  82. 80dc66e Removed support for very old CodeWarrior runtimes. by Jack Jansen · 24 years ago
  83. fb1aafd Removed SYMANTEC_CFM68K support. by Jack Jansen · 24 years ago
  84. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 24 years ago
  85. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  86. 031ac71 Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now. by Jack Jansen · 24 years ago
  87. d9f6e92 Removed THINK_C support. Added a CARBON indicator to the version string. by Jack Jansen · 24 years ago
  88. 60f157d First version of the project that produces a working Carbon binary. The binary has only been tested on MacOS9, so far. This project needs CW IDE 4.1b4 or later. by Jack Jansen · 24 years ago
  89. 2b44ba5 Revived various of the compatability routines and made them Carbon-compliant. This is needed because the initial carbon-python does not use GUSI. by Jack Jansen · 24 years ago
  90. a04b24b Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System 5) or earlier anymore:-) by Jack Jansen · 24 years ago
  91. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 24 years ago
  92. 33d1ad2 Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, which are carbon-compatible. by Jack Jansen · 24 years ago
  93. ee6eeb1 Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  94. bb6d83a Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  95. 14cd750 Fixed callback function arguments to be carbon-compatible. by Jack Jansen · 24 years ago
  96. d564d5f Config file for PythonStandCarbon (small non-shared MacPython for Carbon). by Jack Jansen · 24 years ago
  97. 8334dc1 Made compatible with MSL Carbon libraries. by Jack Jansen · 24 years ago
  98. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  99. d9c01a5 Manually added HRHTMLRenderingLibAvailable. by Jack Jansen · 24 years ago
  100. 036194c Slowly becoming functional... by Jack Jansen · 24 years ago