summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
|
* Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade2019-11-161-2/+2
| | | | | | | * Drop support for EOL Python 3.4 * Remove Py2.5 workarounds * Change Travis setup to test on default Xenial * Add support for Python 3.8 and update changelog
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.4, 2.5, 2.6, 3.2 and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. These Pythons went EOL on: Python 2.6: 2013-10-29 Python 3.2: 2016-02-20 Python 3.3: 2017-09-29 For additional details on supported Python versions, see: https://devguide.python.org/#status-of-python-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Using pypinfo, here are the download statistics of the project for the last 30 days, showing limited downloads from EOL Pythons: | python_version | percent | download_count | | -------------- | ------: | -------------: | | 2.7 | 90.33% | 7,975,885 | | 3.6 | 4.95% | 437,261 | | 3.5 | 2.99% | 263,637 | | 3.4 | 1.02% | 89,723 | | 2.6 | 0.69% | 60,511 | | 3.7 | 0.02% | 2,024 | | 3.3 | 0.00% | 441 | | 3.2 | 0.00% | 38 | | 3.8 | 0.00% | 9 | | None | 0.00% | 2 | By removing support for older Pythons, can remove or update the following workarounds and code: * Built-in function bin() is always available. * Built-in function callable() is always available. * Built-in function all() is always available. * The collections.OrderedDict class is always available. * The datetime.strptime() method is always available. * The platform module is always available. * The string.partition() method is always available. * The NullHandler class is always available. * The method .__trunc__() is always available. * Can use set literals. * Updated unittest is always available. The unittest2 module is unnecessary. Users on older versions of Python can continue to download, install, and use older versions of the library that continue to have support for older Pythons.
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
| | | | Also extend copyright to the year 2019
* bumped up to Python 3.7Ilya Etingof2018-06-291-0/+1
|
* copyright years extendedIlya Etingof2018-03-291-1/+1
|
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
|
* 0.3.3Ilya Etingof2017-08-051-1/+4
|
* typos and URL updateIlya Etingof2017-04-241-2/+2
|
* test dir renamed into testsIlya Etingof2017-02-121-1/+1
|
* test suite simplified and unifiedIlya Etingof2017-02-111-18/+17
|
* python codec renamed into "native"Ilya Etingof2017-02-041-1/+1
|
* missing sub-packageIlya Etingof2017-02-041-2/+2
|
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-111-1/+1
|
* Python 3.6 is out!Ilya Etingof2016-12-231-2/+9
|
* updated projhect urlIlya Etingof2016-12-041-3/+3
|
* mass pep8 reformattingIlya Etingof2016-03-271-14/+22
|
* copyright dates bumpedelie2015-12-291-1/+1
|
* copyright notice addedelie2015-11-151-10/+8
|
* fix to __doc__ use in setup.py to make -O0 installation mode workingelie2015-10-101-3/+4
|
* python 2.4+ installation requirement addedelie2013-09-211-0/+4
|
* distribute is goneelie2013-09-211-18/+3
|
* test suite made discoverable by unittest/unittest2 discovery featureelie2013-02-151-4/+27
|
* use platform-neutral pathelie2013-01-061-2/+4
|
* typo fixedelie2012-07-231-1/+1
|
* mention the distribute packageelie2012-07-231-1/+19
|
* meta information and classifiers updatedelie2012-07-041-15/+31
|
* obsolete __init__.MajorVersionId replaced with __init__.__version__elie2012-07-041-1/+1
| | | | which is now in-sync with distutils (PEP-0396)
* catch inappropriate substrate type passed to decoderelie2012-05-281-1/+1
|
* fix to BER Boolean decoder that allows other pre-computed valueselie2012-04-271-1/+1
| | | | besides 0 and 1
* 0.1.3elie2012-04-211-1/+1
|
* 0.1.2elie2011-12-211-1/+1
|
* 0.1.1elie2011-10-281-1/+1
|
* trove updatedelie2011-10-271-4/+0
|
* trove classificators addedelie2011-10-271-0/+17
|
* minor py3k compatibility fixeselie2011-10-041-4/+6
|
* drop string module usageelie2011-08-141-2/+1
|
* replace types comparation with isinstance checkingelie2011-08-141-1/+1
|
* fix to base10 normalization function that loops on univ.Real(0)elie2011-06-051-1/+1
|
* 0.0.13belie2011-03-091-1/+1
|
* updatedelie2011-01-221-1/+1
|
* * 0.0.12aelie2010-12-121-14/+21
| | | | * pass zip_safe flag
* fix to setuptools reporting conditionelie2010-07-091-1/+1
|
* switched to MANIFEST templateelie2010-07-081-9/+10
| | | | | updated setup() keywords fix to egg detection
* fix to runaway versionelie2010-02-091-1/+1
|
* 0.0.12elie2010-01-061-1/+1
|
* 0.0.11elie2009-12-051-1/+1
|
* API versioning mechanics retired (pyasn1.v1 -> pyasn1)elie2009-08-221-7/+6
|
* 0.0.9aelie2008-05-241-1/+1
|
* updatedelie2007-08-291-1/+1
|