index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pythonmain.c
Commit message (
Expand
)
Author
Age
*
Allow mac user to set "command line flags" by option-starting python.
Jack Jansen
1995-07-29
*
Porting to CW CFM68K
Jack Jansen
1995-06-27
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
*
* Python/pythonmain.c: fatal error if can't alloc mem for -c
Guido van Rossum
1994-09-29
*
Merge back to main trunk
Guido van Rossum
1994-08-30
*
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum
1993-11-23
*
* pythonmain.c: -k option, usage message, more environment flags.
Guido van Rossum
1993-06-24
*
Support for frozen scripts; added -i option.
Guido van Rossum
1993-04-01
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
*
Add $PYTHONSTARTUP feature.
Guido van Rossum
1992-09-03
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
*
Removed confusing, incorrect comment.
Guido van Rossum
1992-06-03
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
*
Add -v option (verbose) and get rid of finaloutput() function (unused)
Guido van Rossum
1992-03-27
*
Set sys.last_{type,value} to characteristics of last unhandled exception.
Guido van Rossum
1992-03-04
*
Get rid of "Unhandled exception: " altogether.
Guido van Rossum
1992-02-05
*
Don't print "Unhandled exception: " when one occurs -- just print its name.
Guido van Rossum
1992-01-27
*
Added -d option (increments debugging variable); mostly to get rid
Guido van Rossum
1992-01-19
*
Don't depend on patchlevel.h.
Guido van Rossum
1992-01-14
*
Stop option processing immediately after "-c command",
Guido van Rossum
1992-01-02
*
Catch SystemExit and go away if it is caught.
Guido van Rossum
1991-12-31
*
printobject now returns an error code
Guido van Rossum
1991-06-07
*
Add run_command() to implement "-c command".
Guido van Rossum
1991-06-07
*
Removed Think C 3.0 stuff and wish list.
Guido van Rossum
1991-06-04
*
Move allobjects.h to front (needed by THINK C precompiled headers)
Guido van Rossum
1991-04-16
*
Added isatty() for MPW.
Guido van Rossum
1991-04-04
*
Include patchlevel.h (to ensure it is distributed with the rest).
Guido van Rossum
1991-03-06
*
Added copyright notice.
Guido van Rossum
1991-02-19
*
Changes for THINK C 4.0.
Guido van Rossum
1990-12-20
*
"Compiling" version
Guido van Rossum
1990-12-20
*
Some extra DECREFs.
Guido van Rossum
1990-11-18
*
Moved configuration-dependent initializations (etc.) to config_*.c
Guido van Rossum
1990-11-18
*
Call asa_done() in goaway().
Guido van Rossum
1990-10-14
*
Initial revision
Guido van Rossum
1990-10-14