summaryrefslogtreecommitdiff
path: root/Modules/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+1
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-3/+11
* Make test_cmd_line_scripts pass by using a unicode string instead ofGuido van Rossum2007-11-191-14/+16
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-40/+80
* Fix for bug #1442 pythonstartup addition of minor error checkingChristian Heimes2007-11-141-0/+10
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-6/+11
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+1
* Revert 57722. Move error dialog APIs to msvcrt instead,Martin v. Löwis2007-08-311-19/+0
* Implement PYTHONNOERRORWINDOW.Martin v. Löwis2007-08-301-0/+24
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-5/+4
* Remove RISCOS supportSkip Montanaro2007-08-161-22/+0
* Add interning of unicode strings by copying the functionality fromWalter Dörwald2007-05-251-1/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-11/+11
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-0/+29
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-8/+9
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-5/+7
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+11
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-42/+37
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-33/+2
* Try to be a bit more consistent on all platforms:Neal Norwitz2006-03-091-1/+2
* Fix a bunch of imports to use code.h instead of compile.h.Jeremy Hylton2005-10-211-1/+1
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+8
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-7/+73
* Patch #1011822: Display errno/strerror for inaccessible files.Martin v. Löwis2004-08-191-2/+7
* Add pystack definition to Misc/gdbinit with some explanation of its behaviorSkip Montanaro2004-03-011-0/+3
* Getting rid of support for the ancient Apple MPW compiler.Jack Jansen2003-11-191-7/+0
* Patch #794400: Let PYTHONSTARTUP influence the compiler flags.Martin v. Löwis2003-11-181-9/+14
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Py_Main(): Add a check for the PYTHONINSPECT environment variableBarry Warsaw2003-06-291-0/+9
* Patch #672053: Return a result from Py_Main, instead of exiting.Martin v. Löwis2003-03-301-9/+9
* Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614.Martin v. Löwis2003-03-301-3/+6
* An #endif was missing in Just's patch. Added.Jack Jansen2003-03-051-0/+1
* removing one Mac hack and add another:Just van Rossum2003-03-051-26/+16
* Patch #696645: Remove VMS code with uncertain authorship.Martin v. Löwis2003-03-051-33/+8
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-231-0/+4
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-0/+57
* Fix minor whitespace nit, for consistency with Python's C style rules.Fred Drake2002-10-171-1/+1
* On Cygwin, put stdin, stderr, and stdout in binary mode when the -uSjoerd Mullender2002-08-091-2/+2
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-1/+17
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Fix last checkin, can't use " inside a stringNeal Norwitz2002-07-281-1/+1
* Patch #552812: Better description in "python -h" for -u.Martin v. Löwis2002-07-281-0/+1
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-1/+5
* Remove mentioning of -U option in "python -h" output.Marc-André Lemburg2002-02-111-1/+0
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-1/+4
* PEP 238 documented -Qwarn as warning only for classic int or longGuido van Rossum2001-09-041-4/+8
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-041-7/+7
* Oops. The -W option takes args, not -X.Guido van Rossum2001-08-311-1/+1