COMMITS
/ Python/pythonrun.c July 15, 2008
T
Make these files to compile again under Windows.
Thomas Heller committed
B
implement chained exception tracebacks
Benjamin Peterson committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
A
Issue 1342: Python could not start if installed in a directory
Amaury Forgeot d'Arc committed
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
June 6, 2008
M
Move the codec decode type checks to bytes/bytearray.decode().
Marc-André Lemburg committed
June 2, 2008
M
Fix uninitialized variable access, release memory.
Martin v. Löwis committed
M
Forward-port PYTHONIOENCODING.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
May 16, 2008
A
Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from
Alexandre Vassalotti committed
May 6, 2008
C
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
Christian Heimes committed
A
Added fast alternate io.BytesIO implementation and its test suite.
Alexandre Vassalotti committed
April 13, 2008
April 10, 2008
A
Add a NEWS entry for issue2221.
Amaury Forgeot d'Arc committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
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