summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updated Travis YAML.Stephan Richter2013-03-041-3/+5
* Updated Travis YAML.Stephan Richter2013-03-041-2/+2
* Updated Travis YAML.Stephan Richter2013-03-041-0/+11
* Back to development: 4.0.6Albertas Agejevas2013-02-282-1/+7
* Preparing release 4.0.54.0.5Albertas Agejevas2013-02-282-2/+2
* Update changelog.Albertas Agejevas2013-02-281-1/+2
* Fixed a verifyClass false positive with a decorated method.Albertas Agejevas2013-02-282-0/+27
* Back to development: 4.0.5Stephan Richter2013-02-212-1/+7
* Preparing release 4.0.44.0.4Stephan Richter2013-02-212-2/+2
* - Fixed a bug that was revealed by porting zope.traversing. During a loop, theStephan Richter2013-02-212-2/+3
* Nest into Github.Tres Seaver2013-01-116-106/+12
* Ignore derived.Tres Seaver2013-01-071-0/+16
* svbTres Seaver2012-12-312-1/+6
* Prep 4.0.3 release.Tres Seaver2012-12-312-3/+3
* Add 'Framework :: Zope3' classifier.Tres Seaver2012-12-311-0/+1
* Normalize Python classifiers.Tres Seaver2012-12-311-0/+2
* svbTres Seaver2012-11-212-1/+6
* Prep 4.0.2 release.Tres Seaver2012-11-212-2/+2
* Note support for Python 3.3.Tres Seaver2012-11-213-1/+4
* - LP #1055223: Fix test which depended on dictionary order and failed randomlyBrian Sutherland2012-09-282-2/+5
* Typo + note docs built by full tox run.Tres Seaver2012-06-291-3/+4
* Document running tests / building docs via tox.Tres Seaver2012-06-271-0/+81
* Run Sphinx commands directly, rather than via 'make'.Tres Seaver2012-06-271-12/+6
* Fix docs version.Tres Seaver2012-06-271-2/+2
* Restore ability to install the package in the absence of 'setuptools'.Tres Seaver2012-06-202-1/+2
* Repository policy.Tres Seaver2012-06-182-2/+2
* Add classifiers for CPython, PyPy.Tres Seaver2012-06-041-0/+2
* svbTres Seaver2012-05-222-1/+6
* Prep 4.0.1 release.Tres Seaver2012-05-222-2/+2
* Drop explicit DeprecationWarnings for "class advice" APISTres Seaver2012-05-223-29/+13
* svbTres Seaver2012-05-162-1/+6
* Prep 4.0.0 release.Tres Seaver2012-05-162-3/+3
* Automate build of Sphinx HTML docs and running doctest snippets via tox.Tres Seaver2012-05-092-1/+13
* Ignore more artifacts.Tres Seaver2012-04-171-0/+2
* Merge tseaver-no_2to3 branch.Tres Seaver2012-04-1732-1547/+2574
|\
| * Tox doesn't need zope.fixers under 3.2.Tres Seaver2012-04-061-1/+0
| * further simplify some attribute lookupsFred Drake2012-04-063-4/+4
| * Drop unneeded compatibility shims for method / function attributes.Tres Seaver2012-04-064-18/+5
| * Deprecated the "class advice" APIs from ``zope.interface.declarations``.Tres Seaver2012-04-063-47/+104
| * Improve the error raised by the class advice APIs when invoked under Py3k.Tres Seaver2012-04-061-3/+14
| * Re-silence Py3k whines.Tres Seaver2012-04-061-31/+44
| * Close Py3k coverage gap to absolute minimum.Tres Seaver2012-04-066-36/+206
| * Coverage under Py3k.Tres Seaver2012-04-062-6/+3
| * 100% coverage under Python 2.x.Tres Seaver2012-04-061-0/+67
| * Fix up snippets to run in Sphinx context.Tres Seaver2012-04-066-281/+613
| * Move commented-out doctest snippets into API docs as real snippets.Tres Seaver2012-04-064-712/+1022
| * Include repoze.sphinx.autointerface for building docs.Tres Seaver2012-04-061-1/+9
| * Add page for API docs.Tres Seaver2012-04-062-0/+20
| * Include repoze.sphinx.autointerface for building docs.Tres Seaver2012-04-061-1/+1
| * Ensure that all doctest blocks get recognized by Sphinx.Tres Seaver2012-04-063-7/+11