summaryrefslogtreecommitdiff
path: root/src/zope/location/traversing.py
Commit message (Expand)AuthorAgeFilesLines
* Add Python 3.6 and drop Python 3.3py36Jason Madden2017-07-311-7/+5
* Typo.Tres Seaver2012-06-071-1/+1
* Add Python 3.2 support.Tres Seaver2012-06-071-4/+5
* Make 'zope.component' dependency optional.Tres Seaver2012-06-071-7/+1
* 100% unit test coverage.Tres Seaver2012-06-071-13/+13
* Moved doctest examples to Sphinx API reference.Tres Seaver2012-06-071-229/+12
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-4/+4
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* import ISite from zope.component nowThomas Lotze2009-11-181-4/+6
* Added getParent() to ILocationInfo and moved the actual implementation hereThomas Lotze2009-09-291-0/+45
* backed out changes concerning the getParent cleanup which got its feature branchThomas Lotze2009-09-231-45/+0
* Added getParent() to ILocationInfo and moved the actual implementation hereThomas Lotze2009-09-151-0/+45
* Remove unused import.Dan Korostelev2009-02-081-2/+1
* Split RootPhysicallyLocatable back from LocationPhysicallyLocatable. The IRoo...Dan Korostelev2009-02-031-14/+83
* * Add ``getParents`` method to the ILocationInfo (it's actually used by zope....Dan Korostelev2009-02-021-6/+50
* - Reverse the dependency between zope.location and zope.traversing. ThisChristian Theune2009-01-291-15/+42
* - moved IPossibleSite and ISite from zope.app.component to zope.locationThomas Lotze2007-08-221-2/+1
* Moving code to satellite.Christian Theune2007-05-031-0/+193