1. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  2. 55309a3 Get rid of 2.2 "poor mans universal newlines" now that the real thing by Jack Jansen · 22 years ago
  3. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  4. ace9d95 Renamed Py_Main to PyMac_Main as it has a different signature than the "normal" Py_Main, and that signature has appeared in a .h file. by Jack Jansen · 22 years ago
  5. a7f4ded Allow the script to have not only a TEXT filetype but also a null filetype (to enable files to be created from the Unix side of OSX to be droppable on the MacPython interpreter). by Jack Jansen · 22 years ago
  6. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  7. b19444f Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings) by Jack Jansen · 22 years ago
  8. 3cef721 Allow .pyc files as applets as well as .py files. .py files have by Jack Jansen · 22 years ago
  9. 0035fb2 In MachoPython print "Pythonw" in banner to distinguish from command-line by Jack Jansen · 22 years ago
  10. 4b51785 In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] by Jack Jansen · 23 years ago
  11. ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 23 years ago
  12. 5ded1bf Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and understand the __main__.py convention used there for applets. This gives us applets that work on both OS9 and OSX! (Although "applet" may not be the correct word for something that is going to be multimegabyte:-). by Jack Jansen · 23 years ago
  13. 998a40a Mods by Donovan Preston (with changes by me to make them "go with the flow") by Jack Jansen · 23 years ago
  14. 6438e1d Failing to import macfsn is not a fatal error. by Jack Jansen · 23 years ago
  15. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  16. ff5d8aa Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  17. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  18. d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 23 years ago
  19. 15f1c08 - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 23 years ago
  20. 657ba27 More changes to attempt to get the menubar back on exit. Without success:-( by Jack Jansen · 23 years ago
  21. 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
  22. c00df0b Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression. by Jack Jansen · 24 years ago
  23. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  24. 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
  25. 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
  26. dc86f9e Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  27. 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
  28. 65c3ee0 Use same short banner message as unix/win Python. by Jack Jansen · 24 years ago
  29. 6be3480 Removed debug output. by Jack Jansen · 24 years ago
  30. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  31. 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
  32. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  33. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  34. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  35. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  36. ee6eeb1 Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  37. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  38. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  39. 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
  40. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  41. 87c485c Initialize the program name before adding shared library resources (Just). by Jack Jansen · 26 years ago
  42. a7a89eb Implemented nositepython and oldexceptions flags by Jack Jansen · 27 years ago
  43. 36b983c Added old-exception and no-site-python options and balloon help by Jack Jansen · 27 years ago
  44. ac62569 sys.prefix and sys.exec_prefix are now set correctly. by Jack Jansen · 27 years ago
  45. 7330b39 Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and by Jack Jansen · 27 years ago
  46. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  47. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  48. a39f1b0 - Added Py_GetProgramFullPath by Jack Jansen · 27 years ago
  49. e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 27 years ago
  50. 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 27 years ago
  51. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 27 years ago
  52. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  53. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  54. 8c69321 Added profiler initialization/finalization code (if __profile__ is defined) by Jack Jansen · 28 years ago
  55. daed771 Py_GetProgramName turns out not to be obsolete (used by _tkinter). by Jack Jansen · 28 years ago
  56. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  57. 3f7d2b4 - Rationalized override preferences support, by remembering by Jack Jansen · 28 years ago
  58. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  59. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  60. 76ceece Guido: added some void's to declarations by Jack Jansen · 28 years ago
  61. 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
  62. a547dca Old names changed to Py_GetCopyright, etc. by Jack Jansen · 28 years ago
  63. 415571c Replaced non-ascii chars by backslash escapes by Jack Jansen · 28 years ago
  64. 1a0dafb Somehow the <<terminated>> got mangled. Fixed. by Jack Jansen · 28 years ago
  65. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  66. 2429c72 Added missing include of Fonts.h by Jack Jansen · 28 years ago
  67. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  68. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  69. a4b7e14 Store default startup options in preference file or app. by Jack Jansen · 28 years ago
  70. 1e8557a For MW Python, update titlebar of window when python exits. by Jack Jansen · 29 years ago
  71. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  72. 85c9aea Added prototypes. by Jack Jansen · 29 years ago
  73. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  74. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  75. f950f8d Various changes wrt shared-library python: by Jack Jansen · 29 years ago
  76. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 30 years ago
  77. c02311b added printf -- hack for Think C to init stdwin and stdio by Guido van Rossum · 30 years ago
  78. 5c83252 must include rename2.h by Guido van Rossum · 30 years ago
  79. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  80. bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) by Jack Jansen · 30 years ago
  81. e783444 Intermediate version of changes after porting to MPW 3.2 by Guido van Rossum · 30 years ago
  82. b0f3c82 Added macmain.c (separate Mac specific main prog); bump version to 1.1 by Guido van Rossum · 30 years ago