summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved the publicationtraverse module from zope.app.publication and added tests.Shane Hathaway2009-05-232-0/+312
* remove unnecessary and misleading i18n_domainGary Poster2009-04-021-2/+1
* zcml now only depends on zope.component meta, not zope.app.componentGary Poster2009-04-023-33/+88
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-7/+1
* Use applySkin from new location zope.publisher.skinnableRoger Ineichen2009-03-101-1/+1
* Use IAbsoluteURL lookup instead of absolute_url view in the AbsoluteURL recur...Dan Korostelev2009-03-051-2/+2
* The RootPhysicallyLocatable is back now. Make the BBB import point to proper ...Dan Korostelev2009-02-034-7/+15
* * Use direct imports from zope.location.Dan Korostelev2009-02-0212-146/+77
* Eliminated two imports that zope.traversing tests made againstBrandon Rhodes2009-01-302-2/+2
* use zope.container instead of zope.app.container (and declare it in the first...Wolfgang Schnerring2009-01-295-5/+5