summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Config with pure python template (#19)Michael Howitz2023-01-0917-220/+121
* Lint the code.Michael Howitz2022-09-0718-130/+160
* Isort imports.Michael Howitz2022-09-0718-75/+136
* The TODO has been resolved since existing skins are preserved after ++error++...Jason Madden2020-03-311-4/+2
* Use alsoProvides(), not directlyProvides(), since the latter erases all other...consistent-iroJason Madden2020-03-301-23/+41
* Ensure all objects have consistent resolution orders.Jason Madden2020-03-301-1/+1
* Fix deprecation warnings.issue10Jason Madden2018-10-164-11/+20
* Documentation cleanups per review.Jason Madden2017-11-094-28/+66
* Publish docs using Sphinx.rtd-docsJason Madden2017-11-088-228/+384
* Incorporate review feedback.Jason Madden2017-09-222-6/+11
* 100% coverage. Minor whitespace cleanups.py36Jason Madden2017-08-2516-255/+503
* Gracefully handle UnicodeEncodeError on python 2.handle-unicode-gracefullyJason Madden2016-08-043-1/+37
* Silence Py3k unittest deprecation warnings.Tres Seaver2016-04-142-29/+26
* nail the fact that AttributeError raised in a @property decorated method gets...Adam Groszer2013-02-251-0/+28
* Removed zope.container dependency and cleaned up everything for a nextStephan Richter2013-02-216-21/+68
* Remove various testing dependencies, which breaks some circularStephan Richter2013-02-203-35/+90
* Remove test dependency on zope.site. Added gitignore and removed a testStephan Richter2013-02-204-72/+27
* Port to Py3.Albertas Agejevas2013-02-2012-31/+54
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-178-30/+31
* Standard cleanup : Souheil CHELFOUH2011-03-258-25/+60
* cleaned up configure.zcml testThomas Lotze2010-09-191-8/+2
* fixed zcml-related dependenciesThomas Lotze2010-09-193-5/+7
* Fix behavior: now __parent__ is checked first before an ILocationMartijn Faassen2010-07-092-3/+63
* Remove CVS-era Id fossils.Tres Seaver2010-06-0320-40/+0
* Conform to repository policy.Tres Seaver2010-05-0520-20/+20
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's doctest.Tres Seaver2010-04-161-1/+1
* Avoid testing dependencies on zope.securitypolicies and zope.principalregistry.Hanno Schlichting2009-12-291-10/+1
* Removed testing dependency on zope.app.publication.Shane Hathaway2009-12-273-20/+96
* Removed stray test claiming a no longer existing dependency on zope.app.appli...Hanno Schlichting2009-12-161-58/+0
* Refactored functional tests to loose dependency on both zope.app.appsetup and...Hanno Schlichting2009-12-162-14/+38
* Move the TraversingLayer into test_vhosting, as that's the only place where i...Hanno Schlichting2009-12-162-9/+5
* Avoid the zope.app.testing.setup.createSiteManager helper functionHanno Schlichting2009-12-161-6/+6
* Integrated test_skinf into test_publicationtraverseHanno Schlichting2009-12-162-37/+9
* Simplified tests for the browser sub-package by using PlacelessSetup from zop...Hanno Schlichting2009-12-161-5/+4
* Simplified test_dependencies module by using zope.configuration instead of zo...Hanno Schlichting2009-12-162-21/+8
* Removed testing dependency on zope.app.publisher.Hanno Schlichting2009-12-162-4/+4
* Replaced testing dependency on zope.app.security with zope.securitypolicy.Hanno Schlichting2009-12-161-1/+1
* Removed testing dependency on zope.app.zcmlfiles in favor of more explicit de...Hanno Schlichting2009-12-162-10/+35
* Removed duplicated test methodHanno Schlichting2009-12-151-8/+0
* Removed testing dependency on zope.app.component.Hanno Schlichting2009-12-152-10/+12
* Replaced a test dependency on zope.app.zptpage with a dependency on zope.page...Hanno Schlichting2009-12-152-62/+75
* Moved IBeforeTraverseEvent from zope.app.publication into this package, as we...Hanno Schlichting2009-12-151-0/+21
* In zope.traversing.api.getParent(), try to delegate toThomas Lotze2009-09-291-3/+14
* Brought ITraverser back from zope.location where it had been moved to invertThomas Lotze2009-09-247-15/+37
* backed out changes concerning the getParent cleanup which got its feature branchThomas Lotze2009-09-231-1/+10
* Moved the implementation of zope.traversing.api.getParent() toThomas Lotze2009-09-151-10/+1
* Made virtual hosting tests compatible with zope.publisher 3.9. Redirecting to...Hanno Schlichting2009-08-281-32/+32
* AbsoluteURL now implements the fact that __call__ returns the same as __str__Wolfgang Schnerring2009-06-161-2/+4
* Look up the application controller through a utility registrationShane Hathaway2009-05-233-23/+14
* removed unused exception typesShane Hathaway2009-05-231-6/+0