summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
Commit message (Expand)AuthorAgeFilesLines
* added some comments, minor tweaksJust van Rossum2003-02-251-3/+34
* Resolving parts of #688907:Just van Rossum2003-02-251-9/+29
* Workaround for bug #644243 (which is actually an Apple bug, I think): URLsJack Jansen2003-02-251-0/+4
* Added a -c (--copyfile) option with argument src:dst which copies file srcJack Jansen2003-02-242-3/+12
* Getting rid of macfs.Jack Jansen2003-02-213-8/+6
* Get rid of macfs.Jack Jansen2003-02-211-60/+59
* Enable argv emulation if required.Jack Jansen2003-02-181-2/+4
* Added an argv_emulation option (command line option: --argv or -a) whichJack Jansen2003-02-181-2/+36
* Argvemulator still used the old Alias API. Fixed.Jack Jansen2003-02-181-2/+2
* Use "$@" to pass arguments to Python in stead of "${1}". This passes allJack Jansen2003-02-181-1/+1
* When installing resource files whose name ends in .rsrc use theJack Jansen2003-02-172-5/+45
* - Added support for zip archivesJack Jansen2003-02-171-3/+13
* Better error messages and warnings.Jack Jansen2003-02-161-7/+11
* Factored out classes for handling source and binary distributions. SourceJack Jansen2003-02-141-40/+126
* - Use distutils to find site-python (suggested by Thomas Heller, thanks!)Jack Jansen2003-02-121-7/+3
* Thank you sir, can I have another.Just van Rossum2003-02-121-3/+3
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-124-181/+53
* - Better way to find site-packagesJack Jansen2003-02-121-3/+43
* Changed database format to make fields adhere to PEP 241 whereJack Jansen2003-02-111-116/+113
* Punctuation fixes in docstrings.Jack Jansen2003-02-101-3/+3
* Added docstrings.Jack Jansen2003-02-101-6/+130
* - Better exception when the database isn't found.Jack Jansen2003-02-101-1/+3
* Use MD5 checksums to check archive integrity and forestall downloads.Jack Jansen2003-02-101-11/+38
* Added preInstall and postInstall commands to packages. PIL needs thisJack Jansen2003-02-101-1/+17
* Strawman for a Package Install Manager for Python. It isn't CPAN yet, but atJack Jansen2003-02-091-0/+499
* Made AskFile* dialogs movable-modal by default, by providing a dummyJack Jansen2003-02-071-10/+26
* Got rid of macfs and FSSpecs.Jack Jansen2003-02-061-4/+3
* Getting rid of macfs and FSSpecs.Jack Jansen2003-02-051-7/+5
* Got rid of macfsJack Jansen2003-02-051-5/+3
* Fixed a few typos, and changed FSCreateResourceFile filename argument to unic...Jack Jansen2003-02-051-3/+3
* - Handle the img and MediaFormat modules not being available (by notJack Jansen2003-02-041-24/+40
* Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9.Jack Jansen2003-02-021-18/+22
* jeez, now I know why I shouldn't even _want_ to learn sh.Just van Rossum2003-02-021-4/+4
* icon support by Robin Dunn, closes patch #678218Just van Rossum2003-02-011-1/+14
* Moved aepack test code to the test suite.Jack Jansen2003-01-291-40/+0
* Some objects could have uninitialized attributes. Fixed.Jack Jansen2003-01-291-0/+2
* test_macfs found an error on the first day of its existence: round trips for ...Jack Jansen2003-01-291-1/+5
* Converted to not use macfs whenever possible.Jack Jansen2003-01-282-129/+132
* Don't import Nav. It isn't needed, and importing it doesn't work in aJack Jansen2003-01-281-1/+0
* 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