summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Mods by Bill BedfordJack Jansen1998-01-161-9/+50
| | | | | | | - Use internal version of finder class so we don't drag in finder tools - error -1704 also ignored during arg unpack - Use Scriptable Text Editor for example
* Addition by Bill Bedford: Ordinal and NOrdinal classes so we canJack Jansen1998-01-161-1/+26
| | | | implement "every", etc.
* Updated embed demo, and put a note in the html file that you need aJack Jansen1998-01-063-174/+167
| | | | source or development distribution to try it.
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-069-5558/+5672
| | | | | | 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.
* Release notes and readme for 1.5b3Jack Jansen1998-01-065-70/+92
|
* Loading defaults for gusi/sys.path didn't work for applets. Fixed.Jack Jansen1998-01-061-2/+4
|
* Balloon help definitionsJack Jansen1998-01-061-0/+46
|
* Added cPickle and cStringIOJack Jansen1998-01-061-0/+7
|
* - Tk 8.0p2 script resourcesJack Jansen1998-01-063-4815/+5006
| | | | | - New folder names in sys.path initialisation - Version number, preffilename upped
* Projects for 1.5b3Jack Jansen1998-01-0612-3538/+3767
|
* Upped tcl/tk instructions for 8.0p2Jack Jansen1997-12-231-1/+1
|
* Moved toolbox to lib-toolbox, Sjoerd-style.Jack Jansen1997-12-1821-1/+1
|
* Moved scripting to lib-scripting (did it the Sjoerd-way this time)Jack Jansen1997-12-1814-0/+0
|
* Updated (but still not up to date)Jack Jansen1997-10-101-7/+11
|
* Build balloon help for EditPythonPrefsJack Jansen1997-10-102-4/+72
|
* Fixup sys.path to be able to find macostoolsJack Jansen1997-10-101-0/+1
|
* 1.5a4 relnotesJack Jansen1997-10-101-16/+27
|
* Projects used for 1.5a4Jack Jansen1997-10-1011-2394/+2442
|
* 1.5a3 relnotes (1.5a4 to follow later)Jack Jansen1997-10-081-4/+24
|
* Updated for 1.5a4Jack Jansen1997-10-081-12/+31
|
* Added pcre moduleJack Jansen1997-10-081-0/+2
|
* Bug fix for fast module locationJack Jansen1997-10-081-1/+1
|
* Upped version to 1.5a4, changed sys.path initialization to match newJack Jansen1997-10-082-284/+283
| | | | directory structure.
* Implemented nositepython and oldexceptions flagsJack Jansen1997-10-071-0/+2
|
* Fixed for new "import dir.module" semantics. Needs accompanying fix inJack Jansen1997-10-071-0/+9
| | | | import.c (yes Guido, I'll send it tomorrow)
* New exception interfaceJack Jansen1997-10-074-18/+5
|
* Export type objects to PythonJack Jansen1997-09-2019-7/+111
|
* Implemented balloon help for EditPythonPrefsJack Jansen1997-09-094-30/+250
|
* Added Help moduleJack Jansen1997-09-091-0/+2
|
* Added a button to increment buildno, so it doesn't happenJack Jansen1997-09-092-11/+14
| | | | automatically all the time.
* Added balloon help for options dialog.Jack Jansen1997-09-0912-3035/+3315
| | | | | | Added Help module. Checked in PythonCore.prj.hqx (which had somehow slipped through until now)
* Added no-site-python and old-exceptions preferences.Jack Jansen1997-09-093-432/+472
| | | | Implemented balloon help for options dialog.
* Added old-exception and no-site-python options and balloon helpJack Jansen1997-09-091-3/+12
|
* Added interface to the Balloon Help ManagerJack Jansen1997-09-094-0/+494
|
* Added old-exceptions and no-site-python preferences and upped versionJack Jansen1997-09-091-4/+6
| | | | to 4.
* Added old-exceptions and no-site-python options and upped preferenceJack Jansen1997-09-091-2/+9
| | | | | version to 4. Added balloon-help item to options dialog.
* Dunno, rebinhexed?Jack Jansen1997-09-082-9/+9
|
* Preferences is a general module to get (and set) preferences inJack Jansen1997-09-082-0/+341
| | | | | | | resource files with various inheritence rules, parsers, etc. pythonprefs uses this to create a single uniform interface to all relevant python preferences.
* Preference resource now has a version numberJack Jansen1997-09-081-11/+11
|
* Moved the include of macbuildno.h to getbuildinfo.c. Putting it hereJack Jansen1997-09-081-2/+0
| | | | resulted in full recompilation every time.
* Added SysBeepJack Jansen1997-09-081-7/+22
|
* The preference resource now has a version numberJack Jansen1997-09-081-16/+21
|
* sys.prefix and sys.exec_prefix are now set correctly.Jack Jansen1997-09-081-2/+2
|
* The python preference resource now has a version number, andJack Jansen1997-09-087-5617/+5864
| | | | "optimize" has replaced "don't print".
* Major overhaul: this is now little more than a user interface, theJack Jansen1997-09-082-404/+123
| | | | | | | preference handling code is in modules pythonprefs and preferences. This should finally make it easier for someone (Just?) to write a decent interface to preference setting, and it'll allow setting initial sys.path and such from ConfigurePython.
* Run NumPy installer, if present.Jack Jansen1997-09-082-42/+135
| | | | Added a couple of splash screens to show what we're doing
* Define BUILDNO in macbuildno.h (incremented by fullbuild)Jack Jansen1997-09-012-0/+3
|
* Can't remember...Jack Jansen1997-09-011-13/+2
|
* Added GetTicks() here, so profiling can use a decent timerJack Jansen1997-09-011-0/+9
|
* Fullbuild now maintains BUILDNO for mac buildsJack Jansen1997-09-012-15/+35
|