Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joshua
zodb
Commits
a296d503
Commit
a296d503
authored
Apr 25, 2007
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add version markers to BTrees changes in NEWS. reinstate first bullet of BTrees changes.
parent
6834852e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
NEWS.txt
NEWS.txt
+16
-10
No files found.
NEWS.txt
View file @
a296d503
...
...
@@ -52,17 +52,23 @@ Blobs
BTrees
------
- Normalize names in modules so that BTrees, Buckets, Sets, and TreeSets can
all be accessed with those names in the modules (e.g.,
- (3.8a1) Added support for 64-bit integer BTrees as separate types.
(For now, we're retaining compile-time support for making the regular
integer BTrees 64-bit.)
- (3.8a1) Normalize names in modules so that BTrees, Buckets, Sets, and
TreeSets can all be accessed with those names in the modules (e.g.,
BTrees.IOBTree.BTree). This is in addition to the older names (e.g.,
BTrees.IOBTree.IOBTree). This allows easier drop-in replacement, which
can
especially be simplify code for packages that want to support both 32-bit and
64-bit BTrees.
BTrees.IOBTree.IOBTree). This allows easier drop-in replacement, which
can especially be simplify code for packages that want to support both
32-bit and
64-bit BTrees.
-
Describe the interfaces for each module and actually declare the interfaces
for each.
-
(3.8a1) Describe the interfaces for each module and actually declare
the interfaces
for each.
-
Fix module references so klass.__module__ points to the Python wrapper
module, not the C extension.
-
(3.8a1) Fix module references so klass.__module__ points to the Python
wrapper
module, not the C extension.
- introduce module families, to group all 32-bit and all 64-bit modules.
- (3.8a1) introduce module families, to group all 32-bit and all 64-bit
modules.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment