summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make the Python implementation stop apptempting to pointlessly copy strings ↵issue14Jason Madden2018-10-192-6/+18
| | | | | | | | and (somewhat pointedly) copy mappings, like the C implementation.
| * Fix copying Message in pure-python.Jason Madden2018-10-195-94/+84
|/ | | | | | 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
* Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
* Back to development: 4.4Marius Gedminas2018-10-182-1/+7
|
* Preparing release 4.34.3Marius Gedminas2018-10-183-2/+5
|
* Merge pull request #13 from minddistrict/CB-556-FR-translation-with-CSylvain Viollon2018-10-186-155/+329
|\ | | | | Add support for pluralization to the message id
| * Fix override with None.Sylvain Viollon2018-10-182-18/+28
| |
| * Test copy with 0.Sylvain Viollon2018-10-181-2/+2
| |
| * One more test.Sylvain Viollon2018-10-181-0/+15
| |
| * Remove tabs.Sylvain Viollon2018-10-181-65/+65
| |
| * Review comment.Sylvain Viollon2018-10-182-8/+23
| |
| * Add a test with a float.Sylvain Viollon2018-10-181-4/+19
| |
| * Reimplement message id changes including on the C extension.Sylvain Viollon2018-10-186-85/+204
|/
* Back to development: 4.3Michael Howitz2018-10-052-1/+7
|
* Preparing release 4.24.2Michael Howitz2018-10-052-5/+4
|
* Merge pull request #11 from zopefoundation/py37Marius Gedminas2018-08-095-18/+32
|\ | | | | Add support for Python 3.7
| * Drop support for Python 3.3Marius Gedminas2018-08-095-7/+5
| |
| * Add suppot for Python 3.7Marius Gedminas2018-08-095-12/+28
|/
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Merge pull request #10 from y-fujisaki2/patch-3Jason Madden2017-09-271-1/+2
|\ | | | | Fix process of reference count during GC (#9)
| * Fix process of reference count during GC (#9)y-fujisaki22017-09-271-1/+2
| | | | | | @jamadden Thank you for your follows. I done it.
* | Merge pull request #9 from y-fujisaki2/patch-2Jason Madden2017-09-271-0/+1
|\ \ | |/ |/| Fix process of reference count during GC
| * Fix process of reference count during GCy-fujisaki22017-09-261-0/+1
|/ | | | | | call PyObject_GC_UnTrack() in tp_dealloc() see the following sites for details: * https://bugs.python.org/issue31095 * https://github.com/python/cpython/pull/2974
* Add an appveyor.ymlMarius Gedminas2017-09-211-0/+38
| | | | Fixes #8.
* svbTres Seaver2017-05-022-1/+6
|
* Prep 4.1.0 release.4.1.0Tres Seaver2017-05-022-2/+2
|
* Merge pull request #6 from zopefoundation/issue4Jason Madden2017-05-0210-46/+89
|\ | | | | Use C extension in Python 3, and make Python version handle ``default`` like the C version
| * Use C extension in Python 3, and make Python version handle ``default`` the sameissue4Jason Madden2017-05-0110-46/+89
|/ | | | | | | | | | | | 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.
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* Merge pull request #3 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-30/+28
|\ | | | | Drop support for Python 2.6 and 3.2.
| * Typo fixes.drop-py26-py32-supportTres Seaver2016-03-231-5/+5
| |
| * Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-234-30/+28
|/
* Update MANIFEST.inMarius Gedminas2015-11-081-2/+5
|
* Merge pull request #2 from felixonmars/masterMarius Gedminas2015-11-075-3/+5
|\ | | | | Note explicit support for Python 3.5
| * Note explicit support for Python 3.5Felix Yan2015-11-075-3/+5
|/
* Test PyPy3.Tres Seaver2015-03-092-1/+2
|
* Cleanup travis output / deprecations.Tres Seaver2015-03-091-2/+2
|
* Test python3.4 on Travis.Tres Seaver2015-03-091-0/+1
|
* Use python 2.7 for coverage / docs.Tres Seaver2015-03-091-2/+2
|
* Switch to 'usedevelop = true' FBO nose / coverage.Tres Seaver2015-03-091-5/+1
|
* Silence setuptools/distutils chatter during test runs.Tres Seaver2015-03-091-1/+1
|
* Drop mention of Jython.Tres Seaver2015-03-091-7/+0
| | | | When tox / pip / virtualenv support it, it will run w/o special env.
* Add PyPI and RTD badges.Tres Seaver2015-01-281-0/+8
|
* Fix underline.Tres Seaver2015-01-221-1/+1
|
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Remove SVN fossilTres Seaver2015-01-211-1/+1
|
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-201-2/+2
| | | | [ci skip]
* Remove no-longer true mention of building docs in buildout.Tres Seaver2015-01-191-37/+0
|
* Update hacking docs to reflect Github.Tres Seaver2015-01-121-42/+54
| | | | [ci skip]
* Add Travis badge, garden ReST.Tres Seaver2014-12-292-2/+7
| | | | [ci skip]