1. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 14 years ago
  2. f84d7e9 MACOSX by Ronald Oussoren · 15 years ago
  3. f29b6b4 Merged revisions 70741 via svnmerge from by Ronald Oussoren · 15 years ago
  4. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  5. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  6. 28ecf70 Getting rid of support for MacOS9 and earlier. This is the first step, by Jack Jansen · 21 years ago
  7. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 21 years ago
  8. fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
  9. 9e7da62 Removed: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  10. 1562537 Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. by Jack Jansen · 22 years ago
  11. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  12. 99286f9 New checkin to convert from BinHex to AppleSingle encoding. by Jack Jansen · 22 years ago
  13. 51e77e1 Regenerated from UH 3.4. Candidate for 2.2.1. by Jack Jansen · 22 years ago
  14. 6c6b079 Added the modules I missed first time around. Still not good enough, though: bgerror does a "package require msgcat" and I don't see a way to put packages into resources. Off to the mactcl list for help... by Jack Jansen · 22 years ago
  15. 850bbcd Upgraded _tkinter to Tcl/Tk 8.3.4. by Jack Jansen · 22 years ago
  16. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  17. 42b1539 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  18. 7a40179 Long time overdue: change sys.path defaults so that people will by Just van Rossum · 23 years ago
  19. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  20. 1a3125e Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the unusual [cancel, no, yes] to the more standard [no, cancel, yes]. by Just van Rossum · 23 years ago
  21. 26e51e1 Updated copyright info (which was long due). by Jack Jansen · 23 years ago
  22. 3f4c173 Oops, ISO translation was off. Fixed. by Jack Jansen · 23 years ago
  23. bb74f95 Started on plst resource. Not enabled yet. by Jack Jansen · 23 years ago
  24. 1b45c73 Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python. by Jack Jansen · 23 years ago
  25. 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
  26. 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
  27. 670c4bd Upped the default memory size to a whopping 24Mb, which is needed to make the autotests run. Sigh. User with low-memory systems will have to adapt the setting. by Jack Jansen · 23 years ago
  28. ca919da Made the about box a bit larger (Apparently MacOSX does something a little different?). by Jack Jansen · 23 years ago
  29. 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
  30. f1a0a4b Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. by Jack Jansen · 24 years ago
  31. b8bb3fe Fixed balloon help for startup options. Reported by Russell Finn. by Jack Jansen · 24 years ago
  32. 9ec8c06 Different phrasing of keepconsole options, suggested by David Goodger. by Jack Jansen · 24 years ago
  33. 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
  34. f86eda5 Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv. by Jack Jansen · 24 years ago
  35. 26d7c14 Final tweaks for 2.0b1 by Jack Jansen · 24 years ago
  36. b1aac24 'carb' resource for carbon application. by Jack Jansen · 24 years ago
  37. fd771a6 Upped default memory size to 16MB by Jack Jansen · 24 years ago
  38. dab0554 Added lib-tk to the standard sys.path initializer. by Jack Jansen · 24 years ago
  39. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  40. 322e158 Tk 8.3.0 resources. by Jack Jansen · 24 years ago
  41. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 24 years ago
  42. 97e0ae2 Increase applet minimal memory size by a megabyte. by Jack Jansen · 25 years ago
  43. 8a9fdff Added kind resources (in US-english and dutch, sigh). by Jack Jansen · 25 years ago
  44. 871a889 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  45. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  46. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  47. b8c9f01 Removed all owner resources except for "Pyth". by Jack Jansen · 25 years ago
  48. 1e4cc33 Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc. by Jack Jansen · 25 years ago
  49. 6d3d6e4 Added Extensions:img:Mac to default sys.path by Jack Jansen · 25 years ago
  50. 9202755 Replaced by Pythonpath.r by Jack Jansen · 25 years ago
  51. 53ea134 doh! added missing comma (will check before committing in the future ;-) -- jvr by Just van Rossum · 25 years ago
  52. 9f08666 added path entry for NumPy -- jvr by Just van Rossum · 25 years ago
  53. d2d2b20 Pythonpath converted to Rez source, and vers resource removed from by Jack Jansen · 25 years ago
  54. f25813a Re-committed as AppleSingle by Jack Jansen · 25 years ago
  55. c9bda41 Updated for new build and plugin paths by Jack Jansen · 25 years ago
  56. bf07b29 Re-commit in applesingle by Jack Jansen · 25 years ago
  57. 0fa2ccd added default sys.path entry for NumPy -- jvr by Just van Rossum · 25 years ago
  58. 7d2f9d6 Updated the version number in the vers and preffilename resources. by Jack Jansen · 25 years ago
  59. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  60. 0e56568 The help dialog id numbers never got changed when the dialog numbers changed, by Jack Jansen · 26 years ago
  61. eaced79 Replaced the hand-generated .hqx files by the binary resourcefiles themselves by Jack Jansen · 26 years ago
  62. a7a7df0 New about box and a few other fixes by Just, and everything got by Jack Jansen · 26 years ago
  63. 7a32fa1 Fixes by Just: by Jack Jansen · 26 years ago
  64. 66691ba Updated for Python 1.5.1: version number, preference filename, etc by Jack Jansen · 26 years ago
  65. 6b02ac2 I give in. Now Tk is also using resources just above 128, so Python by Jack Jansen · 27 years ago
  66. a5e2ece - Tk 8.0p2 script resources by Jack Jansen · 27 years ago
  67. f774c41 Upped version to 1.5a4, changed sys.path initialization to match new by Jack Jansen · 27 years ago
  68. 01cfe36 Added no-site-python and old-exceptions preferences. by Jack Jansen · 27 years ago
  69. 80cf5a8 The python preference resource now has a version number, and by Jack Jansen · 27 years ago
  70. 4be0ce3 New version number, new tk resources, new error numbers, new GUSI by Jack Jansen · 27 years ago
  71. baa6d55 Version number and such for 1.5a2 distribution by Jack Jansen · 27 years ago
  72. 5258190 Changed version string and preferences filename to 1.5a2. by Jack Jansen · 27 years ago
  73. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 27 years ago
  74. 73d203f Version upped to 1.5a1 by Jack Jansen · 27 years ago
  75. 3edc476 Included new MSL error numbers by Jack Jansen · 27 years ago
  76. 42218ce Added/updated copyright notices by Jack Jansen · 27 years ago
  77. 56c3c76 Fixed bundle to allow any object (file, folder, disk) to be dropped on by Jack Jansen · 28 years ago
  78. 6c06590 More sensible default sys.path by Jack Jansen · 28 years ago
  79. d6fccdf Fixed gusi preferences by Jack Jansen · 28 years ago
  80. baffd68 Version upped to 1.4, removed some unused dialogs, added STR resource by Jack Jansen · 28 years ago
  81. f5b31c9 Changed about box to come up invisibly (so we can move it to the right by Jack Jansen · 28 years ago
  82. 0890857 Removed faulty gusi resource by Jack Jansen · 28 years ago
  83. ca3cddd Removed duplicate gusi pref from bundle by Jack Jansen · 28 years ago
  84. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  85. 6c3d35a Regenerated, now also includes errno values plus explanations by Jack Jansen · 28 years ago
  86. a82b045 Version upped by Jack Jansen · 28 years ago
  87. bb708ae Updated for new tcl/tk release by Jack Jansen · 28 years ago
  88. 4f1fe32 Upped version number, rebinhexed everything by Jack Jansen · 28 years ago
  89. 4f0456d Recreated tkpython.rsrc, upped version number by Jack Jansen · 28 years ago
  90. 3422f2c Moved a button in the message dialog. and everything got binhexed again. by Jack Jansen · 28 years ago
  91. e6dde14 Removed one level of "mac" in path initialization by Jack Jansen · 28 years ago
  92. ca5e5ed Fixed pythonpath to include tkinter and mac:toolbox, and source-tree by Jack Jansen · 28 years ago
  93. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  94. d19db60 - gusiprefs.rsrc added (note: must be in application/applet, not in by Jack Jansen · 28 years ago
  95. b137a33 Added TMPL for startup options app. by Jack Jansen · 28 years ago
  96. 532e3c2 Changed MacOS creator code from PYTH to Pyth by Jack Jansen · 28 years ago
  97. 23b8841 Tk resources (but with a different name, without a space) by Jack Jansen · 28 years ago
  98. 29c6121 A different binhexer, apparently:-( by Jack Jansen · 29 years ago
  99. e3342e8 Added progress-bar dialog by Jack Jansen · 29 years ago
  100. a8304b6 Updated 'vers' resource to 1.3 (forgot before the distribution:-) by Jack Jansen · 29 years ago