Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 1 | -0/+6 |
| | | | | and accepting unix-style newlines on input. | ||||
* | Step 1 in packaging the toolbox modules and making MacPython more | Jack Jansen | 2001-08-19 | 1 | -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 will | Just van Rossum | 2001-08-16 | 1 | -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 Jansen | 2001-03-01 | 1 | -2/+0 |
| | |||||
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵ | Jack Jansen | 2001-02-11 | 1 | -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 Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵ | Jack Jansen | 2000-09-22 | 1 | -4/+7 |
| | | | | Default is "unseen output". Upped the Popt version number. | ||||
* | Final tweaks for 2.0b1 | Jack Jansen | 2000-09-11 | 1 | -3/+5 |
| | |||||
* | Added lib-tk to the standard sys.path initializer. | Jack Jansen | 2000-06-05 | 1 | -1/+2 |
| | |||||
* | Removed string-exception preference, added tabcheck and NavService ↵ | Jack Jansen | 2000-05-05 | 1 | -0/+3 |
| | | | | preference, upped version number. | ||||
* | Added Extensions:img:Mac to default sys.path | Jack Jansen | 1999-02-06 | 1 | -0/+1 |
| | |||||
* | doh! added missing comma (will check before committing in the future ;-) -- jvr | Just van Rossum | 1999-01-29 | 1 | -1/+1 |
| | |||||
* | added path entry for NumPy -- jvr | Just van Rossum | 1999-01-29 | 1 | -0/+1 |
| | |||||
* | Pythonpath converted to Rez source, and vers resource removed from | Jack Jansen | 1999-01-29 | 1 | -0/+89 |
bundle to its own Rez source file. With these changes various resources are all set automatically from .h files. |