COMMITS
/ Python/pythonrun.c April 4, 2008
A
Issue2221: in Idle, exec('xx') raised a SystemError('error return without exception set')
Amaury Forgeot d'Arc committed
March 26, 2008
C
Merged revisions 61958-61959 via svnmerge from
Christian Heimes committed
C
Merged revisions 61954,61956-61957 via svnmerge from
Christian Heimes committed
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
March 19, 2008
February 19, 2008
February 9, 2008
January 27, 2008
C
Merged revisions 60364-60378 via svnmerge from
Christian Heimes committed
January 7, 2008
C
Merged revisions 59822-59841 via svnmerge from
Christian Heimes committed
January 5, 2008
K
Interpreter wasn't displaying the location of a SyntaxError
Kurt B. Kaiser committed
December 5, 2007
G
Solve issue 1400 at least in part -- whenever we run Python code, at the end
Guido van Rossum committed
December 3, 2007
G
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
November 30, 2007
C
Merged revisions 59226-59233 via svnmerge from
Christian Heimes committed
C
Partial fix for bug #1306
Christian Heimes committed
November 15, 2007
T
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller committed
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
November 14, 2007
C
Moved the initalization of the exception before the initialization of sys.
Christian Heimes committed
November 13, 2007
C
Fixed space -> tab
Christian Heimes committed
C
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 30, 2007
G
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum committed
G
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum committed
October 22, 2007
G
Issue 1267, continued.
Guido van Rossum committed
October 19, 2007
G
Patch 1267 by Christian Heimes.
Guido van Rossum committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
October 10, 2007
G
get rid of some more PyString uses.
Guido van Rossum committed
September 4, 2007
M
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis committed
August 31, 2007
M
Explicitly convert err->text to Unicode. Fixes #1069.
Martin v. Löwis committed
August 27, 2007
N
Make some internal functions static
Neal Norwitz committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
August 15, 2007
M
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis committed
August 11, 2007
M
Set sys.stdout.encoding properly.
Martin v. Löwis committed
July 10, 2007
G
Silence compiler warning.
Guido van Rossum committed
July 9, 2007
G
Upon exit, flush stdout and stderr (twice: before and after the code that
Guido van Rossum committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
March 21, 2007
February 27, 2007
N
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz committed
February 26, 2007
N
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz committed
February 9, 2007
G
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed