index
:
delta/cython.git
0.17
0.18.x
0.19.x
0.20.x
0.21.x
0.22.x
0.23.x
0.24.x
0.25.x
0.27.x
0.28.x
0.29.x
cgetter_rewrite
ci_compile_all
clean_up_capi_features
cy3str
dalcinl-embedsignature
dalcinl/fix-c-used-variable
dalcinl/fix-c-warning
dalcinl/fix-cpdef-warning
dalcinl/fix-getbuffer
dalcinl/fix-module-cleanup
dalcinl/fix-release
dalcinl/fix-travis
dalcinl/fix-try-finally
dalcinl/mark-unused-vars
dalcinl/no-old-python
dalcinl/numpy
dropPy32
enable_limited_api_file_tests
faster_absolute_reimports
faster_pymultiply
fix-pypy3
fix_build_ext
fix_gh3246
fix_srctree_tests_on_windows
fixed_code_objects
full_code_writer
gh1461_cover_sig_line
gh1461_cover_sig_line_master
gh1807_getitem_mapping_first
gh2056_special_binop
gh2306_coro_frame
gh2343_heap_types
gh2564_enable_binding
gh2565_language_level_3str
gh2580_enable_generator_stop
gh2665_package_init_pyx
gh2670_win_intop
gh2692_remove_py26_support
gh2781_pep487_init_subclass
gh2983_lambda_sig
gh3090_always_allow_keywords
gh3092_percent_d_format
gh3481_defaults_warning
gh3545_reduce_cython_reimport
gh3554_smart_exit_gil
gh3573_versioned_pxds
gh3578_refleak
gh3625_returns_exc
gh3678_undep_unicode
gh884_docstrings
gsoc-kurt-regraft
ipython711
ipython711_master
less_tp_new
linting
ll3_new_style_classes
master
msvc_cpp
neg-overflow
no-old-python
optimise_pysequence_list
patma-preview
pep484_typing
pep515_underscores_in_numbers
pkg_init_windows
release
robertwb-rect
simplify_utility_loading
smarter_bounds_checks
test_stats
travis-ci
travis_cleanup
tune_calls
update_test_dependencies
github.com: cython/cython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cython
/
Utility
/
Exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add macro indirections that apparently help making pyston happier
Stefan Behnel
2016-07-31
1
-1
/
+1
*
replace generic "COMPILING_IN_*" C macros with feature specific guards that a...
Stefan Behnel
2016-07-30
1
-17
/
+17
*
fix copy&paste bug
Stefan Behnel
2015-09-21
1
-1
/
+1
*
reuse current thread state in more places
Stefan Behnel
2015-09-20
1
-18
/
+29
*
add missing dependency for utility function
Stefan Behnel
2015-09-20
1
-0
/
+1
*
avoid some redundant calls to PyThreadState_GET() to reduce locking etc. duri...
Stefan Behnel
2015-09-20
1
-24
/
+63
*
streamline exception type tests
Stefan Behnel
2015-09-17
1
-0
/
+19
*
Suppress warning for Visual Studio 2012.
Robert Bradshaw
2015-08-28
1
-0
/
+4
*
Merge branch '0.22.x'
Stefan Behnel
2015-05-03
1
-3
/
+7
|
\
|
*
fix some cases where errors in IsInstance()/IsSubtype() calls were not handled
Stefan Behnel
2015-05-03
1
-3
/
+7
*
|
Merge branch '0.22.x'
Lisandro Dalcin
2015-03-08
1
-1
/
+1
|
\
\
|
|
/
|
*
PyPy3: Fix bad call to PyErr_Fetch()
Lisandro Dalcin
2015-03-08
1
-1
/
+1
*
|
allow "unraisable" warnings in nogil functions
Stefan Behnel
2015-02-28
1
-2
/
+11
|
/
*
fix __Pyx_Raise() in pypy3
Stefan Behnel
2014-10-05
1
-0
/
+8
*
remove unused variable
Stefan Behnel
2014-09-03
1
-1
/
+0
*
avoid useless indirection for module dict lookup and instead use known refere...
Stefan Behnel
2014-09-01
1
-3
/
+1
*
Remove obsolete utility code.
Robert Bradshaw
2014-02-22
1
-16
/
+0
*
fix ref-counting bug when writing traceback of unraisable exceptions
Stefan Behnel
2014-01-10
1
-0
/
+3
*
Traceback on unraisable exceptions.
Robert Bradshaw
2014-01-07
1
-2
/
+8
*
fix crash due to temporarily inconsistent exception state in parallel excepti...
Stefan Behnel
2013-12-31
1
-2
/
+4
*
back up and restore complete exception state around 'finally' clauses; move c...
Stefan Behnel
2013-12-31
1
-3
/
+5
*
discard C code comment from generated code
Stefan Behnel
2013-12-31
1
-2
/
+2
*
fix 'raise type, instance' in Py3 by preventing it from trying to re-instanti...
Stefan Behnel
2013-11-23
1
-22
/
+39
*
back out the last two exception raising changes
Stefan Behnel
2013-11-23
1
-11
/
+20
*
fix refcounting in __Pyx_Raise() because PyErr_NormalizeException() increfs i...
Stefan Behnel
2013-11-23
1
-1
/
+10
*
let CPython do the exception instantiation on 'raise' in Py3 to make sure we ...
Stefan Behnel
2013-11-23
1
-20
/
+2
*
minor formatting fixes
Stefan Behnel
2013-02-15
1
-23
/
+19
*
remove spurious Py_DECREF(None) from 'raise ... from None' code
Stefan Behnel
2013-02-15
1
-2
/
+1
*
ignore 'raise ... from None' in Py<3.3
Stefan Behnel
2013-02-12
1
-0
/
+4
*
implement 'raise ... from None' in Py3.3
Stefan Behnel
2013-02-12
1
-2
/
+6
*
PyPy fix
Stefan Behnel
2012-08-28
1
-3
/
+10
*
always instantiate exceptions directly when raising them, fix Py3 crash when ...
Stefan Behnel
2012-08-28
1
-26
/
+51
*
C comment fix in utility code
Stefan Behnel
2012-08-24
1
-1
/
+2
*
PyPy fix in exception reraising code
Stefan Behnel
2012-08-24
1
-1
/
+1
*
implement bare 'raise' statement outside of except blocks
Stefan Behnel
2012-08-24
1
-0
/
+35
*
fix C compiler warnings about unused parameters in __Pyx_WriteUnraisable()
Stefan Behnel
2012-04-18
1
-2
/
+2
*
PyPy build fix
Stefan Behnel
2012-03-11
1
-4
/
+4
*
several PyPy specific fixes, originally proposed/encouraged by Amaury Forgeot...
Stefan Behnel
2012-03-11
1
-3
/
+28
*
moved AddTraceback() utility code to Exceptions.c file
Stefan Behnel
2012-03-17
1
-0
/
+96
*
moved most exception handling utility code from Nodes.py into new utility cod...
Stefan Behnel
2012-03-11
1
-0
/
+325