summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* Path to default location for Python output has changed.Jack Jansen2003-01-261-3/+3
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-261-12/+16
* Tweaked time conversion to work in MacPython-OS9.Jack Jansen2003-01-221-2/+5
* Added DepracationWarnings to the old Standard File calls.Jack Jansen2003-01-211-0/+9
* Tuples and lists don't have a copy() method (yet?).Jack Jansen2003-01-211-1/+1
* Implemented StandardGetFile and friends with the new EasyDialogs fileJack Jansen2003-01-211-96/+20
* Oops, this file wasn't 8-bit-clean yet. Fixed.Jack Jansen2003-01-211-3/+3
* Spell out the arguments to AskFileForOpen and friends, so help() gives usefulJack Jansen2003-01-211-45/+100
* Use new file dialogs in GetArgv()Jack Jansen2003-01-211-11/+10
* Fixed the first two bugs in the new file dialogs (found by Just):Jack Jansen2003-01-171-1/+2
* make sure src exists before creating a symlinkJust van Rossum2003-01-171-0/+2
* Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). TheseJack Jansen2003-01-171-2/+154
* Implemented FSCatalogInfo structure support, and used this to implementJack Jansen2003-01-151-5/+30
* make sure Info.plist has a CFBundleIdentifier entryJust van Rossum2003-01-131-0/+2
* support unicode in menu itemsJust van Rossum2003-01-091-1/+4
* add newline to source before compilationJust van Rossum2003-01-091-1/+1
* Removed the SetDates warning. The warning is in the readme, and the print sta...Jack Jansen2003-01-081-2/+2
* quashed another case of the 32-bit warning.Jack Jansen2003-01-081-1/+1
* always also search on sys.path for res filesJust van Rossum2003-01-061-3/+2
* module to run commands in a Terminal.app windowJust van Rossum2003-01-041-0/+54
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30136-0/+32303