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
/
Objects
/
exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert accidental checkins from last commit.
Georg Brandl
2007-08-21
1
-32/+6
*
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
Georg Brandl
2007-08-21
1
-6/+32
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-12/+12
*
Add T_PYSSIZET in structmember.h: This can be used for
Walter Dörwald
2007-06-13
1
-166/+102
*
Complete deprecation of BaseException.message. Some subclasses were directly
Brett Cannon
2007-05-17
1
-10/+0
*
Deprecate BaseException.message as per PEP 352.
Brett Cannon
2007-05-05
1
-8/+34
*
Add some missing NULL checks which trigger crashes on low-memory conditions.
Georg Brandl
2007-04-11
1
-0/+2
*
Variation of patch # 1624059 to speed up checking if an object is a subclass
Neal Norwitz
2007-02-25
1
-1/+2
*
WindowsError.str should display the windows error code,
Thomas Heller
2006-10-27
1
-7/+7
*
Bug #1566800: make sure that EnvironmentError can be called with any
Georg Brandl
2006-09-30
1
-1/+1
*
Allow exceptions to be directly sliced again
Brett Cannon
2006-09-20
1
-1/+8
*
Remove the __unicode__ method from exceptions. Allows unicode() to be called
Brett Cannon
2006-09-09
1
-17/+0
*
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Georg Brandl
2006-09-06
1
-2/+8
*
Slightly revised version of patch #1538956:
Marc-André Lemburg
2006-08-14
1
-0/+10
*
Fix build problems with the platform SDK on windows. It is not sufficient to...
Kristján Valur Jónsson
2006-07-03
1
-3/+3
*
Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR...
Kristján Valur Jónsson
2006-06-12
1
-0/+35
*
SF #1499797, Fix for memory leak in WindowsError_str
Neal Norwitz
2006-06-04
1
-1/+0
*
Fix memory leak found by valgrind.
Neal Norwitz
2006-06-02
1
-1/+0
*
Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571)
Georg Brandl
2006-06-01
1
-0/+24
*
Do the check for no keyword arguments in __init__ so that
Georg Brandl
2006-05-30
1
-3/+3
*
Disallow keyword args for exceptions.
Georg Brandl
2006-05-30
1
-0/+3
*
Add a test case for exception pickling. args is never NULL.
Georg Brandl
2006-05-30
1
-11/+8
*
Restore exception pickle support. #1497319.
Georg Brandl
2006-05-30
1
-1/+11
*
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
Georg Brandl
2006-05-29
1
-0/+1
*
Make last patch valid C89 so Windows compilers can deal with it.
Thomas Wouters
2006-05-28
1
-1/+2
*
use the UnicodeError traversal and clearing functions in UnicodeError
Michael W. Hudson
2006-05-28
1
-4/+4
*
Fix refleaks in UnicodeError get and set methods.
Georg Brandl
2006-05-28
1
-45/+56
*
Quality control, meet exceptions.c, round two.
Michael W. Hudson
2006-05-28
1
-222/+165
*
Quality control, meet exceptions.c.
Michael W. Hudson
2006-05-28
1
-128/+105
*
move semicolons
Richard Jones
2006-05-27
1
-53/+51
*
doc string additions and tweaks
Richard Jones
2006-05-27
1
-8/+21
*
Remove spurious semicolons after macro invocations.
Georg Brandl
2006-05-27
1
-42/+42
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
1
-0/+2130