summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Isort and autopep8 the code.Michael Howitz2022-11-2911-34/+93
* Add Python 3.6 and drop Python 3.3py36Jason Madden2017-07-318-128/+71
* Fix typos in comment.Niels Bom2014-10-271-2/+2
* - Changed the behavior of ``LocationProxy``'s ``__setattr__()`` to correctlyStephan Richter2013-03-112-2/+48
* Typo.Tres Seaver2012-06-071-1/+1
* Removed backward-compatibility imports:Tres Seaver2012-06-072-13/+0
* Add Python 3.2 support.Tres Seaver2012-06-072-49/+55
* Make 'zope.component' dependency optional.Tres Seaver2012-06-077-26/+40
* More tweaks for pure-Python edge cases.Tres Seaver2012-06-072-4/+31
* Rename to indicate current purpose.Tres Seaver2012-06-071-0/+0
* Convert last remaining doctest.Tres Seaver2012-06-072-26/+22
* Add support for PyPy.Tres Seaver2012-06-071-1/+14
* Prep for Py3k compatibility.Tres Seaver2012-06-072-12/+39
* Add missing tests files.Tres Seaver2012-06-073-0/+720
* 100% unit test coverage.Tres Seaver2012-06-071-13/+13
* Moar coverage.Tres Seaver2012-06-071-5/+3
* Moar coverage.Tres Seaver2012-06-071-21/+16
* Coverage.Tres Seaver2012-06-072-3/+2
* Moved doctest examples to Sphinx API reference.Tres Seaver2012-06-073-234/+14
* Move narrative doctest file into Sphinx docs.Tres Seaver2012-06-071-191/+0
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-174-12/+12
* actually made the zcml test conditional on whether zope.configuration is avai...Thomas Lotze2010-09-191-2/+10
* Added zcml and test extras as well as a test for configure.zcml.Thomas Lotze2010-09-193-0/+17
* Remove CVS-era Id fossils.Tres Seaver2010-06-036-12/+0
* Conform to repository policy.Tres Seaver2010-05-056-6/+6
* Moved LocationCopyHook related tests to zope.copy and remove a test dependenc...Hanno Schlichting2009-12-292-32/+0
* Use ISO format in dates, the american format is highly ambigious.Hanno Schlichting2009-12-291-2/+2
* Fixed a typo in the configure.zcml.Fabio Tranchitella2009-12-231-1/+1
* - Removed dependency on zope.copy: the LocationCopyHook adapter is registeredFabio Tranchitella2009-12-233-9/+15
* Adjusted to testing output caused by new zope.schema.Hanno Schlichting2009-12-221-1/+1
* fixed unit tests, zope.testing 3.8.4 broke themFabio Tranchitella2009-12-221-3/+2
* import ISite from zope.component nowThomas Lotze2009-11-181-4/+6
* moved ISite and IPossibleSite to zope.component as they aren't about location...Thomas Lotze2009-11-181-19/+3
* Added getParent() to ILocationInfo and moved the actual implementation hereThomas Lotze2009-09-292-0/+54
* Moved ITraverser back to zope.traversing where it belongs conceptually. TheThomas Lotze2009-09-242-41/+0
* backed out changes concerning the getParent cleanup which got its feature branchThomas Lotze2009-09-232-54/+0
* cleaned up importsThomas Lotze2009-09-171-2/+1
* added back two BBB imports due to doubts about breaking third-party codeThomas Lotze2009-09-171-0/+10
* Actually removed deprecated code from zope.location.pickling.Thomas Lotze2009-09-171-99/+0
* Added getParent() to ILocationInfo and moved the actual implementation hereThomas Lotze2009-09-152-0/+54
* Removed dependency on zope.deferredimport.Fabio Tranchitella2009-08-271-18/+17
* - Add ``IContained`` interface to ``zope.location.interfaces`` module.Chris McDonough2009-05-171-0/+7
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Remove unused import.Dan Korostelev2009-02-081-2/+1
* Provide ICopyHook adapter for zope.copy, deprecate locationCopy and CopyPersi...Dan Korostelev2009-02-082-136/+66
* Split RootPhysicallyLocatable back from LocationPhysicallyLocatable. The IRoo...Dan Korostelev2009-02-032-14/+84
* * Add ``getParents`` method to the ILocationInfo (it's actually used by zope....Dan Korostelev2009-02-024-124/+222
* Make compatible with upcoming release of zope.schema 3.5.1Christian Theune2009-01-301-1/+1
* - Reverse the dependency between zope.location and zope.traversing. ThisChristian Theune2009-01-299-89/+198
* remove spurious blank lineFred Drake2008-07-111-1/+0