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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep the "tp_print" slot for PyPy < 3.10 and CPython < 3.9 (GH-5437)
Matti Picus
2023-05-16
1
-1
/
+1
*
Custom int128 conversion as a slow fallback (GH-5419)
scoder
2023-05-15
1
-4
/
+10
*
Prevent calling the dealloc slot of a non-GC base class with GC tracking enab...
scoder
2023-05-15
1
-8
/
+7
*
Support PyBufferProcs with Limited C-API under Py3.9+ or Py3.11+ (GH-5422)
Lisandro Dalcin
2023-05-04
2
-5
/
+8
*
Remove useless parentheses.
Stefan Behnel
2023-05-04
1
-3
/
+3
*
Remove the useless check that the struct field visibility is the same as the ...
Stefan Behnel
2023-05-04
2
-7
/
+3
*
Keep 'extern' visibility in context of struct/union to properly infer 'noexce...
Matus Valo
2023-05-03
3
-5
/
+7
*
Silence GCC -Wsign-conversion (GH-5421)
Lisandro Dalcin
2023-05-03
2
-3
/
+3
*
Catch ValueError when calling memoryview() to avoid leaking implementation de...
Matus Valo
2023-04-30
1
-1
/
+1
*
CmdLine: Fix regression when using the `--working` option (GH-5365)
Lisandro Dalcin
2023-04-30
2
-1
/
+15
*
Fix parsing of bracketed then called context managers (GH-5404)
da-woods
2023-04-28
1
-0
/
+4
*
prepare cython for PyPy3.10 (#5408)
Matti Picus
2023-04-27
1
-1
/
+1
*
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 @total_ordering directive like @cfunc/@ccall directives by excluding it...
Stefan Behnel
2023-04-24
2
-4
/
+4
*
Treat @ufunc directive like @cfunc/@ccall directives by excluding it from the...
Stefan Behnel
2023-04-24
2
-2
/
+2
*
Disallow @cfunc together with @ccall on the same function.
Stefan Behnel
2023-04-24
1
-0
/
+2
*
Ignore (and warn about) simple type-tuples in annotations (like "(int, int)")...
Stefan Behnel
2023-04-24
1
-0
/
+4
*
Avoid Python int object creation when multiplying sequences with C integers (...
scoder
2023-04-21
2
-36
/
+122
*
Fix regression in code generation order for cdef classes (GH-5395)
Lisandro Dalcin
2023-04-21
1
-1
/
+1
*
Make memoryviews with aliased item types comformable (GH-5375)
Yue Yang
2023-04-20
1
-1
/
+1
*
Distinguish 'api' import functions from different Cython versions (GH-5383)
da-woods
2023-04-17
2
-13
/
+22
*
Add a "CYTHON_EXTERN_C" macro to allow redefining "__PYX_EXTERN_C" on user si...
scoder
2023-04-13
1
-1
/
+11
*
Fix issues with partially optimized cascaded comparisons (GH-5357)
da-woods
2023-04-13
1
-6
/
+12
*
Handle additions to "_DataclassParams" signature in Py3.12 dataclasses (GH-5368)
da-woods
2023-04-13
1
-12
/
+27
*
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
2
-51
/
+59
*
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
|
*
Do not attempt to write out a depfile on failure (GH-5291)
Eli Schwartz
2023-03-29
1
-1
/
+1
|
*
Account for possible extension type struct padding when calculating the items...
Miro HronĨok
2023-03-24
1
-3
/
+3
|
*
Avoid exponential recursion when coercing nested conditional expressions.
Stefan Behnel
2023-01-05
1
-9
/
+19
|
*
Add support of const fused type memory views (GH-3118) (GH-5076)
da-woods
2023-01-04
1
-0
/
+1
|
*
Add 'cpow' as a forward compatibility to 0.29.x (GH-5060)
da-woods
2022-12-08
2
-0
/
+10
*
|
Avoid deprecated Py_OptimizeFlag in Py3.12 (GH-5343)
scoder
2023-03-31
2
-2
/
+4
*
|
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
*
|
Allow soft-complex->double coercion to run without gil (#5287)
da-woods
2023-03-25
2
-9
/
+28
*
|
Do not attempt to write out a depfile on failure (GH-5291)
Eli Schwartz
2023-03-24
1
-1
/
+1
*
|
Add simple code style checks for non-Python source files.
Stefan Behnel
2023-03-23
2
-50
/
+47
*
|
Restore 0.29.x handling of None fused memoryviews (GH-5298)
da-woods
2023-03-23
1
-2
/
+19
*
|
Fix ufunc GIL handling (#5332)
da-woods
2023-03-22
1
-0
/
+4
*
|
Fix the relative-first import scheme for language_level=2 in Python 3. (GH-5329)
scoder
2023-03-22
1
-3
/
+10
*
|
Allow IS_UNSIGNED macro to handle const types (GH-5302)
Max Bachmann
2023-03-21
1
-2
/
+2
*
|
Fix missing exported C function declarations with cimport_from_pyx enabled (#...
Chia-Hsiang Cheng
2023-03-17
2
-2
/
+8
*
|
Limit the cname length for generated number constants since some C compilers ...
0dminnimda
2023-03-17
1
-9
/
+19
*
|
Make sure that we include all user C code in the annotated HTML output by res...
Stefan Behnel
2023-03-16
1
-0
/
+2
*
|
Allow nested C++ names after a module name (#5229)
Chia-Hsiang Cheng
2023-03-05
1
-0
/
+2
*
|
Fix annotation typing of Optional[tuple] (#5272)
da-woods
2023-03-01
1
-0
/
+3
*
|
Order merged_in utility code (#5282)
da-woods
2023-03-01
2
-5
/
+22
[next]