- ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 19 years ago
- 64182fe Some more changes to make code compile under a C++ compiler. by Anthony Baxter · 19 years ago
- e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 19 years ago
- 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
- ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
- 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
- db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
- 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
- 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 21 years ago
- fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
- 6caea37 Patch #794400: Let PYTHONSTARTUP influence the compiler flags. by Martin v. Löwis · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 21 years ago
- 852ba7e Patch #672053: Return a result from Py_Main, instead of exiting. by Martin v. Löwis · 22 years ago
- e98922f Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. by Martin v. Löwis · 22 years ago
- fbd861b An #endif was missing in Just's patch. Added. by Jack Jansen · 22 years ago
- 2ac79ef removing one Mac hack and add another: by Just van Rossum · 22 years ago
- 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 22 years ago
- 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
- 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
- 5134a54 Fix minor whitespace nit, for consistency with Python's C style rules. by Fred Drake · 22 years ago
- 9cf424b On Cygwin, put stdin, stderr, and stdout in binary mode when the -u by Sjoerd Mullender · 22 years ago
- 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
- ce233b4 Fix last checkin, can't use " inside a string by Neal Norwitz · 22 years ago
- 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago
- 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- aeff668 Remove mentioning of -U option in "python -h" output. by Marc-André Lemburg · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
- 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
- 61c345f Rename the -D option to -Q, to avoid a Jython option name conflict. by Guido van Rossum · 23 years ago
- 97741a3 Oops. The -W option takes args, not -X. by Guido van Rossum · 23 years ago
- 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
- 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
- 36002d7 Add "help" to the things one is encouraged to type for more by Guido van Rossum · 23 years ago
- 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
- da4dbc3 Removed the Python version from the PYTHONHOMEHELP string. It was by Marc-André Lemburg · 23 years ago
- bceccf5 Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger by Guido van Rossum · 24 years ago
- bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 24 years ago
- 3ed4c15 RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
- 3e13b1e Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call by Barry Warsaw · 24 years ago
- 793de09 Add a line to "python -h" output about PYTHONCASEOK. by Tim Peters · 24 years ago
- 47f5fdc Add the -W option. by Guido van Rossum · 24 years ago
- 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
- 3b2aedb Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage by Barry Warsaw · 24 years ago
- a22865e Instead of printing all 9 lines of copyright info, print by Guido van Rossum · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
- 620f377 - changed 1.5 to 2.0 in the help text (the PYTHONHOMEHELP define) by Fredrik Lundh · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 57e11ae usage_mid: Remove the description of the -X flag; it's gone now. by Barry Warsaw · 25 years ago
- c15a9a1 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- dc8b569 Patch from Tim Peters to repare a the problem that tracebacks are off by Guido van Rossum · 26 years ago
- 01b7ced On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws by Guido van Rossum · 26 years ago
- 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
- 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 26 years ago
- e7adf3e Documented PYTHONOPTIMIZE; by Marc Lemburg. by Guido van Rossum · 26 years ago
- 7c33095 Typo in usage message. by Guido van Rossum · 27 years ago
- bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 27 years ago
- 22ffac1 Don't use setvbuf unless HAVE_SETVBUF is defined. by Guido van Rossum · 27 years ago
- a075ce1 Two changes by Jeff Rush (slightly tweaked): by Guido van Rossum · 27 years ago
- 873c35c Take out the setlocale() call. It affects atof() and will break by Guido van Rossum · 27 years ago
- 44c36bb Add call to setlocale(LC_ALL, ""). by Guido van Rossum · 27 years ago
- 3d26cc9 Move the "import readline" to an earlier place so it is also done when by Guido van Rossum · 27 years ago
- 7922bd7 Added -X option to suppress default import of site.py. Also split the by Guido van Rossum · 27 years ago
- 83b6709 Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so by Barry Warsaw · 27 years ago
- f488af3 Parse new command line option -X which enables exception classes. by Barry Warsaw · 27 years ago
- 9b5dbed Attempt to import readline at interactive startup. by Guido van Rossum · 27 years ago
- 5d1770e Py_Cleanup() is now Py_Finalize(). by Guido van Rossum · 27 years ago
- 05f7c50 Free the malloc'ed buffer that holds the command once we're done with it. by Guido van Rossum · 27 years ago
- 534ac09 Removed a bunch of extern declarations of functions that are now by Guido van Rossum · 27 years ago
- ed52aac This is no longer the real main program; it now defines Py_Main(), so by Guido van Rossum · 27 years ago
- fe4dfc7 Add platform to welcome message. by Guido van Rossum · 27 years ago
- 03ef647 Add PYTHONHOME to the usage message. by Guido van Rossum · 28 years ago
- b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 28 years ago
- 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 28 years ago
- 7614da6 Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO. by Guido van Rossum · 28 years ago
- 129e91a Add parentheses around && within || as gcc -Wall advises. by Guido van Rossum · 28 years ago
- 775af91 My version of Lee Busby's patches to make '-i' pretend stdin is a tty by Guido van Rossum · 28 years ago
- 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
- f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
- 66a7013 Include unistd.h to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- ac56b03 New style names for getprogramname and getargcargv by Guido van Rossum · 28 years ago
- 8026feb Made comment for getprogramname() more helpful. by Guido van Rossum · 28 years ago
- 582646a grand renaming; added copyright to some files by Guido van Rossum · 28 years ago
- 667d704 Initial revision by Guido van Rossum · 29 years ago