1. 7fc49a4 - Numeric now lives in Lib:site-python. by Jack Jansen · 23 years ago
  2. 807e701 - Numeric now lives in Lib:site-python. by Jack Jansen · 23 years ago
  3. b34d0ed Removed some stuff that shouldn't be in the dev distribution. by Jack Jansen · 23 years ago
  4. 1b45c73 Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python. by Jack Jansen · 23 years ago
  5. dbd0c3a Silly typo which caused the stack browser to crash. by Jack Jansen · 23 years ago
  6. a647807 Also build Imaging for Carbon. by Jack Jansen · 23 years ago
  7. f1d7b41 Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon. by Jack Jansen · 23 years ago
  8. 0b7c4f2 Put PPC distributions back in, rearranged packages and use VISE variable magic to determine which ConfigurePythonXXX to run. by Jack Jansen · 23 years ago
  9. c6cecf5 Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure why this wasn't a problem before... by Jack Jansen · 23 years ago
  10. f7fb3e6 Oops, need to import Res. by Jack Jansen · 23 years ago
  11. 72b97ae If we can't find our splash dialog (i.e. we're probably running from source) go into interactive mode: print what we're doing and ask about carbon/classic configure. by Jack Jansen · 23 years ago
  12. 24033e3 Updated for 2.1a3 by Jack Jansen · 23 years ago
  13. 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 23 years ago
  14. 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 23 years ago
  15. 9fa7720 Added future.c by Jack Jansen · 23 years ago
  16. cced0aa SetListCellIndent() argument was guessed incorrectly. Fixed. by Jack Jansen · 23 years ago
  17. f02f4c8 Soundex has gone. by Jack Jansen · 23 years ago
  18. 501d89d Soundex has gone. by Jack Jansen · 23 years ago
  19. 5dd7362 Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon. by Jack Jansen · 23 years ago
  20. be1e569 Turn on the "multifinder aware" bit. This should always have been on, but was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason). by Jack Jansen · 23 years ago
  21. add8b24 Release a PYC resource after reading it. No need to keep it incore. by Jack Jansen · 23 years ago
  22. 316a010 Waste 2.0 has many more options for the undo label. by Jack Jansen · 23 years ago
  23. 9ad2752 Use re in stead of regex, so we get rid of the annoying warning during startup. by Jack Jansen · 23 years ago
  24. 599ce9c On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a crashing UPP. This made ModalDialog (and, hence EditPythonPrefs and EasyDialogs and many others) crash. Fixed. by Jack Jansen · 23 years ago
  25. 0b1f1b5 - Removed debug - Make sure splash screens are visible by Jack Jansen · 23 years ago
  26. cbb5d49 ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. by Jack Jansen · 23 years ago
  27. a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 23 years ago
  28. 881cd36 2.1a2 distribution files. by Jack Jansen · 23 years ago
  29. 0eb5f2d Added a note that this file is incorrect for 2.1a2. by Jack Jansen · 23 years ago
  30. 2f9a9e3 2.1a2 distribution files. by Jack Jansen · 23 years ago
  31. 657ba27 More changes to attempt to get the menubar back on exit. Without success:-( by Jack Jansen · 23 years ago
  32. fab7415 Made version string shorter for Carbon so it fits on one line. by Jack Jansen · 23 years ago
  33. f3eaf01 More modifications to bring the script output in line with the real thing. by Jack Jansen · 23 years ago
  34. 7df9c60 Steven Majewski's instructions for building the toolbox modules for by Jack Jansen · 23 years ago
  35. b61ff29 A few more tweaks (there were a couple of files missing on my work machine). by Jack Jansen · 23 years ago
  36. c982ef2 Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution of 2.0). by Jack Jansen · 23 years ago
  37. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 23 years ago
  38. 3ff82a3 The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. by Jack Jansen · 23 years ago
  39. 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 23 years ago
  40. 26ce8fb Started on the 2.1a2 installer. by Jack Jansen · 23 years ago
  41. 0eea166 Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. by Jack Jansen · 23 years ago
  42. 26d813e Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on. by Jack Jansen · 23 years ago
  43. 90f22fe Brought in line with current config.h.in. by Jack Jansen · 23 years ago
  44. 883a19e Not sure what changed, probably an artefact of the new modules and/or new gusi. by Jack Jansen · 23 years ago
  45. 9826fe5 The interpreters built are now called PythonInterpreterClassic and PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. by Jack Jansen · 23 years ago
  46. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 23 years ago
  47. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 23 years ago
  48. 497314e Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  49. 3f49e4d Oops, repr didn't allocate the memory it used... by Jack Jansen · 23 years ago
  50. 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  51. add58f9 Added prototype for DlgObj_WhichDialog() by Jack Jansen · 23 years ago
  52. 7e31f68 Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-) by Jack Jansen · 23 years ago
  53. 34f83b3 Added a few constants. by Jack Jansen · 23 years ago
  54. 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 23 years ago
  55. def0d8d Get rid of from ... import * by Jack Jansen · 23 years ago
  56. 5c734e8 Replaced by :Lib:cfmfile.py. by Jack Jansen · 23 years ago
  57. 69e7f11 Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at dialogs. by Jack Jansen · 23 years ago
  58. d6b2aeb QDFlushPortBuffer() has an optional region argument. by Jack Jansen · 23 years ago
  59. ecdaadb Also recognize DragRef as a method-argument. by Jack Jansen · 23 years ago
  60. dc2ac8d3 Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now. by Jack Jansen · 23 years ago
  61. 340eb88 On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit. For now we set a hard limit of 256K (default rlimit is 512K). by Jack Jansen · 23 years ago
  62. 87eb4f8 New internal function BMObj_NewCopied() which copies the BitMap. Used to get the screenBits bitmap. by Jack Jansen · 23 years ago
  63. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 23 years ago
  64. bf21bef Got ZeroScrap() and PutScrap() to work under Carbon. by Jack Jansen · 23 years ago
  65. 64aa1e2 Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 23 years ago
  66. 565e956 Use CountMenuItems() in stead of CountMItems(). by Jack Jansen · 23 years ago
  67. 1bbf6ff Make balloon code dependent on existence of Help module by Jack Jansen · 23 years ago
  68. a3e2dca Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives. by Jack Jansen · 23 years ago
  69. 5c3c58b Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access. by Jack Jansen · 23 years ago
  70. 9b897ec Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  71. 54c0787 Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files). by Jack Jansen · 23 years ago
  72. f424f24 Re-enabled Scrap (even though it's mostly empty right now). by Jack Jansen · 23 years ago
  73. afd0aa6 Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem. by Jack Jansen · 23 years ago
  74. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  75. 13735e3 Added Help, Scrap and icglue missing methods. by Jack Jansen · 23 years ago
  76. 2beeb22 Added cellobject.c by Jack Jansen · 23 years ago
  77. a813153 Got waste to work for Carbon. by Jack Jansen · 23 years ago
  78. c34a5ad ucnhash module has gone, xreadlines module added. by Jack Jansen · 23 years ago
  79. 41eb3c7 ucnhash module has gone. by Jack Jansen · 23 years ago
  80. 4ff2fe7 ucnhash module has gone, xreadlines module added. by Jack Jansen · 23 years ago
  81. c4abd00 Got rid of extraneous Modues:TE in the search path. by Jack Jansen · 23 years ago
  82. 48d11c1 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 23 years ago
  83. 4a4adf4 Recognize {compiler} and {project} prefixes to pathnames and output the correct XML. by Jack Jansen · 23 years ago
  84. 7b3cc1f Regenerated (and manually massaged for PutScrap) so it can be byuilt both for Carbon and Classic. The Carbon module is rather empty, though, for now. by Jack Jansen · 23 years ago
  85. 5396feb Quick (manual) fix to make the module compile with Waste 2.0. TBD later. by Jack Jansen · 23 years ago
  86. 8c98266 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 23 years ago
  87. f47075e Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too. by Jack Jansen · 23 years ago
  88. 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 23 years ago
  89. bace5e9 Added the GrafPort attributes that are unavailable under Carbon. by Jack Jansen · 23 years ago
  90. bd58eda Implemented direct attribute access for Carbon builds and accessor functions for non-carbon builds. by Jack Jansen · 23 years ago
  91. 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 23 years ago
  92. b513621 Removed extraneous references to Modules:TE by Jack Jansen · 23 years ago
  93. 119177b The C-prefix file for Carbon plugin projects. by Jack Jansen · 23 years ago
  94. dfebb27 Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy. by Jack Jansen · 23 years ago
  95. 3236f6a Projects for Carbon plugin modules. by Jack Jansen · 23 years ago
  96. 366ffcb Use &# escape for non-ascii chars. by Jack Jansen · 23 years ago
  97. 193509b Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess. by Jack Jansen · 23 years ago
  98. c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 23 years ago
  99. 8c19b88 Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it! by Jack Jansen · 23 years ago
  100. 6abe676 Various settings were unconditionally set. Allow them to be overridden in the settings dict. by Jack Jansen · 23 years ago