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
*
Avoid creating "__defaults__" getter functions for fused dispatch function.
gh3481_defaults_warning
Stefan Behnel
2020-04-06
1
-1
/
+1
*
Remove "unused function" C compiler warning about "__defaults__" getter of fu...
Stefan Behnel
2020-04-06
1
-1
/
+1
*
Fix branch prediction hints for plain (unlikely/exceptional) "raise" statemen...
Stefan Behnel
2020-04-01
1
-5
/
+9
*
Specialize fused function local variables specified with pure-python (GH-3463)
da-woods
2020-03-31
1
-2
/
+0
*
Mark missing argument errors in argument parsing code as unlikely (GH-3428)
Alex Henrie
2020-03-24
1
-2
/
+2
*
Make reference counting more type specific by moving it into PyrexTypes (GH-3...
da-woods
2020-03-24
1
-74
/
+72
*
Merge branch 'master' into gh2564_enable_binding
Stefan Behnel
2020-03-22
1
-25
/
+56
|
\
|
*
Support fused arguments specified by annotation or locals (GH-3391)
da-woods
2020-03-03
1
-4
/
+9
|
*
Expand LIMITED_API support (GH-3311)
Eddie Elizondo
2020-02-18
1
-6
/
+28
|
*
Fixing declaration of inner OpenMP privates (GH-3348)
Frank Schlimbach
2020-02-13
1
-2
/
+5
|
*
Avoid clang compiler warning for potentially dead code.
Stefan Behnel
2020-02-11
1
-1
/
+1
|
*
Merge branch '0.29.x'
Stefan Behnel
2020-01-30
1
-11
/
+11
|
|
\
|
|
*
Make sure we always use the correct post-analysed bases, mkw and metaclass in...
Stefan Behnel
2020-01-30
1
-11
/
+11
|
*
|
Merge branch '0.29.x'
Stefan Behnel
2020-01-29
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
*
Fix temp cleanup in async functions when the return value is in a temp variable.
Stefan Behnel
2020-01-29
1
-1
/
+2
|
|
*
Fixed handling of kwds in generator closures (GH-3268)
da-woods
2020-01-08
1
-2
/
+8
*
|
|
Emit init code before body code (GH-3166)
Matti Picus
2020-01-26
1
-2
/
+2
*
|
|
Make `cpdef func() nogil` work with CyFunctions by excluding the Python funct...
Stefan Behnel
2020-01-26
1
-1
/
+1
|
/
/
*
|
Add LIMITED_API support and remove static state (GH-3223)
Eddie Elizondo
2020-01-12
1
-2
/
+38
*
|
Fixed handling of kwds in generator closures (GH-3268)
da-woods
2020-01-08
1
-2
/
+8
*
|
Implement PEP-563, annotations as strings (GH-3285)
da-woods
2020-01-04
1
-62
/
+7
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-12-28
1
-4
/
+14
|
\
\
|
|
/
|
*
Fix temp variable handling for the super() class cell. (GH-3289)
Stefan Behnel
2019-12-28
1
-4
/
+14
*
|
Support METH_FASTCALL for Cython functions (GH-3101)
Jeroen Demeyer
2019-09-10
1
-4
/
+2
*
|
Use METH_FASTCALL on CPython >= 3.7 (GH-3021)
Jeroen Demeyer
2019-08-27
1
-61
/
+129
*
|
Support wider use of @property decorator on CClassDef AttributeNodes (GH-3095)
Matti Picus
2019-08-27
1
-0
/
+5
*
|
Unicode identifiers (PEP 3131) (GH-3081)
da-woods
2019-08-24
1
-23
/
+39
*
|
Restore C89 compatibility for MSVC by fixing a "code before declaration" issue.
Stefan Behnel
2019-07-04
1
-2
/
+2
*
|
Suppress C compiler warning about an unused variable.
Stefan Behnel
2019-06-29
1
-3
/
+3
*
|
Fix C89 "code before declaration" issue.
Stefan Behnel
2019-06-29
1
-3
/
+4
*
|
Do not reset "tp_print" for builtin types in Py3 at all anymore. It was never...
Stefan Behnel
2019-06-28
1
-2
/
+2
*
|
Add nargs variable in args-parsing code (GH-3005)
Jeroen Demeyer
2019-06-28
1
-25
/
+29
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-05-31
1
-0
/
+3
|
\
\
|
|
/
|
*
Fix compile errors in CPython 3.8b1 due to the tp_print/tp_vectorcall slots.
Stefan Behnel
2019-05-31
1
-0
/
+3
*
|
posonly optimization: more code review feedback
Josh Tobin
2019-05-14
1
-2
/
+2
*
|
posonly_args: bugfix & test
Josh Tobin
2019-05-12
1
-10
/
+15
*
|
posonly_optimization: address review feedback
Josh Tobin
2019-05-12
1
-25
/
+46
*
|
Optimize argument parsing code for posonly args
Josh Tobin
2019-05-06
1
-24
/
+47
*
|
Adapt PyCode_New() calls to changed C-API in Py3.8, which now takes an additi...
Stefan Behnel
2019-04-30
1
-15
/
+12
*
|
Keep METH_O optimisation when "always_allow_keywords" is enabled but the func...
Stefan Behnel
2019-04-30
1
-2
/
+4
*
|
Merge pull request #2927 from rjtobin/pos_args
Stefan Behnel
2019-04-29
1
-13
/
+60
|
\
\
|
*
|
posonly args: bugfixes & address PR comments
Josh Tobin
2019-04-27
1
-4
/
+16
|
*
|
Adds positional only args support (PEP 570)
Josh Tobin
2019-04-27
1
-10
/
+45
*
|
|
GH-2934: improve error reporting for non-constant exception value expressions...
Stefan Behnel
2019-04-28
1
-5
/
+3
|
/
/
*
|
Support CPython builds with docstrings disabled by wrapping docstring literal...
Stefan Behnel
2019-03-04
1
-1
/
+1
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-03-03
1
-1
/
+3
|
\
\
|
|
/
|
*
Fix nogil status for error handling in line tracing code of with/try-finally ...
Stefan Behnel
2019-03-03
1
-1
/
+3
*
|
Use "fast_gil" calls in line tracing code when available, and actually test it.
Stefan Behnel
2019-03-03
1
-0
/
+2
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-03-01
1
-0
/
+3
|
\
\
|
|
/
|
*
GH-1461: Include the signature line of cdef functions in the import-time line...
gh1461_cover_sig_line
Stefan Behnel
2019-03-01
1
-0
/
+3
[next]