| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace c extension with cython versions.workflow_test_cython | Federico Caselli | 2021-12-17 | 1 | -418/+12 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -113/+7 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -6/+6 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -12/+0 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Minor optimization to the code | Federico Caselli | 2021-02-18 | 1 | -6/+20 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+ | Federico Caselli | 2020-12-07 | 1 | -72/+100 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -4/+1 |
* | Robustness for lambdas, lambda statements | Mike Bayer | 2020-08-05 | 1 | -3/+27 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -9/+5 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+6 |
* | Add immutabledict C code | Mike Bayer | 2020-05-23 | 1 | -15/+68 |
* | Performance fixes for new result set | Mike Bayer | 2020-05-21 | 1 | -0/+8 |
* | Don't apply sets or similar to objects in IdentitySet | Mike Bayer | 2020-05-03 | 1 | -44/+27 |
* | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -11/+4 |
* | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -131/+0 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -1/+19 |
* | Fix WeakSequence circular reference | Carson Ip | 2019-12-27 | 1 | -4/+6 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -9/+0 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -14/+14 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -52/+70 |
* | Check collection less than two items remaining before firing scalar backref r... | Mike Bayer | 2018-12-28 | 1 | -0/+30 |
* | Merge "Fix collections ABC access before Python 3.8" | mike bayer | 2018-08-01 | 1 | -3/+3 |
|\ |
|
| * | Fix collections ABC access before Python 3.8 | Nathaniel Knight | 2018-08-01 | 1 | -3/+3 |
* | | Mention Properties keys in __dir__ | Korn, Uwe | 2018-08-01 | 1 | -0/+3 |
|/ |
|
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Use baked lazyloading by default | Mike Bayer | 2017-04-13 | 1 | -1/+1 |
* | Warn on _compiled_cache growth | Mike Bayer | 2017-04-12 | 1 | -1/+12 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Repair pickling for Properties object | Pieter Mulder | 2016-06-29 | 1 | -2/+2 |
* | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -2/+4 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The "lightweight named tuple" used when a :class:`.Query` returns | Mike Bayer | 2015-05-14 | 1 | -0/+2 |
* | - Fixed unexpected-use regression where in the odd case that the | Mike Bayer | 2015-05-06 | 1 | -0/+13 |
* | micro-optimize unique_listpr/169 | Gaëtan de Menten | 2015-04-24 | 1 | -3/+4 |
* | - keep this as 100 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - reduce some callcounts related to the lightweight tuple, | Mike Bayer | 2015-03-09 | 1 | -29/+56 |
* | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -5/+13 |
* | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 1 | -2/+7 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -3/+14 |
* | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -3/+6 |
* | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -15/+55 |
* | - mutablemapping adds compiler overhead, so screw it | Mike Bayer | 2014-08-15 | 1 | -5/+9 |
* | - TIL that dict.keys() in py3K is not an iterator, it is an iterable | Mike Bayer | 2014-08-15 | 1 | -41/+5 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -11/+18 |