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
/
Code.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor label interception code in for-loop and exception handling nodes to ...
scoder
2023-04-02
1
-7
/
+31
*
Limit the cname length for generated number constants since some C compilers ...
0dminnimda
2023-03-17
1
-9
/
+19
*
Fix cleanup of non-py-object constants on module close (GH-5265)
da-woods
2023-02-27
1
-2
/
+10
*
Write unicode strings instead of str in Py2 to get a more optimised string ge...
Stefan Behnel
2023-01-17
1
-1
/
+1
*
Minor code cleanups.
Stefan Behnel
2023-01-17
1
-2
/
+2
*
Use PyxCodeWriter in the dataclass TemplateCode (GH-5049)
da-woods
2023-01-16
1
-1
/
+11
*
Refactor module state to always use struct (#5056)
da-woods
2022-12-01
1
-47
/
+14
*
Merge branch '0.29.x'
da-woods
2022-10-22
1
-1
/
+1
|
\
|
*
Fix various clang warnings (#5086)
Lisandro Dalcin
2022-10-17
1
-1
/
+1
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
Stefan Behnel
2022-05-17
1
-2
/
+2
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4749)
Oleksandr Pavlyk
2022-05-03
1
-2
/
+2
|
*
Mark reverse operators with METHOD_COEXIST (GH-4753)
da-woods
2022-05-03
1
-2
/
+2
|
*
Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...
scoder
2022-04-16
1
-2
/
+2
|
*
Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4703)
Oleksandr Pavlyk
2022-03-31
1
-2
/
+2
|
*
Keep utility code names across type specialisations and show it in the C file...
Stefan Behnel
2022-01-28
1
-1
/
+5
|
*
Validate and fix temp releasing (GH-3708) (GH-3717)
scoder
2020-07-01
1
-8
/
+29
*
|
Update pyxcodewriter.indenter (#5048)
da-woods
2022-09-26
1
-15
/
+7
*
|
Fix C++ error from Cython unused (#5029)
da-woods
2022-09-14
1
-2
/
+2
*
|
Fix memoryview iteration in generator expressions (GH-4968)
da-woods
2022-08-09
1
-8
/
+8
*
|
Turn some often used CCodeWriter methods into (final) cdef methods to reduce ...
Stefan Behnel
2022-08-06
1
-10
/
+10
*
|
Fix missing newlines in HTML annotation file, introduced in 0b4370678e5b00a02...
Stefan Behnel
2022-08-04
1
-3
/
+6
*
|
Reduce overhead in the code writer when writing out simple code without newli...
Stefan Behnel
2022-07-16
1
-7
/
+12
*
|
Avoid raising StopIteration in "__next__" if possible (GH-4844)
da-woods
2022-07-13
1
-2
/
+13
*
|
Mark reverse operators with METHOD_COEXIST (GH-4754)
da-woods
2022-05-13
1
-3
/
+15
*
|
Merge branch 0.29.x
Stefan Behnel
2022-05-11
1
-2
/
+2
*
|
Remove unused imports (GH-4643)
Matus Valo
2022-02-15
1
-1
/
+0
*
|
Avoid an unnecessary inefficiency in a regex, although it is not relevant in ...
Stefan Behnel
2022-02-09
1
-1
/
+1
*
|
Always regenerate .c/cpp output files when changing the Cython version. This ...
Stefan Behnel
2022-02-02
1
-1
/
+1
*
|
Keep utility code names across type specialisations and show it in the C file...
Stefan Behnel
2022-01-22
1
-1
/
+5
*
|
A function that is supposed to return something should return something.
Stefan Behnel
2022-01-05
1
-1
/
+1
*
|
Allow releasing the GIL in nogil functions (GH-4318)
da-woods
2021-12-18
1
-2
/
+13
*
|
Avoid AddTraceback() if stringtab isn't set up (GH-4378)
da-woods
2021-09-27
1
-22
/
+29
*
|
Suppress warnings about constant expressions on MSVC (GH-4317)
da-woods
2021-08-07
1
-0
/
+14
*
|
Resolve some issues with "cpp_locals" (GH-4265)
da-woods
2021-07-19
1
-2
/
+2
*
|
Fix a few bugs in the new "cpp_locals" directive implementation (GH-4259)
da-woods
2021-07-02
1
-0
/
+1
*
|
Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
da-woods
2021-06-29
1
-5
/
+26
*
|
Move some utility code from ExprNodes.py into utility code files.
Stefan Behnel
2021-06-29
1
-4
/
+3
*
|
Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)
scoder
2021-05-25
1
-16
/
+16
*
|
Modernise code: use set literals/comprehensions where possible, frozenset whe...
Stefan Behnel
2021-04-13
1
-3
/
+3
*
|
Code style: Modernise some set() usages (GH-4109)
Zhenbo Li
2021-04-11
1
-3
/
+3
*
|
Fix compiler warning about constant conditions in clang (GH-4053)
Max Bachmann
2021-03-21
1
-1
/
+2
*
|
Support utility code in headers (GH-3779)
da-woods
2020-09-22
1
-0
/
+13
*
|
Fix cygdb (GH-3542)
Volker-Weissmann
2020-08-24
1
-4
/
+7
*
|
Validate and fix temp releasing (GH-3708)
scoder
2020-06-28
1
-11
/
+18
*
|
Validate that all temps were correctly released at the end of a function.
Stefan Behnel
2020-06-25
1
-0
/
+15
*
|
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
1
-13
/
+13
*
|
Merge branch '0.29.x'
Stefan Behnel
2020-05-29
1
-5
/
+2
|
\
\
|
|
/
|
*
Fix detection of reusable utility code: whenever we do string and/or unbound ...
Stefan Behnel
2020-05-29
1
-5
/
+2
|
*
Allow '# cython: …' module level directives in Cython utility code.
Stefan Behnel
2020-05-15
1
-1
/
+1
|
*
Generate function-local error indicator variables whenever "error_goto()" is ...
Stefan Behnel
2020-04-29
1
-12
/
+6
[next]