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
/
Main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix timestamps option to work when generating a C++ output file and when
Ian Henriksen
2016-04-30
1
-15
/
+21
*
Allow output file to be a dir. E.g. 'cython -o . /path/somefile.pyx'
Björn Dahlgren
2015-10-09
1
-6
/
+11
*
make 'basestring' usages compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-0
/
+5
*
2to3: Apply the 'except' fixer
Petr Viktorin
2015-07-25
1
-2
/
+2
*
Do not search sys.path for .pxd file if no explicit "cimport" is given
Jeroen Demeyer
2015-07-03
1
-6
/
+12
*
clean up decoding error reporting by counting lines instead of reading single...
Stefan Behnel
2015-05-30
1
-22
/
+19
*
remove usage of deprecated "U" file open mode flag which is enabled anyway
Stefan Behnel
2015-05-30
1
-8
/
+2
*
intern identifier names in parser to save memory
Stefan Behnel
2015-04-24
1
-1
/
+24
*
Rename module to __main__ in embed mode.
Robert Bradshaw
2015-04-24
1
-2
/
+2
*
prevent fallback to absolute cimport when relative cimport is not found; gene...
Stefan Behnel
2015-04-05
1
-11
/
+26
*
enable true division for language_level=3
Stefan Behnel
2015-03-20
1
-2
/
+2
*
integrate coverage report into annotated HTML source page
Stefan Behnel
2015-02-26
1
-0
/
+1
*
Add a mechanism to store metadata in the generated output file.
Robert Bradshaw
2015-02-04
1
-1
/
+4
*
Merge branch 'formal grammar'
Robert Bradshaw
2015-01-17
1
-0
/
+11
|
\
|
*
Merge branch 'master' into grammar
Robert Bradshaw
2014-10-13
1
-11
/
+16
|
|
\
|
*
|
Parse files with standard Python grammar.
Robert Bradshaw
2014-08-21
1
-1
/
+5
|
*
|
Add option to use formal grammar.
Robert Bradshaw
2014-08-21
1
-0
/
+7
*
|
|
reformat some code
Stefan Behnel
2014-11-05
1
-5
/
+3
|
|
/
|
/
|
*
|
turn cythonize() error on unknown compilation options into a warning
Stefan Behnel
2014-10-12
1
-3
/
+6
*
|
fix broken name reference (probably after an incomplete refactoring)
Stefan Behnel
2014-10-09
1
-3
/
+2
*
|
fix open file leak
Stefan Behnel
2014-09-25
1
-4
/
+5
*
|
provide "Cython.Compiler.Main.Version" to keep supporting old PyTables versio...
Stefan Behnel
2014-09-11
1
-1
/
+3
|
/
*
Print missing pxd files as path.
Robert Bradshaw
2014-08-11
1
-1
/
+1
*
explicitly reject unknown compiler options to make cythonize() less unfriendl...
Stefan Behnel
2014-06-25
1
-1
/
+13
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-15
/
+21
*
implement relative cimports and fix some general issues with relative imports
Stefan Behnel
2014-06-17
1
-4
/
+4
*
be more informative about current Python version when it's too old (might be ...
Stefan Behnel
2014-06-17
1
-1
/
+1
*
Restore some over-eager 3.1 removals.
Robert Bradshaw
2014-02-22
1
-2
/
+2
*
Check for Python 2.6+
Robert Bradshaw
2014-02-22
1
-4
/
+4
*
replace open(filepath).read() anti-pattern by code that safely and timely clo...
Stefan Behnel
2014-01-16
1
-1
/
+8
*
Use default location ~/.cycache when cython cache is set to True.
Robert Bradshaw
2013-12-11
1
-0
/
+5
*
Merge pull request #230 from nnemkin/pxd_errors_fix
scoder
2013-07-14
1
-1
/
+2
|
\
|
*
Do not abort .pxd processing due to previous unrelated errors.
Nikita Nemkin
2013-05-21
1
-1
/
+2
*
|
Share utility code between modules.
Robert Bradshaw
2013-05-27
1
-0
/
+1
*
|
Remove broken recursive option.
Robert Bradshaw
2013-05-27
1
-19
/
+3
|
/
*
minor code cleanup
Stefan Behnel
2013-04-20
1
-1
/
+1
*
Merge pull request #142 from mongi3/master
scoder
2012-10-12
1
-0
/
+4
|
\
|
*
added "--capi-reexport-cincludes" option
mongi3
2012-08-11
1
-0
/
+4
*
|
enable 'binding' directive by default when compiling .py files
Stefan Behnel
2012-08-23
1
-5
/
+17
*
|
fix for passing language_level externally as compiler directive
Stefan Behnel
2012-08-16
1
-0
/
+2
*
|
fix name setup for package __init__ modules, make sure package is registered ...
Stefan Behnel
2012-08-15
1
-2
/
+0
*
|
fix undefined variable 'context' in compile_multiple()
Stefan Behnel
2012-08-15
1
-5
/
+10
|
/
*
support 'from __future__ import absolute_import'
Stefan Behnel
2012-08-11
1
-3
/
+2
*
require Py2.4+
Stefan Behnel
2012-07-24
1
-2
/
+2
*
cythonize performance improvements for large codebases
Robert Bradshaw
2012-05-23
1
-62
/
+5
*
Revert "More hacks for numpy 1.7: Check for Includes/numpy.pxd"
Robert Bradshaw
2012-04-14
1
-4
/
+2
*
More hacks for numpy 1.7: Check for Includes/numpy.pxd
Dag Sverre Seljebotn
2012-04-10
1
-2
/
+4
*
Provide portable error messages for source file decoding errors
Mark Florisson
2012-02-25
1
-2
/
+20
*
Search for pxd files in sys.path.
Bradley M. Froehle
2012-02-24
1
-2
/
+5
*
Allow conditional compilation environment in distutils
Mark Peek
2012-01-14
1
-0
/
+1
[next]