COMMITS
/ Modules/main.c February 12, 2009
R
This fixes issue5143 and includes a test.
Ronald Oussoren committed
January 9, 2009
A
Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line
Antoine Pitrou committed
January 1, 2009
A
#4747: on Windows, starting a module with a non-ascii filename would print a useless "SyntaxError: None"
Amaury Forgeot d'Arc committed
November 11, 2008
A
#3705: Command-line arguments were not correctly decoded when the
Amaury Forgeot d'Arc committed
October 30, 2008
A
#3626: On cygwin, starting "python z" would not display any error message:
Amaury Forgeot d'Arc committed
September 9, 2008
A
Revert r33661, which broke all buildbots.
Amaury Forgeot d'Arc committed
A
#3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters
Amaury Forgeot d'Arc committed
September 6, 2008
A
Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value.
Antoine Pitrou committed
September 3, 2008
C
Fixed wording of python --help text.
Christian Heimes committed
June 4, 2008
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
June 2, 2008
M
Forward-port PYTHONIOENCODING.
Martin v. Löwis committed
May 6, 2008
C
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
Christian Heimes committed
April 15, 2008
April 13, 2008
April 6, 2008
M
Convert another %s to %ls.
Martin v. Löwis committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
March 18, 2008
C
Merged revisions 61520,61523-61528,61532 via svnmerge from
Christian Heimes committed
January 18, 2008
C
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes committed
January 7, 2008
C
Merged revisions 59822-59841 via svnmerge from
Christian Heimes committed
November 19, 2007
G
Make test_cmd_line_scripts pass by using a unicode string instead of
Guido van Rossum committed
November 18, 2007
C
Merged revisions 59005-59040 via svnmerge from
Christian Heimes committed
November 14, 2007
C
Fix for bug #1442 pythonstartup addition of minor error checking
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
August 31, 2007
M
Revert 57722. Move error dialog APIs to msvcrt instead,
Martin v. Löwis committed
August 30, 2007
M
Implement PYTHONNOERRORWINDOW.
Martin v. Löwis committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
May 25, 2007
W
Add interning of unicode strings by copying the functionality from
Walter Dörwald committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
January 9, 2007
T
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 9, 2006
N
Try to be a bit more consistent on all platforms:
Neal Norwitz committed
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton committed
October 3, 2005
N
SF bug #887946, segfault if redirecting directory
Neal Norwitz committed
October 7, 2004
R
SF patch #1035498: -m option to run a module as a script
Raymond Hettinger committed
August 19, 2004
M
Patch #1011822: Display errno/strerror for inaccessible files.
Martin v. Löwis committed
March 1, 2004
S
Add pystack definition to Misc/gdbinit with some explanation of its behavior
Skip Montanaro committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
November 18, 2003
M
Patch #794400: Let PYTHONSTARTUP influence the compiler flags.
Martin v. Löwis committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
June 29, 2003
B
Py_Main(): Add a check for the PYTHONINSPECT environment variable
Barry Warsaw committed
March 30, 2003
M
Patch #672053: Return a result from Py_Main, instead of exiting.
Martin v. Löwis committed