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
/
Build
/
IpythonMagic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
IpythonMagic: Replace deprecated imp.load_dynamic() by importlib (GH-4941)
Matus Valo
2022-08-02
1
-4
/
+3
*
Remove unused imports (GH-4643)
Matus Valo
2022-02-15
1
-5
/
+0
*
runtests: include the C compiler error output in the compile exception to sho...
Stefan Behnel
2021-07-31
1
-32
/
+1
*
Capture and redirect stdout/stderr for %%cython-magic to show C compiler warn...
realead
2021-04-25
1
-4
/
+48
*
Merge branch '0.29.x'
Stefan Behnel
2020-01-02
1
-5
/
+14
|
\
|
*
Remove legacy imports from IPython integration since the "py3compat" module c...
Stefan Behnel
2020-01-02
1
-5
/
+14
|
*
Improve error presentation in IPython magic (GH-3196)
Matthew Edwards
2019-11-01
1
-2
/
+9
*
|
Make an import prefer Py3 over Py2, since that's what most people are (or sho...
Stefan Behnel
2020-01-01
1
-3
/
+3
*
|
Improve error presentation in IPython magic (GH-3196)
Matthew Edwards
2019-10-21
1
-2
/
+9
*
|
Replace "--annotate=fullc" with "--annotate-fullc" to fix a regression from G...
realead
2019-06-07
1
-5
/
+7
*
|
Support showing the complete C code in the annotated html-file (GH-2858)
realead
2019-05-30
1
-2
/
+5
*
|
Make IPythonMagic switch to language_level=2 on Py2, now that we default to "...
Stefan Behnel
2019-01-12
1
-2
/
+1
*
|
Replace MD5 file hashing by SHA-1, both because it's faster (by 25% on 64 bit...
Stefan Behnel
2019-01-08
1
-6
/
+2
|
/
*
Actually enable the error on PEP-489 module reinitialisation, and add it to t...
Stefan Behnel
2018-08-10
1
-2
/
+6
*
Fix docstring in IPython magic.
Stefan Behnel
2018-03-24
1
-1
/
+1
*
Add --verbose option for cython magic
Boris Filippov
2017-09-24
1
-6
/
+20
*
Suggest in Jupyter magic help page that PGO profile executions should be repe...
Stefan Behnel
2017-09-10
1
-3
/
+5
*
Reorder options in Jupyter magic to show most common ones first in the help p...
Stefan Behnel
2017-09-09
1
-14
/
+14
*
Explain how to avoid the execution overhead during the non-profiling PGO comp...
Stefan Behnel
2017-09-09
1
-0
/
+6
*
Fix PGO wrapper code and file path handling in Py2.
Stefan Behnel
2017-09-09
1
-3
/
+13
*
Implement a "--pgo" option for the Jupyter magic that applies profile guided ...
Stefan Behnel
2017-09-08
1
-45
/
+179
*
pep 8 formatting
syrte
2017-03-11
1
-17
/
+17
*
import_all: skip single underscore
syrte
2017-03-11
1
-8
/
+9
*
IPython magic only import things in `"__all__"`
Syrtis Major
2017-03-09
1
-3
/
+11
*
Fix py3 issue in IPython Cython magic
Joe Jevnik
2017-02-01
1
-1
/
+1
*
Add --src flag to add c/c++ src files (cythonmagic)
Karl Kempe
2017-01-13
1
-1
/
+7
*
automatically enable language level 3 if jupyter kernel uses Python 3
Stefan Behnel
2016-09-02
1
-3
/
+10
*
support "%%cython -3" cell magic in IPython
Stefan Behnel
2016-07-08
1
-3
/
+9
*
fix typo
Stefan Behnel
2016-06-17
1
-1
/
+1
*
fix warning in newer IPython versions
Stefan Behnel
2015-08-15
1
-1
/
+5
*
fix reference to local copy of IPython license file
Stefan Behnel
2015-03-06
1
-1
/
+1
*
Fix caching issues of cython magic.
Matthias Bussonnier
2014-09-20
1
-1
/
+1
*
make sure pyximport gets installed on %%cython_pyximport even if it was alrea...
Stefan Behnel
2014-06-27
1
-1
/
+3
*
simplify IPython %%cython_inline implementation; avoid unnecessary global import
Stefan Behnel
2014-06-27
1
-3
/
+4
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-3
/
+3
*
myself
Martín Gaitán
2014-04-29
1
-0
/
+3
*
Moved ipython entry point to cython package
Martín Gaitán
2014-04-29
1
-6
/
+2
*
renamed files to be more consistent with cython naming convention
Martín Gaitán
2014-04-29
1
-0
/
+345