summaryrefslogtreecommitdiff
path: root/test/base/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-1/+36
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-92/+120
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-0/+13
* Repair pickling for Properties objectPieter Mulder2016-06-291-0/+35
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-211-1/+15
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-1/+33
* - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-0/+59
* Fix _assert_unorderable_types on py36.pr/218Iuri de Silvio2015-11-301-1/+4
* - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-0/+69
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+29
* - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-1/+2
* - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-0/+30
* - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-1/+38
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-25/+39
* put fails for these various things that don't work on pypy, not sure what app...Mike Bayer2014-03-081-1/+7
* fix pypy failuresMike Bayer2014-03-031-2/+1
* - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-021-1/+86
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-271-0/+30
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-261-1/+156
* - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-041-1/+30
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-0/+49
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+33
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-50/+35
* merge defaultMike Bayer2013-05-231-2/+22
|\
| * Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-2/+22
* | baseMike Bayer2013-05-041-8/+6
* | - the raw 2to3 runMike Bayer2013-04-271-79/+80
|/
* initializing _labels to an empty list so that the other methods don't throw e...Diana Clarke2012-11-171-21/+12
* adding _fields, _asdict() to KeyedTuple #2601Diana Clarke2012-11-171-4/+33
* adding tests for KeyedTuple, pep8 passDiana Clarke2012-11-171-72/+221
* oops! python 3 doesn't do the rich comparison cmp thingDiana Clarke2012-11-141-8/+13
* __sub__ was declared twice, just increasing test coverage before I change any...Diana Clarke2012-11-131-17/+414
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* remove WeakIdentityMapping testsMike Bayer2012-06-241-191/+0
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-0/+21
* - [feature] IdentitySet supports the - operatorMike Bayer2011-12-061-0/+13
* - Added an improved repr() to TypeEngine objectsMike Bayer2011-07-041-0/+87
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-20/+19
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-1/+3
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-15/+15
* - merge default tipMike Bayer2010-12-051-2/+0
|\
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-251-2/+0
* | - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
|/
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-32/+31
* - Fixed @memoized_property and @memoized_instancemethodMike Bayer2010-06-191-0/+34
* change the weakkeydict to be just an LRU cache. Add testsMike Bayer2010-05-311-0/+46
* a handy @classproperty decoratorChris Withers2010-02-231-0/+22