summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.5.add-py35-supportTres Seaver2016-04-124-5/+8
|
* Merge pull request #19 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-36/+26
|\ | | | | Drop support for Python 2.6 and 3.2.
| * Drop spurious '[testenv:py26]' block.drop-py26-py32-supportTres Seaver2016-03-231-6/+0
| |
| * Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-234-30/+26
|/
* Back to development: 4.1.1Michael Howitz2015-11-062-1/+7
|
* Preparing release 4.1.04.1.0Michael Howitz2015-11-062-2/+2
|
* Merge pull request #18 from gocept/recursive-interpolateMichael Howitz2015-11-063-6/+17
|\ | | | | Make interpolate working recursively.
| * Make interpolate working recursively:Michael Howitz2015-11-053-6/+17
|/ | | | | | | | If the mapping has a value which is a zope.i18nmessageid.Message itself, it gets interpolated, too. Version 3.5.0 introduced this behaviour for translations, porting it to interpolation here.
* svbTres Seaver2015-06-052-1/+7
|
* Prep 4.0.1 release.4.0.1Tres Seaver2015-06-052-2/+3
|
* Work around pip + wheel + conditional deps in zope.schema.Tres Seaver2015-06-051-0/+6
|
* Merge pull request #15 from NextThought/py32Tres Seaver2015-06-0519-527/+585
|\ | | | | Add support for PyPy3 and Python3.2
| * Add support for PyPy3 and Python3.2Jason Madden2015-06-0419-527/+585
| |
* | Don't use 'travis_retry' when running 'tox'.Tres Seaver2015-06-051-1/+1
|/
* Add coverage testing to tox.Tres Seaver2015-02-032-2/+16
|
* Add PyPI and RTD badges.Tres Seaver2015-01-281-0/+8
|
* Add RTD dependencies.Tres Seaver2015-01-281-0/+11
|
* Build docs / run doctests under tox.Tres Seaver2015-01-281-1/+12
|
* Get names imported for autodoc docstrings.Tres Seaver2015-01-281-0/+5
|
* Ignore Sphinx artifacts.Tres Seaver2015-01-251-0/+1
|
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Add Travis badge, garden ReST.Tres Seaver2014-12-291-2/+5
| | | | [ci skip]
* OopsMarius Gedminas2014-12-231-1/+1
| | | | | Trailing slashes in MANIFEST.in are not allowed, but this check is only performed on Windows.
* Merge pull request #4 from msabramo/patch-1Marius Gedminas2014-12-221-0/+1
|\ | | | | .travis.yml: Add pypy
| * .travis.yml: Add pypyMarc Abramowitz2014-12-201-0/+1
| |
* | Fix MANIFEST.inMarius Gedminas2014-12-221-1/+3
| | | | | | | | Should fix Travis builds
* | Point PyPI URL to GitHubMarius Gedminas2014-12-221-1/+1
|/ | | Fixes #3
* Prep 4.0.0 release.4.0.0Tres Seaver2014-12-202-2/+2
|
* Garden.Tres Seaver2014-12-202-2/+4
|
* Nest into Github.Tres Seaver2014-12-203-2/+2
|
* Punt and use tox inside Travis.Tres Seaver2014-12-201-8/+11
|
* WAG at what is happening.Tres Seaver2014-12-201-1/+1
| | | | | | The .mo file is being copied into the wrong directory for the test to pick it up. Because tox runs tests in place, everything Just Works (TM), so we will try to have Travis run in place (like the Red Queen).
* Include zope.testrunner as a testing dependency.Tres Seaver2014-12-201-1/+2
|
* Get testing dependencies installed on Travis.Tres Seaver2014-12-201-1/+2
|
* Speed up Travis builds via 'sudo: false'Tres Seaver2014-12-201-0/+1
|
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
|
* Update to latest bootstrap.pyMarius Gedminas2014-11-061-26/+34
| | | | Downloaded from http://downloads.buildout.org/2/bootstrap.py
* Fix test failure due to renamed Australian timezoneMarius Gedminas2014-09-031-4/+3
| | | | | | | | | Australia/Sydney uses the AEST/AEDT (Australian Eastern Standard/Daylight Time) abbreviations with pytz >= 2014.7. We need a different country that still uses 'EST'. (I hoped for one with a different UTC offset, but I can't seem to find one!)
* Added explicit support for Python 3.4 and PyPy.Gediminas Paulauskas2014-07-234-2/+4
|
* Merge branch 'master' of git://github.com/zopefoundation/zope.i18nGediminas Paulauskas2014-07-011-9/+9
|\
| * Fix incorrect usage of pytzMarius Gedminas2014-05-191-9/+9
| | | | | | | | | | | | You're not supposed to use datetime.datetime(..., tzinfo=pytz.timezone(...)) because it will most likely use the wrong UTC offset. This is documented at http://pythonhosted.org//pytz/#localized-times-and-date-arithmetic
* | Update to buildout 2.2's bootstrap.Gediminas Paulauskas2013-11-121-169/+62
|/
* modernize bootstrap.pyAdam Groszer2013-07-061-53/+165
|
* Remove more deprecation warnings.Stephan Richter2013-03-082-19/+19
|
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-086-31/+81
| | | | PyPy yet, since zope.security has still no PyPy support.
* Updated Travis YAML.Stephan Richter2013-03-041-0/+11
|
* Back to development: 4.0.0a5Marius Gedminas2013-02-182-1/+7
|
* Preparing release 4.0.0a4Marius Gedminas2013-02-182-3/+3
|
* Restore zope.i18n.testing.{setUp,PlacelessSetup}.Marius Gedminas2013-02-182-4/+22
| | | | | | | | | | | | These are required by zope.app.testing, and not having them breaks a bunch of packages on winbot. On the other hand, the setup requires zope.publisher, which isn't ported to Python 3 yet. I've decided on a (bad?) compromise: move the zope.publisher imports inside zope.i18n.testing.setUp.
* Back to developmentAndrey Lebedev2013-02-152-1/+7
|