summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* It isn't possible to catch an assertion error with python -Oancient-zope3Jeremy Hylton2002-12-201-2/+2
* Refactored ApplicationControl so that the application controller is noJim Fulton2002-12-203-11/+12
* test module cleanups:Barry Warsaw2002-12-201-13/+11
* cleaned-up merge of some code from Bangalore branch, in preparation for intro...Gary Poster2002-12-192-1/+34
* added missing period in docs.Steve Alexander2002-12-171-2/+2
* Removed extraneous imports.Steve Alexander2002-12-171-5/+3
* Merge named-component-configuration-branchMarius Gedminas2002-12-122-7/+16
* Add XXX comment to traverseName for SteveA to act upon.Guido van Rossum2002-12-061-0/+4
* getting Parent and Parents depends on them being wrapped, so we shouldSteve Alexander2002-12-052-5/+21
* Removed the requirement that objects are always context wrapped forSteve Alexander2002-12-052-33/+1
* Changed marker object from [] to object()Steve Alexander2002-11-291-2/+2
* Fixed bug in getPhysicalPathString convenience function.Steve Alexander2002-11-262-7/+28
* Fixed bugs in the locationToTuple and locationToUnicode convenienceSteve Alexander2002-11-262-50/+71
* Removed bare except:Steve Alexander2002-11-111-3/+2
* changed a name[:2]=='@@' to name.startswith('@@')Steve Alexander2002-10-281-2/+2
* Many components now need to generate events. This means that an eventJim Fulton2002-10-044-8/+8
* Stamp out the last uses of Interface.Base.Guido van Rossum2002-08-132-3/+3
* Replace pound sign with \xa3 to avoid warnings about non-ASCIIGuido van Rossum2002-08-051-5/+5
* Simplify test_suite() implementations when there is only one class.Jeremy Hylton2002-07-179-36/+18
* Renamed (changed service type id) if all services with names ending inJim Fulton2002-07-161-3/+0
* Fixed bug in context management when uri segments that produce onlyJim Fulton2002-07-135-8/+104
* Fixed copy-paste bug in the namespace setup for 'item'.Florent Guillaume2002-07-121-1/+1
* Fixed bug in the namespace setup for resources.Jim Fulton2002-07-121-1/+2
* Finally added a configuration directive for registering traversalJim Fulton2002-07-1211-39/+118
* Reimplemented service managers to be package based. Service managersJim Fulton2002-07-1112-87/+289
* Added convenience functions to Zope.App.Traversing to get a canonicalSteve Alexander2002-06-252-1/+104
* Finished implementingJim Fulton2002-06-232-37/+3
* Gary and Jim implemented most of:Jim Fulton2002-06-201-1/+0
* implemented:Jim Fulton2002-06-201-1/+0
* added traverseName convenience function.Steve Alexander2002-06-182-2/+59
* added documentation warning against naively traversing using formSteve Alexander2002-06-181-0/+5
* corrected inappropriate use of "self" as a marker.Steve Alexander2002-06-181-2/+3
* changed foo-meta.zcml in tests to meta.zcmlSteve Alexander2002-06-171-0/+0
* Added a set of convenience functions that you can import fromSteve Alexander2002-06-156-5/+380
* Got icons working, and, along the way:Jim Fulton2002-06-132-3/+46
* Merged Zope-3x-branch into newly forked Zope3 CVS Tree.Jim Fulton2002-06-1022-0/+1210