summaryrefslogtreecommitdiff
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
...
* Don't call AEInteractWithUser unconditionally on a quit appleevent. TheJack Jansen2003-03-031-2/+0
* Check modes on install and temporary directories. Fixes #693230.Jack Jansen2003-02-281-1/+1
* Removed silly print.Jack Jansen2003-02-281-1/+0
* StdFilterProc() uses InOut parameters.Jack Jansen2003-02-272-5/+14
* Added an "Open Recent" command. Fixes 607810.Jack Jansen2003-02-252-0/+46
* In Mac OS X framework builds don't assume that the executable will beJack Jansen2003-02-251-6/+6
* Fix building of Idle applet.Jack Jansen2003-02-241-5/+1
* Allow specifiying the destination for --extra files (default: sameJack Jansen2003-02-241-6/+8
* Added a linkmodel attribute, showing how Python was built. This is soJack Jansen2003-02-231-0/+13
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-2112-30/+41
* WASTEconst.py goes one level above the toolbox directory.Jack Jansen2003-02-211-1/+1
* Added a method WMAvailable(). This will return True if and only if thereJack Jansen2003-02-211-0/+43
* Use pythonw as the default interpreter also for .py scripts (overridableJack Jansen2003-02-191-4/+9
* Undid half of the previous checkin: continue using BuildApplet for mostJack Jansen2003-02-181-14/+8
* Optionally honour #! paths in scripts. Fixes #676358.Jack Jansen2003-02-1714-14/+54
* When building an applet clear out the tempfile and dir afterwards.Jack Jansen2003-02-161-0/+5
* Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at leastJack Jansen2003-02-141-49/+61
* Allow opening of alternate databases.Jack Jansen2003-02-141-7/+38
* Got building documentation from source to work.Jack Jansen2003-02-141-4/+3
* Icons for the package manager.Jack Jansen2003-02-121-0/+0
* Photoshop source file for package manager icon.Jack Jansen2003-02-121-0/+0
* Use bundlebuilder directly to build applets.Jack Jansen2003-02-121-7/+34
* Allow this to run both standalone and as a window in the IDE.Jack Jansen2003-02-121-1/+35
* More int() around float arguments.Jack Jansen2003-02-121-1/+1
* Create applets slightly differently: by saving the sourcecode to aJack Jansen2003-02-121-1/+11
* Renamed InstallManager to PackageManager, finished a first stab at theJack Jansen2003-02-122-11/+43
* In a MultiList select all cells in the row, not only the first one.Jack Jansen2003-02-121-4/+5
* An install manager window for the IDE and standalone use. Unfinished.Jack Jansen2003-02-111-0/+251
* - More int() calls around floating point numbers passed where integers areJack Jansen2003-02-111-3/+3
* Got rid of macfs.Jack Jansen2003-02-061-5/+4
* Got rid of FSSpecs.Jack Jansen2003-02-061-29/+28
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-069-68/+55
* 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