1. 36d49a9 The identify() description didn't match the code. Fixed. by Jack Jansen · 22 years ago
  2. 20fa675 Allow switching of install dir after creation of preferences. by Jack Jansen · 22 years ago
  3. 6fde1ce - Use the tarfile module to unpack tarfiles. by Jack Jansen · 22 years ago
  4. 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 22 years ago
  5. 0ae3220 Detabbed. by Jack Jansen · 22 years ago
  6. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  7. 9dd7810 Sigh... The get() and set() commands are not declared in the aete for by Jack Jansen · 22 years ago
  8. 842273b Regenerated with property names with _Prop_ prepended. by Jack Jansen · 22 years ago
  9. bc95605 Properties (like enums) are not in the global namespace but only valid by Jack Jansen · 22 years ago
  10. 3279cb0 Turned the suite compiler into an object. by Jack Jansen · 22 years ago
  11. 18c9b13 - All messages are now dependent on the --verbose option. by Jack Jansen · 22 years ago
  12. fc71026 Subclasses of ObjectSpecifier can now be packed and unpacked. This allows by Jack Jansen · 22 years ago
  13. 397e914 In TalkTo.send(), check that we have access to the window manager, by Jack Jansen · 22 years ago
  14. 068a1e2 Regenerated again, now clases are sorted by code, and with synonyms after by Jack Jansen · 22 years ago
  15. 2dc16f2 Classes have to be sorted by code, not name, and synonyms have to by Jack Jansen · 22 years ago
  16. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 22 years ago
  17. 694570e Regenerated with the new way to get terminology (through AppleEvents), by Jack Jansen · 22 years ago
  18. d6ab153 On OSX the finder will return from an open() event before the application by Jack Jansen · 22 years ago
  19. d4885f8 Sigh: didn't catch all lists that needed to be sorted. Regenerated again. by Jack Jansen · 22 years ago
  20. 7377bec Regenerated (from resource files) with sorting version of gensuitemodule. by Jack Jansen · 22 years ago
  21. 52fbe53 Allow floating point values in ProgressBar. by Jack Jansen · 22 years ago
  22. b46bebf Regenerated with Donovan Prestons patch #702620. by Jack Jansen · 22 years ago
  23. 5c83bb0 use os.path.realpath() instead of os.readlink() by Just van Rossum · 22 years ago
  24. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 22 years ago
  25. 82ad32e only set $PYTHONHOME when building a standalone app. by Just van Rossum · 22 years ago
  26. 15624d8 Patch #681927 from Robin Dunn: add option to add shared libraries or by Just van Rossum · 22 years ago
  27. a87e447 set $PYTHONHOME in the bootstrap script, for no good reason really, by Just van Rossum · 22 years ago
  28. 450bd87 Capturing the exit status for the build process didn't work. Using by Jack Jansen · 22 years ago
  29. 47e5987 Patch by Andrew Straw: use urllib2 so proxie access works. by Jack Jansen · 22 years ago
  30. 1c8501e Filter out macfs warning. by Jack Jansen · 22 years ago
  31. 5b73385 Two ancient and obscure bugs found and fixed by Donovan Preston (these by Jack Jansen · 22 years ago
  32. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 22 years ago
  33. cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 22 years ago
  34. 7451e3b Call AEInteractWithUser() before bringing up any of the dialogs (with the by Jack Jansen · 22 years ago
  35. abeb7d5 Added a deprecation warning. by Jack Jansen · 22 years ago
  36. fb3c811 Changing the window type to movable modal isn't enough to make the dialogs movable: apprently you also need to set a bit in the dlgx resource. Did this. by Jack Jansen · 22 years ago
  37. a006b8e use bare raise so you get the original tb by Just van Rossum · 22 years ago
  38. 0ff7a4e use the same Python for running the bootstrap script and the main program by Just van Rossum · 22 years ago
  39. ddf5283 remove sitecustomize hack, will be solved elsewhere by Just van Rossum · 22 years ago
  40. ec396a1 Let's try making the dialogs at least Movable Modal. by Jack Jansen · 22 years ago
  41. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 22 years ago
  42. ade6264 Reverted the rev. 1.8 change: the magic for decoding resourcefiles by Jack Jansen · 22 years ago
  43. 4983331 tweak error message by Just van Rossum · 22 years ago
  44. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 22 years ago
  45. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 22 years ago
  46. 7322b1a Resolving parts of #688907: by Just van Rossum · 22 years ago
  47. f4a9ac2 Workaround for bug #644243 (which is actually an Apple bug, I think): URLs by Jack Jansen · 22 years ago
  48. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 22 years ago
  49. d9bb1a0 Getting rid of macfs. by Jack Jansen · 22 years ago
  50. 8cb1ff5 Get rid of macfs. by Jack Jansen · 22 years ago
  51. 9f59d52 Enable argv emulation if required. by Jack Jansen · 22 years ago
  52. a03adde Added an argv_emulation option (command line option: --argv or -a) which by Jack Jansen · 22 years ago
  53. b135548 Argvemulator still used the old Alias API. Fixed. by Jack Jansen · 22 years ago
  54. d6a3f93 Use "$@" to pass arguments to Python in stead of "${1}". This passes all by Jack Jansen · 22 years ago
  55. 946c194 When installing resource files whose name ends in .rsrc use the by Jack Jansen · 22 years ago
  56. a460f44 - Added support for zip archives by Jack Jansen · 22 years ago
  57. a2125fe Better error messages and warnings. by Jack Jansen · 22 years ago
  58. 0dacac4 Factored out classes for handling source and binary distributions. Source by Jack Jansen · 22 years ago
  59. e71b9f8 - Use distutils to find site-python (suggested by Thomas Heller, thanks!) by Jack Jansen · 22 years ago
  60. c96d6ce Thank you sir, can I have another. by Just van Rossum · 22 years ago
  61. f59c6fa When in MacPython-OSX use bundlebuilder to create .app bundles. by Jack Jansen · 22 years ago
  62. 53b341f - Better way to find site-packages by Jack Jansen · 22 years ago
  63. e7b33db Changed database format to make fields adhere to PEP 241 where by Jack Jansen · 22 years ago
  64. 8d326b8 Punctuation fixes in docstrings. by Jack Jansen · 22 years ago
  65. 6a600ab Added docstrings. by Jack Jansen · 22 years ago
  66. 26bf3ac - Better exception when the database isn't found. by Jack Jansen · 22 years ago
  67. c4b217d Use MD5 checksums to check archive integrity and forestall downloads. by Jack Jansen · 22 years ago
  68. b4bb64e Added preInstall and postInstall commands to packages. PIL needs this by Jack Jansen · 22 years ago
  69. 95839b8 Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at by Jack Jansen · 22 years ago
  70. 2731c5c Made AskFile* dialogs movable-modal by default, by providing a dummy by Jack Jansen · 22 years ago
  71. caaad98 Got rid of macfs and FSSpecs. by Jack Jansen · 22 years ago
  72. cf0b2e8 Getting rid of macfs and FSSpecs. by Jack Jansen · 22 years ago
  73. d66071b Got rid of macfs by Jack Jansen · 22 years ago
  74. 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 22 years ago
  75. 57ba55b - Handle the img and MediaFormat modules not being available (by not by Jack Jansen · 22 years ago
  76. cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 22 years ago
  77. 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 22 years ago
  78. 2aa0956 icon support by Robin Dunn, closes patch #678218 by Just van Rossum · 22 years ago
  79. 090da4b Moved aepack test code to the test suite. by Jack Jansen · 22 years ago
  80. 0502d89 Some objects could have uninitialized attributes. Fixed. by Jack Jansen · 22 years ago
  81. cbdffce test_macfs found an error on the first day of its existence: round trips for date values to FSSpec.{Get,Set}Dates didn't work in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
  82. 2b88dec Converted to not use macfs whenever possible. by Jack Jansen · 22 years ago
  83. 28827e2 Don't import Nav. It isn't needed, and importing it doesn't work in a by Jack Jansen · 22 years ago
  84. db5ab80 Path to default location for Python output has changed. by Jack Jansen · 22 years ago
  85. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
  86. 32417e7 Tweaked time conversion to work in MacPython-OS9. by Jack Jansen · 22 years ago
  87. 374c435 Added DepracationWarnings to the old Standard File calls. by Jack Jansen · 22 years ago
  88. e1c4f0b Tuples and lists don't have a copy() method (yet?). by Jack Jansen · 22 years ago
  89. 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 22 years ago
  90. cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 22 years ago
  91. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 22 years ago
  92. 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 22 years ago
  93. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
  94. 504377d make sure src exists before creating a symlink by Just van Rossum · 22 years ago
  95. f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 22 years ago
  96. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  97. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
  98. f07518a support unicode in menu items by Just van Rossum · 22 years ago
  99. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  100. 27d19c4 Removed the SetDates warning. The warning is in the readme, and the print statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually). by Jack Jansen · 22 years ago