Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mods by Bill Bedford | Jack Jansen | 1998-01-16 | 1 | -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 can | Jack Jansen | 1998-01-16 | 1 | -1/+26 |
| | | | | implement "every", etc. | ||||
* | Updated embed demo, and put a note in the html file that you need a | Jack Jansen | 1998-01-06 | 3 | -174/+167 |
| | | | | source or development distribution to try it. | ||||
* | I give in. Now Tk is also using resources just above 128, so Python | Jack Jansen | 1998-01-06 | 9 | -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.5b3 | Jack Jansen | 1998-01-06 | 5 | -70/+92 |
| | |||||
* | Loading defaults for gusi/sys.path didn't work for applets. Fixed. | Jack Jansen | 1998-01-06 | 1 | -2/+4 |
| | |||||
* | Balloon help definitions | Jack Jansen | 1998-01-06 | 1 | -0/+46 |
| | |||||
* | Added cPickle and cStringIO | Jack Jansen | 1998-01-06 | 1 | -0/+7 |
| | |||||
* | - Tk 8.0p2 script resources | Jack Jansen | 1998-01-06 | 3 | -4815/+5006 |
| | | | | | - New folder names in sys.path initialisation - Version number, preffilename upped | ||||
* | Projects for 1.5b3 | Jack Jansen | 1998-01-06 | 12 | -3538/+3767 |
| | |||||
* | Upped tcl/tk instructions for 8.0p2 | Jack Jansen | 1997-12-23 | 1 | -1/+1 |
| | |||||
* | Moved toolbox to lib-toolbox, Sjoerd-style. | Jack Jansen | 1997-12-18 | 21 | -1/+1 |
| | |||||
* | Moved scripting to lib-scripting (did it the Sjoerd-way this time) | Jack Jansen | 1997-12-18 | 14 | -0/+0 |
| | |||||
* | Updated (but still not up to date) | Jack Jansen | 1997-10-10 | 1 | -7/+11 |
| | |||||
* | Build balloon help for EditPythonPrefs | Jack Jansen | 1997-10-10 | 2 | -4/+72 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | 1.5a4 relnotes | Jack Jansen | 1997-10-10 | 1 | -16/+27 |
| | |||||
* | Projects used for 1.5a4 | Jack Jansen | 1997-10-10 | 11 | -2394/+2442 |
| | |||||
* | 1.5a3 relnotes (1.5a4 to follow later) | Jack Jansen | 1997-10-08 | 1 | -4/+24 |
| | |||||
* | Updated for 1.5a4 | Jack Jansen | 1997-10-08 | 1 | -12/+31 |
| | |||||
* | Added pcre module | Jack Jansen | 1997-10-08 | 1 | -0/+2 |
| | |||||
* | Bug fix for fast module location | Jack Jansen | 1997-10-08 | 1 | -1/+1 |
| | |||||
* | Upped version to 1.5a4, changed sys.path initialization to match new | Jack Jansen | 1997-10-08 | 2 | -284/+283 |
| | | | | directory structure. | ||||
* | Implemented nositepython and oldexceptions flags | Jack Jansen | 1997-10-07 | 1 | -0/+2 |
| | |||||
* | Fixed for new "import dir.module" semantics. Needs accompanying fix in | Jack Jansen | 1997-10-07 | 1 | -0/+9 |
| | | | | import.c (yes Guido, I'll send it tomorrow) | ||||
* | New exception interface | Jack Jansen | 1997-10-07 | 4 | -18/+5 |
| | |||||
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 19 | -7/+111 |
| | |||||
* | Implemented balloon help for EditPythonPrefs | Jack Jansen | 1997-09-09 | 4 | -30/+250 |
| | |||||
* | Added Help module | Jack Jansen | 1997-09-09 | 1 | -0/+2 |
| | |||||
* | Added a button to increment buildno, so it doesn't happen | Jack Jansen | 1997-09-09 | 2 | -11/+14 |
| | | | | automatically all the time. | ||||
* | Added balloon help for options dialog. | Jack Jansen | 1997-09-09 | 12 | -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 Jansen | 1997-09-09 | 3 | -432/+472 |
| | | | | Implemented balloon help for options dialog. | ||||
* | Added old-exception and no-site-python options and balloon help | Jack Jansen | 1997-09-09 | 1 | -3/+12 |
| | |||||
* | Added interface to the Balloon Help Manager | Jack Jansen | 1997-09-09 | 4 | -0/+494 |
| | |||||
* | Added old-exceptions and no-site-python preferences and upped version | Jack Jansen | 1997-09-09 | 1 | -4/+6 |
| | | | | to 4. | ||||
* | Added old-exceptions and no-site-python options and upped preference | Jack Jansen | 1997-09-09 | 1 | -2/+9 |
| | | | | | version to 4. Added balloon-help item to options dialog. | ||||
* | Dunno, rebinhexed? | Jack Jansen | 1997-09-08 | 2 | -9/+9 |
| | |||||
* | Preferences is a general module to get (and set) preferences in | Jack Jansen | 1997-09-08 | 2 | -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 number | Jack Jansen | 1997-09-08 | 1 | -11/+11 |
| | |||||
* | Moved the include of macbuildno.h to getbuildinfo.c. Putting it here | Jack Jansen | 1997-09-08 | 1 | -2/+0 |
| | | | | resulted in full recompilation every time. | ||||
* | Added SysBeep | Jack Jansen | 1997-09-08 | 1 | -7/+22 |
| | |||||
* | The preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -16/+21 |
| | |||||
* | sys.prefix and sys.exec_prefix are now set correctly. | Jack Jansen | 1997-09-08 | 1 | -2/+2 |
| | |||||
* | The python preference resource now has a version number, and | Jack Jansen | 1997-09-08 | 7 | -5617/+5864 |
| | | | | "optimize" has replaced "don't print". | ||||
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 2 | -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 Jansen | 1997-09-08 | 2 | -42/+135 |
| | | | | Added a couple of splash screens to show what we're doing | ||||
* | Define BUILDNO in macbuildno.h (incremented by fullbuild) | Jack Jansen | 1997-09-01 | 2 | -0/+3 |
| | |||||
* | Can't remember... | Jack Jansen | 1997-09-01 | 1 | -13/+2 |
| | |||||
* | Added GetTicks() here, so profiling can use a decent timer | Jack Jansen | 1997-09-01 | 1 | -0/+9 |
| | |||||
* | Fullbuild now maintains BUILDNO for mac builds | Jack Jansen | 1997-09-01 | 2 | -15/+35 |
| |