summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add a coverage test job with a compiled Cython package to compare plain Pytho...Stefan Behnel2021-05-141-2/+11
* Merge branch '0.29.x'Stefan Behnel2021-02-191-0/+1
|\
| * Add 3.9 to the list of supported Python versions.0.29.22Stefan Behnel2021-02-191-0/+1
| * Clarify on PyPI page that "--no-cython-compile" is only helpful if no wheels ...Stefan Behnel2020-04-261-2/+3
| * BLD: update the trove classifier to include python 3.8Thomas A Caswell2020-03-211-0/+1
* | Re-enable pickling for some Cython modules, the control flow graph needs it f...Stefan Behnel2020-05-301-1/+0
* | Reduce code overhead in Cython's own compiled modules by disabling some unnec...Stefan Behnel2020-05-301-1/+7
* | Compile DFA.py and tie it into the other lexer classes.Stefan Behnel2020-05-301-0/+1
* | Reduce lexicon build time some more by compiling Transitions.py.Stefan Behnel2020-05-291-0/+1
* | Speed up Machines.py by compiling it.Stefan Behnel2020-05-291-5/+6
* | Make the setup.py script importable to enable multiprocessing builds that nee...Stefan Behnel2020-04-301-66/+71
* | Clarify on PyPI page that "--no-cython-compile" is only helpful if no wheels ...Stefan Behnel2020-04-231-2/+3
* | BLD: update the trove classifier to include python 3.8Thomas A Caswell2020-03-211-0/+1
* | Remove Cython/Includes/DeprecatedJeroen Demeyer2019-03-241-2/+1
* | Update URLs to https:// in docs and commentsJon Dufresne2019-01-111-2/+2
* | Remove Py2.6/3.3 compatibility markers from setup.py metadata.Stefan Behnel2018-11-241-2/+1
|/
* Warn when no "language_level" is specified to prepare the transition to langu...Stefan Behnel2018-09-161-1/+2
* Exclude EOL-ed Py3.3 from list of supported CPython versions (since we cannot...Stefan Behnel2018-07-221-1/+0
* Also exclude the parser from compilation, since its binary size is almost 1MB...Stefan Behnel2018-07-051-1/+1
* Remove some large binary modules from the compiled Cython installation that c...Stefan Behnel2018-07-041-4/+4
* Mark Py3.7 as officially supported, now that 3.7b1 is out.Stefan Behnel2018-03-061-0/+1
* Include FusedNode.py and StringIOTree.py in compiled modules.Stefan Behnel2017-11-121-1/+2
* Cleanup setup.pyRobert Bradshaw2017-10-121-12/+4
* Merge pull request #1926 from aragilar/add_python_requiresRobert Bradshaw2017-10-121-0/+5
|\
| * Add python_requires to setup.pyJames Tocknell2017-10-121-0/+5
* | Update classifiersHugo2017-10-121-0/+8
|/
* Switch setup.py script to calling cythonize() through "new_build_ext" to get ...Stefan Behnel2017-09-111-3/+3
* Compile Pythran module on installation since it is called a lot now.Stefan Behnel2017-09-101-0/+1
* Remove support and special handling code for Py3.2.Stefan Behnel2017-08-251-77/+16
* Revert "Do not compile Lexicon.py. It's really only used once and is much lar...Stefan Behnel2017-08-211-1/+1
* Do not compile Lexicon.py. It's really only used once and is much larger as a...Stefan Behnel2017-08-211-1/+1
* Fix Includes/Deprecated not included in Windows wheelsChristoph Gohlke2017-01-061-2/+4
* Fix directive_defaults reference.Robert Bradshaw2016-10-261-2/+2
* repair build in Py3.2Stefan Behnel2016-09-101-11/+13
* try to fix build in Py3.2Stefan Behnel2016-09-101-1/+9
* setup.py shouldn't write arbitrarily to stdout (especially when passed displa...Erik Bray2016-09-071-2/+2
* Revert change to setup.py to fix Python 3.Robert Bradshaw2016-09-061-1/+1
* Suppress deprecation warning from setuptools import.Robert Bradshaw2016-09-061-3/+0
* Suppress deprecation warning for Cython install.Robert Bradshaw2016-09-061-1/+4
* make it clearer that wheels are even better than faster source buildsStefan Behnel2016-04-011-2/+3
* add note on faster one-time build installation to PyPI package descriptionStefan Behnel2016-04-011-0/+5
* REL: pass license argument to setuptools.setupIoannis Filippidis2016-02-271-0/+1
* Merge branch '0.23.x'Stefan Behnel2015-10-031-14/+11
|\
| * do not use cythonize() but Cython.Distutils in setup.py to avoid Cython compi...Stefan Behnel2015-10-031-14/+11
* | Merge branch '0.23.x'Stefan Behnel2015-10-021-114/+63
|\ \ | |/
| * clean up extension building in setup.py: clarify what's Py3.2-specific and us...Stefan Behnel2015-10-021-40/+46
| * setup.py: Use Cython.Distutils to cythonize itselfLisandro Dalcin2015-10-021-87/+33
* | minor clarification in setup.py, let metadata reflect alpha/beta statusStefan Behnel2015-10-011-8/+21
* | prevent Py3.x build from picking up outdated sources from a previous 2to3 runStefan Behnel2015-10-011-9/+12
|/
* restrict 2to3 usage to Python 3.2 (which does not support the u'' string lite...Stefan Behnel2015-07-261-1/+1