summaryrefslogtreecommitdiffstats
path: root/Python/pythonmain.c
Commit message (Expand)AuthorAgeFilesLines
* Add $PYTHONSTARTUP feature.Guido van Rossum1992-09-031-0/+10
* * Makefile: cosmeticsGuido van Rossum1992-08-051-2/+0
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-381/+3
* Removed confusing, incorrect comment.Guido van Rossum1992-06-031-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Add -v option (verbose) and get rid of finaloutput() function (unused)Guido van Rossum1992-03-271-11/+8
* Set sys.last_{type,value} to characteristics of last unhandled exception.Guido van Rossum1992-03-041-0/+2
* Get rid of "Unhandled exception: " altogether.Guido van Rossum1992-02-051-3/+0
* Don't print "Unhandled exception: " when one occurs -- just print its name.Guido van Rossum1992-01-271-0/+2
* Added -d option (increments debugging variable); mostly to get ridGuido van Rossum1992-01-191-3/+5
* Don't depend on patchlevel.h.Guido van Rossum1992-01-141-2/+0
* Stop option processing immediately after "-c command",Guido van Rossum1992-01-021-12/+13
* Catch SystemExit and go away if it is caught.Guido van Rossum1991-12-311-0/+11
* printobject now returns an error codeGuido van Rossum1991-06-071-2/+4
* Add run_command() to implement "-c command".Guido van Rossum1991-06-071-9/+73
* Removed Think C 3.0 stuff and wish list.Guido van Rossum1991-06-041-34/+1
* Move allobjects.h to front (needed by THINK C precompiled headers)Guido van Rossum1991-04-161-2/+2
* Added isatty() for MPW.Guido van Rossum1991-04-041-0/+10
* Include patchlevel.h (to ensure it is distributed with the rest).Guido van Rossum1991-03-061-0/+2
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Changes for THINK C 4.0.Guido van Rossum1990-12-201-9/+11
* "Compiling" versionGuido van Rossum1990-12-201-74/+321
* Some extra DECREFs.Guido van Rossum1990-11-181-3/+9
* Moved configuration-dependent initializations (etc.) to config_*.cGuido van Rossum1990-11-181-154/+9
* Call asa_done() in goaway().Guido van Rossum1990-10-141-0/+7
* Initial revisionGuido van Rossum1990-10-141-0/+297