| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -11/+11 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -0/+29 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -8/+9 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -5/+7 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+11 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -42/+37 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -33/+2 |
|
|
* | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 1 | -1/+2 |
|
|
* | Fix a bunch of imports to use code.h instead of compile.h. | Jeremy Hylton | 2005-10-21 | 1 | -1/+1 |
|
|
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+8 |
|
|
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -7/+73 |
|
|
* | Patch #1011822: Display errno/strerror for inaccessible files. | Martin v. Löwis | 2004-08-19 | 1 | -2/+7 |
|
|
* | Add pystack definition to Misc/gdbinit with some explanation of its behavior | Skip Montanaro | 2004-03-01 | 1 | -0/+3 |
|
|
* | Getting rid of support for the ancient Apple MPW compiler. | Jack Jansen | 2003-11-19 | 1 | -7/+0 |
|
|
* | Patch #794400: Let PYTHONSTARTUP influence the compiler flags. | Martin v. Löwis | 2003-11-18 | 1 | -9/+14 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Py_Main(): Add a check for the PYTHONINSPECT environment variable | Barry Warsaw | 2003-06-29 | 1 | -0/+9 |
|
|
* | Patch #672053: Return a result from Py_Main, instead of exiting. | Martin v. Löwis | 2003-03-30 | 1 | -9/+9 |
|
|
* | Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. | Martin v. Löwis | 2003-03-30 | 1 | -3/+6 |
|
|
* | An #endif was missing in Just's patch. Added. | Jack Jansen | 2003-03-05 | 1 | -0/+1 |
|
|
* | removing one Mac hack and add another: | Just van Rossum | 2003-03-05 | 1 | -26/+16 |
|
|
* | Patch #696645: Remove VMS code with uncertain authorship. | Martin v. Löwis | 2003-03-05 | 1 | -33/+8 |
|
|
* | 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 |
|
|