441 Commits (8a250fac15ecb2604461ea5753638269e342eb91)

Author SHA1 Message Date
Guido van Rossum 262e124107 print class name for exceptions that are classes 31 years ago
Jack Jansen 08e767bdc5 Under CodeWarrior, make the window go away on exit(0) 31 years ago
Guido van Rossum 42a5124101 Think C mod to suppress pausing at normal exit 31 years ago
Guido van Rossum 8ae87c0489 make call_pyc_file static 31 years ago
Guido van Rossum 94390ec2a6 use getbuiltins() everywhere, it defaults to getbuiltidict() 31 years ago
Guido van Rossum 6135a87f2b __builtins__ mods (and sys_checkinterval for ceval.c) 31 years ago
Guido van Rossum 6d023c98b0 Added 1995 to copyright message. 32 years ago
Guido van Rossum 1ae940a587 Lots of changes, most minor (fatal() instead of abort(), use of 32 years ago
Jack Jansen e00637bdcf Removed extraneous fclose() in case of .pyc file argument 32 years ago
Guido van Rossum 83dd6c319e * Python/pythonrun.c: add string "Python" to fatal error message 32 years ago
Guido van Rossum 798199d8a6 * Python/pythonrun.c (print_error): print only last line of 32 years ago
Guido van Rossum fdef271550 * Import/pythonrun.h, Python/{import,pythonrun}.c, 32 years ago
Guido van Rossum 1662dd5a3d added Py_AtExit() -- register cleanup functions for C modules 32 years ago
Guido van Rossum a110aa658b * Python/pythonrun.c (print_error): added INCREF/DECREF pair -- 32 years ago
Guido van Rossum b376a4ad18 * timemodule.c: Add hack for Solaris 2. 33 years ago
Guido van Rossum b73cc04e62 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 33 years ago
Sjoerd Mullender a9c3c22c33 * Extended X interface: pixmap objects, colormap objects visual objects, 33 years ago
Guido van Rossum f1dc566328 * Makefile: added all: and default: targets. 33 years ago
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods 33 years ago
Guido van Rossum 6ac258d381 * pythonrun.c: Print exception type+arg *after* stack trace instead of 33 years ago
Guido van Rossum 5b7221849e * Fixed some subtleties with fastlocals. You can no longer access 33 years ago
Guido van Rossum 8b17d6bd89 Changes to speed up local variables enormously, by avoiding dictionary 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b) 34 years ago
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or 34 years ago
Guido van Rossum 59bff399a0 Add sys.exitfunc feature. Make askync non-static. 34 years ago
Guido van Rossum f9f2e82fca New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() 34 years ago
Guido van Rossum df72a655b9 To ignore a call, cast it to (void), not to (void *)... 34 years ago
Guido van Rossum ff4949eeee * Makefile: cosmetics 34 years ago
Guido van Rossum 1984f1e1c6 * Makefile adapted to changes below. 34 years ago
Guido van Rossum 138e6bf66e Removed confusing, incorrect comment. 34 years ago
Guido van Rossum bab9d03855 Copyright for 1992 added 34 years ago
Guido van Rossum e3d7045e47 Add -v option (verbose) and get rid of finaloutput() function (unused) 34 years ago
Guido van Rossum c4adc83378 Set sys.last_{type,value} to characteristics of last unhandled exception. 34 years ago
Guido van Rossum 4ddf8cc408 Get rid of "Unhandled exception: " altogether. 34 years ago
Guido van Rossum cb4eeddeea Don't print "Unhandled exception: " when one occurs -- just print its name. 34 years ago
Guido van Rossum 8401e5678c Added -d option (increments debugging variable); mostly to get rid 35 years ago
Guido van Rossum cc59e94899 Don't depend on patchlevel.h. 35 years ago
Guido van Rossum 46b1638044 Stop option processing immediately after "-c command", 35 years ago
Guido van Rossum a534ed3ee7 Catch SystemExit and go away if it is caught. 35 years ago
Guido van Rossum d783a46d73 printobject now returns an error code 35 years ago
Guido van Rossum 689e701919 Add run_command() to implement "-c command". 35 years ago
Guido van Rossum 2cfd356f0a Removed Think C 3.0 stuff and wish list. 35 years ago
Guido van Rossum a5900aa549 Move allobjects.h to front (needed by THINK C precompiled headers) 35 years ago
Guido van Rossum e6c67a7263 Added isatty() for MPW. 35 years ago
Guido van Rossum e7ef22ef41 Include patchlevel.h (to ensure it is distributed with the rest). 35 years ago
Guido van Rossum f70e43a073 Added copyright notice. 35 years ago
Guido van Rossum 6c4f4a92ac Changes for THINK C 4.0. 36 years ago
Guido van Rossum 3f5da24ea3 "Compiling" version 36 years ago
Guido van Rossum c6aa9e90ad Some extra DECREFs. 36 years ago