1. 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 21 years ago
  2. ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 21 years ago
  3. 36b5198 Refer people to the help pages on failure to load the database. by Jack Jansen · 21 years ago
  4. 64509b3 Added a note on getting 404 Not Found errors when loading the database. by Jack Jansen · 21 years ago
  5. a950d7b Added support for per-user installs. by Jack Jansen · 21 years ago
  6. 4323090 Adapted GUI for per-user install. Doesn't do anything yet, though by Jack Jansen · 21 years ago
  7. b603529 The minimal scripting example now actually works. by Jack Jansen · 21 years ago
  8. aca44e2 Added a File->Generate OSA Suite command. by Jack Jansen · 21 years ago
  9. 71ad9fb Added 1-page introductions to creating GUIs in Python and the OSA interface. by Jack Jansen · 21 years ago
  10. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 21 years ago
  11. 1269be5 - Added an is_scriptable method to test applications for having by Jack Jansen · 21 years ago
  12. 0fc192a - Prefer using events (in stead of poking around in resource files) to by Jack Jansen · 21 years ago
  13. 8307e02 Sometimes a class is used as a base class of itself. Obviously there's by Jack Jansen · 21 years ago
  14. 00c3483 Sigh: didn't catch all lists that needed to be sorted. by Jack Jansen · 21 years ago
  15. 03b9c91 - Sort various lists (list of events, OSA-classes, etc) before generating by Jack Jansen · 21 years ago
  16. 0e85e7a If GetAppTerminology fails (which seems to be the usual case on OSX?) by Jack Jansen · 21 years ago
  17. a154262 Modified to accept a command line argument too. by Jack Jansen · 21 years ago
  18. 49754af Frank Vercruesse gave an okay on removing the copyright notice: by Jack Jansen · 21 years ago
  19. 7cb016d Not all objects have an _propdict and _privpropdict, so cater for that. by Jack Jansen · 21 years ago
  20. 57c914c Lots of tweaks to make this work in the new setting. Not fully tested yet. by Jack Jansen · 21 years ago
  21. 8806d47 Tools to build a disk image with a binary installer for MacPython-OSX, by Jack Jansen · 21 years ago
  22. bc4ded9 Give a better error message when a string of the wrong size is by Jack Jansen · 21 years ago
  23. 47345a7 Generate all the standard OSA suite packages. Has absolute pathname by Jack Jansen · 21 years ago
  24. 59cdbce Got rid of the "enum not found" interaction, and added code to allow by Jack Jansen · 21 years ago
  25. 714caa0 Allow gensuitemodule to be run non-interactively, from the OSX command by Jack Jansen · 21 years ago
  26. 6fa2dc7 Added _csv module, and getting rid of macfs. by Jack Jansen · 21 years ago
  27. bb829b7 Getting rid of macfs. by Jack Jansen · 21 years ago
  28. 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 21 years ago
  29. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 21 years ago
  30. fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 21 years ago
  31. 54e7d2c Get rid of Mac.pth: plat-mac is now added through the normal mechanism. by Jack Jansen · 21 years ago
  32. 08801db The MacPython introductory help is now called MacPython Help, and the by Jack Jansen · 21 years ago
  33. f3ef038 - Don't ask for bring-to-front when quitting through an appleevent. by Jack Jansen · 21 years ago
  34. 3fd4013 Lots of textual changes suggested by Matthew Moelter. by Jack Jansen · 21 years ago
  35. 82f1d2c Add a simple Apple Help book to the framework. by Jack Jansen · 22 years ago
  36. 8a0b566 Adding MacPython online help. Only the basics are installed, with a by Jack Jansen · 22 years ago
  37. 2b47756 This file was terribly outdated. The example is still silly (and won't by Jack Jansen · 22 years ago
  38. dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
  39. 45f5c4a Removed unused variable by Jack Jansen · 22 years ago
  40. 1d0c6cf Got PythonStandalone to work again, mainly for debugging purposes (it's much easier to debug GUSI errors in a static build). by Jack Jansen · 22 years ago
  41. fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 22 years ago
  42. ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 22 years ago
  43. 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 22 years ago
  44. 62442c2 Fix for bug #697546: don't auto-register the Python documentation by Jack Jansen · 22 years ago
  45. 0d58ba9 These are no longer used. by Jack Jansen · 22 years ago
  46. 5125c76 Gave the text fields a little more space, so they don't get cut off. by Jack Jansen · 22 years ago
  47. 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 22 years ago
  48. d505cab Accept only the system default encoding when converting Python by Jack Jansen · 22 years ago
  49. 1221524 Don't call AEInteractWithUser unconditionally on a quit appleevent. The by Jack Jansen · 22 years ago
  50. d5532af Check modes on install and temporary directories. Fixes #693230. by Jack Jansen · 22 years ago
  51. f172871 Removed silly print. by Jack Jansen · 22 years ago
  52. f92ec2d StdFilterProc() uses InOut parameters. by Jack Jansen · 22 years ago
  53. c00b6d7 Added an "Open Recent" command. Fixes 607810. by Jack Jansen · 22 years ago
  54. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 22 years ago
  55. ec43f64 Fix building of Idle applet. by Jack Jansen · 22 years ago
  56. af1d422 Allow specifiying the destination for --extra files (default: same by Jack Jansen · 22 years ago
  57. 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 22 years ago
  58. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
  59. 2bc4a47 WASTEconst.py goes one level above the toolbox directory. by Jack Jansen · 22 years ago
  60. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 22 years ago
  61. cef2f7c Use pythonw as the default interpreter also for .py scripts (overridable by Jack Jansen · 22 years ago
  62. 4ccf3e1 Undid half of the previous checkin: continue using BuildApplet for most by Jack Jansen · 22 years ago
  63. 3d3b746 Optionally honour #! paths in scripts. Fixes #676358. by Jack Jansen · 22 years ago
  64. fd3e54c When building an applet clear out the tempfile and dir afterwards. by Jack Jansen · 22 years ago
  65. d2c684f Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at least by Jack Jansen · 22 years ago
  66. 4ab8437 Allow opening of alternate databases. by Jack Jansen · 22 years ago
  67. f68043c Got building documentation from source to work. by Jack Jansen · 22 years ago
  68. c13f19f Icons for the package manager. by Jack Jansen · 22 years ago
  69. 3a146b6 Photoshop source file for package manager icon. by Jack Jansen · 22 years ago
  70. d780036 Use bundlebuilder directly to build applets. by Jack Jansen · 22 years ago
  71. ffb8fef Allow this to run both standalone and as a window in the IDE. by Jack Jansen · 22 years ago
  72. a359a3d More int() around float arguments. by Jack Jansen · 22 years ago
  73. c0452da Create applets slightly differently: by saving the sourcecode to a by Jack Jansen · 22 years ago
  74. 113af98 Renamed InstallManager to PackageManager, finished a first stab at the by Jack Jansen · 22 years ago
  75. 9c679f8 In a MultiList select all cells in the row, not only the first one. by Jack Jansen · 22 years ago
  76. 73019a6 An install manager window for the IDE and standalone use. Unfinished. by Jack Jansen · 22 years ago
  77. 726b238 - More int() calls around floating point numbers passed where integers are by Jack Jansen · 22 years ago
  78. 658375b Got rid of macfs. by Jack Jansen · 22 years ago
  79. 5a79329 Got rid of FSSpecs. by Jack Jansen · 22 years ago
  80. e7ee17c Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now by Jack Jansen · 22 years ago
  81. f3f4af5 Got rid of macfs and made a bit more OSX-friendly. by Jack Jansen · 22 years ago
  82. 19e02fc removing old junk by Just van Rossum · 22 years ago
  83. ab564ee Removed unused import of macfs. by Jack Jansen · 22 years ago
  84. 6d8bca8 I don't think this script serves a useful purpose anymore, and I can't by Jack Jansen · 22 years ago
  85. 611b9f6 Added "Open File by Name" command which presens a filename dialog. If by Jack Jansen · 22 years ago
  86. d424836 Cast various floats to ints so we don't get warnings. by Jack Jansen · 22 years ago
  87. 8d4f06a Added itertools module. by Jack Jansen · 22 years ago
  88. b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 22 years ago
  89. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 22 years ago
  90. 3bd8d0f patch #678211 from Robin Dunn by Just van Rossum · 22 years ago
  91. 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 22 years ago
  92. 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 22 years ago
  93. fd0b00e Use new file dialogs. by Jack Jansen · 22 years ago
  94. 2373ff4 Fix an omission in the previous checkin. by Jack Jansen · 22 years ago
  95. b340acf Use new file dialogs. by Jack Jansen · 22 years ago
  96. df976ca Use new file dialogs. by Jack Jansen · 22 years ago
  97. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
  98. d44a3ec Getting rid of StandardGetFile by Jack Jansen · 22 years ago
  99. 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 22 years ago
  100. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 22 years ago