summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/pythonprefs.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-051-6/+6
| | | | preference, upped version number.
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-061-6/+6
| | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane.
* Loading defaults for gusi/sys.path didn't work for applets. Fixed.Jack Jansen1998-01-061-2/+4
|
* Added old-exceptions and no-site-python preferences and upped versionJack Jansen1997-09-091-4/+6
| | | | to 4.
* Preferences is a general module to get (and set) preferences inJack Jansen1997-09-081-0/+122
resource files with various inheritence rules, parsers, etc. pythonprefs uses this to create a single uniform interface to all relevant python preferences.