summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Names changedJack Jansen1997-09-012-38/+38
|
* Put all prints inside "if verbose:"Jack Jansen1997-08-271-20/+23
|
* Removed debug printJack Jansen1997-08-271-1/+0
|
* Modified for CW Pro projects and new filenamesJack Jansen1997-08-271-68/+46
|
* Added #include <WETabs.h>, which had somehow gone missingJack Jansen1997-08-273-4/+20
|
* Modified for installer and new names of various applets. Also cleanedJack Jansen1997-08-277-139/+115
| | | | up anything else I saw.
* Modified for new scripting supportJack Jansen1997-08-272-70/+266
|
* Moved suites to their own folderJack Jansen1997-08-2716-2066/+6267
|
* Replaced by ReadMeJack Jansen1997-08-261-142/+0
|
* Adapted from ReadMeOrSuffer for the new installerJack Jansen1997-08-261-0/+149
|
* Handle systemclicks ourselves, in stead of passing them to Sioux. ThisJack Jansen1997-08-261-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 Jansen1997-08-191-2/+0
|
* Docs on new tcl/tk, new build tree layoutJack Jansen1997-08-191-55/+26
|