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
/
TypeInference.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Infer C float in "safe" type inference (GH-5234)
da-woods
2023-02-24
1
-2
/
+4
*
Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)
da-woods
2022-12-08
1
-2
/
+4
*
Generator expression and comprehension scope (#4254)
da-woods
2022-08-08
1
-3
/
+4
*
Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
da-woods
2021-06-29
1
-15
/
+18
*
Revert "Optimize enumerate() with start argument and (GH-4077)" (GH-4192)
scoder
2021-05-24
1
-1
/
+1
*
Optimize enumerate() with start argument and (GH-4077)
Max Bachmann
2021-04-30
1
-1
/
+1
*
Implement generic optimized loop iterator with indexing and type inference fo...
da-woods
2020-06-30
1
-2
/
+5
*
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
1
-5
/
+5
*
Make "cimport numpy" without import_array() safer by automatically calling it...
da-woods
2020-04-18
1
-1
/
+1
*
Support for "volatile" keyword
Jeroen Demeyer
2019-01-08
1
-2
/
+2
*
Misc typos
luz.paz
2018-03-12
1
-1
/
+1
*
Add comment.
Stefan Behnel
2017-10-29
1
-0
/
+2
*
Add pythran to the safe types
Nils Braun
2017-10-28
1
-0
/
+2
*
Prevent None assignments from disrupting safe type inference.
Stefan Behnel
2017-10-03
1
-3
/
+20
*
Simplify code.
Stefan Behnel
2017-08-25
1
-2
/
+1
*
Return a signed value for abs(int).
Robert Bradshaw
2017-08-24
1
-0
/
+8
*
generalise error message that disallows 'yield'/'await'/etc. inside of parall...
Stefan Behnel
2017-07-29
1
-2
/
+1
*
cleanup
Robert Bradshaw
2016-12-07
1
-1
/
+0
*
Enable type inference of template function results.
Robert Bradshaw
2016-12-07
1
-0
/
+1
*
Let the span of error types be object again.
Robert Bradshaw
2016-03-17
1
-1
/
+2
*
Allow default template parameters for C++ classes.
Robert Bradshaw
2016-02-21
1
-6
/
+8
*
adapt reduce() to Py2/Py3 changes
Stefan Behnel
2015-07-25
1
-0
/
+5
*
fix crash in MarkParallelAssignments transform when it hits a type inferred T...
Stefan Behnel
2015-03-27
1
-4
/
+6
*
fix crash with starred assignments where IndexNode generated for type inferen...
Stefan Behnel
2014-11-08
1
-3
/
+3
*
fix type inference for starred assignments
Stefan Behnel
2014-11-08
1
-1
/
+5
*
make item types of tuple/array unpacking inferable and institutionalise the I...
Stefan Behnel
2014-11-08
1
-2
/
+2
*
Fix C++ type inference.
Robert Bradshaw
2014-10-07
1
-3
/
+3
*
Minor type inference simplification.
Robert Bradshaw
2014-10-07
1
-11
/
+5
*
Infer pointer type for array assignment.
Robert Bradshaw
2014-10-07
1
-0
/
+4
*
simplify WithTargetAssignmentStatNode and make it more robust against replace...
Stefan Behnel
2014-08-11
1
-1
/
+1
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-8
/
+10
*
fix usages of all()/any() after deleting fallback implementations in Utils.py
Stefan Behnel
2014-03-23
1
-1
/
+1
*
simplify some code
Stefan Behnel
2014-03-22
1
-2
/
+2
*
fix type inference for enums
Stefan Behnel
2014-01-19
1
-1
/
+1
*
remove dead code
Stefan Behnel
2014-01-19
1
-1
/
+0
*
remove apparently redundant loop in type inference
Stefan Behnel
2014-01-19
1
-5
/
+3
*
use correct entry for overflow checks when inferring name node types
Stefan Behnel
2014-01-19
1
-1
/
+3
*
fix for-in loop variable inference after enabling list/tuple item type inference
Stefan Behnel
2013-12-06
1
-2
/
+3
*
remove useless return in __init__()
Stefan Behnel
2013-11-17
1
-1
/
+1
*
Assignmment based type inference
Vitja Makarov
2013-05-22
1
-75
/
+119
*
delete dead code (type.is_ptr never coincides with type.is_int)
Stefan Behnel
2012-12-30
1
-2
/
+2
*
reimplement cross-closure type inference using a dedicated LocalEntry class f...
Stefan Behnel
2012-12-26
1
-6
/
+3
*
add safety check for cross-closure type inference
Stefan Behnel
2012-12-23
1
-1
/
+7
*
implement type inference across closures
Stefan Behnel
2012-12-23
1
-10
/
+17
*
Merge branch 'bugs'
Robert Bradshaw
2012-11-09
1
-5
/
+9
|
\
|
*
More nullary C++ class constructor checks.
Robert Bradshaw
2012-11-07
1
-5
/
+9
*
|
Rudimentary const support.
Robert Bradshaw
2012-09-18
1
-0
/
+4
|
/
*
Infer variable as pyobject when del-ed, fix #768
Vitja Makarov
2012-05-10
1
-4
/
+4
*
Rename MarkAssignments to MarkParallelAssignments
Vitja Makarov
2012-05-08
1
-2
/
+6
*
TypeInference: use CF collected assignments
Vitja Makarov
2012-05-08
1
-6
/
+9
[next]