August 2005 Archives by subject
Starting: Mon Aug 1 16:02:24 EST 2005
Ending: Wed Aug 31 22:32:44 EST 2005
Messages: 120
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/Interfaces.py
Added pop method to IDictionaryIsh interface.
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/tests/testBTrees.py
added more tests
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/tests/testBTrees.py
more tests
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/
Added setdefault method implementation and basic unit tests.
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/
BTree_setdefault(): Rewrote to look more like Python's
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/
Changed setdefault to require both arguments (Python's
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/
Implement setdefault() for buckets.
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/BTreeTemplate.c
Call _BTree_set directly to set item, thus 1 function call less.
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/BTreeTemplate.c
Modified setdefault docstring to use 'd' variable to denote default.
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/alienoid-btrees_setdefault/src/BTrees/Interfaces.py
Added setdefault to IDictionaryIsh interface.
Ruslan Spivak
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/
Ordering before commit subscribers branch.
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/
This branch has been merged into ZODB trunk.
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
- beforeCommitOrdered() -> addBeforeCommitHook()
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Deprecate beforeCommitHook().
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Implements the ordering of before commit subscribers :
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Raise an exception if the value given as a parameter for the
order is not an integer type
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Rename the order and hook arguments to __order and __argument
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Repair commit hook interfaces to reflect changes in
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/_transaction.py
Add comment
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/_transaction.py
Implement the sort and insert using bisect.insort()
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/_transaction.py
Line up underline in a comment.
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/_transaction.py
Repaired another commit-hook comment.
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/_transaction.py
Simplification
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/_transaction.py
Use builtin instead of types
Julien Anguenot
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py
Removed unnecessary XXX comment.
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py
test_addBeforeCommitHook(): remove unused cruft.
Tim Peters
- [Zodb-checkins]
SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py
There were no non-trivial tests of addBeforeCommitHook.
Tim Peters
- [Zodb-checkins] CVS: Packages/ZEO/zrpc - trigger.py:1.14.20.2
Tim Peters
- [Zodb-checkins] CVS: Packages/ZODB - utils.py:1.17.4.5
Tim Peters
- [Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.91
Tim Peters
- [Zodb-checkins] SVN:
ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Implements the ordering of before commit subscribers :
Tim Peters
- [Zodb-checkins] SVN:
ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/
Implements the ordering of before commit subscribers :
Julien Anguenot
- [Zodb-checkins] SVN: zdaemon/trunk/SETUP.cfg Use native line end.
Tim Peters
- [Zodb-checkins] SVN: zdaemon/trunk/tests/testzdrun.py The testUmask
test fails when the process is run as root. When failing for
Derrick Hudson
- [Zodb-checkins] SVN: zdaemon/trunk/zdoptions.py Massive style
cleanup: Move to new raise exception style; for motivation, see:
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/ remove test branch/tag now that they're
not needed anymore
Philipp von Weitershausen
- [Zodb-checkins] SVN: ZODB/branches/3.3/src/ZEO/mkzeoinst.py Include
INSTANCE_HOME in the runzeo and zeoctl startup scripts from
the get-go;
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/branches/3.4.1/ Removed idiot branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4.1/ Take a stab at 3.4.1
final.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ An internal 3.4.1b2 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ An internal 3.4.1b3 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ An internal 3.4.1b4 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ An internal 3.4.1b5 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Code and new test to ensure
that making a savepoint triggers cache gc.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Gave PersistentMapping an
__iter__ method.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Merge r37707 from the trunk:
Philipp von Weitershausen
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Merge rev 38114 from trunk.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Part of Collector 1860 (the
other part is in Zope).
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Plug leaks in the ZEO
client cache.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Take a stab at 3.4.1 final.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Worm around suspected
Windows socket bug in Windows trigger code.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/src/ZEO/ More on collector
1847 (ZEO cache tracing).
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/src/ZEO/mkzeoinst.py Include
INSTANCE_HOME in the runzeo and zeoctl startup scripts from
the get-go;
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/branches/3.4/src/ZEO/zrpc/trigger.py
Needs to import errno now.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/src/ZODB/interfaces.py
Comment out the undocumented method definitions in the
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/src/zope/ Merge Fred's rev
37786 from ZODB trunk.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ Make a 3.5 branch from the
3.5.0a7 tag, because
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ Merge rev 38051 from 3.4
branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ This can't build using zpkg
trunk anymore; use a tag instead.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ Version number changes,
to call this 3.5.0.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/README.txt We don't use
Win2000 for development.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/ Making
branch for pop method in btrees
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/
Added pop method implementation.
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/B
a bit simpler code.
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/B
Added small comment to show that 'set' operation is actually
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/B
Changed doc strings a bit.
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/B
more cleanup and added comment about `nonzero` parameter.
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/src/BTrees/B
more comments
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_setdefault/
Making branch for setdefault method in btrees
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_setdefault/ This
branch was merged into the trunk, for ZODB 3.5.
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/philikon-zeo-scripts/ make a
branch for some small experimental work
Philipp von Weitershausen
- [Zodb-checkins] SVN: ZODB/branches/philikon-zeo-scripts/ move
things around so that zeo scripts are installed for
Philipp von Weitershausen
- [Zodb-checkins] SVN: ZODB/tags/3.4.1/ Take a stab at 3.4.1 final.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.4.1b2/ An internal 3.4.1b2 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.4.1b3/ An internal 3.4.1b3 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.4.1b4/ An internal 3.4.1b4 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.4.1b5/ An internal 3.4.1b5 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.0a6/ An internal 3.5.0a6 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.0a7/ An internal 3.5a7 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.0a8/ An internal 3.5.0a8 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/philikon-zeo-scripts/ Tag my work on
ZEO scripts so I have a URL to point zpkg at for testing.
Philipp von Weitershausen
- [Zodb-checkins] SVN: ZODB/trunk/ - specify what should be packaged
by default
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/ - switch to the zpkg trunk,
and drop the code to walk the sources looking
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/ Added delayed news about
development changes, and
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.5.0a6 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.5a7 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.5a8 release.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Collector 1873.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ make sure we use the released zpkg
for ZODB
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/ Merge rev 37631 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge rev 37713 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge rev 37777 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge rev 38051 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge rev 38076 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge the
alienoid-btrees_setdefault branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge the philikon-zeo-scripts
branch:
Philipp von Weitershausen
- [Zodb-checkins] SVN: ZODB/trunk/ Move to a zpkg-based setup:
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/ re-arrange the build support
structures to ease migration to the revised
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/ Teach release.py how to change the
version # in setup.py again.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Use native line ends in assorted
zpkg files.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/buildsupport/zpkg-support.pth make
ZConfig available to the zpkg build support
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/DEPENDENCIES.cfg remove package
that is no longer part of ZODB
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Merge 3.4.1b2 news.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Merge news from 3.4.1.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Merge news from 3.4.1b5.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Merge some news from the
3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Note that the Persistence
package has moved out of ZODB.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Repaired typo.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/setup.py fix paths now that my
checkout has been cleaned up
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/setup.py move to the more dynamic
use of zpkg being used for Zope 3
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/src/ Massive style cleanup: Move to
new raise exception style; for motivation, see:
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/trunk/src/ move to ZConfig 2.3.1
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/trunk/src/Persistence/ Move the
Persistence package, from ZODB trunk to Zope trunk.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/scripts/mkzeoinst.py Merge rev
37886 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/transaction/ Merge
anguenot-ordering-beforecommitsubscribers branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Merge rev 37790 from 3.4
branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/DebugServer.py Add missing
import and change exception raising style.
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/trigger.py Merge rev
37634 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Merge rev
38093 from 3.4 branch.
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/zope/ add missing packaging
files
Fred L. Drake, Jr.
Last message date:
Wed Aug 31 22:32:44 EST 2005
Archived on: Wed Aug 31 22:32:44 EST 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).