summaryrefslogtreecommitdiff
path: root/Cython/Distutils
Commit message (Expand)AuthorAgeFilesLines
* Force retranslate Cython modules in "new_build_ext" if "-f" option is passed ...Stefan Behnel2017-11-121-1/+1
* Run cythonize() in parallel in "new_build_ext" if threaded distutils build wa...Stefan Behnel2017-10-011-1/+3
* Add deprecation notice and remove dead comment in old build_ext module.Stefan Behnel2017-09-251-2/+3
* Fix new_build_ext super.Robert Bradshaw2017-01-021-1/+1
* Rework import warnings.Robert Bradshaw2016-11-151-12/+18
* Fix import typo.Robert Bradshaw2016-10-261-1/+1
* Revert Cython.Distutils.build_ext to use old_build_extRobert Bradshaw2016-10-262-3/+7
* typo in deprecation messageMin RK2016-10-101-1/+1
* check for build_ext object in import checkMin RK2016-10-061-4/+4
* Avoid distutils warning for pyximport.0.25a0Robert Bradshaw2016-09-231-3/+6
* whitespaceStefan Behnel2016-09-101-0/+1
* Update docs about build_ext.Robert Bradshaw2016-09-071-4/+4
* Handle extensions=None case.Robert Bradshaw2016-09-071-3/+4
* Fix setuptools imports.Robert Bradshaw2016-09-071-2/+7
* Move build_ext files around.Robert Bradshaw2016-09-072-342/+355
* Suppress deprecation warning from setuptools import.Robert Bradshaw2016-09-061-3/+9
* Deprecation warning for old build_ext.Robert Bradshaw2016-06-141-0/+5
* Ensure that extension's include_dirs is a listKacper Kowalik2016-02-181-3/+7
* make 'basestring' usages compatible with Py2/Py3Stefan Behnel2015-07-251-0/+5
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-251-1/+1
* remove unused importsStefan Behnel2015-03-191-4/+0
* Recompiles source even only .pxd file change (if exist)Martin Quarda2014-02-261-0/+2
* reformat and clean up some old codeStefan Behnel2013-08-091-58/+59
* Py3 fixStefan Behnel2013-08-091-2/+3
* fix docstring reuse from distutils Extension base classStefan Behnel2013-08-091-22/+25
* Runtime pyrex -> cython option renamingRobert Bradshaw2012-01-222-3/+39
* Rename many of the pyrex_ options to cython_ (as several are Cython-specific).Robert Bradshaw2012-01-222-81/+105
* Allow conditional compilation environment in distutilsMark Peek2012-01-142-1/+10
* merge -- working fused types, broken cython testscopeMark Florisson2011-10-021-3/+4
|\
| * Fix a couple of typos in distutils docstringsYury V. Zaytsev2011-09-061-3/+4
* | Fix some code style issuesMark Florisson2011-05-251-6/+2
* | Fix Python 3 compatibilityMark Florisson2011-05-011-1/+3
* | Fix compiler crash with type inferencing and add all() and any() to UtilsMark Florisson2011-04-271-10/+2
|/
* remove outdated commentsLisandro Dalcin2011-04-011-11/+1
* patch for ticket #646 by klepa: provide dedicated switches for 'c_line_in_tra...Stefan Behnel2011-01-172-0/+8
* Fix --pyrex-c-in-temp compiling package1/module.pyx and package2/module.pyxAlexey Borzenkov2010-12-221-0/+2
* Remove trailing whitespace.Robert Bradshaw2010-12-132-17/+17
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-012-13/+23
* disable C/C++ compiler optimization when compiling with the "debug" flagMark Florisson2010-11-081-1/+47
* merge with cython-develMark Florisson2010-11-031-5/+6
|\
| * clean up some importsStefan Behnel2010-10-221-4/+5
| * code cleanupStefan Behnel2010-10-221-1/+1
* | Have cygdb pass gdb command line arguments to gdbMark Florisson2010-09-241-0/+5
* | Preliminary debug support for CythonMark Florisson2010-09-192-3/+12
|/
* safety fixStefan Behnel2010-08-301-1/+1
* Check dependencies defined for the extension to determine if cythonEric Huss2009-06-011-1/+4
* Easy enough to wrap in a hasattr. On my system only py31 complains, but onChuck Blake2010-07-221-1/+2
* Add pyrex_directives dictionary optional attribute of Extension objects toChuck Blake2010-07-222-0/+17
* Add control of --line-directives to Distutils build_extChuck Blake2010-06-102-1/+11
* somewhat ugly hack for Py3.1+ to get Cython modules compiled on installationStefan Behnel2010-02-172-17/+12