summaryrefslogtreecommitdiff
path: root/tools/cythonize.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-5/+5
* Remove incorrect comment about checking generated C files inWilliam Stein2022-09-081-4/+0
* MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-27/+2
* MAINT: Use SHA-256 instead of SHA-1Nikola Forró2021-09-161-5/+5
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-6/+0
* MAINT: Update Cython version for Python 3.10.Charles Harris2021-08-101-1/+2
* change to suitable raise from and add line breaks #2Anthony Vo2021-04-061-3/+3
* change to suitable raise from and add line breaksAnthony Vo2021-04-061-1/+2
* chain exceptions when appropriateAnthony Vo2021-04-051-1/+1
* BLD: add found Cython version to check in cythonize.pyRalf Gommers2021-01-111-1/+4
* BLD: update cython to 0.29.21mattip2020-07-101-2/+2
* Updated cythonize.py with f-stringsXavier Thomas2020-01-241-4/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Update required cython version to 0.29.14.Charles Harris2019-12-231-2/+2
* Merge pull request #14453 from rgommers/no-cython-in-sdistCharles Harris2019-09-081-0/+1
|\
| * BLD: remove generated Cython files from sdistRalf Gommers2019-09-081-0/+1
* | MAINT: Only allow using Cython module when cythonizing.Charles Harris2019-09-021-7/+4
|/
* BLD: Update RELEASE_WALKTHROUGH and cythonize.Charles Harris2019-09-011-9/+6
* BUILD: move files out of _randomgenmattip2019-05-201-33/+52
* BUG: Increase required cython version on python 3.7Eric Wieser2018-07-291-2/+12
* Prefer the same-python cython to the on-PATH cythonEric Wieser2018-07-051-20/+16
* MAINT: Use a simpler invocation of cythonEric Wieser2018-07-041-4/+2
* DOC: Correct issue referenceEric Wieser2018-07-041-1/+1
* ENH: Vendorize tempita.Charles Harris2016-09-301-16/+4
* MAINT: Add Tempita to randint helpersgfyoung2016-09-201-12/+45
* BUG: Assert fromfile ending earlier in pyx processinggfyoung2016-09-191-1/+1
* BLD: remove cython c source from gitJulian Taylor2014-04-051-0/+199