| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace with_labels() and apply_labels() in ORM/Core | Gord Thompson | 2021-01-26 | 1 | -2/+11 |
* | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -1/+1 |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -4/+4 |
* | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -2/+2 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -2/+10 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -9/+19 |
* | Fixed issue with :meth:`.TypeEngine.bind_expression` and | Mike Bayer | 2018-08-08 | 1 | -4/+5 |
* | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-22 | 1 | -2/+2 |
* | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 1 | -1/+1 |
* | - fully flake8 test/aaa_profiling | Mike Bayer | 2014-07-09 | 1 | -7/+10 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
* | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -0/+12 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
* | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -6/+16 |
* | adjustments | Mike Bayer | 2012-08-11 | 1 | -1/+1 |
* | - a new approach to profiling where we attempt to strip out | Mike Bayer | 2012-08-09 | 1 | -6/+4 |
* | callcount tweak | Mike Bayer | 2012-03-05 | 1 | -1/+1 |
* | fixes to actually get tests to pass | Mike Bayer | 2011-11-22 | 1 | -2/+2 |
* | mark all aaa_profiling tests with __requires__ = 'cpython', | Mike Bayer | 2011-04-23 | 1 | -0/+2 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
* | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -3/+3 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -3/+3 |
* | - remove some more 2.4 targets | Mike Bayer | 2010-12-27 | 1 | -1/+1 |
* | py3k fixes | Mike Bayer | 2010-12-27 | 1 | -3/+3 |
* | - more skippage of 2.4 | Mike Bayer | 2010-12-23 | 1 | -1/+1 |
* | - allow cextension version to fall back to non-cextension | Mike Bayer | 2010-12-22 | 1 | -4/+4 |
* | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -10/+12 |
* | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 1 | -1/+1 |
* | - callcounts. need to find some way to make this less tedious. | Mike Bayer | 2010-12-13 | 1 | -1/+1 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
* | | - the "type_map" dictionary in sqlalchemy.types is now private, | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
|/ |
|
* | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -0/+5 |
* | - latest distribute | Mike Bayer | 2010-07-05 | 1 | -2/+4 |
* | almost there, some tests failing still. | Mike Bayer | 2010-03-09 | 1 | -1/+1 |
* | preload type affinity entries so that these comparisons don't get shoved into... | Mike Bayer | 2010-03-01 | 1 | -0/+10 |
* | more py3k fixes | Mike Bayer | 2010-02-20 | 1 | -1/+1 |
* | callcounts | Mike Bayer | 2010-02-16 | 1 | -3/+3 |
* | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -0/+4 |
* | update counts for 2.4 | Mike Bayer | 2009-10-23 | 1 | -2/+2 |
* | python3k fixes | Mike Bayer | 2009-08-09 | 1 | -2/+2 |
* | fix some profiles for 2.4 | Mike Bayer | 2009-08-06 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -3/+3 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+30 |