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
/
Modules
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usage_mid: Remove the description of the -X flag; it's gone now.
Barry Warsaw
2000-05-02
1
-5/+0
*
Marc-Andre Lemburg:
Guido van Rossum
2000-05-01
1
-1/+6
*
Patch from Tim Peters to repare a the problem that tracebacks are off
Guido van Rossum
1999-04-19
1
-2/+9
*
On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws
Guido van Rossum
1999-02-09
1
-1/+1
*
Document -OO; "unsafe" optimization that removes docstrings.
Guido van Rossum
1999-01-28
1
-1/+2
*
Py_Main() must be DL_EXPORT too.
Guido van Rossum
1998-12-07
1
-1/+1
*
Documented PYTHONOPTIMIZE; by Marc Lemburg.
Guido van Rossum
1998-10-07
1
-1/+1
*
Typo in usage message.
Guido van Rossum
1998-04-13
1
-1/+1
*
Add -t option to set the Py_TabcheckFlag flag.
Guido van Rossum
1998-04-10
1
-5/+10
*
Don't use setvbuf unless HAVE_SETVBUF is defined.
Guido van Rossum
1998-03-06
1
-4/+12
*
Two changes by Jeff Rush (slightly tweaked):
Guido van Rossum
1997-12-05
1
-9/+26
*
Take out the setlocale() call. It affects atof() and will break
Guido van Rossum
1997-10-31
1
-8/+0
*
Add call to setlocale(LC_ALL, "").
Guido van Rossum
1997-10-08
1
-1/+8
*
Move the "import readline" to an earlier place so it is also done when
Guido van Rossum
1997-09-16
1
-8/+10
*
Added -X option to suppress default import of site.py. Also split the
Guido van Rossum
1997-08-29
1
-5/+13
*
Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so
Barry Warsaw
1997-08-29
1
-2/+3
*
Parse new command line option -X which enables exception classes.
Barry Warsaw
1997-08-29
1
-1/+6
*
Attempt to import readline at interactive startup.
Guido van Rossum
1997-08-05
1
-0/+8
*
Py_Cleanup() is now Py_Finalize().
Guido van Rossum
1997-08-05
1
-1/+1
*
Free the malloc'ed buffer that holds the command once we're done with it.
Guido van Rossum
1997-08-02
1
-2/+3
*
Removed a bunch of extern declarations of functions that are now
Guido van Rossum
1997-07-19
1
-6/+0
*
This is no longer the real main program; it now defines Py_Main(), so
Guido van Rossum
1997-07-19
1
-30/+7
*
Add platform to welcome message.
Guido van Rossum
1997-05-19
1
-2/+3
*
Add PYTHONHOME to the usage message.
Guido van Rossum
1997-04-30
1
-0/+2
*
OK, I lied. On Windows, _IOLBF seems to be the same as full
Guido van Rossum
1997-04-11
1
-4/+8
*
Change in when and how stdin and stdout are set to line-buffering.
Guido van Rossum
1997-04-11
1
-3/+5
*
Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO.
Guido van Rossum
1997-03-03
1
-2/+7
*
Add parentheses around && within || as gcc -Wall advises.
Guido van Rossum
1997-02-14
1
-1/+1
*
My version of Lee Busby's patches to make '-i' pretend stdin is a tty
Guido van Rossum
1997-02-14
1
-22/+35
*
Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use
Guido van Rossum
1997-01-17
1
-2/+6
*
On Windows, -u implies binary mode for stdin/stdout
Guido van Rossum
1997-01-11
1
-0/+4
*
Include unistd.h to keep gcc -Wall happy.
Guido van Rossum
1996-12-09
1
-0/+3
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-2/+2
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
New style names for getprogramname and getargcargv
Guido van Rossum
1996-07-21
1
-6/+6
*
Made comment for getprogramname() more helpful.
Guido van Rossum
1996-06-20
1
-1/+2
*
grand renaming; added copyright to some files
Guido van Rossum
1996-05-28
1
-8/+3
*
Initial revision
Guido van Rossum
1995-08-04
1
-0/+246