lp://staging/~stevem-gnulinux/storm/pep8
Updates to make the source more inline with PEP8.
- Get this branch:
- bzr branch lp://staging/~stevem-gnulinux/storm/pep8
Branch merges
Recent revisions
- 284. By Thomas Herve
-
Merge make-clean [r=jkakar,niemeyer] [f=300024]
Add the "clean" target to the Makefile, removing built files, pyc, bzr copies.
- 282. By Gustavo Niemeyer
-
Merged is-empty-support branch [r=jkakar,
salgado, jamesh] This adds the ResultSet.
is_empty( ) method, which returns True when
the ResultSet represents an empty set (surprise!). - 281. By James Henstridge
-
Add Reference.__ne__() method. [r=niemeyer,
jkakar] [f=244768] This fixes inequality comparisons against references in find
expressions. - 278. By James Henstridge
-
Only join the global transaction when a store is used.
Previously, Storm was using a synchronizer to join each new transaction
when it started. Now the store is only joined to the transaction when
it is used, which means a store won't be involved in transaction
commit if it wasn't used and is closer to how zope.rdb does things.
[r=therve,jkakar] [f=230977] - 277. By Jamu Kakar
-
Merged custom-store-cache [r=niemeyer,radix]
This branch is a minor update to the previous one. Instead of
taking a cache size, a cache instance can be passed to Store. This
allows greater control of caching behaviour. - 276. By Jamu Kakar
-
Merged variable_cache_size [r=jamesh,jkakar] [a=lightyear] [f=257267]
Store's constructor takes an optional cache_size keyword argument
representing the maximum number of objects to keep alive in the
cache at any time. The default is 100, the same as it was before.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)