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
/
PyrexTypes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Custom int128 conversion as a slow fallback (GH-5419)
scoder
2023-05-15
1
-4
/
+10
*
Silence GCC -Wsign-conversion (GH-5421)
Lisandro Dalcin
2023-05-03
1
-2
/
+2
*
Make memoryviews with aliased item types comformable (GH-5375)
Yue Yang
2023-04-20
1
-1
/
+1
*
Fix annotation typing of Optional[tuple] (#5272)
da-woods
2023-03-01
1
-0
/
+3
*
Fix some issues when optimising the builtin memoryview (GH-5271)
da-woods
2023-03-01
1
-0
/
+3
*
Support auto-generation of Numpy ufuncs (GH-4803)
da-woods
2023-02-25
1
-1
/
+1
*
Improve "subscript typing" of builtins (GH-5058)
da-woods
2023-02-24
1
-10
/
+18
*
Improve "cpdef enum" to Python conversion (GH-4877)
da-woods
2023-01-10
1
-0
/
+57
*
Make cpdef enums pickleable (GH-5124)
da-woods
2023-01-10
1
-0
/
+2
*
Change how memoryviewslice/array has sequence flag set (#5187)
da-woods
2022-12-31
1
-0
/
+2
*
Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)
da-woods
2022-12-08
1
-0
/
+46
*
Improve detection of C complex.h (GH-5021)
da-woods
2022-12-08
1
-7
/
+32
*
Accept both 'int' and 'long' for 'x: int' annotations in Py2 (GH-5097)
scoder
2022-12-08
1
-0
/
+3
*
Revert "Change the type check for 'x: int' to 'isinstance(x, (int, long))' in...
Stefan Behnel
2022-10-26
1
-3
/
+0
*
Change the type check for 'x: int' to 'isinstance(x, (int, long))' in Py2, to...
Stefan Behnel
2022-10-26
1
-0
/
+3
*
[ENH] Propagate exceptions from `cdef` functions by default (#4670)
Ashwin Srinath
2022-09-10
1
-1
/
+3
*
Make sure we call __del__ for final types (#4996)
da-woods
2022-09-05
1
-0
/
+2
*
Handle fused types containing indirect fused types (#4725)
da-woods
2022-08-20
1
-1
/
+22
*
Let C++ references work in fused types (#4719)
da-woods
2022-08-08
1
-0
/
+2
*
Give better errors on size changes of PyVarObjects and reduce false positives...
da-woods
2022-07-16
1
-1
/
+1
*
Fix annotation type analysis for Python "typing" types (GH-4606)
scoder
2022-07-11
1
-47
/
+16
*
Improve coercion rules on function pointer exception specification and add te...
da-woods
2022-05-30
1
-0
/
+3
*
Allow None to coerce to C types separately from other object values. (GH-4740)
scoder
2022-04-18
1
-8
/
+22
*
Include return type in fused types of function pointers (GH-4678)
da-woods
2022-03-15
1
-8
/
+16
*
Make ctypedefed bint behave like normal bint (GH-4660)
0dminnimda
2022-03-04
1
-2
/
+7
*
Remove unused imports (GH-4643)
Matus Valo
2022-02-15
1
-1
/
+1
*
Remove a dead Py<2.6 workaround for tuples previously not having an .index() ...
Stefan Behnel
2022-02-10
1
-4
/
+3
*
Revert "Fix some typos in apparently unused code."
Stefan Behnel
2022-01-30
1
-2
/
+2
*
Revert "Check for "Optional[ctype]" earlier because we need to make sure that...
Stefan Behnel
2022-01-30
1
-1
/
+9
*
Check for "Optional[ctype]" earlier because we need to make sure that "Option...
Stefan Behnel
2022-01-30
1
-9
/
+1
*
Fix some typos in apparently unused code.
Stefan Behnel
2022-01-30
1
-2
/
+2
*
Implement cdef dataclasses (GH-3400)
da-woods
2022-01-29
1
-1
/
+101
*
Ban templating C++ classes with reference counted types (GH-4337)
da-woods
2021-12-06
1
-2
/
+4
*
Refactor function to make it less verbose and simpler to change: error cases ...
Stefan Behnel
2021-07-20
1
-12
/
+7
*
Prevent C++ coercions from picking up user-set directives (GH-4206)
da-woods
2021-07-20
1
-5
/
+3
*
Resolve some issues with "cpp_locals" (GH-4265)
da-woods
2021-07-19
1
-0
/
+1
*
Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
da-woods
2021-06-29
1
-2
/
+26
*
Add support for C++17 execution policy parameter (GH-3790)
Ashwin Srinath
2021-05-25
1
-2
/
+13
*
Correctly process the entries of overloaded extern static C++ methods (GH-4129)
Ashwin Srinath
2021-05-03
1
-0
/
+2
*
Fix invalid code in CReferenceBaseType.__repr__ (GH-4124)
da-woods
2021-04-17
1
-1
/
+1
*
Modernise code: use set literals/comprehensions where possible, frozenset whe...
Stefan Behnel
2021-04-13
1
-5
/
+5
*
Fix some issues with duplicated utilitycode (GH-3743)
da-woods
2021-03-27
1
-1
/
+10
*
Fix crash on memoryview self-assignments (GH-3874)
da-woods
2020-11-07
1
-1
/
+1
*
Resolve merge conflict.
Stefan Behnel
2020-10-08
1
-4
/
+0
*
Merge branch '0.29.x'
Stefan Behnel
2020-10-08
1
-1
/
+5
|
\
|
*
Make type identifier escaping deterministic: hash() hashing lead to unpredict...
Stefan Behnel
2020-10-08
1
-3
/
+3
|
*
Remove illegal casting of structs when using ctuple (GH-3599)
MegaIng
2020-05-12
1
-0
/
+3
*
|
Clean up and test type identifier escaping.
Stefan Behnel
2020-10-03
1
-22
/
+36
*
|
Allow creation of wrappers for cdef functions with memoryviews (GH-3856)
da-woods
2020-10-03
1
-4
/
+6
*
|
Add support for forwarding references (GH-3821)
Ashwin Srinath
2020-10-03
1
-16
/
+45
[next]