On Thu, Mar 13, 2014, at 08:14 PM, Benjamin Peterson wrote:
> I'm releasing six 1.6.0. It has a few more backports and another attempt
> to solve the great lazy proxy module problem suggested by Diana Clark.
This should be "Diana Clarke". Sorry!
--
https://mail.python.org/mailman/listinfo/pytho
Hi all,
I just released the first version (0.1) of BlitzDB, an embeddable,
document-based database written entirely in Python. The software is
open-source and released under the MIT license, the code is available on
Github:
https://github.com/adewes/blitzdb
The documentation is hosted on Re
I'm releasing six 1.6.0. It has a few more backports and another attempt
to solve the great lazy proxy module problem suggested by Diana Clark.
Here's the changelog:
- Raise an AttributeError for every attribute of unimportable modules.
- Issue #56: Make the fake modules six.moves puts into sys.
I am happy to announce the release of Bokeh version 0.4.2!
Bokeh is a Python library for visualizing large and realtime datasets on the
web. Its goal is to provide elegant, concise construction of novel graphics in
the style of Protovis/D3, while delivering high-performance interactivity to
th
It's been nearly a year since the last release, and this one brings
about 30+ fixes--a couple of the big ones include better Unicode
support when capturing output and compatibility with Python 3.4.
Thank you to all those who contributed to this release, and a special
thanks goes to Thomas Kluyver f