1. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  2. d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 23 years ago
  3. 15f1c08 - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 23 years ago
  4. 657ba27 More changes to attempt to get the menubar back on exit. Without success:-( by Jack Jansen · 23 years ago
  5. 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
  6. c00df0b Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression. by Jack Jansen · 24 years ago
  7. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  8. 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
  9. 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
  10. dc86f9e Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  11. 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
  12. 65c3ee0 Use same short banner message as unix/win Python. by Jack Jansen · 24 years ago
  13. 6be3480 Removed debug output. by Jack Jansen · 24 years ago
  14. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  15. 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
  16. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  17. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  18. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  19. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  20. ee6eeb1 Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  21. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  22. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  23. 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
  24. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  25. 87c485c Initialize the program name before adding shared library resources (Just). by Jack Jansen · 26 years ago
  26. a7a89eb Implemented nositepython and oldexceptions flags by Jack Jansen · 27 years ago
  27. 36b983c Added old-exception and no-site-python options and balloon help by Jack Jansen · 27 years ago
  28. ac62569 sys.prefix and sys.exec_prefix are now set correctly. by Jack Jansen · 27 years ago
  29. 7330b39 Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and by Jack Jansen · 27 years ago
  30. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  31. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  32. a39f1b0 - Added Py_GetProgramFullPath by Jack Jansen · 27 years ago
  33. e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 27 years ago
  34. 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 27 years ago
  35. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 27 years ago
  36. 42218ce Added/updated copyright notices by Jack Jansen · 27 years ago
  37. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  38. 8c69321 Added profiler initialization/finalization code (if __profile__ is defined) by Jack Jansen · 28 years ago
  39. daed771 Py_GetProgramName turns out not to be obsolete (used by _tkinter). by Jack Jansen · 28 years ago
  40. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  41. 3f7d2b4 - Rationalized override preferences support, by remembering by Jack Jansen · 28 years ago
  42. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  43. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  44. 76ceece Guido: added some void's to declarations by Jack Jansen · 28 years ago
  45. 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
  46. a547dca Old names changed to Py_GetCopyright, etc. by Jack Jansen · 28 years ago
  47. 415571c Replaced non-ascii chars by backslash escapes by Jack Jansen · 28 years ago
  48. 1a0dafb Somehow the <<terminated>> got mangled. Fixed. by Jack Jansen · 28 years ago
  49. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  50. 2429c72 Added missing include of Fonts.h by Jack Jansen · 28 years ago
  51. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  52. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  53. a4b7e14 Store default startup options in preference file or app. by Jack Jansen · 28 years ago
  54. 1e8557a For MW Python, update titlebar of window when python exits. by Jack Jansen · 29 years ago
  55. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  56. 85c9aea Added prototypes. by Jack Jansen · 29 years ago
  57. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  58. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  59. f950f8d Various changes wrt shared-library python: by Jack Jansen · 29 years ago
  60. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 29 years ago
  61. c02311b added printf -- hack for Think C to init stdwin and stdio by Guido van Rossum · 30 years ago
  62. 5c83252 must include rename2.h by Guido van Rossum · 30 years ago
  63. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  64. bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) by Jack Jansen · 30 years ago
  65. e783444 Intermediate version of changes after porting to MPW 3.2 by Guido van Rossum · 30 years ago
  66. b0f3c82 Added macmain.c (separate Mac specific main prog); bump version to 1.1 by Guido van Rossum · 30 years ago