1. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  2. ff5d8aa Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  3. 3070ee6 Experimental feature: allow \n as well as \r as newline for text files, by breaking in to the lowlevel I/O system. Can be disabled by defining WITHOUT_UNIX_NEWLINES. by Jack Jansen · 23 years ago
  4. f60edf8 PATCHLEVEL is outdated, use PY_VERSION. by Jack Jansen · 23 years ago
  5. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
  6. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
  7. 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
  8. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  9. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  10. b4a7db7 config.h renamed to pyconfig.h by Jack Jansen · 23 years ago
  11. 2c278ed Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... by Jack Jansen · 23 years ago
  12. 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 23 years ago
  13. d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 23 years ago
  14. f428aef Don't promise mac-japanese encoding as we don't have a codec for it. by unknown · 23 years ago
  15. 0297dca Fixed bug that prevented shared libs that are submodules of a by Just van Rossum · 23 years ago
  16. 5daef31 Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use modern (UPP in stead of Proc) names for callback object creation. by Jack Jansen · 23 years ago
  17. fe9110b removed a routine that has moved to macglue.c by Jack Jansen · 23 years ago
  18. b45032e Fixed a nasty slowdown in imports in frozen applications: the shortcut by Jack Jansen · 23 years ago
  19. 25e0c79 Another include Carbon/Carbon.h by Jack Jansen · 23 years ago
  20. 741e037 Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should by Jack Jansen · 23 years ago
  21. 8bb1dc1 Merged mactoolboxglue.c into macglue.c. A later step will be to separate out by Jack Jansen · 23 years ago
  22. 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
  23. 0194ad5 Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes by Jack Jansen · 23 years ago
  24. 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
  25. 15f1c08 - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 23 years ago
  26. 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
  27. add8b24 Release a PYC resource after reading it. No need to keep it incore. by Jack Jansen · 24 years ago
  28. 657ba27 More changes to attempt to get the menubar back on exit. Without success:-( by Jack Jansen · 24 years ago
  29. fab7415 Made version string shorter for Carbon so it fits on one line. by Jack Jansen · 24 years ago
  30. 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 · 24 years ago
  31. 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 · 24 years ago
  32. c00df0b Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression. by Jack Jansen · 24 years ago
  33. 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
  34. 8e0ee77 Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays. by Jack Jansen · 24 years ago
  35. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  36. 6ba34aa Disabled a few other routines that are available in CarbonLib. by Jack Jansen · 24 years ago
  37. ebadcb1 FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes. by Jack Jansen · 24 years ago
  38. 91faef8 Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. by Jack Jansen · 24 years ago
  39. 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
  40. 5afad83 Added a c2pstrcpy() function. by Jack Jansen · 24 years ago
  41. 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
  42. dc86f9e Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  43. 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
  44. 53bafd9 PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack. by Jack Jansen · 24 years ago
  45. 65c3ee0 Use same short banner message as unix/win Python. by Jack Jansen · 24 years ago
  46. 6be3480 Removed debug output. by Jack Jansen · 24 years ago
  47. 14a9171 Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable. by Jack Jansen · 24 years ago
  48. 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
  49. d843a01 Removed temporary code that always set creator to SimpleText. by Jack Jansen · 24 years ago
  50. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  51. 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
  52. 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
  53. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  54. 41e25cc include macdefs.h for declaration of getwd, if non-gusi python. by Jack Jansen · 24 years ago
  55. bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
  56. e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
  57. 1af5b08 Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  58. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  59. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  60. fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
  61. ca23d91 Made argc/argv processing work again under carbon. by Jack Jansen · 24 years ago
  62. 868f0c7 Oops, default type and creator were reversed. by Jack Jansen · 24 years ago
  63. 4901213 Removed assorted old ifdefs. by Jack Jansen · 24 years ago
  64. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  65. d9f6e92 Removed THINK_C support. Added a CARBON indicator to the version string. by Jack Jansen · 24 years ago
  66. 33d1ad2 Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, which are carbon-compatible. by Jack Jansen · 24 years ago
  67. ee6eeb1 Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  68. bb6d83a Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  69. 14cd750 Fixed callback function arguments to be carbon-compatible. by Jack Jansen · 24 years ago
  70. 9cfce18 GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. by Jack Jansen · 24 years ago
  71. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  72. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  73. 69652f8 Moved to the Compat folder (in case anyone still wants to try MPW building), it hasn't been used for years. by Jack Jansen · 24 years ago
  74. 6a06680 Removed, the core-python getmtime works fine with GUSI2. by Jack Jansen · 24 years ago
  75. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  76. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  77. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  78. 205b435 Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. by Jack Jansen · 25 years ago
  79. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  80. 608b3fa Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we by Jack Jansen · 25 years ago
  81. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  82. 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
  83. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  84. fac3008 Optimization: don't try to get a tabsize resource if we know the file by Jack Jansen · 25 years ago
  85. 68ecab4 Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile. by Jack Jansen · 26 years ago
  86. 6b6e61d (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  87. 26a69db put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr by Just van Rossum · 26 years ago
  88. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  89. 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago
  90. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  91. 87c485c Initialize the program name before adding shared library resources (Just). by Jack Jansen · 26 years ago
  92. 2e6445c Don't add the library file to the resource file chain if it is the by Jack Jansen · 26 years ago
  93. 7e1fb7c New about box, with the version mesage filled in in a text item, and by Jack Jansen · 26 years ago
  94. 017e0ff The PYD resource should now contain 2 strings: one for the ppc by Jack Jansen · 26 years ago
  95. abdf93c Re-indented properly (Just). by Jack Jansen · 26 years ago
  96. ac82b6a If the preference filename resource is empty don't try to open or by Jack Jansen · 26 years ago
  97. 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago
  98. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  99. 0072b8d An applet with Popt and GUSI preferences but without alis resource by Jack Jansen · 26 years ago
  100. bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 26 years ago