summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* - prepare release 5.105.1.0Jens Vagelpohl2022-11-061-1/+1
|
* - update with meta/config and add support for Python 3.9, 3.10 and 3.11Jens Vagelpohl2022-11-031-2/+2
|
* Back to development: 5.0.2Marius Gedminas2020-03-101-0/+6
|
* Preparing release 5.0.15.0.1Marius Gedminas2020-03-101-1/+1
|
* Update changelogMarius Gedminas2020-03-101-1/+2
|
* Back to development: 5.0.1Marius Gedminas2019-11-121-0/+6
|
* Preparing release 5.0.05.0.0Marius Gedminas2019-11-121-1/+1
|
* Add support for Python 3.8Marius Gedminas2019-11-121-0/+2
| | | | Also let's use the latest floating PyPy versions on Travis CI.
* Bump major versionMarius Gedminas2019-04-301-1/+1
| | | | | Because we dropped support for Python 3.4 and some view that as a backwards-incompatible change.
* Drop Python 3.4Marius Gedminas2019-04-301-1/+1
|
* Back to development: 4.3.2Jason Madden2018-10-191-0/+6
|
* Preparing release 4.3.14.3.1Jason Madden2018-10-191-1/+1
|
* Fix copying Message in pure-python.Jason Madden2018-10-191-25/+28
| | | | | | Do it like the C extension does, by actually copying from the other object and then setting attributes if needed. Also drop old C support code for Python < 2.6
* Back to development: 4.4Marius Gedminas2018-10-181-0/+6
|
* Preparing release 4.34.3Marius Gedminas2018-10-181-1/+1
|
* Reimplement message id changes including on the C extension.Sylvain Viollon2018-10-181-2/+5
|
* Back to development: 4.3Michael Howitz2018-10-051-0/+6
|
* Preparing release 4.24.2Michael Howitz2018-10-051-4/+3
|
* Drop support for Python 3.3Marius Gedminas2018-08-091-1/+3
|
* Add suppot for Python 3.7Marius Gedminas2018-08-091-0/+3
|
* Fix process of reference count during GC (#9)y-fujisaki22017-09-271-1/+2
| | | @jamadden Thank you for your follows. I done it.
* svbTres Seaver2017-05-021-0/+5
|
* Prep 4.1.0 release.4.1.0Tres Seaver2017-05-021-1/+1
|
* Use C extension in Python 3, and make Python version handle ``default`` the sameissue4Jason Madden2017-05-011-1/+9
| | | | | | | | | | | | Fixes #4 and fixes #5. Add a specific test case for both of these things. Enabling the C extension on Python 3 revealed more places where readonly attributes can raise different exceptions so fix those tests. Also add Python 3.6 to the supported list, and use zope.testrunner to workaround the namespace package issue.
* Typo fixes.drop-py26-py32-supportTres Seaver2016-03-231-5/+5
|
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-24/+26
|
* Note explicit support for Python 3.5Felix Yan2015-11-071-1/+1
|
* Add Travis badge, garden ReST.Tres Seaver2014-12-291-2/+1
| | | | [ci skip]
* svbTres Seaver2014-03-191-1/+4
|
* Prep 4.0.3 release.4.0.3Tres Seaver2014-03-191-1/+2
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-0/+2
|
* CHangelog for bootstrap.py update.Tres Seaver2013-07-091-1/+2
|
* Nest into Github.Tres Seaver2013-01-111-0/+136
- Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git.