You cannot post messages because only members can post, and you are not currently a member.
Description:
A mailing list supporting Python modules from boodebr.org
|
|
|
boodebr 1.3.0 released
|
| |
This is a major feature release:
* Added multithread/multiprocess locking semantics,
boodebr.util.locking
* Updated boodebr.config to use file locking.
* makeGUID() can be called with no args
* New module boodebr.util.modules
* Fixes in boodebr.sql to enhance stability under high load... more »
|
|
boodebr 1.2.0 released
|
| |
This is a minor feature release with a few bugfixes as well.
* boodebr.gui
o Redid stock images as SVG.
o Embed stock images via img2py for easier use with py2exe.
o Synced fixed_colsorter.py with wxPython 2.8.7.1
* boodebr.ion: Added support for pickling of complex numbers.... more »
|
|
boodebr 1.1 released
|
| |
This release adds several table-altering methods to sqliteQ. These
routines provide replacements for functionality that is missing from
SQLite's native ALTER TABLE implementation. This functionality is
already available in boodebr.sql.sqlite_util but has now be brought up
to the sqliteQ layer.... more »
|
|
boodebr 1.0 released
|
| |
A new version of the boodebr library is now available. I've marked it
as 1.0 to indicate that the APIs should be stable for a while now.
Changes in the release:
* boodebr.sql.sqliteQ
* New module for sharing SQLite connections across multiple
threads.
* boodebr.util.guid
* A simple module for creating unique identifiers.... more »
|
|
boodebr (library) 0.9.0 released
|
| |
A new version of the boodebr (Python) library is now available.
Changes in this release:
boodebr.ion:
* An object can define __ionize__() if it just wants to flatten
itself for pickling and doesn't care about being rebuilt in
deionize().
* ionize() now takes flatten_only parameter which strips out any... more »
|
|
boodebr (library) 0.8.1 released
|
| |
The boodebr library is a collection of several Python modules from boodebr.org boodebr.ion: A serializer that implements the JSON/RFC 4627 object model, but can read/write XML as well as JSON streams. It provides a common API (internal and external); changing from XML to JSON (or vice versa) requires only a single parameter change. boodebr.ion implements true... more »
|
No more topics in this group.
|
|