summaryrefslogtreecommitdiff
path: root/Python/pythonmain.c
Commit message (Expand)AuthorAgeFilesLines
* Allow mac user to set "command line flags" by option-starting python.Jack Jansen1995-07-291-0/+4
* Porting to CW CFM68KJack Jansen1995-06-271-0/+3
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* * Python/pythonmain.c: fatal error if can't alloc mem for -cGuido van Rossum1994-09-291-1/+2
* Merge back to main trunkGuido van Rossum1994-08-301-15/+52
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-1/+1
* * pythonmain.c: -k option, usage message, more environment flags.Guido van Rossum1993-06-241-5/+31
* Support for frozen scripts; added -i option.Guido van Rossum1993-04-011-1/+18
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* 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