index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pythonmain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Python/pythonmain.c: fatal error if can't alloc mem for -c
Guido van Rossum
1994-09-29
1
-1/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-15/+52
*
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum
1993-11-23
1
-1/+1
*
* pythonmain.c: -k option, usage message, more environment flags.
Guido van Rossum
1993-06-24
1
-5/+31
*
Support for frozen scripts; added -i option.
Guido van Rossum
1993-04-01
1
-1/+18
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Add $PYTHONSTARTUP feature.
Guido van Rossum
1992-09-03
1
-0/+10
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-2/+0
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
1
-381/+3
*
Removed confusing, incorrect comment.
Guido van Rossum
1992-06-03
1
-1/+1
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Add -v option (verbose) and get rid of finaloutput() function (unused)
Guido van Rossum
1992-03-27
1
-11/+8
*
Set sys.last_{type,value} to characteristics of last unhandled exception.
Guido van Rossum
1992-03-04
1
-0/+2
*
Get rid of "Unhandled exception: " altogether.
Guido van Rossum
1992-02-05
1
-3/+0
*
Don't print "Unhandled exception: " when one occurs -- just print its name.
Guido van Rossum
1992-01-27
1
-0/+2
*
Added -d option (increments debugging variable); mostly to get rid
Guido van Rossum
1992-01-19
1
-3/+5
*
Don't depend on patchlevel.h.
Guido van Rossum
1992-01-14
1
-2/+0
*
Stop option processing immediately after "-c command",
Guido van Rossum
1992-01-02
1
-12/+13
*
Catch SystemExit and go away if it is caught.
Guido van Rossum
1991-12-31
1
-0/+11
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-2/+4
*
Add run_command() to implement "-c command".
Guido van Rossum
1991-06-07
1
-9/+73
*
Removed Think C 3.0 stuff and wish list.
Guido van Rossum
1991-06-04
1
-34/+1
*
Move allobjects.h to front (needed by THINK C precompiled headers)
Guido van Rossum
1991-04-16
1
-2/+2
*
Added isatty() for MPW.
Guido van Rossum
1991-04-04
1
-0/+10
*
Include patchlevel.h (to ensure it is distributed with the rest).
Guido van Rossum
1991-03-06
1
-0/+2
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Changes for THINK C 4.0.
Guido van Rossum
1990-12-20
1
-9/+11
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-74/+321
*
Some extra DECREFs.
Guido van Rossum
1990-11-18
1
-3/+9
*
Moved configuration-dependent initializations (etc.) to config_*.c
Guido van Rossum
1990-11-18
1
-154/+9
*
Call asa_done() in goaway().
Guido van Rossum
1990-10-14
1
-0/+7
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+297