| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification | Philipp von Weitershausen | 2007-11-10 | 1 | -0/+9 | |
| | | | | | | | was missing a declaration for __iro__. | |||||
| * | using `__setattr__` instead of `property` speeds up zope start-up time ↵ | Andreas Zeidler | 2007-11-01 | 1 | -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 Zeidler | 2007-11-01 | 1 | -6/+12 | |
| | | | | | it 3x faster | |||||
| * | Fixed RsT markup | Dmitry Vasiliev | 2007-06-26 | 2 | -26/+28 | |
| | | ||||||
| * | Fixed some typos | Dmitry Vasiliev | 2007-06-26 | 3 | -9/+6 | |
| | | ||||||
| * | Added russian translation for adapter.txt | Dmitry Vasiliev | 2007-06-24 | 3 | -5/+550 | |
| | | ||||||
| * | Updated translation for README.txt | Dmitry Vasiliev | 2007-06-23 | 2 | -2/+111 | |
| | | ||||||
| * | Fixed ReST markup | Dmitry Vasiliev | 2007-06-23 | 2 | -19/+18 | |
| | | ||||||
| * | Fixed RST title markup | Dmitry Vasiliev | 2007-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed typos | Dmitry Vasiliev | 2007-06-19 | 2 | -8/+8 | |
| | | ||||||
| * | Fixed bug https://bugs.launchpad.net/zope3/+bug/109980. | Jim Fulton | 2007-05-22 | 2 | -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 Theune | 2007-05-03 | 46 | -0/+11679 | |
| | | ||||||
| * | make happier eggs | Fred Drake | 2006-09-07 | 1 | -1/+7 | |
| | | ||||||
| * | Removed interface copy | Jim Fulton | 2006-03-11 | 45 | -10372/+1 | |
| | | ||||||
| * | Fixing my own stupid way of handling testing of the module only. | Nathan Yergler | 2006-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | Fixing tests to run independent of the rest of zope 3. | Nathan Yergler | 2006-02-27 | 2 | -3/+4 | |
| | | ||||||
| * | Correcting borked move. | Nathan Yergler | 2006-02-27 | 44 | -0/+10371 | |
