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
...
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-32/+20
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-6/+13
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-0/+9
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-13/+17
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-13/+17
*
|
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner
2014-08-15
1
-1/+1
|
/
*
Issue #21669: Special case print & exec syntax errors
Nick Coghlan
2014-06-16
1
-0/+135
*
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner
2014-04-04
1
-1/+1
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
1
-0/+12
*
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings
2014-02-10
1
-2/+2
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-10
1
-33/+86
*
Close #20105: set __traceback__ when chaining exceptions in C
Nick Coghlan
2014-01-26
1
-2/+5
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-6/+0
*
Also chain codec exceptions that allow weakrefs
Nick Coghlan
2013-11-19
1
-3/+14
*
Don't decref exc too soon
Nick Coghlan
2013-11-15
1
-1/+2
*
Issue #19429, #19437: fix error handling in the OSError constructor
Victor Stinner
2013-11-14
1
-3/+5
*
fix refleaks
Benjamin Peterson
2013-11-14
1
-3/+7
*
adjust style
Benjamin Peterson
2013-11-14
1
-12/+8
*
Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**
Christian Heimes
2013-11-14
1
-3/+5
*
Issue #17828: va_start() must be accompanied by va_end()
Christian Heimes
2013-11-14
1
-6/+7
*
Close #17828: better handling of codec errors
Nick Coghlan
2013-11-13
1
-0/+113
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-4/+4
*
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
1
-9/+0
*
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
1
-0/+9
*
Issue #17591: Use lowercase filenames when including Windows header files.
Antoine Pitrou
2013-03-31
1
-1/+1
*
Issue #15784: Modify OSError.__str__() to better distinguish between
Richard Oudkerk
2012-08-28
1
-2/+2
*
Issue #15778: Coerce ImportError.args to a string when it isn't
Brett Cannon
2012-08-24
1
-1/+1
*
Issue #1692335: Move initial args assignment to BaseException.__new__
Richard Oudkerk
2012-07-28
1
-1/+10
*
Issue #15229: An OSError subclass whose __init__ doesn't call back
Antoine Pitrou
2012-06-30
1
-0/+6
*
Issue #13783: the PEP 380 implementation no longer expands the public C API
Nick Coghlan
2012-06-17
1
-6/+0
*
Fix build failure.
Antoine Pitrou
2012-05-16
1
-1/+2
*
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-15
1
-19/+20
*
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
1
-0/+28
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-6/+2
*
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon
2012-04-13
1
-2/+97
*
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-11/+18
*
use new generic __dict__ descriptor implementations
Benjamin Peterson
2012-02-20
1
-31/+1
*
merge 3.2
Benjamin Peterson
2012-02-10
1
-1/+1
|
\
|
*
this is only a borrowed ref in Brett's branch
Benjamin Peterson
2012-02-10
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2012-02-06
1
-1/+0
|
\
\
|
|
/
|
*
bltinmod is borrowed, so it shouldn't be decrefed
Benjamin Peterson
2012-02-06
1
-1/+0
*
|
merge 3.2
Benjamin Peterson
2012-02-04
1
-5/+10
|
\
\
|
|
/
|
*
put returns on their own lines
Benjamin Peterson
2012-02-04
1
-5/+10
*
|
Fix some of the remaining test_capi leaks
Antoine Pitrou
2012-01-18
1
-3/+5
*
|
Fix some of the remaining test_capi refleaks
Antoine Pitrou
2012-01-18
1
-0/+2
*
|
Fix some of the refleaks in test_capi (ported from 3.2)
Antoine Pitrou
2012-01-18
1
-3/+7
|
\
\
|
|
/
|
*
Fix refleaks in test_capi
Antoine Pitrou
2012-01-18
1
-3/+7
[prev]
[next]