406 Commits (090f7be6dfd4e246cf5bc2db24c2070810d3c98b)

Author SHA1 Message Date
Guido van Rossum 296b4751e1 Can't return 0 from void function... 29 years ago
Guido van Rossum 78a1ed3d70 Py_FlushLine and PyFile_WriteString now return error indicators 29 years ago
Guido van Rossum 23c9446d9a Added a space in an error message 29 years ago
Guido van Rossum b05a5c7698 Instead of importing graminit.h whenever one of the three grammar 'root' 29 years ago
Guido van Rossum 478e718aca Keep MS compiler happy: use (int)strlen() when comparing; make sure 29 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago
Guido van Rossum 2a7f58de1c Allow passing a .pyo file. 29 years ago
Guido van Rossum 82598051e6 Greatly renamed. Not a very thorough job -- I'm going to restructure 29 years ago
Guido van Rossum 7433b12a5c Added new global flag variable Py_InteractiveFlag and new function 29 years ago
Guido van Rossum 80bb9655f0 Keep gcc -Wall happy. 29 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Guido van Rossum 9b38a145e2 Rationalized MS ifdefs 30 years ago
Guido van Rossum ded690fc35 rename printrefs, getobjects to _Py_ prefix 30 years ago
Guido van Rossum aae0d32f66 Use new names for debug macros. Don't include pythonrun.h. 30 years ago
Guido van Rossum 4f1c59b818 Add'l change for NT (Mark H.). 30 years ago
Jack Jansen 66a8977b0e Moved mac-specific exit handling to macmain.c 31 years ago
Guido van Rossum 1c45ca310b keep exitfunc alive while calling it 31 years ago
Guido van Rossum befa14f1b9 #undef argument, for the Mac 31 years ago
Jack Jansen 21eb0b56a8 mac CW-only fix for messy windows upon exit 31 years ago
Guido van Rossum 681d79aaf3 keyword arguments and faster calls 31 years ago
Guido van Rossum 527c2643d1 flush stdout before writing to stderr in print_error() 31 years ago
Guido van Rossum 6f9e433ab3 fix dusty debugging macros 31 years ago
Guido van Rossum a44823b776 In NT, write fatal() msg to debugging device 31 years ago
Jack Jansen bd06e96217 mac changes: 31 years ago
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. 31 years ago
Guido van Rossum 1ae940a587 Lots of changes, most minor (fatal() instead of abort(), use of 31 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