summaryrefslogtreecommitdiff
path: root/Modules/main.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-11681: Document the `-b` and `-bb` options (GH-1562)Zachary Ware2017-05-131-0/+2
* Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...Steve Dower2016-12-281-0/+3
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-9/+9
* #16306: report only the first unknown option and add more tests. Patch by Se...Ezio Melotti2012-11-231-0/+1
* Fix closes issue # 15033 - Return the proper exitcode for failure when module...Senthil Kumaran2012-07-041-1/+1
* merge with 2.6Georg Brandl2012-02-211-3/+3
|\
| * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-3/+3
* | merge 2.6Benjamin Peterson2012-02-211-6/+0
|\ \ | |/
| * don't need this hack anymoreBenjamin Peterson2012-02-211-6/+0
| * Fix crash at startup with -W options.Antoine Pitrou2012-02-211-2/+28
| * Backport fix from default branch for ./python -R -Wd where hash('d') would notBarry Warsaw2012-02-211-0/+6
* | Fix crash at startup with -W options.Antoine Pitrou2012-02-211-2/+28
* | kill interned strings computed before random initializationBenjamin Peterson2012-02-211-0/+6
* | merge 2.6 with hash randomization fixBenjamin Peterson2012-02-201-1/+15
|\ \ | |/
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-201-1/+15
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-455/+455
| * Merged revisions 74052 via svnmerge fromVictor Stinner2010-03-211-3/+3
| * Partial backport of r78826: leave import site error handler unchanged (printVictor Stinner2010-03-211-4/+10
| * Merged revisions 75570,75574,75624 via svnmerge fromAntoine Pitrou2009-10-271-29/+0
| * Py3k warnings now automatically include -Qwarn for division.Raymond Hettinger2009-02-181-0/+2
| * Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,...Georg Brandl2009-01-141-1/+1
* | Revert r80580 due to some unintended side effects. See issue #8202 for details.Nick Coghlan2010-06-131-3/+5
* | Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-474/+474
* | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in...Nick Coghlan2010-04-281-2/+2
* | fix PYTHONWARNINGS handling to not modify the original env value and improvePhilip Jenvey2010-04-101-7/+12
* | #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+11
* | Issue #3137: Don't ignore errors at startup, especially a keyboard interruptVictor Stinner2010-03-101-4/+10
* | Issue #1722344: threading._shutdown() is now called in Py_Finalize(), whichAntoine Pitrou2009-10-201-29/+0
* | Fix GCC warning about fprintf used without a string literal andAlexandre Vassalotti2009-07-171-3/+3
* | #5704: let python -3 imply -t as well.Georg Brandl2009-04-121-0/+4
* | Py3k warnings now automatically include -Qwarn for division.Raymond Hettinger2009-02-181-0/+2
* | be more specific in -3 option helpBenjamin Peterson2009-01-091-1/+1
|/
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Implemented PEP 370Christian Heimes2008-05-061-1/+10
* Improve -X error message.Georg Brandl2008-04-131-1/+1
* Applied patch #2617 from Frank Wierzbicki wit some extras from meChristian Heimes2008-04-121-1/+5
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-291-0/+9
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-1/+4
* Remove all traces of HAVE_STRERROR.Brett Cannon2008-03-181-5/+1
* Coverity CID #168Christian Heimes2008-01-181-0/+1
* patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-071-1/+1
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-6/+14
* Backport some main.c cleanup from the py3k branchNick Coghlan2007-11-201-12/+13
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-40/+80
* Fix Coverity 168: Close the file before returning (exiting).Neal Norwitz2007-10-121-0/+1
* Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...Nick Coghlan2007-08-251-5/+4
* Add -3 option to the interpreter to warn about features that areNeal Norwitz2007-05-231-1/+6
* Variant of patch #697613: don't exit the interpreter on a SystemExitGeorg Brandl2007-03-071-11/+11