COMMITS
/ Python/errors.c October 28, 2010
A
Issue #5437: A preallocated MemoryError instance should not hold traceback
Antoine Pitrou committed
October 24, 2010
G
October 17, 2010
V
PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of
Victor Stinner committed
September 20, 2010
B
add PyErr_SyntaxLocationEx, to support adding a column offset
Benjamin Peterson committed
June 7, 2010
V
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner committed
May 13, 2010
J
Make PyErr_Occurred return NULL if there is no current thread. Previously it
Jeffrey Yasskin committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 8, 2010
V
PyErr_SetFromErrnoWithFilename() decodes the filename using
Victor Stinner committed
February 22, 2010
A
Poor PLAN9, it isn't supported
Antoine Pitrou committed
December 28, 2009
G
Merged revisions 77088 via svnmerge from
Georg Brandl committed
May 17, 2009
H
Merged revisions 72698-72699 via svnmerge from
Hirokazu Yamamoto committed
April 11, 2009
G
Merged revisions 71024,71058 via svnmerge from
Georg Brandl committed
August 29, 2008
A
Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside
Amaury Forgeot d'Arc committed
August 26, 2008
A
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 31, 2008
A
Correct one of the "MemoryError oddities":
Amaury Forgeot d'Arc committed
B
Merged revisions 65320 via svnmerge from
Benjamin Peterson committed
July 15, 2008
B
implement chained exception tracebacks
Benjamin Peterson committed
June 14, 2008
G
Implicit exception chaining via __context__ (PEP 3134).
Guido van Rossum committed
April 13, 2008
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes 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 15, 2007
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
November 2, 2007
G
Fixes for issue 1752184, ensuring type objects are always created
Guido van Rossum committed
October 10, 2007
G
Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code
Guido van Rossum committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
September 3, 2007
M
Patch #1075: Use wide API to format error messages.
Martin v. Löwis committed
August 24, 2007
N
Add const to some strings that are not modified
Neal Norwitz committed
N
Use unicode for much of errors.
Neal Norwitz committed
August 12, 2007
S
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro committed
July 16, 2007
G
Three patches by Amaury Forgeot d'Arc; SF patch# 1754484.
Guido van Rossum committed
July 11, 2007
T
Revert a wrong commit.
Thomas Heller committed
T
Must create heaptypes with unicode names.
Thomas Heller committed
May 25, 2007
W
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 26, 2007
N
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz 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
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
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
April 20, 2006
T
Fix (and add test for) missing check for BaseException subclasses in the C
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 1, 2006
B
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon committed
February 28, 2006
G
Updates to the with-statement:
Guido van Rossum committed
February 27, 2006
T
PyErr_ProgramText(): Grrrrrr.
Tim Peters committed
February 16, 2006
M
Use Py_ssize_t to count the
Martin v. Löwis committed