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
/
Compiler
/
Nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore exact function pointer type in PyCFunction pointer comparison since th...
Stefan Behnel
2018-06-17
1
-1
/
+1
*
Speed up cpdef method override checks also for Python subclasses with slots b...
Stefan Behnel
2018-06-08
1
-2
/
+2
*
Add code comment about a future improvement.
Stefan Behnel
2018-06-08
1
-0
/
+4
*
Use dict version guards to avoid the attribute lookup on cpdef method calls f...
Stefan Behnel
2018-06-08
1
-0
/
+42
*
Make cpdef methods overridable in Python classes with slots (which do not hav...
Stefan Behnel
2018-05-27
1
-1
/
+3
*
Merge branch '0.28.x'
Stefan Behnel
2018-05-27
1
-3
/
+1
|
\
|
*
Revert "Make cpdef methods overridable in Python classes with slots (which do...
Stefan Behnel
2018-05-27
1
-3
/
+1
*
|
Intern some identifier names that are likely to be otherwise interned anyway.
Stefan Behnel
2018-05-18
1
-2
/
+2
*
|
Remove permanent output scanning code that eats quite a bit of processing time.
Stefan Behnel
2018-05-17
1
-1
/
+2
*
|
Use dict versioning in Py3.6+ to make the lookup of Python module globals alm...
Stefan Behnel
2018-05-04
1
-4
/
+4
|
/
*
Make cpdef methods overridable in Python classes with slots (which do not hav...
Stefan Behnel
2018-05-03
1
-1
/
+3
*
Misc typos
luz.paz
2018-03-12
1
-1
/
+1
*
Re-enable "auto late includes" based on a preliminary directive. We have the ...
Stefan Behnel
2018-03-03
1
-1
/
+3
*
Explicitly re-allow memoryviews in default argument structs after disallowing...
Stefan Behnel
2018-02-23
1
-1
/
+1
*
Merge branch 'master' into readonly_buffers
scoder
2018-02-11
1
-159
/
+515
|
\
|
*
Move user branch hint generation from IfClauseNode into IfStatNode to include...
Stefan Behnel
2018-02-10
1
-17
/
+25
|
*
Inject branch hints for user conditionals that raise exceptions as we can exp...
Stefan Behnel
2018-02-10
1
-1
/
+16
|
*
Use a specialised GenericGetAttr implementation for the "tp_getattro" slot wh...
Stefan Behnel
2018-01-25
1
-0
/
+20
|
*
Use specialised default return handling code for "return None" in generators ...
Stefan Behnel
2018-01-21
1
-12
/
+16
|
*
C functions without args should be declared as f(void)
Jeroen Demeyer
2018-01-16
1
-1
/
+4
|
*
Merge pull request #2033 from jdemeyer/multiple_inheritance_no_dict
scoder
2018-01-16
1
-20
/
+9
|
|
\
|
|
*
Add runtime checks for multiple inheritance
Jeroen Demeyer
2018-01-16
1
-20
/
+9
|
*
|
Include required async utility code wherever it's used, not just by accident.
Stefan Behnel
2018-01-16
1
-0
/
+5
|
|
/
|
*
Prevent ExprStatNode value casting for "void" type.
Stefan Behnel
2018-01-07
1
-1
/
+4
|
*
Optimise list.extend([a,b,c]) into fast sequential calls to list.append().
Stefan Behnel
2018-01-07
1
-1
/
+1
|
*
Keep "result_is_used" flag across node replacements in type analysis and opti...
Stefan Behnel
2018-01-06
1
-0
/
+3
|
*
Optimise set iteration using _PySet_NextEntry() in CPython.
Stefan Behnel
2017-12-24
1
-0
/
+60
|
*
Silence C compiler warning about fall-through in switch statement for kw-only...
Stefan Behnel
2017-12-22
1
-2
/
+2
|
*
Re-allow None as argument in "parallel(num_threads=None)", seems to be explic...
Stefan Behnel
2017-11-29
1
-2
/
+8
|
*
Make assignments of None to C typed variables a compile time error.
Stefan Behnel
2017-11-28
1
-1
/
+1
|
*
Merge branch 'master' of git+ssh://github.com/cython/cython
Stefan Behnel
2017-11-24
1
-12
/
+11
|
|
\
|
|
*
Verbatim C code using docstring syntax.
Jeroen Demeyer
2017-11-17
1
-12
/
+11
|
*
|
Merge branch '0.27.x'
Stefan Behnel
2017-11-24
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
initial attempt to evaluate "@coroutine" at compile time by making the result...
Stefan Behnel
2017-11-16
1
-0
/
+6
|
*
|
Use a saner way to check for non-trivial exception patterns. Not everything h...
Stefan Behnel
2017-11-12
1
-1
/
+1
|
*
|
Prevent calling into CPython with a live exception set while trying to match ...
Stefan Behnel
2017-11-12
1
-7
/
+29
|
*
|
Merge branch '0.27.x'
Stefan Behnel
2017-11-10
1
-2
/
+12
|
|
\
\
|
|
|
/
|
|
*
Do not infer C types for arguments with Python default value.
Stefan Behnel
2017-11-10
1
-2
/
+12
|
*
|
Add a check for vtable compatibility.
Robert Bradshaw
2017-11-07
1
-2
/
+9
|
*
|
Merge branch 'master' into multi-inheritance
Robert Bradshaw
2017-11-07
1
-30
/
+74
|
|
\
\
|
|
*
|
Optimise iteration over containers declared with a "Dict[...]" type annotation.
Stefan Behnel
2017-11-05
1
-1
/
+5
|
|
*
|
Update implementation of PEP 3118 getbuffer special method
dalcinl/fix-getbuffer
Lisandro Dalcin
2017-11-01
1
-20
/
+52
|
|
*
|
Implement line tracing for generators and coroutines.
Stefan Behnel
2017-10-31
1
-2
/
+9
|
|
*
|
Merge branch '0.27.x'
Stefan Behnel
2017-10-29
1
-3
/
+3
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Minor changes to try/finally code generation [should silence Coverity Scan]
dalcinl/fix-try-finally
Lisandro Dalcin
2017-10-29
1
-3
/
+3
|
|
|
*
Mark unused vars with `(void)x;` [should silence Coverity Scan]
Lisandro Dalcin
2017-10-28
1
-1
/
+2
|
|
*
|
Merge pull request #1952 from cython/dalcinl/mark-unused-vars
Lisandro Dalcin
2017-10-28
1
-1
/
+2
|
|
|
\
\
|
|
|
*
|
Mark unused vars with `(void)x;` [should silence Coverity Scan]
dalcinl/mark-unused-vars
Lisandro Dalcin
2017-10-28
1
-1
/
+2
|
|
|
|
/
|
|
*
|
Trivial typo fixes
Unknown
2017-10-17
1
-2
/
+2
|
|
*
|
Better errors for unknown type arguments.
Robert Bradshaw
2017-10-14
1
-1
/
+1
[next]