Releases: brython-dev/brython
Releases · brython-dev/brython
Brython-3.0.1
This is mostly a bugfix release
Brython-3.0.0rc0
The main change is a strict separation of Javascript and Brython namespace.
Names defined in the global Javascript namespace are no longer available in
the Brython namespace : they must be referenced by
from browser import window
brython_obj = window.javascript_obj
This is achieved by managing all the names in the Brython code as attributes
of block-specific objects
Brython-3.0.0
Final release of Brython 3.0.0
Brython-2.2.1
Change Github site to brython-dev/brython
Brython-2.2.0
First release on Github - Focus on speed improvement