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
*
Warn about useless directives that do not change the previous setting.
Stefan Behnel
2023-04-24
1
-0
/
+3
*
Disallow @cfunc being applied to a @ufunc.
Stefan Behnel
2023-04-24
1
-1
/
+6
*
Treat @ufunc directive like @cfunc/@ccall directives by excluding it from the...
Stefan Behnel
2023-04-24
1
-1
/
+1
*
Disallow @cfunc together with @ccall on the same function.
Stefan Behnel
2023-04-24
1
-0
/
+2
*
Improve error message for 'cimport cython.floating' (GH-5295)
da-woods
2023-03-27
1
-1
/
+11
*
Allow InterpretCompilerDirectives.visit_AnnotationNode() to process nodes tha...
Chia-Hsiang Cheng
2023-03-26
1
-1
/
+1
*
Fix some issues when optimising the builtin memoryview (GH-5271)
da-woods
2023-03-01
1
-0
/
+1
*
Support auto-generation of Numpy ufuncs (GH-4803)
da-woods
2023-02-25
1
-0
/
+4
*
Remove "from x cimport class C" (#4904)
da-woods
2022-10-11
1
-9
/
+5
*
PEP614 decorators (#4991)
da-woods
2022-10-01
1
-1
/
+2
*
Allow empty args to dataclass and field directives (#4957)
da-woods
2022-09-24
1
-1
/
+1
*
Fix memoryview iteration in generator expressions (GH-4968)
da-woods
2022-08-09
1
-1
/
+3
*
Generator expression and comprehension scope (#4254)
da-woods
2022-08-08
1
-1
/
+141
*
Fix handling of annotations in functions in dataclasses (#4954)
da-woods
2022-08-08
1
-2
/
+1
*
Validate imported "cython.*" module names and reject unknown module names.
Stefan Behnel
2022-08-04
1
-2
/
+42
*
Minor code simplification.
Stefan Behnel
2022-08-03
1
-2
/
+1
*
Merge branch '0.29.x'
Stefan Behnel
2022-07-20
1
-16
/
+24
|
\
|
*
Minor code cleanups after 3a373e2ccdddc79202d9ed13edc85d4b95616b26.
Stefan Behnel
2022-07-20
1
-3
/
+5
|
*
Make pickle checksum calculation succeed even if one of the hash algorithms i...
Stefan Behnel
2022-07-20
1
-18
/
+21
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
Stefan Behnel
2022-05-17
1
-0
/
+14
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4749)
Oleksandr Pavlyk
2022-05-03
1
-14
/
+0
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
scoder
2022-04-16
1
-0
/
+14
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4703)
Oleksandr Pavlyk
2022-03-31
1
-14
/
+0
*
|
Avoid conflict between propery names and function variables (GH-4845)
da-woods
2022-07-16
1
-0
/
+6
*
|
Merge branch '0.29.x'
Stefan Behnel
2022-03-14
1
-1
/
+1
|
\
\
|
|
/
|
*
Make error message more readable by using hex integer values for all presente...
Stefan Behnel
2022-03-14
1
-1
/
+1
|
*
For the auto-pickle checksum, allow SHA-1 and SHA-256 which are used by Cytho...
Stefan Behnel
2022-03-14
1
-5
/
+21
|
*
Small changes to get `--cython-compile-all` working again (GH-3650)
da-woods
2021-11-16
1
-1
/
+1
|
*
Run ParallelRangeTransform also recursively on function arguments (GH-3608)
da-woods
2020-05-15
1
-0
/
+1
*
|
For the auto-pickle checksum, allow MD5 again since it was used by Cython 0.x...
Stefan Behnel
2022-03-14
1
-5
/
+19
*
|
Stop cfunc/ccall/class applying to inner funcs/classes (GH-4575)
da-woods
2022-02-10
1
-16
/
+49
*
|
Implement cdef dataclasses (GH-3400)
da-woods
2022-01-29
1
-4
/
+20
*
|
Implement PEP 572: Named/Assignment Expressions (GH-3691)
da-woods
2022-01-27
1
-2
/
+131
*
|
Avoid unnecessary directives tracking in the WithTransform since it does not ...
Stefan Behnel
2022-01-03
1
-1
/
+3
*
|
Clean up individual child traversals in transforms using the new visitchild()...
Stefan Behnel
2021-12-28
1
-14
/
+13
*
|
Fix cython.pointer() type usage in class annotations (GH-4515)
da-woods
2021-12-23
1
-0
/
+2
*
|
Allow releasing the GIL in nogil functions (GH-4318)
da-woods
2021-12-18
1
-2
/
+12
*
|
Handle function "outer_attrs" more consistently (GH-4375)
da-woods
2021-10-01
1
-2
/
+0
*
|
Restore error when using arbitrary decorators on cdef functions (GH-4323)
da-woods
2021-08-07
1
-1
/
+9
*
|
Fix compilation of "ParseTreeTransforms" in Py2. It previously tried to compa...
Stefan Behnel
2021-07-26
1
-0
/
+2
*
|
Resolve some issues with "cpp_locals" (GH-4265)
da-woods
2021-07-19
1
-1
/
+3
*
|
Fix: overwrite target node after analysis.
Stefan Behnel
2021-07-13
1
-2
/
+2
*
|
Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
da-woods
2021-06-29
1
-0
/
+24
*
|
Set "is_cython_module" on annotations correctly (GH-4248)
da-woods
2021-06-28
1
-0
/
+7
*
|
Simplify code and add a comment.
Stefan Behnel
2021-06-09
1
-4
/
+3
*
|
Fixed optimizations in defined cppclass
da-woods
2021-06-05
1
-0
/
+7
*
|
Support cimports in pure Python code. (GH-4190)
scoder
2021-05-23
1
-22
/
+61
*
|
Fix a crash when compiling a module without statements, only a single declara...
Stefan Behnel
2021-05-22
1
-0
/
+7
*
|
Execute AlignFunctionDefinitions before MarkClosureTransform. (GH-4127)
Matus Valo
2021-05-11
1
-7
/
+35
*
|
Modernise code: use set literals/comprehensions where possible, frozenset whe...
Stefan Behnel
2021-04-13
1
-5
/
+7
[next]