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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
REL: pass license argument to setuptools.setup
Ioannis Filippidis
2016-02-27
1
-0
/
+1
*
Merge branch '0.23.x'
Stefan Behnel
2015-10-03
1
-14
/
+11
|
\
|
*
do not use cythonize() but Cython.Distutils in setup.py to avoid Cython compi...
Stefan Behnel
2015-10-03
1
-14
/
+11
*
|
Merge branch '0.23.x'
Stefan Behnel
2015-10-02
1
-114
/
+63
|
\
\
|
|
/
|
*
clean up extension building in setup.py: clarify what's Py3.2-specific and us...
Stefan Behnel
2015-10-02
1
-40
/
+46
|
*
setup.py: Use Cython.Distutils to cythonize itself
Lisandro Dalcin
2015-10-02
1
-87
/
+33
*
|
minor clarification in setup.py, let metadata reflect alpha/beta status
Stefan Behnel
2015-10-01
1
-8
/
+21
*
|
prevent Py3.x build from picking up outdated sources from a previous 2to3 run
Stefan Behnel
2015-10-01
1
-9
/
+12
|
/
*
restrict 2to3 usage to Python 3.2 (which does not support the u'' string lite...
Stefan Behnel
2015-07-26
1
-1
/
+1
*
fix missing exception type in setup.py
Stefan Behnel
2015-07-25
1
-1
/
+1
*
Use an explicit list of 2to3 fixers
Petr Viktorin
2015-07-25
1
-3
/
+2
*
minor code formatting
Stefan Behnel
2015-07-10
1
-12
/
+13
*
Merge branch '0.22.x'
Stefan Behnel
2015-06-20
1
-1
/
+1
|
\
|
*
fix homepage URL
Stefan Behnel
2015-06-20
1
-1
/
+1
*
|
clean up package description in setup.py a little and fix indentation
Stefan Behnel
2015-05-15
1
-45
/
+43
|
/
*
Merge branch 'formal grammar'
Robert Bradshaw
2015-01-17
1
-1
/
+26
|
\
|
*
Fix print statement.
Robert Bradshaw
2014-10-07
1
-1
/
+1
|
*
Use our copy of the grammar.
Robert Bradshaw
2014-08-21
1
-7
/
+7
|
*
Add option to use formal grammar.
Robert Bradshaw
2014-08-21
1
-1
/
+26
*
|
remove leftover 2.5 compatibility code
Lars Buitinck
2014-12-23
1
-5
/
+2
|
/
*
globally install "cythonize" script
Stefan Behnel
2014-07-13
1
-2
/
+3
*
setup.py can now be launched directly from console
Martin Quarda
2014-02-26
1
-0
/
+1
*
compile Tempita to speed up startup time and template parsing
Stefan Behnel
2013-08-28
1
-0
/
+1
*
remove unnecessary imports
Stefan Behnel
2013-08-28
1
-2
/
+1
*
undo translating Tempita package, apparently doesn't work in Py3.3+
Stefan Behnel
2013-07-26
1
-1
/
+0
*
compile Tempita
Stefan Behnel
2013-07-26
1
-0
/
+1
*
merge 0.19.x branch into master
Stefan Behnel
2013-07-05
1
-3
/
+7
|
\
|
*
fix some typos
Gabi Davar
2013-05-31
1
-4
/
+3
|
*
convert cygdb to an distribute entry point
Gabi Davar
2013-05-18
1
-4
/
+9
*
|
Try using setuptools in setup.py, allow bdist_egg where possible
Guy Rozendorn
2013-05-13
1
-1
/
+4
|
/
*
properly integrate pyximport into setup.py
Stefan Behnel
2013-02-27
1
-6
/
+2
*
BF: replace show-ref with rev-parse --verify for determining current commit
Yaroslav Halchenko
2012-12-20
1
-1
/
+1
*
fix inclusion of .cpp utility files in setup.py
Stefan Behnel
2012-07-09
1
-21
/
+7
*
cythonize performance improvements for large codebases
Robert Bradshaw
2012-05-23
1
-0
/
+1
*
Remove Importer.py and with statements in FusedNode
Mark Florisson
2012-05-03
1
-1
/
+1
*
Add Cython.Compiler.Importer to import code which relies on functionality tha...
Mark Florisson
2012-04-26
1
-0
/
+1
*
do not compile Cython itself outside of CPython
Stefan Behnel
2012-02-24
1
-1
/
+7
*
Include cygdb in setuptools distribution
Mark Florisson
2011-12-08
1
-4
/
+7
*
Move buffer utilities, fix manifest and package data for utilities
Mark Florisson
2011-09-30
1
-1
/
+1
*
Tempita support
Mark Florisson
2011-09-30
1
-0
/
+1
*
Utility Code loader + memview python3 compat
Mark Florisson
2011-09-30
1
-1
/
+2
*
enable compilation of FlowControl.py in Py<=2.4
Stefan Behnel
2011-05-28
1
-4
/
+3
*
Disable flow-control compilation for CPython < 2.5
Vitja Makarov
2011-05-28
1
-1
/
+3
*
Compile FlowControl module
Vitja Makarov
2011-05-28
1
-0
/
+1
*
avoid redundant exception output in Python 3 build
Stefan Behnel
2011-04-28
1
-0
/
+4
*
fix MANIFEST.in and force MANIFEST generation in sdist command
Lisandro Dalcin
2011-04-05
1
-0
/
+1
*
better sdist, use command for generating gitrev
Lisandro Dalcin
2011-02-25
1
-3
/
+9
*
fix building sdist without git
Stefan Behnel
2011-02-24
1
-1
/
+1
*
meta data update in setup.py
Stefan Behnel
2011-02-13
1
-2
/
+2
*
Update "make repo" to use git.
Robert Bradshaw
2011-01-18
1
-9
/
+2
[next]