Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Advance copyright statement to year 2020 | Ilya Etingof | 2020-03-08 | 1 | -1/+1 |
| | |||||
* | Add support for Python 3.8, drop EOL 3.4 (#182) | Hugo van Kemenade | 2019-11-16 | 1 | -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 Dufresne | 2019-11-16 | 1 | -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.5 | Ilya Etingof | 2018-12-29 | 1 | -1/+1 |
| | | | | Also extend copyright to the year 2019 | ||||
* | bumped up to Python 3.7 | Ilya Etingof | 2018-06-29 | 1 | -0/+1 |
| | |||||
* | copyright years extended | Ilya Etingof | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | migrated docs and references from sourceforge.net | Ilya Etingof | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | 0.3.3 | Ilya Etingof | 2017-08-05 | 1 | -1/+4 |
| | |||||
* | typos and URL update | Ilya Etingof | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | test dir renamed into tests | Ilya Etingof | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | test suite simplified and unified | Ilya Etingof | 2017-02-11 | 1 | -18/+17 |
| | |||||
* | python codec renamed into "native" | Ilya Etingof | 2017-02-04 | 1 | -1/+1 |
| | |||||
* | missing sub-package | Ilya Etingof | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | e-mail changed, copyright extended to year 2017 | Ilya Etingof | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Python 3.6 is out! | Ilya Etingof | 2016-12-23 | 1 | -2/+9 |
| | |||||
* | updated projhect url | Ilya Etingof | 2016-12-04 | 1 | -3/+3 |
| | |||||
* | mass pep8 reformatting | Ilya Etingof | 2016-03-27 | 1 | -14/+22 |
| | |||||
* | copyright dates bumped | elie | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | copyright notice added | elie | 2015-11-15 | 1 | -10/+8 |
| | |||||
* | fix to __doc__ use in setup.py to make -O0 installation mode working | elie | 2015-10-10 | 1 | -3/+4 |
| | |||||
* | python 2.4+ installation requirement added | elie | 2013-09-21 | 1 | -0/+4 |
| | |||||
* | distribute is gone | elie | 2013-09-21 | 1 | -18/+3 |
| | |||||
* | test suite made discoverable by unittest/unittest2 discovery feature | elie | 2013-02-15 | 1 | -4/+27 |
| | |||||
* | use platform-neutral path | elie | 2013-01-06 | 1 | -2/+4 |
| | |||||
* | typo fixed | elie | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | mention the distribute package | elie | 2012-07-23 | 1 | -1/+19 |
| | |||||
* | meta information and classifiers updated | elie | 2012-07-04 | 1 | -15/+31 |
| | |||||
* | obsolete __init__.MajorVersionId replaced with __init__.__version__ | elie | 2012-07-04 | 1 | -1/+1 |
| | | | | which is now in-sync with distutils (PEP-0396) | ||||
* | catch inappropriate substrate type passed to decoder | elie | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | fix to BER Boolean decoder that allows other pre-computed values | elie | 2012-04-27 | 1 | -1/+1 |
| | | | | besides 0 and 1 | ||||
* | 0.1.3 | elie | 2012-04-21 | 1 | -1/+1 |
| | |||||
* | 0.1.2 | elie | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | 0.1.1 | elie | 2011-10-28 | 1 | -1/+1 |
| | |||||
* | trove updated | elie | 2011-10-27 | 1 | -4/+0 |
| | |||||
* | trove classificators added | elie | 2011-10-27 | 1 | -0/+17 |
| | |||||
* | minor py3k compatibility fixes | elie | 2011-10-04 | 1 | -4/+6 |
| | |||||
* | drop string module usage | elie | 2011-08-14 | 1 | -2/+1 |
| | |||||
* | replace types comparation with isinstance checking | elie | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | fix to base10 normalization function that loops on univ.Real(0) | elie | 2011-06-05 | 1 | -1/+1 |
| | |||||
* | 0.0.13b | elie | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | updated | elie | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | * 0.0.12a | elie | 2010-12-12 | 1 | -14/+21 |
| | | | | * pass zip_safe flag | ||||
* | fix to setuptools reporting condition | elie | 2010-07-09 | 1 | -1/+1 |
| | |||||
* | switched to MANIFEST template | elie | 2010-07-08 | 1 | -9/+10 |
| | | | | | updated setup() keywords fix to egg detection | ||||
* | fix to runaway version | elie | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | 0.0.12 | elie | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | 0.0.11 | elie | 2009-12-05 | 1 | -1/+1 |
| | |||||
* | API versioning mechanics retired (pyasn1.v1 -> pyasn1) | elie | 2009-08-22 | 1 | -7/+6 |
| | |||||
* | 0.0.9a | elie | 2008-05-24 | 1 | -1/+1 |
| | |||||
* | updated | elie | 2007-08-29 | 1 | -1/+1 |
| |