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
/
Build
/
Cythonize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
cython, cythonize commands print a specific error when file does not exist (#...
Matus Valo
2022-11-08
1
-4
/
+13
*
Let "cythonize --help" output the supported environment variables (GH-4952)
Matus Valo
2022-08-05
1
-2
/
+10
*
Add depfile generation support to cythonize (GH-4563)
Evgeni Burovski
2022-01-14
1
-0
/
+2
*
Fix the handling of --annotate-fullc in cythonize.py (GH-3103)
realead
2019-09-18
1
-6
/
+8
*
Replace custom command line parser with argparse (GH-3001)
realead
2019-08-04
1
-27
/
+2
*
Minor code simplification.
Stefan Behnel
2019-06-11
1
-1
/
+1
*
Fix interspersed positional arguments in cythonize.py (GH-2988)
realead
2019-06-11
1
-2
/
+11
*
Replace "--annotate=fullc" with "--annotate-fullc" to fix a regression from G...
realead
2019-06-07
1
-4
/
+5
*
Support showing the complete C code in the annotated html-file (GH-2858)
realead
2019-05-30
1
-3
/
+4
*
using default usage-message
Egor Dranischnikow
2019-05-15
1
-1
/
+1
*
using argparse instead of optparse
Egor Dranischnikow
2019-05-15
1
-54
/
+54
*
extract create_args_parser(), add hook parse_args_raw and add unit-tests
Egor Dranischnikow
2019-05-15
1
-2
/
+10
*
Move the setting of the new cythonize option "--no-docstrings" to a better pl...
Stefan Behnel
2019-03-12
1
-3
/
+3
*
cythonize --no-docstrings (#2889)
墨焓
2019-03-12
1
-0
/
+5
*
Use the same list of potential package init file names everywhere (not just "...
gh2665_package_init_pyx
Stefan Behnel
2019-01-11
1
-1
/
+1
*
Don't try to use imap with python3
Charles Pigott
2018-12-11
1
-1
/
+4
*
Document "language_level=3str" and also support it in the cythonize command a...
Stefan Behnel
2018-09-29
1
-1
/
+3
*
Allow explicit "-2" option for the cythonize script to set the language level...
Stefan Behnel
2018-08-25
1
-3
/
+6
*
Improve variable name.
Stefan Behnel
2018-06-11
1
-2
/
+2
*
PEP8 correction
Jerome Kieffer
2018-06-11
1
-3
/
+8
*
typo
Jerome Kieffer
2018-06-11
1
-1
/
+1
*
Fix cythonize so that the variable are actually passed to the compiler
Jerome Kieffer
2018-06-11
1
-6
/
+17
*
Exposes compile_time_env to the command line
Jerome Kieffer
2018-06-08
1
-0
/
+3
*
Add infrastructure for migrating options to compiler directives.
Robert Bradshaw
2016-07-27
1
-1
/
+1
*
adapt usages of map() to Py2/Py3
Stefan Behnel
2015-07-25
1
-2
/
+2
*
Print error on non-matching glob source input.
Robert Bradshaw
2015-01-08
1
-2
/
+1
*
provide -a/--annotate option for cythonize script
Stefan Behnel
2014-10-11
1
-0
/
+5
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-4
/
+6
*
clean up distutils argument handling in cythonize script, avoid unnecessary c...
Stefan Behnel
2013-09-29
1
-19
/
+22
*
remove unused import
Stefan Behnel
2013-09-29
1
-1
/
+0
*
add -3 option to cythonize script to make it easier to compile in Py3 mode
Stefan Behnel
2013-08-25
1
-0
/
+4
*
add --quiet and --force options to cythonize script
Stefan Behnel
2013-08-25
1
-0
/
+6
*
fix directive parsing in cythonize script
Stefan Behnel
2013-08-20
1
-2
/
+2
*
properly support '**' pattern in file selection
Stefan Behnel
2013-08-11
1
-3
/
+3
*
fix base path finding for in-place compilation
Stefan Behnel
2013-08-11
1
-6
/
+5
*
Py2.4 fix, no need to join the process pool in the error termination case
Stefan Behnel
2013-08-11
1
-2
/
+0
*
minor safety fix
Stefan Behnel
2013-08-11
1
-1
/
+1
*
move cythonize script to Cython.Build.Cythonize to make it generally availabl...
Stefan Behnel
2013-08-11
1
-0
/
+185