summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Declare support for Python 3.11 (#5244)Hugo van Kemenade2023-02-061-0/+1
* setup.py: Add project_urls for PyPI (#5064)Ewout ter Hoeven2022-10-051-0/+7
* Use proper SPDX identifier (GH-5032)Maximilian2022-09-161-1/+1
* Go back to compile Parsing.py and Code.py in the default binary wheel package...Stefan Behnel2022-08-061-2/+2
* Allow passing Cython build options via env vars, not only via CLI.Stefan Behnel2022-08-031-26/+16
* Make it clear from the package headline that Cython is actually Python, just ...Stefan Behnel2022-05-171-1/+1
* Fix minimal compile mode. FlowControl.py also needs to be compiled since it d...Stefan Behnel2022-02-281-1/+1
* Fix indentation.Stefan Behnel2022-02-231-1/+1
* Add a "minimal compile" build mode that speeds up the compiler somewhat but k...Stefan Behnel2022-02-221-14/+23
* Add Cython.Utils to the list of compiled modules and include a faster @contex...Stefan Behnel2022-01-311-0/+1
* Reduce code verbosity.Stefan Behnel2022-01-021-9/+6
* Speed up parallel builds of Cython a little by starting with the largest modu...Stefan Behnel2022-01-021-0/+3
* Compile the Cython.StringIOTree module by default to speed up the code genera...Stefan Behnel2022-01-021-1/+1
* Make "new_build_ext" the new "build_ext" (GH-4498)Matus Valo2021-12-201-2/+2
* Add Python 3.10 to build matrix and supported version classifiers (GH-4449)Mike Taves2021-11-051-0/+1
* 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