COMMITS
/ Python/pythonrun.c November 28, 2009
A
Issue #4486: When an exception has an explicit cause, do not print its implicit context too.
Antoine Pitrou committed
October 20, 2009
A
Merged revisions 75570 via svnmerge from
Antoine Pitrou committed
May 10, 2009
B
bytes -> bytearray
Benjamin Peterson committed
May 5, 2009
M
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis committed
April 4, 2009
M
Merged revisions 71152 via svnmerge from
Matthias Klose committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
March 31, 2009
J
Merged revisions 70908 via svnmerge from
Jesse Noller committed
March 4, 2009
B
merge the io-c branch: C implementation of the io module
Benjamin Peterson committed
March 2, 2009
B
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
Benjamin Peterson committed
January 26, 2009
January 9, 2009
A
Fix bug introduced in r68451: stdio must always be opened in line-buffered mode
Antoine Pitrou committed
A
Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line
Antoine Pitrou committed
January 2, 2009
B
Merged revisions 68174 via svnmerge from
Benjamin Peterson committed
M
Merged revisions 68172-68173 via svnmerge from
Martin v. Löwis committed
November 22, 2008
A
Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from
Amaury Forgeot d'Arc committed
October 31, 2008
B
Merged revisions 67066 via svnmerge from
Benjamin Peterson committed
October 30, 2008
C
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes committed
September 5, 2008
B
compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279
Benjamin Peterson committed
August 26, 2008
A
#3663: extra DECREF on syntax errors.
Antoine Pitrou committed
August 23, 2008
B
fix #3653 Python could segfault if invalid values were passed to sys.excepthook
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 23, 2008
July 16, 2008
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