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
*
Add missing attribute declaration for FunctionState class.
Stefan Behnel
2021-11-16
1
-0
/
+1
*
Small changes to get `--cython-compile-all` working again (GH-3650)
da-woods
2021-11-16
1
-1
/
+1
*
Fix C++ bool coercion where no "operator bool" exists (GH-4349)
da-woods
2021-09-03
1
-2
/
+2
*
Stop calling PyEval_InitThreads() In Py3.7+ (where it has become a no-op).
Stefan Behnel
2021-07-01
1
-3
/
+2
*
Backport #2811 to fix qualified-name issues (GH-4216)
da-woods
2021-06-09
1
-0
/
+6
*
ALways mark the entry of generator expression functions as used. Because, why...
Stefan Behnel
2021-05-20
1
-0
/
+4
*
Include utility code for inline memoryview functions found in .pxd files (GH-...
da-woods
2021-04-26
1
-2
/
+1
*
Only #define PY_SSIZE_T_CLEAN if it is not already #defined
Andrew V. Jones
2021-04-14
1
-0
/
+3
*
Fix string constant folding with language_level=2 (GH-4083)
da-woods
2021-04-14
2
-1
/
+18
*
Remove incorrect dict unpacking optimisation that leaked external dict change...
peng weikang
2021-04-14
1
-10
/
+1
*
Don't crash when probing type of cimported module (GH-4001)
da-woods
2021-02-09
1
-2
/
+6
*
Merge pull request #3972 from da-woods/cpdef_error_message_0.29
Robert Bradshaw
2021-01-23
1
-0
/
+3
|
\
|
*
Error message on cpdef variables
da-woods
2021-01-08
1
-0
/
+3
*
|
Fix const memoryviews of structs for 0.29.x branch. The master branch differs...
Stefan Behnel
2020-11-07
1
-2
/
+2
*
|
Fix memoryview casts involving fused types (GH-3882)
da-woods
2020-11-07
1
-0
/
+2
*
|
Allow const declarations in nested template arguments (GH-3886)
Ashwin Srinath
2020-11-07
1
-1
/
+1
*
|
Make const memoryviews of struct dtypes work.
Stefan Behnel
2020-11-07
1
-3
/
+5
*
|
Make type identifier escaping deterministic: hash() hashing lead to unpredict...
Stefan Behnel
2020-10-08
1
-3
/
+3
*
|
Prefer Element.iter() over the deprecated Element.getiterator(). (GH-3865)
Nick Pope
2020-10-06
1
-1
/
+5
|
/
*
Prevent compile error when the result of repr() is assigned to a "unicode" LH...
Stefan Behnel
2020-07-10
1
-1
/
+1
*
Using Py_UNICODE to store lone surrogates makes Py3 join surrogate pairs on 1...
Stefan Behnel
2020-07-08
1
-2
/
+3
*
Really only use PyUnicode_FromUnicode() when needed (GH-3697)
scoder
2020-07-07
3
-2
/
+79
*
Validate and fix temp releasing (GH-3708) (GH-3717)
scoder
2020-07-01
5
-33
/
+83
*
Fix FunctionState handling for module cleanup function.
Stefan Behnel
2020-06-30
1
-0
/
+2
*
Fix argument name usage in finally blocks (GH-3713)
da-woods
2020-06-29
1
-0
/
+1
*
Re-add "c_api_binop_methods" directive for backwards compatibility after reve...
Stefan Behnel
2020-06-17
2
-0
/
+5
*
Revert "Python-style binary operation methods."
Stefan Behnel
2020-06-17
3
-71
/
+17
*
Revert "Add support for pow operator."
Stefan Behnel
2020-06-17
1
-10
/
+1
*
Revert "Invoke binop super method via direct slot access."
Stefan Behnel
2020-06-17
1
-7
/
+8
*
Revert "Limited API updates and cleanup for #2056. GH-3635)"
Stefan Behnel
2020-06-17
1
-47
/
+35
*
Correct the positions reported for errors in f-strings.
Stefan Behnel
2020-06-10
2
-15
/
+28
*
Return statements inside of nested try-except statements lead to an incorrect...
Stefan Behnel
2020-06-05
1
-7
/
+12
*
Avoid distracting GIL error after failed function lookups.
Stefan Behnel
2020-06-04
1
-1
/
+1
*
Fix a bug where fused_to_specific was applied too widely
da-woods
2020-06-04
1
-2
/
+0
*
Fix detection of reusable utility code: whenever we do string and/or unbound ...
Stefan Behnel
2020-05-29
1
-5
/
+2
*
Disable "c_api_binop_methods" directive in 0.29.x and provide it only as an e...
Stefan Behnel
2020-05-27
1
-0
/
+4
*
Use Py_SET_SIZE() and Py_SET_REFCNT() on Python 3.9.0a4 and newer (GH-3639)
Victor Stinner
2020-05-27
1
-2
/
+4
*
Limited API updates and cleanup for #2056. GH-3635)
Robert Bradshaw
2020-05-26
1
-35
/
+43
*
Emit an error when typeid() is used outside of C++ mode (GH-3637)
Celelibi
2020-05-26
1
-0
/
+3
*
Fix overflow handling for abs() calls on signed integer types (GH-3634)
serge-sans-paille
2020-05-26
1
-7
/
+12
*
Avoid "uninitialised" warnings for sizeof and typeid (GH-3631)
Celelibi
2020-05-26
1
-0
/
+6
*
Invoke binop super method via direct slot access.
Robert Bradshaw
2020-05-23
1
-8
/
+7
*
Add support for pow operator.
Robert Bradshaw
2020-05-23
1
-1
/
+10
*
Python-style binary operation methods.
Robert Bradshaw
2020-05-23
3
-17
/
+71
*
Run ParallelRangeTransform also recursively on function arguments (GH-3608)
da-woods
2020-05-15
1
-0
/
+1
*
Allow decorators on nested async-def functions.
Stefan Behnel
2020-05-15
1
-1
/
+1
*
Allow '# cython: …' module level directives in Cython utility code.
Stefan Behnel
2020-05-15
1
-1
/
+1
*
Avoid unnecessary generation of unused error handling code in memory view sli...
Stefan Behnel
2020-05-15
1
-2
/
+4
*
Remove illegal casting of structs when using ctuple (GH-3599)
MegaIng
2020-05-12
1
-0
/
+3
*
Fix optimisation of aligned '%' formats ('%05s', '%-5s') into the correct f-s...
Stefan Behnel
2020-05-09
1
-4
/
+10
[next]