Jack Jansen
3e82872eca
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
2003-01-08 16:27:44 +00:00
Jack Jansen
fb08b4c704
Changed sys.path initializer because of addition of Lib/plat-mac and a few minor
...
things.
2002-12-30 23:07:44 +00:00
Jack Jansen
a5ffeb69ab
Added preferences/startup options for division warning
...
and accepting unix-style newlines on input.
2001-09-01 22:36:29 +00:00
Jack Jansen
42b1539e98
Step 1 in packaging the toolbox modules and making MacPython more
...
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.
2001-08-19 22:02:56 +00:00
Just van Rossum
7a401795db
Long time overdue: change sys.path defaults so that people will
...
have to do "from PIL import Image" instead of "import Image".
2001-08-16 15:16:19 +00:00
Jack Jansen
1b45c73be0
Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.
2001-03-01 23:16:51 +00:00
Jack Jansen
8a38714ba0
Bit the bullet and added a private GUSISIOUX for Python. This makes the 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.
2001-02-11 01:08:04 +00:00
Jack Jansen
f1a0a4be63
Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.
2000-10-19 22:00:01 +00:00
Jack Jansen
4a5eb967b8
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
2000-09-22 21:50:11 +00:00
Jack Jansen
26d7c14cf6
Final tweaks for 2.0b1
2000-09-11 22:47:12 +00:00
Jack Jansen
dab0554d5d
Added lib-tk to the standard sys.path initializer.
2000-06-05 08:35:47 +00:00
Jack Jansen
0c6d037cc5
Removed string-exception preference, added tabcheck and NavService preference, upped version number.
2000-05-05 23:11:14 +00:00
Jack Jansen
6d3d6e43ec
Added Extensions:img:Mac to default sys.path
1999-02-06 17:56:59 +00:00
Just van Rossum
53ea134aa8
doh! added missing comma (will check before committing in the future ;-) -- jvr
1999-01-29 16:28:55 +00:00
Just van Rossum
9f08666fae
added path entry for NumPy -- jvr
1999-01-29 16:21:04 +00:00
Jack Jansen
d2d2b20e15
Pythonpath converted to Rez source, and vers resource removed from
...
bundle to its own Rez source file. With these changes various resources
are all set automatically from .h files.
1999-01-29 16:15:52 +00:00