summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update changelogdont_cache_lookup_failurestschorr2017-05-041-2/+3
|
* add test; fix c optimizationstschorr2017-05-042-7/+23
|
* do not cache lookup failurestschorr2017-05-042-74/+81
|
* Merge pull request #79 from zopefoundation/travis-36Tres Seaver2017-05-0410-12/+178
|\ | | | | Added Travis, appveyor, and tox for 3.6 branch.
| * Added Travis, appveyor, tox, manylinux for 3.6 branch.travis-36Maurits van Rees2017-04-2210-12/+178
|/ | | | | | | | | | | | | Copied from master branch, but removed the Python 3 stuff, which is unsupported on the 3.6 branch. Well, 3.1 seems supported, but that is very old, and on 3.3 I got errors locally. Also removed 'docs' from the tox envs, as that proved tricky to get to work, and has changed much. Removed 'TODO_test_classProvides_fails_for_odd_class' test method, which would always fail but be ignored due to its name, except that the coverage tests would *not* ignore it, leading to a failure.
* Repository policy.Tres Seaver2012-06-112-2/+2
|
* vbHanno Schlichting2011-08-202-1/+5
|
* Prepare zope.interface 3.6.7.Hanno Schlichting2011-08-202-4/+4
|
* Work around sporadic x86-64 test failures.Tres Seaver2011-08-181-0/+3
|
* Work around sporadic x86-64 test failures.Tres Seaver2011-08-181-0/+10
|
* svgTres Seaver2011-08-132-3/+4
|
* Prep 3.6.6 release.Tres Seaver2011-08-132-2/+2
|
* Correctly compare interfaces from different modules but with the same names.Tres Seaver2011-08-134-4/+47
| | | | | | | | | Fixes LP #570942. N.B.: This is a less intrusive / destabilizing fix than the one applied in 3.6.3: we only fix the underlying cmp-alike function, rather than adding the other "rich comparison" functions.
* Note reversion against recent release history.Tres Seaver2011-08-131-42/+71
|
* Create 3.6 branch for stable-only changes.Tres Seaver2011-08-130-0/+0
|
* Tagging 3.6.13.6.1Lennart Regebro2010-05-030-0/+0
|
* 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.
* Fixed unit tests replacing zope.testing.doctestunit with doctest: it has beenFabio Tranchitella2009-12-224-6/+6
| | | | | deprecated.
* Fix typo.Martijn Faassen2009-12-181-1/+1
|
* Revert incorrect copyright header update.Christian Theune2009-12-1736-36/+36
|
* Cleanups: make pyflakes happy.Tres Seaver2009-12-171-13/+20
|
* Clean out module-scope imports of MUT, other cruft.Tres Seaver2009-12-171-78/+127
|
* Back to development: 3.5.4devThomas Lotze2009-12-082-1/+7
|
* Preparing release 3.5.3Thomas Lotze2009-12-082-2/+2
|
* Fix an edge case: make providedBy() work when a class has '__provides__' inWolfgang Schnerring2009-12-084-3/+23
| | | | | its __slots__ (see http://thread.gmane.org/gmane.comp.web.zope.devel/22490)
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-0236-36/+36
|
* clean up some comments and some whitespaceGary Poster2009-10-312-45/+41
|
* revert accidental checkin that should have been on a branchWolfgang Schnerring2009-09-126-683/+0
|
* copy fixers pertaining to zope.interface into the zope.interface treeWolfgang Schnerring2009-09-126-0/+683
|
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
|
* bump version for developmentFred Drake2009-07-012-1/+8
|
* - set 3.5.2 release dateFred Drake2009-07-011-2/+2
| | | | | - correct 3.5.1 release date
* clean up registry structures to avoid unecessary references to globalFred Drake2009-06-303-6/+102
| | | | | | objects; this makes it easier for those objects to be removed from apps once relevant registrations are removed
* Note reusability.Martijn Faassen2009-05-131-0/+3
|
* Confusion.Chris McDonough2009-04-231-0/+9
|