| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -1/+36 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -92/+120 |
* | Check for __module__ not present in util.wrap_callable() | Mike Bayer | 2016-10-14 | 1 | -0/+13 |
* | Repair pickling for Properties object | Pieter Mulder | 2016-06-29 | 1 | -0/+35 |
* | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -1/+15 |
* | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -1/+33 |
* | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+59 |
* | Fix _assert_unorderable_types on py36.pr/218 | Iuri de Silvio | 2015-11-30 | 1 | -1/+4 |
* | - convert wrap_callable() to a general purpose update_wrapper-like | Mike Bayer | 2015-10-29 | 1 | -0/+69 |
* | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -1/+29 |
* | - Fixed an internal "memoization" routine for method types such | Mike Bayer | 2015-06-08 | 1 | -1/+2 |
* | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -0/+30 |
* | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+38 |
* | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -25/+39 |
* | put fails for these various things that don't work on pypy, not sure what app... | Mike Bayer | 2014-03-08 | 1 | -1/+7 |
* | fix pypy failures | Mike Bayer | 2014-03-03 | 1 | -2/+1 |
* | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -1/+86 |
* | restore the contracts of update/extend to the degree that the same column ide... | Mike Bayer | 2014-02-27 | 1 | -0/+30 |
* | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 1 | -1/+156 |
* | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 1 | -1/+30 |
* | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -0/+49 |
* | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+33 |
* | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -50/+35 |
* | merge default | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
|\ |
|
| * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
* | | base | Mike Bayer | 2013-05-04 | 1 | -8/+6 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -79/+80 |
|/ |
|
* | initializing _labels to an empty list so that the other methods don't throw e... | Diana Clarke | 2012-11-17 | 1 | -21/+12 |
* | adding _fields, _asdict() to KeyedTuple #2601 | Diana Clarke | 2012-11-17 | 1 | -4/+33 |
* | adding tests for KeyedTuple, pep8 pass | Diana Clarke | 2012-11-17 | 1 | -72/+221 |
* | oops! python 3 doesn't do the rich comparison cmp thing | Diana Clarke | 2012-11-14 | 1 | -8/+13 |
* | __sub__ was declared twice, just increasing test coverage before I change any... | Diana Clarke | 2012-11-13 | 1 | -17/+414 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+4 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
* | remove WeakIdentityMapping tests | Mike Bayer | 2012-06-24 | 1 | -191/+0 |
* | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -0/+21 |
* | - [feature] IdentitySet supports the - operator | Mike Bayer | 2011-12-06 | 1 | -0/+13 |
* | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 1 | -0/+87 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -20/+19 |
* | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -1/+3 |
* | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -15/+15 |
* | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -2/+0 |
|\ |
|
| * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -2/+0 |
* | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
|/ |
|
* | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 1 | -32/+31 |
* | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -0/+34 |
* | change the weakkeydict to be just an LRU cache. Add tests | Mike Bayer | 2010-05-31 | 1 | -0/+46 |
* | a handy @classproperty decorator | Chris Withers | 2010-02-23 | 1 | -0/+22 |