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
/
Pipeline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Order merged_in utility code (#5282)
da-woods
2023-03-01
1
-2
/
+3
*
Allow C code assertions in tests by defining regular expressions in module di...
scoder
2022-07-30
1
-6
/
+9
*
Minor code simplification.
Stefan Behnel
2022-01-06
1
-4
/
+1
*
Avoid some useless overhead in "inject_utility_code_stage".
Stefan Behnel
2022-01-06
1
-22
/
+27
*
Revert "Avoid some useless overhead in "inject_utility_code_stage"."
Stefan Behnel
2022-01-06
1
-25
/
+21
*
Avoid some useless overhead in "inject_utility_code_stage".
Stefan Behnel
2022-01-05
1
-21
/
+25
*
Simplify some code.
Stefan Behnel
2022-01-04
1
-5
/
+3
*
Avoid unnecessary directives tracking in the WithTransform since it does not ...
Stefan Behnel
2022-01-03
1
-1
/
+1
*
Print pipeline timings after test runs.
Stefan Behnel
2022-01-01
1
-16
/
+45
*
Use thread-local storage for the global Errors state to allow threaded builds...
scoder
2021-12-20
1
-2
/
+2
*
Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
da-woods
2021-06-29
1
-1
/
+2
*
Execute AlignFunctionDefinitions before MarkClosureTransform. (GH-4127)
Matus Valo
2021-05-11
1
-3
/
+4
*
Fix some issues with duplicated utilitycode (GH-3743)
da-woods
2021-03-27
1
-2
/
+16
*
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
1
-1
/
+1
*
Ensure utility code keeps the directives that it was compiled with (GH-3615)
da-woods
2020-05-17
1
-1
/
+2
*
Rewrite the C property feature (GH-3571)
scoder
2020-05-04
1
-2
/
+1
*
add a new ReplacePropertyNode pass
mattip
2018-11-13
1
-1
/
+2
*
Make raise-statements inside of nogil blocks automatically acquire the GIL, i...
Stefan Behnel
2018-06-03
1
-1
/
+2
*
Make compiler pipeline a bit nicer to profile.
Stefan Behnel
2017-08-21
1
-3
/
+17
*
Simplify TrackNumpyAttributes transform.
Stefan Behnel
2017-08-21
1
-2
/
+1
*
Always report fatal errors.
Robert Bradshaw
2017-07-08
1
-1
/
+1
*
Add a Pythran backend for Numpy operation
Adrien Guinet
2017-06-17
1
-1
/
+2
*
rely on code generation phase to include required utility code instead of alw...
Stefan Behnel
2016-08-14
1
-25
/
+0
*
merge DecoratorTransform and PropertyTransform
Stefan Behnel
2015-11-07
1
-2
/
+1
*
Add a pass transforming Python-style properties in cdef class into Cython-sty...
Emmanuel Gil Peyrot
2015-11-05
1
-1
/
+2
*
pass correct CythonScope into CythonUtilityScope tree generation (used to be ...
Stefan Behnel
2015-10-26
1
-1
/
+1
*
minor code reformatting
Stefan Behnel
2015-09-17
1
-0
/
+5
*
More determanistic utility code ordering.
Robert Bradshaw
2015-09-05
1
-5
/
+4
*
Fix a couple of tests due to utility code changes.
Robert Bradshaw
2015-09-03
1
-1
/
+3
*
Make cpdef enums into first-class types.
Robert Bradshaw
2015-09-03
1
-0
/
+25
*
Merge branch '0.23.x'
Stefan Behnel
2015-08-09
1
-0
/
+1
|
\
|
*
fix #855: make "import *" include all necessary "from_py" coercion helper fun...
Stefan Behnel
2015-08-09
1
-0
/
+1
*
|
minor code beautification
Stefan Behnel
2015-08-09
1
-2
/
+8
|
/
*
adapt some more syntax to Py2/Py3
Stefan Behnel
2015-07-25
1
-3
/
+3
*
make dict iteration compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-2
/
+2
*
2to3: Apply the 'except' fixer
Petr Viktorin
2015-07-25
1
-3
/
+3
*
implement "async with" (PEP 492)
Stefan Behnel
2015-05-23
1
-1
/
+1
*
Undo --embed -> __main__ conversion.
Robert Bradshaw
2015-04-27
1
-4
/
+1
*
Rename module to __main__ in embed mode.
Robert Bradshaw
2015-04-24
1
-3
/
+5
*
change pipeline order to include tree changes made by structural optimisers i...
Stefan Behnel
2015-03-19
1
-2
/
+2
*
remove unclear comment and add docstring to explain why
Stefan Behnel
2014-11-15
1
-1
/
+1
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-38
/
+38
*
add a directive to disable SwitchTransform
Alok Singhal
2014-04-22
1
-1
/
+1
*
fix some unnecessary Py2-isms in the code base
Stefan Behnel
2014-01-17
1
-1
/
+1
*
Cimported name mangling.
Robert Bradshaw
2014-01-07
1
-0
/
+4
*
Add support for external C++ template functions.
Robert Bradshaw
2013-12-26
1
-1
/
+1
*
fix crash when looking up closure names in OptimizeBuiltinCalls transform (af...
Stefan Behnel
2013-12-24
1
-1
/
+1
*
move qualname calculation transform a little later in the pipeline
Stefan Behnel
2013-11-16
1
-1
/
+1
*
reimplement PEP 3155 __qualname__ calculation in a dedicated transform to bas...
Stefan Behnel
2013-11-15
1
-0
/
+2
*
In cimport_from_pyx mode don't treat "cdef extern from" variables as being de...
Nikita Nemkin
2013-04-06
1
-1
/
+2
[next]