summaryrefslogtreecommitdiff
path: root/Cython/Distutils
Commit message (Expand)AuthorAgeFilesLines
* Fix code style.3.0.0a11Stefan Behnel2022-07-311-2/+2
* Remove unused imports (GH-4643)Matus Valo2022-02-151-5/+0
* Make "new_build_ext" the new "build_ext" (GH-4498)Matus Valo2021-12-201-26/+113
* Use cythonize() in pyximport (GH-4339)Matus Valo2021-12-141-8/+26
* Fix and enforce a couple of code formatting issues.Stefan Behnel2021-07-181-1/+1
* Remove an expensive warning that is never shown.Stefan Behnel2021-06-141-3/+8
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-11/+12
* Maintain a separate copy of distutils' build_ext options (GH-3561)Kamekameha2020-04-291-3/+3
* Instead of overriding "build_ext.build_extensions()" in "old_build_ext", whic...fix_build_extStefan Behnel2019-12-231-6/+3
* Import Cython in "build_ext" only if it's actually needed, i.e. if any Cython...Stefan Behnel2019-12-231-11/+11
* Fix comment.Stefan Behnel2019-12-231-2/+1
* Prevent extension-local include directories from leaking into the build-globa...Stefan Behnel2019-12-231-1/+1
* Prevent extension-local directives from leaking into the build-global directi...Stefan Behnel2019-12-231-1/+1
* Leverage distutil's build_extensions so that --parallel works on Python 3 (GH...Alphadelta142019-10-181-1/+2
* 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