summaryrefslogtreecommitdiffstats
path: root/Mac/Resources/pythonpath.r
Commit message (Collapse)AuthorAgeFilesLines
* Added preferences/startup options for division warningJack Jansen2001-09-011-0/+6
| | | | and accepting unix-style newlines on input.
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-2/+2
| | | | | | | like normal Python. toolbox modules are now in the Carbon package in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat. Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and :Mac:Plugins are gone.
* Long time overdue: change sys.path defaults so that people willJust van Rossum2001-08-161-1/+1
| | | | have to do "from PIL import Image" instead of "import Image".
* Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.Jack Jansen2001-03-011-2/+0
|
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-111-0/+3
| | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
* Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.Jack Jansen2000-10-191-0/+1
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-221-4/+7
| | | | Default is "unseen output". Upped the Popt version number.
* Final tweaks for 2.0b1Jack Jansen2000-09-111-3/+5
|
* Added lib-tk to the standard sys.path initializer.Jack Jansen2000-06-051-1/+2
|
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-051-0/+3
| | | | preference, upped version number.
* Added Extensions:img:Mac to default sys.pathJack Jansen1999-02-061-0/+1
|
* 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-291-0/+89
bundle to its own Rez source file. With these changes various resources are all set automatically from .h files.