summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecificationPhilipp von Weitershausen2007-11-101-0/+9
| | | | | | was missing a declaration for __iro__.
* using `__setattr__` instead of `property` speeds up zope start-up time ↵Andreas Zeidler2007-11-011-6/+6
| | | | again, since getting the value for `__bases__` through `__dict__` adds up with almost 200.000 calls; of course, there's some overhead, since `__setattr__` gets called for the other attributes as well, but overall start-up is still faster
* replaced `_flatten` with a non-recursive implementation, effectively making ↵Andreas Zeidler2007-11-011-6/+12
| | | | it 3x faster
* Fixed RsT markupDmitry Vasiliev2007-06-262-26/+28
|
* Fixed some typosDmitry Vasiliev2007-06-263-9/+6
|
* Added russian translation for adapter.txtDmitry Vasiliev2007-06-243-5/+550
|
* Updated translation for README.txtDmitry Vasiliev2007-06-232-2/+111
|
* Fixed ReST markupDmitry Vasiliev2007-06-232-19/+18
|
* Fixed RST title markupDmitry Vasiliev2007-06-191-1/+1
|
* Fixed typosDmitry Vasiliev2007-06-192-8/+8
|
* Fixed bug https://bugs.launchpad.net/zope3/+bug/109980.Jim Fulton2007-05-222-3/+25
| | | | | | | The registry code should always use identity tests to test whether an object is already in the registry so as not to run afoul of custom comparison methods.
* Moving code to satellite.Christian Theune2007-05-0346-0/+11679
|
* make happier eggsFred Drake2006-09-071-1/+7
|
* Removed interface copyJim Fulton2006-03-1145-10372/+1
|
* Fixing my own stupid way of handling testing of the module only.Nathan Yergler2006-02-271-3/+3
|
* Fixing tests to run independent of the rest of zope 3.Nathan Yergler2006-02-272-3/+4
|
* Correcting borked move.Nathan Yergler2006-02-2744-0/+10371