- f59c6fa When in MacPython-OSX use bundlebuilder to create .app bundles. by Jack Jansen · 23 years ago
- 53b341f - Better way to find site-packages by Jack Jansen · 23 years ago
- e7b33db Changed database format to make fields adhere to PEP 241 where by Jack Jansen · 23 years ago
- 8d326b8 Punctuation fixes in docstrings. by Jack Jansen · 23 years ago
- 6a600ab Added docstrings. by Jack Jansen · 23 years ago
- 26bf3ac - Better exception when the database isn't found. by Jack Jansen · 23 years ago
- c4b217d Use MD5 checksums to check archive integrity and forestall downloads. by Jack Jansen · 23 years ago
- b4bb64e Added preInstall and postInstall commands to packages. PIL needs this by Jack Jansen · 23 years ago
- 95839b8 Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at by Jack Jansen · 23 years ago
- 2731c5c Made AskFile* dialogs movable-modal by default, by providing a dummy by Jack Jansen · 23 years ago
- caaad98 Got rid of macfs and FSSpecs. by Jack Jansen · 23 years ago
- cf0b2e8 Getting rid of macfs and FSSpecs. by Jack Jansen · 23 years ago
- d66071b Got rid of macfs by Jack Jansen · 23 years ago
- 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 23 years ago
- 57ba55b - Handle the img and MediaFormat modules not being available (by not by Jack Jansen · 23 years ago
- cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 23 years ago
- 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 23 years ago
- 2aa0956 icon support by Robin Dunn, closes patch #678218 by Just van Rossum · 23 years ago
- 090da4b Moved aepack test code to the test suite. by Jack Jansen · 23 years ago
- 0502d89 Some objects could have uninitialized attributes. Fixed. by Jack Jansen · 23 years ago
- 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 · 23 years ago
- 2b88dec Converted to not use macfs whenever possible. by Jack Jansen · 23 years ago
- 28827e2 Don't import Nav. It isn't needed, and importing it doesn't work in a by Jack Jansen · 23 years ago
- db5ab80 Path to default location for Python output has changed. by Jack Jansen · 23 years ago
- 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 23 years ago
- 32417e7 Tweaked time conversion to work in MacPython-OS9. by Jack Jansen · 23 years ago
- 374c435 Added DepracationWarnings to the old Standard File calls. by Jack Jansen · 23 years ago
- e1c4f0b Tuples and lists don't have a copy() method (yet?). by Jack Jansen · 23 years ago
- 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 23 years ago
- cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 23 years ago
- 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 23 years ago
- 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 23 years ago
- e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 23 years ago
- 504377d make sure src exists before creating a symlink by Just van Rossum · 23 years ago
- f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 23 years ago
- 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 23 years ago
- 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 23 years ago
- f07518a support unicode in menu items by Just van Rossum · 23 years ago
- 4e051d4 add newline to source before compilation by Just van Rossum · 23 years ago
- 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 · 23 years ago
- 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 23 years ago
- 077c582 always also search on sys.path for res files by Just van Rossum · 23 years ago
- 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 23 years ago
- 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 23 years ago
- 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 23 years ago