Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
595d9b6bc661e8609712593a0cb8692f7e9dcd59
/
Objects
/
exceptions.c
040f76b
Slightly revised version of patch #1538956:
by Marc-André Lemburg
· 18 years ago
74c3ea0
Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too.
by Kristján Valur Jónsson
· 18 years ago
f608317
Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL.
by Kristján Valur Jónsson
· 18 years ago
7a07193
SF #1499797, Fix for memory leak in WindowsError_str
by Neal Norwitz
· 18 years ago
38d4d4a
Fix memory leak found by valgrind.
by Neal Norwitz
· 18 years ago
85ac850
Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571)
by Georg Brandl
· 18 years ago
b0432bc
Do the check for no keyword arguments in __init__ so that
by Georg Brandl
· 18 years ago
861089f
Disallow keyword args for exceptions.
by Georg Brandl
· 18 years ago
05f97bf
Add a test case for exception pickling. args is never NULL.
by Georg Brandl
· 18 years ago
ddba473
Restore exception pickle support. #1497319.
by Georg Brandl
· 18 years ago
c7c5114
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
by Georg Brandl
· 18 years ago
c1282ee
Make last patch valid C89 so Windows compilers can deal with it.
by Thomas Wouters
· 18 years ago
2759627
use the UnicodeError traversal and clearing functions in UnicodeError
by Michael W. Hudson
· 18 years ago
43ab100
Fix refleaks in UnicodeError get and set methods.
by Georg Brandl
· 18 years ago
96495ee
Quality control, meet exceptions.c, round two.
by Michael W. Hudson
· 18 years ago
22a80e7
Quality control, meet exceptions.c.
by Michael W. Hudson
· 18 years ago
2d555b3
move semicolons
by Richard Jones
· 18 years ago
c5b2a2e
doc string additions and tweaks
by Richard Jones
· 18 years ago
94b8c12
Remove spurious semicolons after macro invocations.
by Georg Brandl
· 18 years ago
7b9558d
Conversion of exceptions over from faked-up classes to new-style C types.
by Richard Jones
· 18 years ago