1. 13a0172 Got rid of mactoolboxglue.c by Jack Jansen · 23 years ago
  2. 0c99575 Fixed an error in the signature of the QdRGB converter routines. by Jack Jansen · 23 years ago
  3. dac238b When reading from stdin (with the dialog box) use any partial line on by Jack Jansen · 23 years ago
  4. a5ca7dd One more macroman<->latin1 conversion victim. by Jack Jansen · 23 years ago
  5. 0e2d6bf Updated to reflect the current state of config.h.in. by Jack Jansen · 23 years ago
  6. fe9110b removed a routine that has moved to macglue.c by Jack Jansen · 23 years ago
  7. 0268ac8 Include Carbon/Carbon.h if appropriate. by Jack Jansen · 23 years ago
  8. b16cf50 Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines. by Jack Jansen · 23 years ago
  9. 11493bc Simple script to regenerate all bgen-generated modules. by Jack Jansen · 23 years ago
  10. fa77e1a Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. by Jack Jansen · 23 years ago
  11. 1129671 Fixed changed UPP routines names. The module now compiles and loads. by Jack Jansen · 23 years ago
  12. b45032e Fixed a nasty slowdown in imports in frozen applications: the shortcut by Jack Jansen · 23 years ago
  13. 25e0c79 Another include Carbon/Carbon.h by Jack Jansen · 23 years ago
  14. 741e037 Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should by Jack Jansen · 23 years ago
  15. f316330 Ifdeffed a few more sections. All functionality that is relevant on MacOSX by Jack Jansen · 23 years ago
  16. 6143d53 Include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
  17. 9f66b4a include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
  18. 8bb1dc1 Merged mactoolboxglue.c into macglue.c. A later step will be to separate out by Jack Jansen · 23 years ago
  19. b686791 Added pymactoolboxglue.c and changed the exported symbols having to do with this. by Jack Jansen · 23 years ago
  20. e8f53bb Dynamically loaded toolbox modules don't need to link against each other anymore, due to the new glue code that ties them together. by Jack Jansen · 23 years ago
  21. f57a4a2 Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py_BuildTuple helpers) from one dynamically imported module to another. by Jack Jansen · 23 years ago
  22. 0e04eec First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers. by Jack Jansen · 23 years ago
  23. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago
  24. dfebe90 Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives by Jack Jansen · 23 years ago
  25. 5a4718e Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge. Checking in one fixed file to make sure MacCVS Pro isn't the problem. If it isn't a flurry of checkins will follow tomorrow. If it is... well... by Jack Jansen · 23 years ago
  26. 6db483e Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h. by Jack Jansen · 23 years ago
  27. 0194ad5 Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes by Jack Jansen · 23 years ago
  28. 6e68a7e Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation. by Jack Jansen · 23 years ago
  29. 1bd0a71 Added iterobject.c to the project. And trying my first checkin at the same time. by Jack Jansen · 23 years ago
  30. 99e607a Added a note that test_longexp needs 400MB. by Jack Jansen · 23 years ago
  31. d454b57 Has been dead so long that there's no use keeping it in the active bit of the repository. by Jack Jansen · 23 years ago
  32. 569c09c Removed some confusing sentences that are no longer relevant now that by Jack Jansen · 23 years ago
  33. e9bcb5c Got rid of the whole event filtering mess again, I can't get it to work. Simply disabling the Tk event handling hook in _tkinter is not as nice, but at least it works. by Jack Jansen · 23 years ago
  34. 69f086c Apparently the code to forestall Tk eating events was too aggressive (Tk user input stopped working). Fixed (I hope:-). by Jack Jansen · 23 years ago
  35. c1218bc Files for 2.1 distribution. by Jack Jansen · 23 years ago
  36. c54be42 Check RefCon backpointer to python object with IsPointerValid() before dereferencing it (carbon only). by Jack Jansen · 23 years ago
  37. 26e51e1 Updated copyright info (which was long due). by Jack Jansen · 23 years ago
  38. b4b27be - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 23 years ago
  39. 15f1c08 - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 23 years ago
  40. ee67791 Don't crash if InfoScrap doesn't exist (as is the case in Carbon). by Jack Jansen · 23 years ago
  41. 4393512 Finally merged morefindertools into findertools. by Jack Jansen · 23 years ago
  42. 3aee775 Added a note about Help and ctb missing in carbon. by Jack Jansen · 23 years ago
  43. bad62de Version 1.2 by Christopher Stern. by Jack Jansen · 23 years ago
  44. e3850f5 Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. by Jack Jansen · 23 years ago
  45. 216b870 If the frontmost window is not a Tk window exit the event handling code early. This fixes that using Tk once used to disable cmd-. processing. It may also influence Tk/IDE interaction, I'm not sure. by Jack Jansen · 23 years ago
  46. 6333af1 On OSX show a dialog explaining that ConfigurePythonCarbon launch will probably fail. This turns out to be a VISE 7.1.1 problem, probably. by Jack Jansen · 23 years ago
  47. 2e2546c On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. by Jack Jansen · 23 years ago
  48. 9bfae98 Changed some of the dialogs to be a little clearer. by Jack Jansen · 23 years ago
  49. fc369f2 Don't show finder-delay-warning on OSX. Untested. by Jack Jansen · 23 years ago
  50. 2b73fe9 Updated for 2.1b2 distribution. by Jack Jansen · 23 years ago
  51. ff4e62d Added a note about BBPy.lm. by Jack Jansen · 23 years ago
  52. 64f9f71 Added a note about the new (since 2.0) OSA architecture. by Jack Jansen · 23 years ago
  53. 3f4c173 Oops, ISO translation was off. Fixed. by Jack Jansen · 23 years ago
  54. 996c5c1 Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. by Jack Jansen · 23 years ago
  55. c658236 Fixed some access paths. by Jack Jansen · 23 years ago
  56. 9de05f4 Started on 2.1b2 release notes. Cleaned out alfa notes, etc. by Jack Jansen · 23 years ago
  57. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  58. aabdb0d Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  59. fddef43 Got module to work under Carbon. Also disabled a few more bits of cfm68k support. by Jack Jansen · 23 years ago
  60. 26d42df Added riscos modules to modules that don't have to be included. by Jack Jansen · 23 years ago
  61. 4cf97c4 Files for second 2.1b1 distribution. by Jack Jansen · 23 years ago
  62. 5c82d13 FindFolder argument is a short, not an unsigned short. by Jack Jansen · 23 years ago
  63. 6b498de Handle the apple menu differently under Carbon. by Jack Jansen · 23 years ago
  64. abd703d FindFolder argument is a short, not an unsigned short. by Jack Jansen · 23 years ago
  65. 06646a1 Added QDFlushPortBuffer calls. by Jack Jansen · 23 years ago
  66. fffec05 Import kOnSystemDisk from MACFS by Jack Jansen · 23 years ago
  67. d11f93c Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. by Jack Jansen · 23 years ago
  68. 8ef786e Files for second 2.1b1 distribution. by Jack Jansen · 23 years ago
  69. dbc692e Chris Stern's BBEdit Python language module. by Jack Jansen · 23 years ago
  70. 0a3939f Finished implementation of removing incorrect preferences file. by Jack Jansen · 23 years ago
  71. e5c9474 Default waittime in the eventloop is now None. At low level it will then be set to GetCaretTime(). by Jack Jansen · 23 years ago
  72. 53ebe56 Handle the ReopenApplication event (by ignoring it). by Jack Jansen · 23 years ago
  73. 54f3bdb Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet. by Jack Jansen · 23 years ago
  74. 4c52203 Started on relnotes for the next beta. by Jack Jansen · 23 years ago
  75. 8f72859 Added a warning message about the delay after installation. Untested. by Jack Jansen · 23 years ago
  76. 1d79f79 Files for 2.1b1 distribution. by Jack Jansen · 23 years ago
  77. 5fc3381 PythonInterpreterClassic and PythonInterpreterCarbon now have filetype "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter. by Jack Jansen · 23 years ago
  78. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 23 years ago
  79. bb74f95 Started on plst resource. Not enabled yet. by Jack Jansen · 23 years ago
  80. 36bcf9b Re-try the file copy once if it fails. This works around an obscure and non-reproducibe bug in GUSI. by Jack Jansen · 23 years ago
  81. cbe7b1c Files for 2.1b1 distribution. by Jack Jansen · 23 years ago
  82. b25ec91 Testing commit with a single blank line. by Jack Jansen · 23 years ago
  83. 043732e Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier. by Jack Jansen · 23 years ago
  84. 7fc49a4 - Numeric now lives in Lib:site-python. by Jack Jansen · 23 years ago
  85. 807e701 - Numeric now lives in Lib:site-python. by Jack Jansen · 23 years ago
  86. b34d0ed Removed some stuff that shouldn't be in the dev distribution. by Jack Jansen · 23 years ago
  87. 1b45c73 Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python. by Jack Jansen · 23 years ago
  88. dbd0c3a Silly typo which caused the stack browser to crash. by Jack Jansen · 23 years ago
  89. a647807 Also build Imaging for Carbon. by Jack Jansen · 23 years ago
  90. f1d7b41 Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon. by Jack Jansen · 23 years ago
  91. 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
  92. 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
  93. f7fb3e6 Oops, need to import Res. by Jack Jansen · 23 years ago
  94. 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
  95. 24033e3 Updated for 2.1a3 by Jack Jansen · 23 years ago
  96. 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 23 years ago
  97. 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 23 years ago
  98. 9fa7720 Added future.c by Jack Jansen · 23 years ago
  99. cced0aa SetListCellIndent() argument was guessed incorrectly. Fixed. by Jack Jansen · 23 years ago
  100. f02f4c8 Soundex has gone. by Jack Jansen · 23 years ago