summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* setup.py can now be launched directly from consoleMartin Quarda2014-02-261-0/+1
* compile Tempita to speed up startup time and template parsingStefan Behnel2013-08-281-0/+1
* remove unnecessary importsStefan Behnel2013-08-281-2/+1
* undo translating Tempita package, apparently doesn't work in Py3.3+Stefan Behnel2013-07-261-1/+0
* compile TempitaStefan Behnel2013-07-261-0/+1
* merge 0.19.x branch into masterStefan Behnel2013-07-051-3/+7
|\
| * fix some typosGabi Davar2013-05-311-4/+3
| * convert cygdb to an distribute entry pointGabi Davar2013-05-181-4/+9
* | Try using setuptools in setup.py, allow bdist_egg where possibleGuy Rozendorn2013-05-131-1/+4
|/
* properly integrate pyximport into setup.pyStefan Behnel2013-02-271-6/+2
* BF: replace show-ref with rev-parse --verify for determining current commitYaroslav Halchenko2012-12-201-1/+1
* fix inclusion of .cpp utility files in setup.pyStefan Behnel2012-07-091-21/+7
* cythonize performance improvements for large codebasesRobert Bradshaw2012-05-231-0/+1
* Remove Importer.py and with statements in FusedNodeMark Florisson2012-05-031-1/+1
* Add Cython.Compiler.Importer to import code which relies on functionality tha...Mark Florisson2012-04-261-0/+1
* do not compile Cython itself outside of CPythonStefan Behnel2012-02-241-1/+7
* Include cygdb in setuptools distributionMark Florisson2011-12-081-4/+7
* Move buffer utilities, fix manifest and package data for utilitiesMark Florisson2011-09-301-1/+1
* Tempita supportMark Florisson2011-09-301-0/+1
* Utility Code loader + memview python3 compatMark Florisson2011-09-301-1/+2
* enable compilation of FlowControl.py in Py<=2.4Stefan Behnel2011-05-281-4/+3
* Disable flow-control compilation for CPython < 2.5Vitja Makarov2011-05-281-1/+3
* Compile FlowControl moduleVitja Makarov2011-05-281-0/+1
* avoid redundant exception output in Python 3 buildStefan Behnel2011-04-281-0/+4
* fix MANIFEST.in and force MANIFEST generation in sdist commandLisandro Dalcin2011-04-051-0/+1
* better sdist, use command for generating gitrevLisandro Dalcin2011-02-251-3/+9
* fix building sdist without gitStefan Behnel2011-02-241-1/+1
* meta data update in setup.pyStefan Behnel2011-02-131-2/+2
* Update "make repo" to use git.Robert Bradshaw2011-01-181-9/+2