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
/
CmdLine.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --3str command line option to 'cython' program
Björn Dahlgren
2018-09-29
1
-0
/
+4
*
Exposes compile_time_env to the command line
Jerome Kieffer
2018-06-08
1
-1
/
+13
*
Add cimport-from-pyx to command line
xoviat
2018-02-17
1
-0
/
+2
*
2to3: Apply the 'except' fixer
Petr Viktorin
2015-07-25
1
-1
/
+1
*
test CmdLine.py and rework long option parsing
Stefan Behnel
2015-02-27
1
-14
/
+30
*
only passing "--annotate-coverage" should be enough, don't require "-a" in th...
Stefan Behnel
2015-02-27
1
-1
/
+2
*
integrate coverage report into annotated HTML source page
Stefan Behnel
2015-02-26
1
-0
/
+3
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-5
/
+7
*
Merge branch 'gdbout' of github.com:felix-salfelder/cython
Robert Bradshaw
2013-09-24
1
-0
/
+4
|
\
|
*
--dbg-outdir option: specify gdb output location (default os.curdir())
Felix Salfelder
2013-07-23
1
-0
/
+4
*
|
add --lenient option also to normal command line
Stefan Behnel
2013-08-23
1
-0
/
+5
|
/
*
Remove broken recursive option.
Robert Bradshaw
2013-05-27
1
-6
/
+0
*
Remove archaic disable_function_redefinition option.
Robert Bradshaw
2013-02-13
1
-2
/
+0
*
Merge pull request #142 from mongi3/master
scoder
2012-10-12
1
-0
/
+3
|
\
|
*
added "--capi-reexport-cincludes" option
mongi3
2012-08-11
1
-0
/
+3
*
|
usage does not match the options
B. Clausius
2012-09-12
1
-2
/
+1
|
/
*
Typo in Cmd-Line handler.
Charles Grunwald (Juntalis)
2012-01-26
1
-1
/
+1
*
Add flag for archaic behavior of globals().
Robert Bradshaw
2011-06-07
1
-0
/
+2
*
Add control flow directives
Vitja Makarov
2011-05-28
1
-0
/
+3
*
Fix --embed argument parsing.
Robert Bradshaw
2011-05-06
1
-6
/
+4
*
assume that source files without suffix are Python files instead of rejecting...
Stefan Behnel
2011-04-30
1
-9
/
+1
*
merge
Stefan Behnel
2011-04-16
1
-0
/
+3
|
\
|
*
Add command line flag --warning-errors and gcc compat alias -Werror
Vitja Makarov
2011-04-14
1
-0
/
+3
*
|
support '-Xdirective=value' on cmd line, in addition to '-X directive=value'
Stefan Behnel
2011-04-15
1
-2
/
+6
|
/
*
Allow embed option to take function name.
Robert Bradshaw
2011-02-17
1
-3
/
+7
*
patch for ticket #646 by klepa: provide dedicated switches for 'c_line_in_tra...
Stefan Behnel
2011-01-17
1
-0
/
+2
*
clean up cmd line usage description
Stefan Behnel
2010-12-30
1
-7
/
+7
*
support -h/--help in cmd line utility
Stefan Behnel
2010-12-30
1
-0
/
+3
*
Add --disable-function-redefinition for legacy code.
Robert Bradshaw
2010-12-13
1
-0
/
+2
*
Remove trailing whitespace.
Robert Bradshaw
2010-12-13
1
-4
/
+4
*
Merge https://github.com/markflorisson88/cython
Robert Bradshaw
2010-12-09
1
-0
/
+5
|
\
|
*
Merge branch 'master' of https://github.com/cython/cython
Mark Florisson
2010-12-05
1
-0
/
+3
|
|
\
|
*
|
Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible
Mark Florisson
2010-12-01
1
-3
/
+3
|
*
|
Have cygdb pass gdb command line arguments to gdb
Mark Florisson
2010-09-24
1
-0
/
+3
|
*
|
Preliminary debug support for Cython
Mark Florisson
2010-09-19
1
-0
/
+2
*
|
|
fatal_errors -> fast_fail
Robert Bradshaw
2010-12-09
1
-3
/
+3
|
|
/
|
/
|
*
|
Implement the --fatal-errors command line option
Ondrej Certik
2010-12-03
1
-0
/
+3
|
/
*
Command line option for debug flags.
Robert Bradshaw
2010-09-11
1
-1
/
+9
*
Remove obsolete option now that import * works.
Robert Bradshaw
2010-09-11
1
-3
/
+0
*
compiler cmdline switches -2 and -3
Stefan Behnel
2010-05-31
1
-0
/
+6
*
Make multiple '--directive's on command line cumulative
Craig Citro
2010-03-14
1
-1
/
+3
*
Fix DeprecationWarning: e.message -> e.args[0] for exceptions
Craig Citro
2010-03-10
1
-1
/
+1
*
remove old Pyrex code for calling a C compiler to build extension modules
Lisandro Dalcin
2009-12-17
1
-10
/
+0
*
support non-bool options and multiple options as compiler comment directives
Stefan Behnel
2009-12-06
1
-1
/
+1
*
Better cmd line error message.
Robert Bradshaw
2009-11-20
1
-0
/
+1
*
remove broken option
Robert Bradshaw
2009-11-05
1
-1
/
+4
*
remove sage-specific and unused incref-local-binop option
Robert Bradshaw
2009-10-29
1
-4
/
+0
*
Change command-line directive behaviour for 0.12
Dag Sverre Seljebotn
2009-10-16
1
-7
/
+3
*
naming references changed from 'option' to 'directive'
Peter Alexander
2009-10-15
1
-1
/
+1
*
Rename pragma => directive in source
Dag Sverre Seljebotn
2009-06-27
1
-1
/
+1
[next]