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
/
ParseTreeTransforms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop unused code-paths associated with "if cython.compiled" early (GH-3507)
da-woods
2020-04-13
1
-3
/
+14
*
Specialize fused function local variables specified with pure-python (GH-3463)
da-woods
2020-03-31
1
-0
/
+2
*
Merge branch '0.29.x'
Stefan Behnel
2020-02-12
1
-0
/
+2
|
\
|
*
fix "undeclared" warning about generated pickle methods (GH-3353)
da-woods
2020-02-12
1
-0
/
+2
|
*
Mangle cname for closures in derived c class (GH-2990)
Josh Tobin
2019-06-11
1
-1
/
+4
*
|
Support METH_FASTCALL for Cython functions (GH-3101)
Jeroen Demeyer
2019-09-10
1
-3
/
+0
*
|
Rename self_result_code -> closure_result_code
Jeroen Demeyer
2019-08-27
1
-1
/
+1
*
|
Use METH_FASTCALL on CPython >= 3.7 (GH-3021)
Jeroen Demeyer
2019-08-27
1
-0
/
+5
*
|
Support wider use of @property decorator on CClassDef AttributeNodes (GH-3095)
Matti Picus
2019-08-27
1
-1
/
+3
*
|
Unicode identifiers (PEP 3131) (GH-3081)
da-woods
2019-08-24
1
-4
/
+5
*
|
Mangle cname for closures in derived c class (GH-2990)
Josh Tobin
2019-06-11
1
-1
/
+4
*
|
Merge branch '0.29.x'
Stefan Behnel
2019-03-04
1
-1
/
+2
|
\
\
|
|
/
|
*
Add missing return type annotation to generators and coroutines.
Stefan Behnel
2019-03-04
1
-1
/
+2
*
|
Create run tests for conditional GILStatNode
Noam Hershtig
2019-02-23
1
-2
/
+10
*
|
Allow condition in GILStatNode
Noam Hershtig
2019-02-23
1
-0
/
+5
*
|
Only inject eval() locals/globals args when it's called as a builtin and not ...
Stefan Behnel
2019-02-03
1
-2
/
+2
*
|
Merge pull request #2640 from mattip/ctypedef-class-getter2
Stefan Behnel
2019-01-16
1
-1
/
+24
|
\
\
|
*
|
MAINT: refactor decorator analysis
mattip
2019-01-07
1
-16
/
+17
|
*
|
MAINT: refactor: is_cgetter now lives on the entry, use find_decorator
mattip
2019-01-07
1
-13
/
+11
|
*
|
MAINT: refactor from review
mattip
2019-01-05
1
-11
/
+16
|
*
|
whoops, staticmethod is a valid cdef decorator
mattip
2018-11-13
1
-0
/
+1
|
*
|
ENH: handle c-level property decorator to produce a cfunc call
mattip
2018-11-13
1
-9
/
+8
|
*
|
add a new ReplacePropertyNode pass
mattip
2018-11-13
1
-61
/
+19
|
*
|
WIP ENH: allow @property decorator on external ctypedef classes
mattip
2018-11-05
1
-1
/
+62
|
|
/
*
|
Use Py3 syntax in generated Cython code fragment.
Stefan Behnel
2019-01-12
1
-1
/
+1
*
|
Replace MD5 file hashing by SHA-1, both because it's faster (by 25% on 64 bit...
Stefan Behnel
2019-01-08
1
-1
/
+1
|
/
*
2685_warn_undeclared: fix undeclared type warnings for unpickle variables.
Nicolas Pauss
2018-10-30
1
-0
/
+4
*
Prevent assigned global variables from being marked and treated as closure va...
Stefan Behnel
2018-09-22
1
-1
/
+1
*
Clean up directives to distinguish between those that belong to a function or...
Stefan Behnel
2018-09-22
1
-32
/
+29
*
Check some child nodes against the correct nogil context when they are actual...
Stefan Behnel
2018-09-19
1
-12
/
+24
*
Support "@cython.nogil" decorator in pure mode.
Stefan Behnel
2018-09-14
1
-2
/
+7
*
Mark try-finally statements with terminating finally clauses as terminators t...
Stefan Behnel
2018-08-25
1
-0
/
+6
*
Simplify code to format it better.
Stefan Behnel
2018-07-23
1
-2
/
+2
*
Pythran: verify that pythran supports called Numpy APIs
Adrien Guinet
2018-07-21
1
-1
/
+2
*
Add some comments on potential improvements.
Stefan Behnel
2018-06-04
1
-0
/
+4
*
Improve a docstring.
Stefan Behnel
2018-06-03
1
-1
/
+4
*
Make raise-statements inside of nogil blocks automatically acquire the GIL, i...
Stefan Behnel
2018-06-03
1
-0
/
+47
*
Delete unused code.
Stefan Behnel
2018-05-10
1
-14
/
+1
*
Do not hijack "@asyncio.coroutine" to make async-def functions iterable, sinc...
Stefan Behnel
2018-02-28
1
-16
/
+2
*
Allow @final class decorator in pure mode. Was previously rejected for Python...
Stefan Behnel
2017-12-15
1
-5
/
+8
*
initial attempt to evaluate "@coroutine" at compile time by making the result...
Stefan Behnel
2017-11-16
1
-1
/
+18
*
Implement line tracing for generators and coroutines.
Stefan Behnel
2017-10-31
1
-0
/
+2
*
Trivial typo fixes
Unknown
2017-10-17
1
-2
/
+2
*
Allow typeof(...) to be used in a type context.
Robert Bradshaw
2017-10-14
1
-2
/
+4
*
Allow pure python annotations in type declarations.
Robert Bradshaw
2017-10-14
1
-2
/
+7
*
Remove accidental use of "await" as a name as it becomes a keyword in Py3.7.
Stefan Behnel
2017-10-07
1
-2
/
+2
*
Turn compiler assertion into an error since it's triggered by user code.
Stefan Behnel
2017-10-03
1
-3
/
+8
*
Make vtable order of extension types with fused methods only dependant on the...
Stefan Behnel
2017-09-20
1
-0
/
+7
*
Attempt to use a faster exception value for return type annotations that chec...
Stefan Behnel
2017-09-09
1
-1
/
+8
*
Implement @cython.exceptval() decorator to make the "except x" signature decl...
Stefan Behnel
2017-09-03
1
-4
/
+23
[next]