summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
...
* GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted byJack Jansen2003-03-191-2/+2
| | | | Just.
* Get rid of Mac.pth: plat-mac is now added through the normal mechanism.Jack Jansen2003-03-172-4/+0
|
* The MacPython introductory help is now called MacPython Help, and theJack Jansen2003-03-164-25/+41
| | | | optional full documentation Python Documentation.
* - Don't ask for bring-to-front when quitting through an appleevent.Jack Jansen2003-03-161-6/+4
| | | | - Changed checkbox labels as suggested by Kevin Ollivier.
* Lots of textual changes suggested by Matthew Moelter.Jack Jansen2003-03-161-13/+13
|
* Add a simple Apple Help book to the framework.Jack Jansen2003-03-111-5/+14
|
* Adding MacPython online help. Only the basics are installed, with aJack Jansen2003-03-1121-0/+493
| | | | | | placeholder for the full documentation (pointing to the online docs and explaining you can also install them locally to make them searchable, etc).
* This file was terribly outdated. The example is still silly (and won'tJack Jansen2003-03-111-65/+28
| | | | work), but at least the rest of the text is okay now.
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-112-4/+10
|
* Removed unused variableJack Jansen2003-03-071-1/+0
|
* Got PythonStandalone to work again, mainly for debugging purposes (it's much ↵Jack Jansen2003-03-072-6/+6
| | | | easier to debug GUSI errors in a static build).
* First try to use the OSATerminology module to get the terminologyJack Jansen2003-03-061-9/+36
| | | | | | | resources before reverting to manually reading the resources. Unfortunately there is still a bug in here somewhere: it doesn't work for all applications.
* Various tweaks by Jack because of the different module name, adaptationJack Jansen2003-03-061-43/+74
| | | | to the Python style, etc.
* Module to get OSA terminology description through the "official channels",Jack Jansen2003-03-061-0/+70
| | | | | | in stead of manually getting the AETE/AEUT resource. Donated by Donovan Preston. This is his original code (but with the filename changed) checked in for reference only.
* Fix for bug #697546: don't auto-register the Python documentationJack Jansen2003-03-051-1/+3
| | | | | | by putting the help book in an array. Somehow the fact that Python.app (and, hence, pythonw) got an automatic help menu messed up Tkinter's handling of the help menu.
* These are no longer used.Jack Jansen2003-03-052-54/+0
|
* Gave the text fields a little more space, so they don't get cut off.Jack Jansen2003-03-031-4/+4
|
* Mod to previous checkin: we must require ascii, not system defautl encoding,Jack Jansen2003-03-032-2/+2
| | | | | because we have no easy way to convert the python encoding string to a CF encoding parameter.
* Accept only the system default encoding when converting PythonJack Jansen2003-03-033-8/+11
| | | | strings to CF strings. Fixes 682215.
* Don't call AEInteractWithUser unconditionally on a quit appleevent. TheJack Jansen2003-03-031-2/+0
| | | | | | EasyDIalogs methods will call it if needed. Fixes #684975.
* 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
| | | | | | called python.exe but actually pass it from the main Makefile to Mac/OSX/Makefile. This makes framework builds work again on case sensitive filesystems. Fixes bug #677753.
* 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
| | | | filename as the source, but in Contents/Resources in the app bundle).
* Added a linkmodel attribute, showing how Python was built. This is soJack Jansen2003-02-231-0/+13
| | | | | | | | | packages can check that extension modules are built for the right type of python. Current values can be static, framework, shared and cfm (for completeness, for MacPyton-OS9). Closes bug #691889. The reporter suggests backporting this to 2.2.3 and I think I agree.
* 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
| | | | | | | is a window manager and we can connect to it, i.e. if it is safe to try and put up windows. As a side effect the first call will make the current process frontmost.
* Use pythonw as the default interpreter also for .py scripts (overridableJack Jansen2003-02-191-4/+9
| | | | | by the user), as this will cause the least surprises with scripts brought over from other unixen. Suggested by Kevin Altis.
* Undid half of the previous checkin: continue using BuildApplet for mostJack Jansen2003-02-181-14/+8
| | | | applets. PackageManager is still built with bundlebuilder itself.
* 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
| | | | allows bdist, but it's still one big hack:-(
* 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
| | | | | temporary location. This is needed to makethings work with the new buildtools based on bundlebuilder.
* Renamed InstallManager to PackageManager, finished a first stab at theJack Jansen2003-02-122-11/+43
| | | | implementation and integrated it into the IDE.
* 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
| | | | | expected. - Fixed resizing of multi-column lists, somewhat.
* Got rid of macfs.Jack Jansen2003-02-061-5/+4
|
* Got rid of FSSpecs.Jack Jansen2003-02-061-29/+28
|