forked from pool/python-BTrees
Accepting request 284525 from home:frispete:python
- version 4.1.1
- 4.1.1 (2014-12-27)
Accomodate long values in pure-Python OLBTrees.
- 4.1.0 (2014-12-26)
Add support for PyPy and PyPy3.
Add support for Python 3.4.
BTree subclasses can define max_leaf_size or max_internal_size to control
maximum sizes for Bucket/Set and BTree/TreeSet nodes. Detect integer overflow
on 32-bit machines correctly under Python 3. Update pure-Python and C trees /
sets to accept explicit None to indicate max / min value for minKey, maxKey.
PR #3) Update pure-Python trees / sets to accept explicit None to indicate
pen ranges for keys, values, items. (PR #3)
OBS-URL: https://build.opensuse.org/request/show/284525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 16:54:20 UTC 2015 - hpj@urpla.net
|
||||
|
||||
- version 4.1.1
|
||||
|
||||
- 4.1.1 (2014-12-27)
|
||||
Accomodate long values in pure-Python OLBTrees.
|
||||
|
||||
- 4.1.0 (2014-12-26)
|
||||
Add support for PyPy and PyPy3.
|
||||
Add support for Python 3.4.
|
||||
BTree subclasses can define max_leaf_size or max_internal_size to control
|
||||
maximum sizes for Bucket/Set and BTree/TreeSet nodes. Detect integer overflow
|
||||
on 32-bit machines correctly under Python 3. Update pure-Python and C trees /
|
||||
sets to accept explicit None to indicate max / min value for minKey, maxKey.
|
||||
PR #3) Update pure-Python trees / sets to accept explicit None to indicate
|
||||
pen ranges for keys, values, items. (PR #3)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 19:21:24 UTC 2013 - hpj@urpla.net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user