| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - The C extensions are ported to Python 3 and will build under | Mike Bayer | 2013-07-26 | 1 | -1/+1 |
| | | | | | any supported CPython 2 or 3 environment. [ticket:2161] | ||||
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | actual mock objects from the mock library. I'd like to use mock for new tests so we might as well use it in obvious places. - use unittest.mock in py3.3 - changelog - add a note to README.unittests - add tests_require in setup.py - have tests import from sqlalchemy.testing.mock - apply usage of mock to one of the event tests. we can be using this approach all over the place. | ||||
| * | don't need 2to3 | Mike Bayer | 2013-04-28 | 1 | -52/+20 |
| | | |||||
| * | - revert mistaken checkin | Mike Bayer | 2013-02-06 | 1 | -1/+1 |
| | | |||||
| * | - need autoincrement here | Mike Bayer | 2013-02-06 | 1 | -1/+1 |
| | | |||||
| * | - revert the "basedir" thing - running setup.py from the currdir is ↵ | Mike Bayer | 2012-09-29 | 1 | -10/+4 |
| | | | | | | | unfortunately part of the distutils docs (http://docs.python.org/install/index.html#platform-variations) | ||||
| * | - enhance setup.py to support being run from outside the current directory. ↵ | Mike Bayer | 2012-09-29 | 1 | -14/+20 |
| | | | | | | | hopefully there's no gotchas with this on other platforms. | ||||
| * | - add new C extension "utils", so far includes distill_params | Mike Bayer | 2012-08-07 | 1 | -1/+3 |
| | | | | | | - repair test_processors which wasn't hitting the python functions - add another suite to test_processors that does distill_params | ||||
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -3/+3 |
| | | |||||
| * | unmonkeypatch the 2to3 preprocessor so we don't disturb subsequent runs | Philip Jenvey | 2012-03-02 | 1 | -7/+21 |
| | | | | | | patch from mcdonc fixes #2421 | ||||
| * | modernize the README | Mike Bayer | 2012-01-26 | 1 | -126/+9 |
| | | |||||
| * | add supported implementations | Mike Bayer | 2011-12-03 | 1 | -0/+3 |
| | | |||||
| * | - Added a workaround for Python bug 7511 where | Mike Bayer | 2011-06-05 | 1 | -5/+7 |
| | | | | | | | failure of C extension build does not raise an appropriate exception on Windows 64 bit + VC express [ticket:2184] | ||||
| * | this will also move back to prod/stable | Mike Bayer | 2011-05-20 | 1 | -1/+1 |
| | | |||||
| * | might as well explicitly disable the cext on Jython too | Philip Jenvey | 2011-04-22 | 1 | -1/+2 |
| | | |||||
| * | - rework setup.py script to work with: | Mike Bayer | 2011-04-17 | 1 | -32/+61 |
| | | | | | | | | | | | - 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 | ||||
| * | explicitly disable the cextension on Python 3 until it's updated for it | Philip Jenvey | 2011-04-13 | 1 | -2/+4 |
| | | |||||
| * | enable the cextension by default, falling back to pure python when the | Philip Jenvey | 2011-04-13 | 1 | -162/+211 |
| | | | | | | extension fails to compile fixes #2129 | ||||
| * | minor cleanup | Philip Jenvey | 2011-04-13 | 1 | -40/+33 |
| | | |||||
| * | 0.7 will be beta classifier to start | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
| | | |||||
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| | | |||||
| * | - set sqla_nose as the setup.py test runner - works ! | Mike Bayer | 2010-11-16 | 1 | -5/+1 |
| | | |||||
| * | first step of [ticket:1949], remove the setuptools aspect | Mike Bayer | 2010-11-15 | 1 | -6/+1 |
| | | | | | of the plugin, move it to test/bootstrap | ||||
| * | - the NoseSQLAlchemyPlugin has been moved to a | Mike Bayer | 2010-10-17 | 1 | -6/+6 |
| | | | | | | | | | | | new package "sqlalchemy_nose" which installs along with "sqlalchemy". This so that the "nosetests" script works as always but also allows the --with-coverage option to turn on coverage before SQLAlchemy modules are imported, allowing coverage to work correctly. - added some new ignores | ||||
| * | hey lets pep-8 the setup.py file. | Mike Bayer | 2010-09-15 | 1 | -19/+117 |
| | | |||||
| * | merge | Mike Bayer | 2010-04-23 | 1 | -3/+0 |
| |\ | |||||
| | * | yikes, no more svn version here... | Mike Bayer | 2010-04-20 | 1 | -3/+0 |
| | | | |||||
| * | | prod/stable | Mike Bayer | 2010-04-23 | 1 | -1/+1 |
| |/ | |||||
| * | the mercurial extension seems to not work in py3k and also I don't | Mike Bayer | 2010-03-07 | 1 | -1/+5 |
| | | | | | | like its usage during build/install. going with the manual approach for the moment. | ||||
| * | use setuptools_hg to auto-discover the same way we did with SVN. | Mike Bayer | 2010-03-07 | 1 | -0/+1 |
| | | | | | Thanks *much* to Jannis Leidel for the suggestion/creation ! | ||||
| * | use a flag to build cextensions (thanks again to Genshi for the tip) | Mike Bayer | 2010-03-05 | 1 | -10/+27 |
| | | |||||
| * | require nose .11 to support first_package_wins flag | Mike Bayer | 2010-03-01 | 1 | -1/+1 |
| | | |||||
| * | add a note | Mike Bayer | 2010-02-14 | 1 | -1/+10 |
| | | |||||
| * | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | reimplementing the highest impact functions. The actual speedups will depend heavily on your DBAPI and the mix of datatypes used in your tables, and can vary from a 50% improvement to more than 200%. It also provides a modest (~20%) indirect improvement to ORM speed for large queries. Note that it is *not* built/installed by default. See README for installation instructions. - The most common result processors conversion function were moved to the new "processors" module. Dialect authors are encouraged to use those functions whenever they correspond to their needs instead of implementing custom ones. | ||||
| * | - Improved the installation/test setup regarding Python 3, | Mike Bayer | 2010-02-13 | 1 | -2/+16 |
| | | | | | | | now that Distribute runs on Py3k. distribute_setup.py is now included. See README.py3k for Python 3 installation/ testing instructions. | ||||
| * | - added py3k and "OS Independent" classifiers | Mike Bayer | 2009-11-01 | 1 | -0/+2 |
| | | |||||
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -2/+3 |
| | | |||||
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+7 |
| | | | | | | See README.unittests for information on how to run the tests. [ticket:970] | ||||
| * | - removed 2.3 compat stuff | Mike Bayer | 2009-01-06 | 1 | -7/+8 |
| | | | | | - updated MANIFEST for the newer build | ||||
| * | ok we need find_packages. fine. | Mike Bayer | 2008-12-15 | 1 | -0/+9 |
| | | |||||
| * | removed dependencies on setuptools. distutils will be used if setuptools is not | Mike Bayer | 2008-12-15 | 1 | -12/+5 |
| | | | | | present. | ||||
| * | - VERSION moves just as a string in __version__ | Mike Bayer | 2008-12-10 | 1 | -39/+3 |
| | | | | | | - added modified sphinx.sty with plain Verbatim section - link to pdf doc in site | ||||
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -2/+6 |
| | | |||||
| * | Bake the version number into the source during packaging. | Jason Kirtland | 2007-08-11 | 1 | -20/+61 |
| | | |||||
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -1/+1 |
| | | | | | maintenance branch in branches/rel_0_3. | ||||
| * | - added a check for joining from A->B using join(), along two | Mike Bayer | 2007-07-26 | 1 | -1/+1 |
| | | | | | | different m2m tables. this raises an error in 0.3 but is possible in 0.4 when aliases are used. [ticket:687] | ||||
| * | - fixes for connection bound sessions, connection-bound compiled objects via ↵ | Mike Bayer | 2007-07-16 | 1 | -1/+1 |
| | | | | | metadata | ||||
| * | - finally figured out how to get setuptools version in, available | Mike Bayer | 2007-06-19 | 1 | -1/+1 |
| | | | | | as sqlalchemy.__version__ [ticket:428] | ||||
| * | 0.3.8 version, removed old runhtml script | Mike Bayer | 2007-05-31 | 1 | -1/+1 |
| | | |||||
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -0/+4 |
| | | | | | | | entry points. loading the built-in database dialects works the same as always, but if none found will fall back to trying pkg_resources to load an external module [ticket:521] | ||||
