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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add infrastructure for migrating options to compiler directives.
Robert Bradshaw
2016-07-27
1
-1
/
+1
*
support "%%cython -3" cell magic in IPython
Stefan Behnel
2016-07-08
2
-4
/
+27
*
fix typo
Stefan Behnel
2016-06-17
1
-1
/
+1
*
typo
Robert Bradshaw
2016-06-14
1
-1
/
+1
*
Simple cythonize build_ext.
Robert Bradshaw
2016-06-14
2
-0
/
+14
*
simplify some code
Stefan Behnel
2016-06-12
1
-7
/
+6
*
allow '=' to occur in C defined macro values when parsing distutils options
Stefan Behnel
2016-06-12
1
-1
/
+1
*
Merge pull request #509 from insertinterestingnamehere/define_macros
scoder
2016-06-12
1
-1
/
+3
|
\
|
*
Forward define macros without specified values properly
Ian Henriksen
2016-04-12
1
-1
/
+3
*
|
Improve "missing cimport" message
Jeroen Demeyer
2016-06-08
1
-1
/
+1
*
|
fix typo
Stefan Behnel
2016-04-22
1
-1
/
+1
*
|
Add module name to metadata.
Robert Bradshaw
2016-04-21
1
-1
/
+1
*
|
Deprecate language as a special cythonize argument.
Robert Bradshaw
2016-04-21
1
-0
/
+2
*
|
Fix typo
Robert Bradshaw
2016-04-15
1
-3
/
+3
*
|
Allow mixing of setuptools and distutils Extension classes.
Robert Bradshaw
2016-04-14
1
-4
/
+6
|
/
*
Merge pull request #419 from marscher/fix_setuptools_extension_type_check
Robert Bradshaw
2016-02-21
1
-2
/
+14
|
\
|
*
use only one call to isinstanceof
Martin K. Scherer
2015-12-05
1
-1
/
+1
|
*
do not import setuptools
marscher
2015-11-18
1
-3
/
+3
|
*
[Build/Dependencies] added a comparision for setuptools.Extension class, sinc...
marscher
2015-11-17
1
-2
/
+14
*
|
Minor clarifications.
Robert Bradshaw
2016-02-20
1
-4
/
+4
*
|
Consider dependencies relative to current working directory
Jeroen Demeyer
2016-02-09
1
-4
/
+3
*
|
Merge remote-tracking branch 'origin/master' into optimize_dependencies
Jeroen Demeyer
2016-02-09
2
-14
/
+40
|
\
\
|
*
|
support parse_list("")
Jeroen Demeyer
2016-02-08
1
-1
/
+5
|
|
/
|
*
avoid mutable default arguments (original patch by Rémy Léone)
Stefan Behnel
2015-11-14
2
-11
/
+11
|
*
clean up some code
Stefan Behnel
2015-11-14
1
-1
/
+7
|
*
clean up some code
Stefan Behnel
2015-11-14
1
-1
/
+17
*
|
Optimize dependency checking
Jeroen Demeyer
2015-10-28
1
-11
/
+11
|
/
*
Normalize filenames when calling parse_dependencies()
Jeroen Demeyer
2015-10-28
1
-1
/
+3
*
fix error output in cython.inline()
Stefan Behnel
2015-09-21
1
-1
/
+1
*
fix warning in newer IPython versions
Stefan Behnel
2015-08-15
1
-1
/
+5
*
fix some dict iteration usages in Py3
Stefan Behnel
2015-07-26
1
-2
/
+2
*
Dependencies.py: use print() also in Py2
Stefan Behnel
2015-07-26
1
-1
/
+1
*
fix unicode conversion in cython.inline() code hashing
Stefan Behnel
2015-07-26
1
-1
/
+2
*
adapt 'unicode' usage to Py2/Py3
Stefan Behnel
2015-07-26
2
-2
/
+2
*
make dict iteration compatible with Py2/Py3
Stefan Behnel
2015-07-25
2
-4
/
+3
*
make code usages of Python "long" compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-3
/
+5
*
Merge branch '2to3' of https://github.com/encukou/cython into 2to3
Stefan Behnel
2015-07-25
2
-2
/
+7
|
\
|
*
2to3: Apply 'funcattrs' fixer (conditionally)
Petr Viktorin
2015-07-25
1
-1
/
+6
|
*
2to3: Apply the 'except' fixer
Petr Viktorin
2015-07-25
1
-1
/
+1
*
|
adapt usages of map() to Py2/Py3
Stefan Behnel
2015-07-25
1
-2
/
+2
|
/
*
fix exception in cython.inline() when text block to dedent starts without ini...
Stefan Behnel
2015-07-23
1
-10
/
+12
*
Correctly parse dependencies of "cimport foo,bar"
Jeroen Demeyer
2015-07-07
1
-6
/
+6
*
avoid some useless list copying
Stefan Behnel
2015-07-02
1
-1
/
+1
*
Sort dependencies in metadata
Jeroen Demeyer
2015-07-02
1
-1
/
+3
*
prevent cython.inline() tests from writing into use home directory
Stefan Behnel
2015-06-20
1
-3
/
+3
*
remove usage of deprecated "U" file open mode flag which is enabled anyway
Stefan Behnel
2015-05-30
1
-1
/
+1
*
Fix string formatting
Jeroen Demeyer
2015-04-26
1
-1
/
+1
*
Progress indicator for cythonize()
Jeroen Demeyer
2015-04-26
1
-6
/
+14
*
When merging a transitive_list, copy the list
Jeroen Demeyer
2015-04-21
1
-6
/
+6
*
Fix relative cimport for Cython package dirs
Jeroen Demeyer
2015-04-21
1
-2
/
+2
[next]