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
/
Utility
/
ModuleSetupCode.c
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
-0
/
+5
*
Silence GCC -Wsign-conversion (GH-5421)
Lisandro Dalcin
2023-05-03
1
-2
/
+2
*
Allow users to override CYTHON_PEP489_MULTI_PHASE_INIT in PyPy 3.9+.
Stefan Behnel
2023-05-02
1
-4
/
+4
*
Fix usage of _MSC_VER macro (GH-5417)
matttyson
2023-05-02
1
-2
/
+2
*
Use CYTHON_PEP489_MULTI_PHASE_INIT on PyPy 3.9 (GH-5414)
Matti Picus
2023-05-02
1
-1
/
+5
*
Refactor __Pyx_PyCode_New() to avoid "dead code" warnings and special error c...
Stefan Behnel
2023-04-14
1
-16
/
+9
*
Temporarily disable the FastGIL feature in CPython 3.12 until we have a worki...
Stefan Behnel
2023-04-13
1
-1
/
+2
*
Remove unintended duplicate of `IS_UNSIGNED_IMPL` and make the macro generall...
0dminnimda
2023-04-06
1
-0
/
+8
*
Avoid deprecated Py_OptimizeFlag in Py3.12 (GH-5343)
scoder
2023-03-31
1
-4
/
+0
*
Disable fast thread state access in CPython 3.12a6 (GH-5339)
Daniele Nicolodi
2023-03-28
1
-1
/
+2
*
Fix FakeReference on C++03 by avoiding C++11 features (GH-5317)
da-woods
2023-03-16
1
-2
/
+2
*
Disable access to the "ma_version_tag" dict field in CPython 3.12 since PEP 6...
Stefan Behnel
2023-02-13
1
-1
/
+2
*
Fix bound class methods when unpacking builtin method calls (GH-5219)
0dminnimda
2023-01-24
1
-0
/
+8
*
Change how memoryviewslice/array has sequence flag set (#5187)
da-woods
2022-12-31
1
-0
/
+6
*
Accept both 'int' and 'long' for 'x: int' annotations in Py2 (GH-5097)
scoder
2022-12-08
1
-0
/
+5
*
Run GCC 11 tests with the most recent language standard (#5078)
da-woods
2022-11-11
1
-2
/
+4
*
Revert "Change the type check for 'x: int' to 'isinstance(x, (int, long))' in...
Stefan Behnel
2022-10-26
1
-5
/
+0
*
Change the type check for 'x: int' to 'isinstance(x, (int, long))' in Py2, to...
Stefan Behnel
2022-10-26
1
-0
/
+5
*
always set CYTHON_UPDATE_DESCRIPTOR_DOC to 0 on PyPy (#5083)
Matti Picus
2022-10-12
1
-1
/
+1
*
Revert "Fix PYPY_VERSION_HEX/PYPY_VERSION_NUM typo (#5074)"
da-woods
2022-10-09
1
-1
/
+1
*
Fix PYPY_VERSION_HEX/PYPY_VERSION_NUM typo (#5074)
Matti Picus
2022-10-09
1
-1
/
+1
*
Prevent more "unused variable" C compiler warnings (GH-5004)
Max Bachmann
2022-09-05
1
-0
/
+11
*
only use [[fallthrough]] starting C++17 (#5005)
Max Bachmann
2022-09-04
1
-8
/
+16
*
Make Cython async functions set CO_COROUTINE and CO_ASYNC_GENERATOR code flag...
scoder
2022-07-29
1
-0
/
+7
*
Merge branch '0.29.x'
Stefan Behnel
2022-07-26
1
-0
/
+55
|
\
|
*
[0.29] Add configuration for the "nogil" CPython fork (GH-4912) (GH-4914)
Sam Gross
2022-07-26
1
-0
/
+50
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
Stefan Behnel
2022-05-17
1
-6
/
+0
|
*
Fix version detection and compile/runtime Python version warning with double-...
da-woods
2022-05-16
1
-4
/
+30
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4749)
Oleksandr Pavlyk
2022-05-03
1
-0
/
+6
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
scoder
2022-04-16
1
-6
/
+0
|
*
Disable CYTHON_FAST_PYCALL on Py3.10 (0.29.x) (GH-4735)
da-woods
2022-04-15
1
-1
/
+2
|
*
Disable "CYTHON_UPDATE_DESCRIPTOR_DOC" for Pyston. It was previously only ena...
Stefan Behnel
2022-04-07
1
-1
/
+1
|
*
Allow setting descriptor docstring on PyPy>v7.3.9 (GH-4701)
Matti Picus
2022-04-01
1
-0
/
+9
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4703)
Oleksandr Pavlyk
2022-03-31
1
-0
/
+6
|
*
Do not redefine _USE_MATH_DEFINES in generated code (GH-4690)
Yuriy Chernyshov
2022-03-21
1
-2
/
+4
|
*
Fix a large chunk of exc_info changes on 0.29.x (GH-4610)
da-woods
2022-02-02
1
-2
/
+8
|
*
Disable USE_UNICODE_WRITER for Py3.11 (GH-4480)
da-woods
2021-12-05
1
-1
/
+3
|
*
Get 0.29.x working on Python 3.11 (GH-4465)
da-woods
2021-11-18
1
-4
/
+74
|
*
Non-int conversion to Py_hash_t.
Robert Bradshaw
2021-11-07
1
-2
/
+2
|
*
Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)
Thomas A Caswell
2021-10-31
1
-1
/
+3
|
*
Stop calling PyEval_InitThreads() In Py3.7+ (where it has become a no-op).
Stefan Behnel
2021-07-01
1
-1
/
+1
|
*
Make "__Pyx_UnicodeContainsUCS4()" work for WCHAR unicode strings with Py3.9+...
scoder
2021-04-25
1
-0
/
+13
|
*
Really only use PyUnicode_FromUnicode() when needed (GH-3697)
scoder
2020-07-07
1
-0
/
+4
|
*
Avoid an "unused variable" warning for code that gets compiled out in Py3.
Stefan Behnel
2020-06-14
1
-1
/
+1
*
|
Adapt PEP-623 support to latest Py3.12 which removes the wstr field in PyUnic...
Stefan Behnel
2022-05-17
1
-14
/
+14
*
|
Fix version detection and compile/runtime Python version warning with double-...
da-woods
2022-05-16
1
-4
/
+30
*
|
Merge branch 0.29.x
Stefan Behnel
2022-05-11
1
-0
/
+5
*
|
Allow None to coerce to C types separately from other object values. (GH-4740)
scoder
2022-04-18
1
-0
/
+22
*
|
Allow setting descriptor docstring on PyPy>v7.3.9 (GH-4694)
Matti Picus
2022-03-27
1
-0
/
+12
*
|
Do not redefine _USE_MATH_DEFINES in generated code (GH-4690)
Yuriy Chernyshov
2022-03-21
1
-1
/
+3
[next]