summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Repository policy.3.7Tres Seaver2012-06-112-2/+2
|
* Stable 3.7 branch for ZTK 1.1 dev.Tres Seaver2012-03-300-0/+0
|
* Tag 3.7.0 release.3.7.0Tres Seaver2011-08-130-0/+0
|
* Prep 3.7.0 release.Tres Seaver2011-08-132-2/+2
|
* Move changes from 3.6.2 - 3.6.5 to a new 3.7.x release line.Tres Seaver2011-08-132-5/+14
|
* Fix test failure under 'python setup.py test' in new test for '__hash__'.Tres Seaver2011-08-122-0/+5
| | | | | Fixes LP #825249.
* Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``.Tres Seaver2011-08-122-2/+7
|
* svbTres Seaver2011-08-112-1/+6
|
* Prep 3.6.5 release.Tres Seaver2011-08-112-2/+2
|
* Work around buggy behavior in some subclasses of `InterfaceClass``Tres Seaver2011-08-114-8/+65
| | | | | | | | | Some sublcasses invoke '__hash__' before initializing '__module__' and '__name__'. The workaround returns a fixed constant hash in such cases, and issues a UserWarning. Addresses LP #811792.
* Revert r122462 after updating zope.app.interface.Tres Seaver2011-08-112-5/+2
|
* Fix a regression introduced in 3.6.4, that made one zope.app.interface test failGediminas Paulauskas2011-08-042-2/+5
|
* - Fix testing deprecation warnings issued when tested under Py3K.Chris McDonough2011-07-214-70/+90
|
* - Add a tox.ini for easier xplatform testing.Chris McDonough2011-07-152-0/+13
|
* Under PyPy, 'zope.interface' should not build its C extension.Tres Seaver2011-07-052-13/+26
| | | | | | | | | | | PyPy's C extension compatibility layer is known to be slow, and defeats JIT optimization opportunities. Also, prevent attempting to build the extension under Jython, where it is flat impossible. Fixes LP #804832.
* svbTres Seaver2011-07-052-1/+6
|
* Prep 3.6.4 release.Tres Seaver2011-07-052-2/+2
|
* LP 804951: InterfaceClass instances were unhashable under Python 3.x.Tres Seaver2011-07-053-1/+13
|
* svbTres Seaver2011-05-262-1/+6
|
* Prep 3.6.3 release.Tres Seaver2011-05-262-2/+2
|
* Correct comparison of interfaces from different modules but with the same name.Tres Seaver2011-05-264-9/+64
| | | | | Fixes LP #570942.
* svbTres Seaver2011-05-171-1/+1
|
* Prep 3.6.2 release.Tres Seaver2011-05-171-1/+1
|
* Better phrasing.Tres Seaver2011-05-171-2/+2
|
* ReST fix.Tres Seaver2011-05-171-2/+2
|
* Detailed documentation moved out-of-line from PyPI pageTres Seaver2011-05-173-56/+36
| | | | | | | | - Now links to http://docs.zope.org/zope.interface - Garden ReST of README.txt, CHANGES.txt
* Garden changelog.Tres Seaver2011-05-171-1/+4
|
* Fixes for small issues when running tests under Python 3.2 using zope.testrunnerBrian Sutherland2011-04-292-2/+5
|
* Require Distribute on Python 3.Lennart Regebro2011-03-162-2/+5
|
* Works with 2.7 and 3.2 as well.Lennart Regebro2011-03-141-0/+3
|
* Specify return value type for C optimizations module init under Python 3.Tres Seaver2010-11-152-6/+4
| | | | | | | | | | | Undeclared value caused warnings, and segfaults on some 64 bit architectures. Also, remove redundant conditional define of PyMODINIT_FUNC: it is present in 'pyport.h' on all Python versions we care about, and the conditional version here was wrong for Python 3. Fixes LP # 675064.
* Wrap long line.Tres Seaver2010-11-151-2/+2
|
* Remove CVS-era Id fossils.Tres Seaver2010-06-0333-68/+2
|
* Back to development: 3.6.2Lennart Regebro2010-05-032-1/+7
|
* Preparing release 3.6.1Lennart Regebro2010-05-032-2/+2
|
* Updated changes.Lennart Regebro2010-05-021-0/+9
|
* Having non-ascii text in the description wasn't a good idea for Python 3, ↵Lennart Regebro2010-05-021-1/+1
| | | | which will try to decoded it according to default encodding, which may vary. We could make the encoding explicit, but that would have to be Python 2 compatible and not pretty, and much work for just one character.
* Fix compiler warnings under GCC 4.3.3.Tres Seaver2010-05-021-2/+2
|
* fix formatting so it outputs correctly with ReSTKevin Teague2010-04-291-2/+3
|
* Back to development.Lennart Regebro2010-04-291-1/+1
|
* Preparing for release.Lennart Regebro2010-04-292-2/+2
|
* Hey, we should have classifiers, to tag it as being Python 3 compatible.Lennart Regebro2010-04-191-0/+11
|
* Clear the cache used by ``Specificaton.get`` inside ``Specification.changed``.Tres Seaver2010-04-133-0/+33
| | | | | | | Fixes LP #185974: Thanks to Jacob Holm for the patch.
* Scrub trailing ws, use canonical suite-generation form.Tres Seaver2010-04-131-23/+17
|
* Cleaning up imports, mostly in tests, some duplicates created by my merge. ↵Lennart Regebro2010-04-119-31/+22
| | | | Pyflakes is happier now, but we do a lot of things that confuses it.
* Merge of regebro-python3 branch, adding Python 3.1 compatibility\!Lennart Regebro2010-04-0923-249/+502
|
* Ignore derived.Tres Seaver2010-04-061-0/+8
|
* Comply with repository policy.Tres Seaver2010-04-0638-37/+82
|
* Fixed typoVincent Fretin2010-01-021-1/+1
|
* Use the standard Python doctest module instead of zope.testing.doctest, whichFabio Tranchitella2009-12-238-15/+18
| | | | | has been deprecated.