| Commit message (Expand) | Author | Age | Files | Lines |
* | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 1 | -12/+12 |
* | pep484: attributes and related | Mike Bayer | 2022-05-03 | 1 | -1/+8 |
* | pep-484: ORM public API, constructors | Mike Bayer | 2022-04-20 | 1 | -1/+8 |
* | dont use exception catches for warnings; modernize xdist detection | Mike Bayer | 2022-01-22 | 1 | -2/+2 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -33/+25 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -35/+35 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -2/+0 |
* | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -15/+20 |
* | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -3/+3 |
* | Open up check for relationships that write to the same column | Mike Bayer | 2020-02-27 | 1 | -0/+4 |
* | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -2/+0 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -43/+43 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -16/+17 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -142/+234 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -6/+16 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -4/+4 |
* | py3k specific syntax moved into an exec | Mike Bayer | 2013-05-04 | 1 | -25/+30 |
* | cleanup | Mike Bayer | 2013-05-04 | 1 | -34/+62 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -24/+25 |
* | - these pickle the assoc proxy by itself tests can't really pass | Mike Bayer | 2013-04-20 | 1 | -1/+1 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -0/+14 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
* | attempt to fix this test for pypy | Mike Bayer | 2012-07-11 | 1 | -1/+4 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -163/+3 |
* | - Enhanced the instrumentation in the ORM to support | Mike Bayer | 2011-09-28 | 1 | -1/+77 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -9/+9 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -4/+4 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -39/+39 |
* | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
* | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -18/+15 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -2/+2 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
* | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -5/+5 |
* | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -64/+64 |
* | | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -5/+5 |
|/ |
|
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -4/+4 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -8/+10 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+766 |