| Commit message (Expand) | Author | Age | Files | Lines |
* | Squashed compiler warnings by adding casts, making sure prototypes are in | Jack Jansen | 2002-12-23 | 1 | -0/+4 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 1 | -0/+57 |
|
|
* | Fix minor whitespace nit, for consistency with Python's C style rules. | Fred Drake | 2002-10-17 | 1 | -1/+1 |
|
|
* | On Cygwin, put stdin, stderr, and stdout in binary mode when the -u | Sjoerd Mullender | 2002-08-09 | 1 | -2/+2 |
|
|
* | Added one call to Py_Main(), for OSX framework builds only, that will get the | Jack Jansen | 2002-08-02 | 1 | -1/+17 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Fix last checkin, can't use " inside a string | Neal Norwitz | 2002-07-28 | 1 | -1/+1 |
|
|
* | Patch #552812: Better description in "python -h" for -u. | Martin v. Löwis | 2002-07-28 | 1 | -0/+1 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -1/+5 |
|
|
* | Remove mentioning of -U option in "python -h" output. | Marc-André Lemburg | 2002-02-11 | 1 | -1/+0 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 1 | -1/+4 |
|
|
* | PEP 238 documented -Qwarn as warning only for classic int or long | Guido van Rossum | 2001-09-04 | 1 | -4/+8 |
|
|
* | Rename the -D option to -Q, to avoid a Jython option name conflict. | Guido van Rossum | 2001-09-04 | 1 | -7/+7 |
|
|
* | Oops. The -W option takes args, not -X. | Guido van Rossum | 2001-08-31 | 1 | -1/+1 |
|
|
* | Add warning mode for classic division, almost exactly as specified in | Guido van Rossum | 2001-08-31 | 1 | -19/+49 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -7/+18 |
|
|
* | Add "help" to the things one is encouraged to type for more | Guido van Rossum | 2001-07-18 | 1 | -1/+2 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -1/+1 |
|
|
* | Removed the Python version from the PYTHONHOMEHELP string. It was | Marc-André Lemburg | 2001-06-12 | 1 | -1/+1 |
|
|
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -8/+12 |
|
|
* | Extend support for from __future__ import nested_scopes | Jeremy Hylton | 2001-03-22 | 1 | -3/+8 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -0/+23 |
|
|
* | Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call | Barry Warsaw | 2001-02-23 | 1 | -0/+14 |
|
|
* | Add a line to "python -h" output about PYTHONCASEOK. | Tim Peters | 2001-02-22 | 1 | -0/+1 |
|
|
* | Add the -W option. | Guido van Rossum | 2000-12-15 | 1 | -1/+8 |
|
|
* | Move our own getopt() implementation to _PyOS_GetOpt(), and use it | Thomas Wouters | 2000-11-03 | 1 | -16/+12 |
|
|
* | Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage | Barry Warsaw | 2000-09-15 | 1 | -8/+32 |
|
|
* | Instead of printing all 9 lines of copyright info, print | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), | Guido van Rossum | 2000-08-27 | 1 | -4/+3 |
|
|
* | - changed 1.5 to 2.0 in the help text | Fredrik Lundh | 2000-07-09 | 1 | -7/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | 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 |
|
|