summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update src/zope/i18nmessageid/message.pyJens Vagelpohl2023-01-041-1/+1
* - Drop support for Python 2.7, 3.5, 3.6Jens Vagelpohl2023-01-032-11/+9
* - lintingJens Vagelpohl2022-11-064-3/+7
* Make the Python implementation stop apptempting to pointlessly copy strings a...issue14Jason Madden2018-10-192-6/+18
* Fix copying Message in pure-python.Jason Madden2018-10-193-67/+54
* 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-183-78/+190
* Fix process of reference count during GCy-fujisaki22017-09-261-0/+1
* Use C extension in Python 3, and make Python version handle ``default`` the sameissue4Jason Madden2017-05-013-17/+26
* Removed use of '2to3' and associated fixers when installing under Py3k.Tres Seaver2012-04-061-0/+6
* 100% unit test coverage.Tres Seaver2012-04-061-97/+33
* Explicit unittest coverage.Tres Seaver2012-04-062-107/+111
* Add Sphinx docs.Tres Seaver2012-04-061-133/+0
* Add explicit support for PyPy.Tres Seaver2012-04-061-1/+4
* Wrap overlong lines.Tres Seaver2012-04-062-4/+15
* get rid of py2.7+ deprecation warningsChris McDonough2011-07-201-7/+7
* Python 3 support.Lennart Regebro2011-03-144-57/+103
* Merge svn+ssh://svn.zope.org/repos/main/zope.i18nmessageid/branches/jython-co...Chris McDonough2010-08-102-55/+113
* Remove CVS-era Id fossils.Tres Seaver2010-06-034-8/+0
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.Tres Seaver2010-04-161-1/+2
* Comply with repository policy.Tres Seaver2010-04-104-4/+4
* LP #257657 / 489529: Fix memory leak in C extension.Tres Seaver2010-04-101-1/+1
* Changed package's mailing list address to zope-dev at zope.orgDan Korostelev2009-03-122-4/+0
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Prepare for 3.4.0 releaseRoger Ineichen2007-09-252-0/+12
* Moving code to satellite.Christian Theune2007-05-037-0/+629
* Changed the version number in setup.py and imported find_packages and used it.Alexander Heavner2007-02-131-5/+6
* Use external instead of copy.Tres Seaver2006-03-148-765/+0
* Declare zope as a namespace package.Nathan Yergler2006-02-281-1/+7
* Fixed up new project to perform tests as an independent project.Nathan Yergler2006-02-281-0/+1
* Copying i18nmessage to new project.Nathan Yergler2006-02-288-0/+765