]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rework setup.py script to work with:
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 17:22:33 +0000 (13:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 17:22:33 +0000 (13:22 -0400)
commitfcded554dfbb102ee6c34982e3449592718ba921
treee0c93423479ddead8a0bd1ee9273809573068979
parent4f6f0edd7843939c055bcfb7c2ff47ae7eec58f8
- rework setup.py script to work with:
   - Python 3
   - Python 3 builds if Distribute isn't installed
- rework install documentation again
- raise if doc build with mako < 0.4.1
- Python 3.1 builds force doctest parse but then fails due to distribute bug,
  so remove usage of backslash \\ in hybrid.py docstring
- put in the latest ez_setup.py
doc/build/builder/builders.py
doc/build/intro.rst
ez_setup.py
lib/sqlalchemy/ext/hybrid.py
setup.py