summaryrefslogtreecommitdiff
path: root/src
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-193-67/+54
| | | | | | 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
* 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
| | | | | | 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
* Use C extension in Python 3, and make Python version handle ``default`` the sameissue4Jason Madden2017-05-013-17/+26
| | | | | | | | | | | | 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.
* Removed use of '2to3' and associated fixers when installing under Py3k.Tres Seaver2012-04-061-0/+6
| | | | | | | The code is now in a "compatible subset" which supports Python 2.6, 2.7, and 3.2, including PyPy 1.8 (the version compatible with the 2.7 language spec).
* 100% unit test coverage.Tres Seaver2012-04-061-97/+33
|
* Explicit unittest coverage.Tres Seaver2012-04-062-107/+111
| | | | Drop doctests, whose examples are now part of the narrative docs.
* 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 ↵Chris McDonough2010-08-102-55/+113
| | | | svn+ssh://svn.zope.org/repos/main/zope.i18nmessageid/branches/jython-compat to trunk.
* 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
| | | | | | | Reformatted change log to common formatting style. Update package description and docs a little. Remove old .cfg files for zpkg.
* As 'setuptools' is a dependency 'pkg_resources' will be available always. ↵Baiju Muthukadan2009-03-111-8/+1
| | | | Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html
* 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
| | | | | | | Removed setup.cfg.in, INSTALL.txt, develop.py, CHANGES.txt, test.py, MANIFEST.in andn README.txt because they are no longer needed. The try, except statement in __init__.py was altered.
* 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