COMMITS
/ Python/errors.c 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
January 18, 2005
M
-X died some time ago; remove a tiny bit of associated cruft.
Michael W. Hudson committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
November 20, 2003
J
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen committed
October 25, 2003
A
Made function declaration a proper C prototype
Armin Rigo committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
July 15, 2003
M
Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".
Mark Hammond committed
April 10, 2003
G
PyErr_NormalizeException(): in the type==NULL test, we should simply
Guido van Rossum committed
February 19, 2003
M
Fix bug 683658 - PyErr_Warn may cause import deadlock.
Mark Hammond committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
October 4, 2002
M
Fix [ 616716 ] Bug in PyErr_SetExcFromWindows
Mark Hammond committed
M
Fix errors to pep277 checkin identified by Neal Norwitz.
Mark Hammond committed
October 3, 2002
M
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
Mark Hammond committed
July 29, 2002
T
New functions for extension writers on Windows:
Thomas Heller committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
March 9, 2002
M
Patch #494045: patches errno and stat to cope on plan9.
Martin v. Löwis committed
March 3, 2002
M
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis committed
October 2, 2001
T
SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.
Tim Peters committed
September 26, 2001
J
PyErr_NormalizeException()
Jeremy Hylton committed
August 24, 2001
B
PyErr_Format(): Factor out most of this code into
Barry Warsaw committed
May 30, 2001
T
PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function call
Tim Peters committed
March 6, 2001
M
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Martin v. Löwis committed
February 28, 2001
G
Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), with
Guido van Rossum committed