summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed problem with "reloading" sub-sub-modules -- jvrJust van Rossum1999-02-051-3/+4
|
* Partly updated to reflect the new organization and the availability of CVSJack Jansen1999-02-031-44/+81
| | | | access. Will still need a bit of work when all plugins are separated, probably.
* Just's script to find non-7-bit-clean charactres in a source tree (slightlyJack Jansen1999-02-031-0/+53
| | | | modified by Jack to skip files that are binary despite the TEXT type).
* updated to the new numpy build setup -- jvrJust van Rossum1999-02-021-2/+8
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-0212-58/+58
|
* added some commentsJust van Rossum1999-02-021-1/+10
|
* put the preferences file in a folder called "Python" inside the prefs ↵Just van Rossum1999-02-022-11/+38
| | | | folder, just like the IDE does -- jvr
* Replaced by Pythonpath.rJack Jansen1999-02-021-0/+0
|
* better sys.path munging when running scripts -- jvrJust van Rossum1999-02-011-8/+2
|
* removed old IDE stuff -- jvrJust van Rossum1999-02-0136-7998/+0
|
* minor cleanup of last patch -- jvrJust van Rossum1999-02-011-1/+0
|
* Added PythonIDE to the applet list; added destination filename support for ↵Just van Rossum1999-02-011-6/+8
| | | | applets -- jvr
* removed turd resources left by my former MacCVS clientJust van Rossum1999-02-012-0/+0
| | | | -- jvr
* Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵Just van Rossum1999-01-311-4/+5
| | | | improve startup time -- jvr
* There are now three possible ways to run the IDE:Just van Rossum1999-01-301-6/+13
| | | | | | - this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules)
* ??? adding this file somehow failed -- jvrJust van Rossum1999-01-301-0/+395
|
* First Checked In.Just van Rossum1999-01-3028-0/+8612
|
* added ntpath and win32api to MAC_MAYMISS_MODULES -- jvrJust van Rossum1999-01-301-1/+3
|
* changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvrJust van Rossum1999-01-301-3/+3
|
* set 'preload' attribute for __main__ PYC resource -- jvrJust van Rossum1999-01-301-0/+3
|
* skip 'vers' resource when copying resources from templeate -- jvrJust van Rossum1999-01-301-1/+1
|
* added some try/excepts so it also works when certain projects/folders are ↵Just van Rossum1999-01-301-2/+10
| | | | not available -- jvr
* Removed NumPy install code: it's obsolete -- jvrJust van Rossum1999-01-301-6/+0
|
* Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging ↵Just van Rossum1999-01-301-5/+5
| | | | to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr
* added "delay console window until needed" preferenceJust van Rossum1999-01-302-0/+0
|
* Added pascal-style string name of preference file resource, and bracketedJack Jansen1999-01-301-1/+6
| | | | C struct declarations with #ifndef rez
* doh! added missing comma (will check before committing in the future ;-) -- jvrJust van Rossum1999-01-291-1/+1
|
* added path entry for NumPy -- jvrJust van Rossum1999-01-291-0/+1
|
* Pythonpath converted to Rez source, and vers resource removed fromJack Jansen1999-01-2910-0/+119
| | | | | bundle to its own Rez source file. With these changes various resources are all set automatically from .h files.
* Projects moved to Mac:Build. The macfreeze projects still need sorting out.Jack Jansen1999-01-2939-3493/+0
|
* Fixed an absolute path.Jack Jansen1999-01-291-0/+0
|
* Re-committed as AppleSingleJack Jansen1999-01-2918-0/+0
|
* Updated for new build and plugin pathsJack Jansen1999-01-283-11/+11
|
* Everything now builds in the right location,.Jack Jansen1999-01-2818-0/+0
|
* Checking in the projects that have been converted so far.Jack Jansen1999-01-2810-0/+0
|
* Re-commit in applesingleJack Jansen1999-01-287-0/+0
|
* added default sys.path entry for NumPy -- jvrJust van Rossum1999-01-281-0/+0
|
* Starting on the new project/plugin structure. Far from complete...Jack Jansen1999-01-2840-0/+3494
|
* cleaned up ugly hack related to activate events and suspend/resume -- jvrJust van Rossum1999-01-271-14/+8
|
* Added Sherlock source for Python documentation, and added icons to them all.Jack Jansen1999-01-263-0/+0
|
* Adding sherlock search templates for Python and Python FAQ.Jack Jansen1999-01-253-0/+14
|
* Added Icn module to toolboxmodulesJack Jansen1999-01-253-0/+3
|
* Set PythonCore version number to sys.hexversion, and removed versionJack Jansen1999-01-2523-0/+0
| | | | numbers in all other projects/libraries.
* Script to synchronize files with / in their name and their _s_ counterparts.Just van Rossum1999-01-241-0/+89
| | | | Needed to keep CWGUSI under cvs because of filesnames with slashes.
* Test checkin, to see whether I really can do it. --jvr schpeaking.Just van Rossum1999-01-231-2/+0
|
* Test checkin, to see whether I really can do it. --jvr schpeaking.Just van Rossum1999-01-221-0/+2
|
* Updated for 1.5.2b1Jack Jansen1999-01-222-7/+7
|
* In unpackevent, get the direct object (----) before asking for missed ↵Jack Jansen1999-01-221-0/+7
| | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder.
* Select the whole default input field in AskString (Joe Strout)Jack Jansen1999-01-221-1/+2
|
* Added examples/testcode for the Icn module.Jack Jansen1999-01-213-1/+374
|