| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add trove classifier for Python 3.7 support | Jon Dufresne | 2018-08-28 | 1 | -0/+1 |
| | | | | | Testing was added in b9ff0bd225e71f4fe522859b49b8194a725b4421. | ||||
| * | Update copyright header (fixes #372). | Andi Albrecht | 2018-07-31 | 1 | -1/+2 |
| | | |||||
| * | Correct spelling (#407) | Josh Soref | 2018-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * spelling: choice * spelling: duplicate * spelling: identifier * spelling: issue * spelling: parenthesis * spelling: split * spelling: statements | ||||
| * | Pass python_requires argument to setuptools | Jon Dufresne | 2018-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. | ||||
| * | Remove support for EOL Python 3.3 | Jon Dufresne | 2018-01-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Python 3.3 is EOL. It is no longer receiving bug fixes, including for security issues. Python 3.3 has been EOL since 2017-09-29. For additional details, see: https://devguide.python.org/#status-of-python-branches Additionally, pytest has dropped support for Python 3.3 in a recent version, causing test failures. See: https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23 | ||||
| * | Document project as stable and ready for use in production | Jon Dufresne | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add Python 3.6 to classifiers | Victor Uriarte | 2017-01-09 | 1 | -0/+1 |
| | | |||||
| * | Correct license link (fixes #288). | Andi Albrecht | 2016-09-14 | 1 | -1/+1 |
| | | |||||
| * | Fix entry_point name; sqlformat vs sqlparse | Victor Uriarte | 2016-06-15 | 1 | -1/+1 |
| | | |||||
| * | Update setup.py | Victor Uriarte | 2016-06-12 | 1 | -18/+12 |
| | | | | | switch scripts to console-script | ||||
| * | Apply new-style str format | Victor Uriarte | 2016-06-11 | 1 | -4/+3 |
| | | |||||
| * | Add or Update copyright year to files | Victor Uriarte | 2016-06-04 | 1 | -2/+4 |
| | | |||||
| * | Remove 2to3 from setup.py. | Andi Albrecht | 2015-12-08 | 1 | -6/+0 |
| | | |||||
| * | Misc code cleanup. | Andi Albrecht | 2015-10-26 | 1 | -5/+2 |
| | | |||||
| * | Use compat module for single Python 2/3 code base. | Andi Albrecht | 2015-10-26 | 1 | -3/+2 |
| | | | | | This change includes minor fixes and code cleanup too. | ||||
| * | Remove compatibility for Python < 2.7. | Andi Albrecht | 2015-10-26 | 1 | -3/+0 |
| | | |||||
| * | Add Python 3.5 to tox/travis config. | Tim Graham | 2015-10-24 | 1 | -0/+2 |
| | | |||||
| * | Actually import setup, even without setuptools (fixes #115). | Andi Albrecht | 2013-10-24 | 1 | -0/+1 |
| | | |||||
| * | Add minimal changes to support Python 2.4. | Andi Albrecht | 2013-02-28 | 1 | -0/+1 |
| | | | | | | Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are that minimal and have no significant side-effects we can keep up the compatibility. | ||||
| * | Remove x-bit from setup.py. | Andi Albrecht | 2013-01-21 | 1 | -0/+0 |
| | | |||||
| * | Require distribute only for Python 3. | Andi Albrecht | 2013-01-01 | 1 | -2/+9 |
| | | |||||
| * | Remove download url from setup (fixes issue84). | Andi Albrecht | 2013-01-01 | 1 | -5/+0 |
| | | | | | Downloads on github are disabled since December 2012. | ||||
| * | Don't install tests as a package. | Andi Albrecht | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Python 3 is now fully supported without any patches. | Andi Albrecht | 2012-12-31 | 1 | -0/+7 |
| | | | | | | | | | | This change makes the extras/py3k stuff obsolete and installing for Python 3 is as easy as "python3 setup.py install". setup.py uses distribute's use_2to3 flag to automatically run 2to3 when Python 3 is used. \o/ Happy New Year, everyone! | ||||
| * | parse version number instead of importing sqlparse in setup.py | Andi Albrecht | 2012-11-24 | 1 | -17/+23 |
| | | | | | | | | This allows to bootstrap the python 3 conversion process whithout failing on python setup.py develop. Patch with slight modifications by Florian Bauer. | ||||
| * | Update links in setup.py, thanks to @bulkanevcimen. | Andi Albrecht | 2012-08-24 | 1 | -4/+6 |
| | | |||||
| * | Change all internal use of to_unicode() to __unicode__() and marked former ↵ | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -2/+2 |
| | | | | | one as deprecated. | ||||
| * | Updated trove classifier. | Andi Albrecht | 2009-06-07 | 1 | -1/+1 |
| | | |||||
| * | Updated version number.0.1.1 | Andi Albrecht | 2009-05-06 | 1 | -5/+15 |
| | | |||||
| * | Added download URL. | Andi Albrecht | 2009-04-07 | 1 | -0/+1 |
| | | |||||
| * | Fixed setup.py | Andi Albrecht | 2009-04-07 | 1 | -23/+23 |
| | | |||||
| * | Added long description for PyPI | Andi Albrecht | 2009-04-07 | 1 | -2/+67 |
| | | |||||
| * | Updated setup.py | Andi Albrecht | 2009-04-06 | 1 | -1/+1 |
| | | |||||
| * | Initial import. | Andi Albrecht | 2009-04-03 | 1 | -0/+28 |
