summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Improve compiled extension detectionFederico Caselli2022-09-051-0/+1
* Mark extension modules as optionalFederico Caselli2022-09-011-150/+62
* Use cibuildwheel to create wheelsTrevor Gross2022-08-291-13/+1
* Fix AttributeError typo in setup.py that prevented fallbackFederico Caselli2022-01-051-1/+1
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-91/+81
* favor setuptools imports over distutilsMike Bayer2021-11-171-4/+12
* Minor optimization to the codeFederico Caselli2021-02-181-5/+0
* Repair incorrect symbol PyDict_GetItemWithError for Python 2Mike Bayer2021-01-271-2/+2
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-1/+12
* Move most setup options to setup.cfgMike Bayer2020-06-191-67/+1
* Add immutabledict C codeMike Bayer2020-05-231-0/+5
* Remove support for python 3.4Federico Caselli2020-03-301-2/+1
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-8/+16
* Add py3.8, py3.9 token to setup.pyGord Thompson2020-01-271-0/+2
* Fix cext for Python 2; ensure C extensions build successfullyMike Bayer2020-01-041-0/+15
* Work around setuptools issue #1902Mike Bayer2019-11-081-1/+2
* Remove python setup.py test; fix SQL Server URLMike Bayer2019-10-281-31/+11
* Reformat license nameMike Bayer2019-05-281-1/+1
* Add documentation / tracker URLs for pypiMike Bayer2019-05-271-0/+4
* Post black reformattingMike Bayer2019-01-061-6/+9
* Run black -l 79 against all source filesMike Bayer2019-01-061-52/+67
* Assorted pre-Black fixesMike Bayer2019-01-051-1/+1
* - block py.test 3.9.1 and 3.9.2, 3.9.3 is OKMike Bayer2018-11-021-1/+1
* Pin pytest *before* 3.9.1 totallyMike Bayer2018-10-241-1/+1
* block py.test 3.9.1Mike Bayer2018-10-171-2/+2
* Add python_requires and update classifiersHugo2018-08-261-0/+7
* Add `postgresql_psycopg2binary` install extra that installs `psycopg2-binary`rel_1_@Alex Rothberg2018-07-181-0/+1
* Add oracle, mssql to profilingMike Bayer2018-06-181-1/+2
* Isolate memory tests in forksMike Bayer2017-08-141-1/+1
* - 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