summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Got rid of macfs and made a bit more OSX-friendly.Jack Jansen2003-02-051-7/+10
* removing old junkJust van Rossum2003-02-051-60/+0
* Removed unused import of macfs.Jack Jansen2003-02-051-1/+0
* I don't think this script serves a useful purpose anymore, and I can'tJack Jansen2003-02-051-0/+0
* Added "Open File by Name" command which presens a filename dialog. IfJack Jansen2003-02-051-0/+17
* Cast various floats to ints so we don't get warnings.Jack Jansen2003-02-052-1/+3
* Added itertools module.Jack Jansen2003-02-053-0/+2
* Changed an edit instruction because of a changed parameter name (sigh).Jack Jansen2003-02-042-7/+10
* The FSAliasFile routines also have an in/out parameter.Jack Jansen2003-02-022-4/+9
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
* Added a missing INCREF in pathname().Jack Jansen2003-01-282-2/+6
* Install "python$(VERSION)" into /usr/local as the symlink to the framework,Jack Jansen2003-01-281-2/+4
* Use new file dialogs.Jack Jansen2003-01-265-29/+30
* Fix an omission in the previous checkin.Jack Jansen2003-01-261-1/+1
* Use new file dialogs.Jack Jansen2003-01-2616-78/+72
* Use new file dialogs.Jack Jansen2003-01-263-39/+34
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-262-2/+52
* Getting rid of StandardGetFileJack Jansen2003-01-223-17/+13
* Fix bug #670845: cut & clear in the output window now work, in thatJust van Rossum2003-01-201-0/+6
* Added a convenience routine pathname() which accepts either a string, unicode,Jack Jansen2003-01-192-3/+37
* Fixed the first two bugs in the new file dialogs (found by Just):Jack Jansen2003-01-171-10/+11
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-172-3/+69
* For reasons unknown previewProc and filterProc were disabled. Enabled them.Jack Jansen2003-01-171-4/+2
* Implemented FSCatalogInfo structure support, and used this to implementJack Jansen2003-01-152-12/+2
* Implemented FSCatalogInfo.Jack Jansen2003-01-123-27/+705
* Started on implementing support for FSCatalogInfo. Doesn't work yet, don'tJack Jansen2003-01-092-2/+60
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
* removed silly & mask, avoiding FutureWarningJust van Rossum2003-01-091-2/+2
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-0827-290/+220
* correct comment (and add newline at end)Just van Rossum2003-01-041-2/+2
* Added zipimport and _random module.Jack Jansen2002-12-303-0/+4
* Changed sys.path initializer because of addition of Lib/plat-mac and a few minorJack Jansen2002-12-301-4/+3
* Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in nowJack Jansen2002-12-302-82/+6
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30135-32096/+0
* This file hasn't been committed for a long time, because it erronuously endedJack Jansen2002-12-301-41/+153
* Long-obsolete, replaced by Carbon.Sound.Jack Jansen2002-12-301-64/+0
* Changed the input field for the interpreter to use (in the preferencesJack Jansen2002-12-269-10/+52
* macfsn is gone.Jack Jansen2002-12-261-1/+1
* Integrated macfsn into macfs, and made the Standard File calls return theJack Jansen2002-12-262-169/+140
* Return the macfs variation for FSSpec and Alias, not the underlyingJack Jansen2002-12-261-3/+5
* Second-argument alias methods were generated with a variation onJack Jansen2002-12-262-53/+53
* If you entered a pathname for a nonexisting file to a FSSpec constructorJack Jansen2002-12-252-0/+4
* Changed folder name for apps from Python to MacPython-$(VERSION) (for aJack Jansen2002-12-252-2/+2
* Added File and Folder, removed macfs.Jack Jansen2002-12-242-0/+0
* Fixed typo.Jack Jansen2002-12-241-1/+1
* Removed macfs, added File and Folder.Jack Jansen2002-12-241-2/+4
* Updated for demise of macfs.Jack Jansen2002-12-242-2/+0
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-2327-86/+157
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-232-16/+30
* Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS.Jack Jansen2002-12-231-75/+0