Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Names changed | Jack Jansen | 1997-09-01 | 2 | -38/+38 | |
| | ||||||
* | Put all prints inside "if verbose:" | Jack Jansen | 1997-08-27 | 1 | -20/+23 | |
| | ||||||
* | Removed debug print | Jack Jansen | 1997-08-27 | 1 | -1/+0 | |
| | ||||||
* | Modified for CW Pro projects and new filenames | Jack Jansen | 1997-08-27 | 1 | -68/+46 | |
| | ||||||
* | Added #include <WETabs.h>, which had somehow gone missing | Jack Jansen | 1997-08-27 | 3 | -4/+20 | |
| | ||||||
* | Modified for installer and new names of various applets. Also cleaned | Jack Jansen | 1997-08-27 | 7 | -139/+115 | |
| | | | | up anything else I saw. | |||||
* | Modified for new scripting support | Jack Jansen | 1997-08-27 | 2 | -70/+266 | |
| | ||||||
* | Moved suites to their own folder | Jack Jansen | 1997-08-27 | 16 | -2066/+6267 | |
| | ||||||
* | Replaced by ReadMe | Jack Jansen | 1997-08-26 | 1 | -142/+0 | |
| | ||||||
* | Adapted from ReadMeOrSuffer for the new installer | Jack Jansen | 1997-08-26 | 1 | -0/+149 | |
| | ||||||
* | Handle systemclicks ourselves, in stead of passing them to Sioux. This | Jack Jansen | 1997-08-26 | 1 | -10/+15 | |
| | | | | | fixes (or masks?) a bug with Python becoming unreactive during time.sleep() if you have already switched applications before. | |||||
* | Removed support_print docs. | Jack Jansen | 1997-08-19 | 1 | -2/+0 | |
| | ||||||
* | Docs on new tcl/tk, new build tree layout | Jack Jansen | 1997-08-19 | 1 | -55/+26 | |
| | ||||||
* | Very sketchy preliminary docs on new applescripting functionality. | Jack Jansen | 1997-08-19 | 1 | -32/+53 | |
| | ||||||
* | Added reop | Jack Jansen | 1997-08-19 | 1 | -0/+2 | |
| | ||||||
* | MkPluginAliases now knows about fat PythonCore (and all resource files | Jack Jansen | 1997-08-19 | 8 | -163/+164 | |
| | | | | got binhexed again) |