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
*
Mangle cname for closures in derived c class (GH-2990)
Josh Tobin
2019-06-11
1
-1
/
+4
*
Add missing return type annotation to generators and coroutines.
Stefan Behnel
2019-03-04
1
-1
/
+2
*
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
*
Work around compiler crash due to missing 'env' (before declaration analysis)...
Stefan Behnel
2017-09-02
1
-2
/
+5
*
Avoid useless instance assignment on NameNode to save a bit of memory.
Stefan Behnel
2017-09-02
1
-1
/
+3
*
Merge branch 'master' into gen_exc_handling
Stefan Behnel
2017-08-25
1
-3
/
+8
|
\
|
*
Simplify TrackNumpyAttributes transform.
Stefan Behnel
2017-08-21
1
-3
/
+8
*
|
Move exception state cleanup into generator body code to allow a distinction ...
Stefan Behnel
2017-08-24
1
-1
/
+6
*
|
Keep direct closure of generators and coroutines intact during cleanup by dis...
Stefan Behnel
2017-08-20
1
-0
/
+3
|
/
*
Merge pull request #1802 from scoder/_pep525_async_gen
scoder
2017-08-09
1
-33
/
+61
|
\
|
*
disambiguate attribute name ("is_async_gen" it too close to an existing "is_a...
Stefan Behnel
2017-08-08
1
-1
/
+1
|
*
repair scoped comprehensions inside of generators and async functions by allo...
Stefan Behnel
2017-08-07
1
-14
/
+19
|
*
implement PEP 530 by allowing async generator expressions
Stefan Behnel
2017-08-04
1
-5
/
+16
|
*
in generators/coroutines, save away the current exception in the 'return' cas...
Stefan Behnel
2017-07-30
1
-1
/
+6
|
*
solve most of the issues with failing async-gen tests, some asyncio tests are...
Stefan Behnel
2017-07-29
1
-2
/
+3
|
*
allow yield in async def functions (which turns them into async generators)
Stefan Behnel
2017-07-27
1
-12
/
+18
*
|
Fix a compiler crash when looking up cython.view.array() as a callable functi...
Stefan Behnel
2017-07-31
1
-13
/
+13
|
/
*
Suppress special casing of attribute names in closure classes since they are ...
Stefan Behnel
2017-07-25
1
-0
/
+1
*
minor readability/safety fix
Stefan Behnel
2017-07-22
1
-1
/
+1
*
Minor safety/speed fix to prevent looking for a "__dict__" in an unpickled ob...
Stefan Behnel
2017-07-21
1
-2
/
+2
*
Escape another local variable in generated pickle helper function to prevent ...
Stefan Behnel
2017-07-21
1
-2
/
+2
*
Don't conflict with a class named 'result' in auto-pickle
Jason Madden
2017-07-20
1
-7
/
+7
*
Avoid pickling objects with struct attributes.
Robert Bradshaw
2017-07-10
1
-3
/
+12
*
Allow self-referential members in default pickling.
Robert Bradshaw
2017-07-08
1
-21
/
+37
*
Merge branch 'finally-fix'
Robert Bradshaw
2017-07-06
1
-0
/
+2
|
\
|
*
Don't generate pickling for types that already have a __getstate__ method.
Robert Bradshaw
2017-07-06
1
-0
/
+2
*
|
Avoid generating utility code unless it's actually used.
Robert Bradshaw
2017-07-05
1
-2
/
+7
[next]