| Commit message (Expand) | Author | Age | Files | Lines |
* | The Window Independent Tracer (which will probably move elsewhere once | Jack Jansen | 1996-09-24 | 10 | -0/+2256 |
|
|
* | Changed about box to come up invisibly (so we can move it to the right | Jack Jansen | 1996-09-23 | 7 | -4765/+4764 |
|
|
* | About boxes should be at 20% of screen height, not halfway | Jack Jansen | 1996-09-23 | 1 | -1/+1 |
|
|
* | Added dialog-centering code to splash() | Jack Jansen | 1996-09-23 | 1 | -1/+16 |
|
|
* | Added support for GetDialogWindow and other accessor functions | Jack Jansen | 1996-09-23 | 2 | -0/+93 |
|
|
* | Finally *tested* effect of fg and bg yield values (and changed them:-) | Jack Jansen | 1996-09-22 | 1 | -0/+17 |
|
|
* | Changed default background yield time to 1 tick | Jack Jansen | 1996-09-22 | 1 | -1/+14 |
|
|
* | Use auto-start functionality of aetools.TalkTo and aetools.Error for | Jack Jansen | 1996-09-20 | 2 | -14/+4 |
|
|
* | raise aetools.Error in stead of MacOS.Error on server-generated errors | Jack Jansen | 1996-09-20 | 1 | -1/+1 |
|
|
* | Regenerated to use aetools.Error in stead of MacOS.Error. | Jack Jansen | 1996-09-20 | 8 | -153/+230 |
|
|
* | - Added optional "start" argument to TalkTo initialializer, which | Jack Jansen | 1996-09-20 | 1 | -4/+20 |
|
|
* | Convenience routines: wrappers around some of the scriptable finder | Jack Jansen | 1996-09-20 | 1 | -0/+138 |
|
|
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 3 | -0/+153 |
|
|
* | - Regenerated suites | Jack Jansen | 1996-09-20 | 4 | -29/+31 |
|
|
* | Created Finder 7.0 AE interface and a test program that uses the | Jack Jansen | 1996-09-19 | 2 | -0/+343 |
|
|
* | Revamped test case and updated doc string. | Guido van Rossum | 1996-09-17 | 1 | -23/+41 |
|
|
* | Added line number to most compile-time error messages. | Guido van Rossum | 1996-09-17 | 1 | -88/+90 |
|
|
* | Calling Application._quit() is now preferred over raising self. | Jack Jansen | 1996-09-17 | 11 | -20/+14 |
|
|
* | Added _quit() method similar to FrameWork in stead of setting | Jack Jansen | 1996-09-17 | 1 | -1/+4 |
|
|
* | - Use a flag (self.quitting) as preferred method of exiting mainloop | Jack Jansen | 1996-09-17 | 1 | -4/+18 |
|
|
* | Added macostools.touch() calls to inform the finder of our changes. | Jack Jansen | 1996-09-15 | 3 | -0/+6 |
|
|
* | - Optionally copy file times for copy/copytree (default on) | Jack Jansen | 1996-09-15 | 1 | -4/+20 |
|
|
* | Fixed macos.splash to actually *draw* the splash box:-) | Jack Jansen | 1996-09-15 | 1 | -3/+7 |
|
|
* | Added [GS]etDates methods to get and set creation, modification and | Jack Jansen | 1996-09-15 | 1 | -0/+88 |
|
|
* | (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation | Fred Drake | 1996-09-13 | 4 | -3978/+3970 |
|
|
* | Explicitly call rl_initialize(). | Guido van Rossum | 1996-09-13 | 1 | -1/+5 |
|
|
* | Oops... Need to clear c_error before calling c_quot(). | Guido van Rossum | 1996-09-12 | 1 | -0/+2 |
|
|
* | Properly(?) implemented remainder and divmod (Tim Hochberg) | Guido van Rossum | 1996-09-12 | 1 | -5/+34 |
|
|
* | Show names of locals in disco (Ka-Ping Yee) | Guido van Rossum | 1996-09-12 | 1 | -0/+6 |
|
|
* | Added editline fix | Guido van Rossum | 1996-09-12 | 2 | -0/+81 |
|
|
* | (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, | Fred Drake | 1996-09-12 | 4 | -13/+132 |
|
|
* | Note obsolescence | Guido van Rossum | 1996-09-11 | 1 | -1/+5 |
|
|
* | Rationalize MS #ifdefs | Guido van Rossum | 1996-09-11 | 1 | -2/+2 |
|
|
* | Correct typo: return -1 for error, not 0 | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Correct typo: return -1 for error, not NULL | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Add text of argument to errors for atoi(), atol(), atof(). | Guido van Rossum | 1996-09-11 | 1 | -5/+25 |
|
|
* | Force O_BINARY in flags if defined, for e.g. Microsoft platforms. | Guido van Rossum | 1996-09-11 | 1 | -1/+10 |
|
|
* | Dynamically initialize ob_type field, for Windows DLL | Guido van Rossum | 1996-09-11 | 1 | -1/+2 |
|
|
* | Added lockf() call | Guido van Rossum | 1996-09-11 | 1 | -0/+45 |
|
|
* | Added Setup.local feature; make shared libs readonly | Guido van Rossum | 1996-09-11 | 1 | -3/+7 |
|
|
* | Rationalized MS ifdefs | Guido van Rossum | 1996-09-11 | 3 | -18/+10 |
|
|
* | Raise exception instead of dropping imag part for conversion to int, | Guido van Rossum | 1996-09-11 | 1 | -11/+9 |
|
|
* | More detailed error message about exception in __del__ | Guido van Rossum | 1996-09-11 | 1 | -3/+6 |
|
|
* | Correct typo in setattr: return -1 for error, not NULL | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | (parsermodule.c): Fixed sloppy typo: '==' -> '=' | Fred Drake | 1996-09-11 | 1 | -2/+2 |
|
|
* | (libparser.tex): Revised parser module documentation; improved logical | Fred Drake | 1996-09-11 | 2 | -258/+310 |
|
|
* | More performance and layout improvements by Fred | Guido van Rossum | 1996-09-11 | 2 | -502/+450 |
|
|
* | Added long getopt docs; by Fred | Guido van Rossum | 1996-09-11 | 2 | -14/+62 |
|
|
* | Multiply by 1000003 instead of 3 in string hach | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Get rid of bogus MSC_VER undef of CHECK() | Guido van Rossum | 1996-09-11 | 1 | -4/+0 |
|
|