summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* - bump minimum python version to 2.7Mike Bayer2017-03-101-3/+2
* - further changes to avoid pytest warningsMike Bayer2017-01-171-2/+2
* update pytest good practices link in PyTest classMark Sandan2016-06-161-2/+4
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-0/+10
* Tell Wheel to generate platform and interpreter specific wheelspr/194Donald Stufft2015-08-131-1/+16
* - we can again use setuptools.find_packages since we require setuptoolsMike Bayer2015-08-131-25/+13
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-07-241-60/+62
* - have python setup.py test use xdist with -qMike Bayer2014-08-081-1/+1
* fixed style to conform to PEP8Brian Jarrett2014-07-101-37/+42
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-091-1/+1
* - we aren't supporting py2.5 so just simplify this import for platform, re: #...Mike Bayer2014-03-221-9/+3
* - Adjusted ``setup.py`` file to support the possible futureMike Bayer2014-03-221-9/+31
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-2/+2
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-261-1/+1
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-2/+1
* don't need 2to3Mike Bayer2013-04-281-52/+20
* - revert mistaken checkinMike Bayer2013-02-061-1/+1
* - need autoincrement hereMike Bayer2013-02-061-1/+1
* - revert the "basedir" thing - running setup.py from the currdir is unfortuna...Mike Bayer2012-09-291-10/+4
* - enhance setup.py to support being run from outside the current directory. ...Mike Bayer2012-09-291-14/+20
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-071-1/+3
* trailing whitespace bonanzaMike Bayer2012-07-281-3/+3
* unmonkeypatch the 2to3 preprocessor so we don't disturb subsequent runsPhilip Jenvey2012-03-021-7/+21
* modernize the READMEMike Bayer2012-01-261-126/+9
* add supported implementationsMike Bayer2011-12-031-0/+3
* - Added a workaround for Python bug 7511 whereMike Bayer2011-06-051-5/+7
* this will also move back to prod/stableMike Bayer2011-05-201-1/+1
* might as well explicitly disable the cext on Jython tooPhilip Jenvey2011-04-221-1/+2
* - rework setup.py script to work with:Mike Bayer2011-04-171-32/+61
* explicitly disable the cextension on Python 3 until it's updated for itPhilip Jenvey2011-04-131-2/+4
* enable the cextension by default, falling back to pure python when thePhilip Jenvey2011-04-131-162/+211
* minor cleanupPhilip Jenvey2011-04-131-40/+33
* 0.7 will be beta classifier to startMike Bayer2011-02-121-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - set sqla_nose as the setup.py test runner - works !Mike Bayer2010-11-161-5/+1
* first step of [ticket:1949], remove the setuptools aspectMike Bayer2010-11-151-6/+1
* - the NoseSQLAlchemyPlugin has been moved to aMike Bayer2010-10-171-6/+6
* hey lets pep-8 the setup.py file.Mike Bayer2010-09-151-19/+117
* mergeMike Bayer2010-04-231-3/+0
|\
| * yikes, no more svn version here...Mike Bayer2010-04-201-3/+0
* | prod/stableMike Bayer2010-04-231-1/+1
|/
* the mercurial extension seems to not work in py3k and also I don'tMike Bayer2010-03-071-1/+5
* use setuptools_hg to auto-discover the same way we did with SVN.Mike Bayer2010-03-071-0/+1
* use a flag to build cextensions (thanks again to Genshi for the tip)Mike Bayer2010-03-051-10/+27
* require nose .11 to support first_package_wins flagMike Bayer2010-03-011-1/+1
* add a noteMike Bayer2010-02-141-1/+10
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-131-2/+10
* - Improved the installation/test setup regarding Python 3,Mike Bayer2010-02-131-2/+16
* - added py3k and "OS Independent" classifiersMike Bayer2009-11-011-0/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+3