| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -9/+0 |
* | happy new year | Mike Bayer | 2018-01-12 | 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 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -0/+7 |
* | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+10 |
* | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -5/+10 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -1/+0 |
* | keep the contract for Properties as returning lists for keys, values, items. | Mike Bayer | 2013-05-29 | 1 | -3/+3 |
* | - run the whole test suite with the "debugging" ordered dict on, | Mike Bayer | 2013-05-27 | 1 | -8/+19 |
* | - fix a dict while iterate mutation | Mike Bayer | 2013-05-27 | 1 | -0/+11 |
* | clean up some of this collection stuff | Mike Bayer | 2013-05-26 | 1 | -16/+27 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -3/+3 |
* | base | Mike Bayer | 2013-05-04 | 1 | -3/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -20/+20 |
* | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -1/+0 |
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -26/+13 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | - documentation and changelog for [ticket:2601] | Mike Bayer | 2012-12-09 | 1 | -9/+57 |
* | just a pep8 pass of this file | Diana Clarke | 2012-11-18 | 1 | -13/+32 |
* | initializing _labels to an empty list so that the other methods don't throw e... | Diana Clarke | 2012-11-17 | 1 | -0/+1 |
* | adding _fields, _asdict() to KeyedTuple #2601 | Diana Clarke | 2012-11-17 | 1 | -0/+7 |
* | __sub__ was declared twice, just increasing test coverage before I change any... | Diana Clarke | 2012-11-13 | 1 | -3/+0 |
* | Add items(), values() methods to Properties. | Michael Elsdörfer | 2012-08-29 | 1 | -0/+6 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -2/+1 |
* | - justify NamedTuple, now called KeyedTuple | Mike Bayer | 2012-07-16 | 1 | -2/+11 |
* | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -10/+24 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -85/+0 |
* | - [bug] Changed LRUCache, used by the mapper | Mike Bayer | 2012-01-27 | 1 | -4/+9 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - [feature] IdentitySet supports the - operator | Mike Bayer | 2011-12-06 | 1 | -0/+3 |