index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code
Guido van Rossum
2007-10-10
1
-7/+10
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+8
*
Patch #1075: Use wide API to format error messages.
Martin v. Löwis
2007-09-03
1
-32/+57
*
Add const to some strings that are not modified
Neal Norwitz
2007-08-24
1
-5/+5
*
Use unicode for much of errors.
Neal Norwitz
2007-08-24
1
-7/+7
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
1
-11/+0
*
Three patches by Amaury Forgeot d'Arc; SF patch# 1754484.
Guido van Rossum
2007-07-16
1
-4/+4
*
Revert a wrong commit.
Thomas Heller
2007-07-11
1
-1/+1
*
Must create heaptypes with unicode names.
Thomas Heller
2007-07-11
1
-1/+1
*
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald
2007-05-25
1
-6/+4
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-3/+3
*
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz
2007-02-26
1
-1/+2
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-2/+13
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-6/+10
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-25/+26
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+11
*
Fix (and add test for) missing check for BaseException subclasses in the C
Thomas Wouters
2006-04-20
1
-0/+9
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-1/+2
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
1
-23/+43
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-0/+1
*
PyErr_ProgramText(): Grrrrrr.
Tim Peters
2006-02-27
1
-1/+1
*
Use Py_ssize_t to count the
Martin v. Löwis
2006-02-16
1
-1/+1
*
-X died some time ago; remove a tiny bit of associated cruft.
Michael W. Hudson
2005-01-18
1
-4/+0
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
1
-1/+1
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
1
-6/+0
*
Made function declaration a proper C prototype
Armin Rigo
2003-10-25
1
-1/+1
*
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger
2003-10-12
1
-3/+3
*
Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".
Mark Hammond
2003-07-15
1
-3/+4
*
PyErr_NormalizeException(): in the type==NULL test, we should simply
Guido van Rossum
2003-04-10
1
-3/+2
*
Fix bug 683658 - PyErr_Warn may cause import deadlock.
Mark Hammond
2003-02-19
1
-5/+4
*
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis
2002-12-11
1
-5/+5
*
Fix [ 616716 ] Bug in PyErr_SetExcFromWindows
Mark Hammond
2002-10-04
1
-9/+28
*
Fix errors to pep277 checkin identified by Neal Norwitz.
Mark Hammond
2002-10-04
1
-3/+3
*
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
Mark Hammond
2002-10-03
1
-10/+82
*
New functions for extension writers on Windows:
Thomas Heller
2002-07-29
1
-3/+17
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
1
-4/+4
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
1
-2/+2
*
Patch #494045: patches errno and stat to cope on plan9.
Martin v. Löwis
2002-03-09
1
-1/+9
*
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis
2002-03-03
1
-1/+23
*
SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.
Tim Peters
2001-10-02
1
-1/+1
*
PyErr_NormalizeException()
Jeremy Hylton
2001-09-26
1
-1/+12
*
PyErr_Format(): Factor out most of this code into
Barry Warsaw
2001-08-24
1
-114/+1
*
PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function call
Tim Peters
2001-05-30
1
-1/+1
*
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Martin v. Löwis
2001-03-06
1
-4/+4
*
Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), with
Guido van Rossum
2001-02-28
1
-0/+42
*
Improve SyntaxErrors for bad future statements. Set file and location
Jeremy Hylton
2001-02-28
1
-0/+79
*
Add PyErr_Warn().
Guido van Rossum
2000-12-15
1
-0/+34
[next]