1. 45f5c4a Removed unused variable by Jack Jansen · 21 years ago
  2. 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 · 21 years ago
  3. fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 21 years ago
  4. ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 21 years ago
  5. 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 21 years ago
  6. 62442c2 Fix for bug #697546: don't auto-register the Python documentation by Jack Jansen · 21 years ago
  7. 0d58ba9 These are no longer used. by Jack Jansen · 21 years ago
  8. 5125c76 Gave the text fields a little more space, so they don't get cut off. by Jack Jansen · 21 years ago
  9. 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 21 years ago
  10. d505cab Accept only the system default encoding when converting Python by Jack Jansen · 21 years ago
  11. 1221524 Don't call AEInteractWithUser unconditionally on a quit appleevent. The by Jack Jansen · 21 years ago
  12. d5532af Check modes on install and temporary directories. Fixes #693230. by Jack Jansen · 21 years ago
  13. f172871 Removed silly print. by Jack Jansen · 21 years ago
  14. f92ec2d StdFilterProc() uses InOut parameters. by Jack Jansen · 21 years ago
  15. c00b6d7 Added an "Open Recent" command. Fixes 607810. by Jack Jansen · 21 years ago
  16. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 21 years ago
  17. ec43f64 Fix building of Idle applet. by Jack Jansen · 21 years ago
  18. af1d422 Allow specifiying the destination for --extra files (default: same by Jack Jansen · 21 years ago
  19. 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 21 years ago
  20. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  21. 2bc4a47 WASTEconst.py goes one level above the toolbox directory. by Jack Jansen · 21 years ago
  22. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 21 years ago
  23. cef2f7c Use pythonw as the default interpreter also for .py scripts (overridable by Jack Jansen · 21 years ago
  24. 4ccf3e1 Undid half of the previous checkin: continue using BuildApplet for most by Jack Jansen · 21 years ago
  25. 3d3b746 Optionally honour #! paths in scripts. Fixes #676358. by Jack Jansen · 21 years ago
  26. fd3e54c When building an applet clear out the tempfile and dir afterwards. by Jack Jansen · 21 years ago
  27. d2c684f Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at least by Jack Jansen · 21 years ago
  28. 4ab8437 Allow opening of alternate databases. by Jack Jansen · 21 years ago
  29. f68043c Got building documentation from source to work. by Jack Jansen · 21 years ago
  30. c13f19f Icons for the package manager. by Jack Jansen · 21 years ago
  31. 3a146b6 Photoshop source file for package manager icon. by Jack Jansen · 21 years ago
  32. d780036 Use bundlebuilder directly to build applets. by Jack Jansen · 21 years ago
  33. ffb8fef Allow this to run both standalone and as a window in the IDE. by Jack Jansen · 21 years ago
  34. a359a3d More int() around float arguments. by Jack Jansen · 21 years ago
  35. c0452da Create applets slightly differently: by saving the sourcecode to a by Jack Jansen · 21 years ago
  36. 113af98 Renamed InstallManager to PackageManager, finished a first stab at the by Jack Jansen · 21 years ago
  37. 9c679f8 In a MultiList select all cells in the row, not only the first one. by Jack Jansen · 21 years ago
  38. 73019a6 An install manager window for the IDE and standalone use. Unfinished. by Jack Jansen · 21 years ago
  39. 726b238 - More int() calls around floating point numbers passed where integers are by Jack Jansen · 21 years ago
  40. 658375b Got rid of macfs. by Jack Jansen · 21 years ago
  41. 5a79329 Got rid of FSSpecs. by Jack Jansen · 21 years ago
  42. e7ee17c Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now by Jack Jansen · 21 years ago
  43. f3f4af5 Got rid of macfs and made a bit more OSX-friendly. by Jack Jansen · 21 years ago
  44. 19e02fc removing old junk by Just van Rossum · 21 years ago
  45. ab564ee Removed unused import of macfs. by Jack Jansen · 21 years ago
  46. 6d8bca8 I don't think this script serves a useful purpose anymore, and I can't by Jack Jansen · 21 years ago
  47. 611b9f6 Added "Open File by Name" command which presens a filename dialog. If by Jack Jansen · 21 years ago
  48. d424836 Cast various floats to ints so we don't get warnings. by Jack Jansen · 21 years ago
  49. 8d4f06a Added itertools module. by Jack Jansen · 21 years ago
  50. b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 21 years ago
  51. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 21 years ago
  52. 3bd8d0f patch #678211 from Robin Dunn by Just van Rossum · 21 years ago
  53. 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 21 years ago
  54. 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 21 years ago
  55. fd0b00e Use new file dialogs. by Jack Jansen · 21 years ago
  56. 2373ff4 Fix an omission in the previous checkin. by Jack Jansen · 21 years ago
  57. b340acf Use new file dialogs. by Jack Jansen · 21 years ago
  58. df976ca Use new file dialogs. by Jack Jansen · 21 years ago
  59. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 21 years ago
  60. d44a3ec Getting rid of StandardGetFile by Jack Jansen · 21 years ago
  61. 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 21 years ago
  62. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 21 years ago
  63. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 21 years ago
  64. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 21 years ago
  65. c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 21 years ago
  66. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  67. bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
  68. b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 22 years ago
  69. c1a9cab interpret utf-8 file names on OSX by Just van Rossum · 22 years ago
  70. addc11e removed silly & mask, avoiding FutureWarning by Just van Rossum · 22 years ago
  71. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  72. 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
  73. 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
  74. fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
  75. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  76. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  77. 36e142e This file hasn't been committed for a long time, because it erronuously ended by Jack Jansen · 22 years ago
  78. 9911fc4 Long-obsolete, replaced by Carbon.Sound. by Jack Jansen · 22 years ago
  79. f044e09 Changed the input field for the interpreter to use (in the preferences by Jack Jansen · 22 years ago
  80. 9431e48 macfsn is gone. by Jack Jansen · 22 years ago
  81. 6dd561b Integrated macfsn into macfs, and made the Standard File calls return the by Jack Jansen · 22 years ago
  82. 315e9be Return the macfs variation for FSSpec and Alias, not the underlying by Jack Jansen · 22 years ago
  83. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
  84. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
  85. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  86. 073ac9f Added File and Folder, removed macfs. by Jack Jansen · 22 years ago
  87. e77f58a Fixed typo. by Jack Jansen · 22 years ago
  88. e072b87 Removed macfs, added File and Folder. by Jack Jansen · 22 years ago
  89. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  90. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  91. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
  92. ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 22 years ago
  93. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  94. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
  95. 4235e71 A replacement for the macfs extension module, implemented with normal by Jack Jansen · 22 years ago
  96. 4f0e05f Gone: the constants have been moved to macfs.py (which, upon import, also by Jack Jansen · 22 years ago
  97. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  98. 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
  99. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
  100. 58fc91f This module will shortly replace the builtin module macfs. It is not by Jack Jansen · 22 years ago