| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Added balloon help for options dialog. | Jack Jansen | 1997-09-09 | 12 | -3035/+3315 |
|
|
* | Added no-site-python and old-exceptions preferences. | Jack Jansen | 1997-09-09 | 3 | -432/+472 |
|
|
* | 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 |
|
|
* | Added old-exceptions and no-site-python options and upped preference | Jack Jansen | 1997-09-09 | 1 | -2/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 2 | -404/+123 |
|
|
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 2 | -42/+135 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | PythonCore is now a fat shared library, the plugin modules aren't fat, | Jack Jansen | 1997-08-19 | 21 | -4829/+4847 |
|
|
* | Regenerated | Jack Jansen | 1997-08-15 | 13 | -14/+14 |
|
|
* | Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason | Jack Jansen | 1997-08-15 | 3 | -5/+59 |
|
|
* | Added #include <string.h> for memcpy() | Jack Jansen | 1997-08-15 | 2 | -0/+2 |
|
|
* | Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no | Jack Jansen | 1997-08-15 | 3 | -4/+348 |
|
|
* | Added GetAuxiliaryControlRecord and SetControlColor, there was no good | Jack Jansen | 1997-08-15 | 3 | -2/+39 |
|
|
* | Made AEDesc_{New,Convert} global | Jack Jansen | 1997-08-15 | 2 | -8/+8 |
|
|
* | mkalias() now has an optional third parameter to create relative | Jack Jansen | 1997-08-08 | 1 | -2/+7 |
|
|
* | - Added classes to support class/property generation by gensuitemodule | Jack Jansen | 1997-08-08 | 3 | -17/+111 |
|
|
* | Added (dummy) PyOS_FiniInterrupts | Jack Jansen | 1997-08-08 | 1 | -0/+5 |
|
|