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
*
Support PyBufferProcs with Limited C-API under Py3.9+ or Py3.11+ (GH-5422)
Lisandro Dalcin
2023-05-04
1
-2
/
+4
*
Remove the useless check that the struct field visibility is the same as the ...
Stefan Behnel
2023-05-04
1
-1
/
+1
*
Keep 'extern' visibility in context of struct/union to properly infer 'noexce...
Matus Valo
2023-05-03
1
-1
/
+1
*
Refactor the label interception code in for-loop nodes to do the iterator cle...
scoder
2023-04-03
1
-21
/
+20
*
Refactor label interception code in for-loop and exception handling nodes to ...
scoder
2023-04-02
1
-44
/
+28
*
Merge branch '0.29.x'
Stefan Behnel
2023-04-01
1
-9
/
+14
|
\
|
*
Fix a reference leak when a for-loop's "else:" branch contains a "break" for ...
Stefan Behnel
2023-04-01
1
-9
/
+14
|
*
Reallow capture of memoryview arguments (GH-4929)
da-woods
2022-07-29
1
-8
/
+0
|
*
Error on memoryview argument capture on 0.29.x (GH-4849)
da-woods
2022-07-12
1
-2
/
+13
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
Stefan Behnel
2022-05-17
1
-51
/
+19
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4749)
Oleksandr Pavlyk
2022-05-03
1
-19
/
+51
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
scoder
2022-04-16
1
-49
/
+19
|
*
Allow setting descriptor docstring on PyPy>v7.3.9 (GH-4701)
Matti Picus
2022-04-01
1
-2
/
+2
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4703)
Oleksandr Pavlyk
2022-03-31
1
-19
/
+49
|
*
Correctly generate function definions in finally clauses (GH-4652)
da-woods
2022-02-24
1
-0
/
+2
|
*
Remove outdated warning about OpenMP < 3.0. Even the now-EOL Docker images fo...
Stefan Behnel
2022-01-16
1
-4
/
+0
*
|
Avoid deprecated Py_OptimizeFlag in Py3.12 (GH-5343)
scoder
2023-03-31
1
-1
/
+3
*
|
Allow nested C++ names after a module name (#5229)
Chia-Hsiang Cheng
2023-03-05
1
-0
/
+2
*
|
Make unused **keyword argument show up in locals() (GH-4899)
da-woods
2023-02-24
1
-9
/
+5
*
|
Support 2 and 3 arg __[ri]pow__ (#5168)
da-woods
2022-12-15
1
-7
/
+48
*
|
Refactor module state to always use struct (#5056)
da-woods
2022-12-01
1
-6
/
+0
*
|
Allow returning const types. (#5135)
Mike Graham
2022-11-18
1
-0
/
+5
*
|
Allow nested cppclass definitions (#3221)
samaingw
2022-11-12
1
-0
/
+3
*
|
Remove "from x cimport class C" (#4904)
da-woods
2022-10-11
1
-16
/
+8
*
|
Fix failing relative imports in __init__ files. (#4552)
Matus Valo
2022-10-01
1
-3
/
+10
*
|
Fix C++ error from Cython unused (#5029)
da-woods
2022-09-14
1
-1
/
+1
*
|
[ENH] Propagate exceptions from `cdef` functions by default (#4670)
Ashwin Srinath
2022-09-10
1
-7
/
+9
*
|
Make sure we call __del__ for final types (#4996)
da-woods
2022-09-05
1
-0
/
+4
*
|
Generator expression and comprehension scope (#4254)
da-woods
2022-08-08
1
-1
/
+9
*
|
Fix handling of annotations in functions in dataclasses (#4954)
da-woods
2022-08-08
1
-3
/
+9
*
|
Fix a crash due to incorrect reference counting of memoryview arguments (GH-4...
da-woods
2022-07-29
1
-9
/
+24
*
|
Make it easier to restore scanner state during parsing phase (GH-4813)
da-woods
2022-07-16
1
-2
/
+2
*
|
Give better errors on size changes of PyVarObjects and reduce false positives...
da-woods
2022-07-16
1
-1
/
+18
*
|
Avoid raising StopIteration in "__next__" if possible (GH-4844)
da-woods
2022-07-13
1
-0
/
+26
*
|
Fix annotation type analysis for Python "typing" types (GH-4606)
scoder
2022-07-11
1
-42
/
+89
*
|
Update Limited API preprocessor warning to be compatible with MSVC (#4826)
Víctor Molina García
2022-06-08
1
-1
/
+3
*
|
Preserve except* declaration on function pointer types (GH-4771)
da-woods
2022-05-16
1
-1
/
+5
*
|
Remove 'goto error' from numpy cimport guard code (GH-4773)
da-woods
2022-05-16
1
-3
/
+1
*
|
Allow setting descriptor docstring on PyPy>v7.3.9 (GH-4694)
Matti Picus
2022-03-27
1
-2
/
+2
*
|
Allow None to be passed into arguments annotated as type "object" (GH-4669)
da-woods
2022-03-15
1
-0
/
+3
*
|
Clarify error message.
Stefan Behnel
2022-03-08
1
-1
/
+1
*
|
Correctly generate function definions in finally clauses (GH-4652)
da-woods
2022-02-24
1
-0
/
+2
*
|
Remove unused imports (GH-4643)
Matus Valo
2022-02-15
1
-1
/
+1
*
|
Follow PEP-484 and warn about "func(x: list = None)" without an explicit "typ...
Stefan Behnel
2022-02-10
1
-2
/
+4
*
|
Remove an unused function argument.
Stefan Behnel
2022-02-10
1
-2
/
+2
*
|
Revert "Check for "Optional[ctype]" earlier because we need to make sure that...
Stefan Behnel
2022-01-30
1
-12
/
+5
*
|
Revert "Allow any type in dataclasses.InitVar() again."
Stefan Behnel
2022-01-30
1
-3
/
+1
*
|
Revert "Fix refactor-after-test bug."
Stefan Behnel
2022-01-30
1
-1
/
+1
*
|
Fix refactor-after-test bug.
Stefan Behnel
2022-01-30
1
-1
/
+1
*
|
Allow any type in dataclasses.InitVar() again.
Stefan Behnel
2022-01-30
1
-1
/
+3
[next]