| Commit message (Expand) | Author | Age | Files | Lines |
* | #16306: report only the first unknown option and add more tests. Patch by Se... | Ezio Melotti | 2012-11-23 | 1 | -0/+1 |
|
|
* | Fix closes issue # 15033 - Return the proper exitcode for failure when module... | Senthil Kumaran | 2012-07-05 | 1 | -1/+1 |
|
|
* | merge with 2.6 | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
|\ |
|
| * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
|
|
* | | merge 2.6 | Benjamin Peterson | 2012-02-21 | 1 | -6/+0 |
|\ \
| |/ |
|
| * | don't need this hack anymore | Benjamin Peterson | 2012-02-21 | 1 | -6/+0 |
|
|
| * | Fix crash at startup with -W options. | Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
|
|
| * | Backport fix from default branch for ./python -R -Wd where hash('d') would not | Barry Warsaw | 2012-02-21 | 1 | -0/+6 |
|
|
* | | Fix crash at startup with -W options. | Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
|
|
* | | kill interned strings computed before random initialization | Benjamin Peterson | 2012-02-21 | 1 | -0/+6 |
|
|
* | | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -1/+15 |
|\ \
| |/ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -1/+15 |
|
|
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -455/+455 |
|
|
| * | Merged revisions 74052 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -3/+3 |
|
|
| * | Partial backport of r78826: leave import site error handler unchanged (print | Victor Stinner | 2010-03-21 | 1 | -4/+10 |
|
|
| * | Merged revisions 75570,75574,75624 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -29/+0 |
|
|
| * | Py3k warnings now automatically include -Qwarn for division. | Raymond Hettinger | 2009-02-18 | 1 | -0/+2 |
|
|
| * | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -1/+1 |
|
|
* | | Revert r80580 due to some unintended side effects. See issue #8202 for details. | Nick Coghlan | 2010-06-13 | 1 | -3/+5 |
|
|
* | | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -474/+474 |
|
|
* | | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in... | Nick Coghlan | 2010-04-28 | 1 | -2/+2 |
|
|
* | | fix PYTHONWARNINGS handling to not modify the original env value and improve | Philip Jenvey | 2010-04-10 | 1 | -7/+12 |
|
|
* | | #7301: add the environment variable $PYTHONWARNINGS to supplement the -W | Philip Jenvey | 2010-04-06 | 1 | -0/+11 |
|
|
* | | Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt | Victor Stinner | 2010-03-10 | 1 | -4/+10 |
|
|
* | | Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which | Antoine Pitrou | 2009-10-20 | 1 | -29/+0 |
|
|
* | | Fix GCC warning about fprintf used without a string literal and | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+3 |
|
|
* | | #5704: let python -3 imply -t as well. | Georg Brandl | 2009-04-12 | 1 | -0/+4 |
|
|
* | | Py3k warnings now automatically include -Qwarn for division. | Raymond Hettinger | 2009-02-18 | 1 | -0/+2 |
|
|
* | | be more specific in -3 option help | Benjamin Peterson | 2009-01-09 | 1 | -1/+1 |
|/ |
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -1/+1 |
|
|
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Implemented PEP 370 | Christian Heimes | 2008-05-06 | 1 | -1/+10 |
|
|
* | Improve -X error message. | Georg Brandl | 2008-04-13 | 1 | -1/+1 |
|
|
* | Applied patch #2617 from Frank Wierzbicki wit some extras from me | Christian Heimes | 2008-04-12 | 1 | -1/+5 |
|
|
* | Backport #1442: report exception when startup file cannot be run. | Georg Brandl | 2008-03-29 | 1 | -0/+9 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -1/+4 |
|
|
* | Remove all traces of HAVE_STRERROR. | Brett Cannon | 2008-03-18 | 1 | -5/+1 |
|
|
* | Coverity CID #168 | Christian Heimes | 2008-01-18 | 1 | -0/+1 |
|
|
* | patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -6/+14 |
|
|
* | Backport some main.c cleanup from the py3k branch | Nick Coghlan | 2007-11-20 | 1 | -12/+13 |
|
|
* | Patch #1739468: Directories and zipfiles containing __main__.py are now execu... | Nick Coghlan | 2007-11-18 | 1 | -40/+80 |
|
|
* | Fix Coverity 168: Close the file before returning (exiting). | Neal Norwitz | 2007-10-12 | 1 | -0/+1 |
|
|
* | Fix bug 1764407 - the -i switch now does the right thing when using the -m sw... | Nick Coghlan | 2007-08-25 | 1 | -5/+4 |
|
|
* | Add -3 option to the interpreter to warn about features that are | Neal Norwitz | 2007-05-23 | 1 | -1/+6 |
|
|
* | Variant of patch #697613: don't exit the interpreter on a SystemExit | Georg Brandl | 2007-03-07 | 1 | -11/+11 |
|
|
* | Silence a warning from gcc 4.0.1 by specifying a function's parameter list is | Brett Cannon | 2007-01-05 | 1 | -1/+1 |
|
|
* | Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, | Martin v. Löwis | 2007-01-04 | 1 | -0/+29 |
|
|
* | Rewrite help message to remove some of the parentheticals. (There were a lot... | Andrew M. Kuchling | 2006-09-14 | 1 | -9/+9 |
|
|