summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
Commit message (Expand)AuthorAgeFilesLines
* Added -X option to suppress default import of site.py. Also split theGuido van Rossum1997-08-291-5/+13
* Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag soBarry Warsaw1997-08-291-2/+3
* Parse new command line option -X which enables exception classes.Barry Warsaw1997-08-291-1/+6
* Attempt to import readline at interactive startup.Guido van Rossum1997-08-051-0/+8
* Py_Cleanup() is now Py_Finalize().Guido van Rossum1997-08-051-1/+1
* Free the malloc'ed buffer that holds the command once we're done with it.Guido van Rossum1997-08-021-2/+3
* Removed a bunch of extern declarations of functions that are nowGuido van Rossum1997-07-191-6/+0
* This is no longer the real main program; it now defines Py_Main(), soGuido van Rossum1997-07-191-30/+7
* Add platform to welcome message.Guido van Rossum1997-05-191-2/+3
* Add PYTHONHOME to the usage message.Guido van Rossum1997-04-301-0/+2
* OK, I lied. On Windows, _IOLBF seems to be the same as fullGuido van Rossum1997-04-111-4/+8
* Change in when and how stdin and stdout are set to line-buffering.Guido van Rossum1997-04-111-3/+5
* Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO.Guido van Rossum1997-03-031-2/+7
* Add parentheses around && within || as gcc -Wall advises.Guido van Rossum1997-02-141-1/+1
* My version of Lee Busby's patches to make '-i' pretend stdin is a ttyGuido van Rossum1997-02-141-22/+35
* Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and useGuido van Rossum1997-01-171-2/+6
* On Windows, -u implies binary mode for stdin/stdoutGuido van Rossum1997-01-111-0/+4
* Include unistd.h to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+3
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* New style names for getprogramname and getargcargvGuido van Rossum1996-07-211-6/+6
* Made comment for getprogramname() more helpful.Guido van Rossum1996-06-201-1/+2
* grand renaming; added copyright to some filesGuido van Rossum1996-05-281-8/+3
* Initial revisionGuido van Rossum1995-08-041-0/+246