summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add Python 3.10 classifier to setup.py metadata (GH-4468)Mike Taves2021-11-181-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
* 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
* fix missing exception type in setup.pyStefan Behnel2015-07-251-1/+1
* Use an explicit list of 2to3 fixersPetr Viktorin2015-07-251-3/+2
* minor code formattingStefan Behnel2015-07-101-12/+13
* Merge branch '0.22.x'Stefan Behnel2015-06-201-1/+1
|\
| * fix homepage URLStefan Behnel2015-06-201-1/+1
* | clean up package description in setup.py a little and fix indentationStefan Behnel2015-05-151-45/+43
|/
* Merge branch 'formal grammar'Robert Bradshaw2015-01-171-1/+26
|\
| * Fix print statement.Robert Bradshaw2014-10-071-1/+1
| * Use our copy of the grammar.Robert Bradshaw2014-08-211-7/+7
| * Add option to use formal grammar.Robert Bradshaw2014-08-211-1/+26
* | remove leftover 2.5 compatibility codeLars Buitinck2014-12-231-5/+2
|/
* globally install "cythonize" scriptStefan Behnel2014-07-131-2/+3