summaryrefslogtreecommitdiff
path: root/test/base
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-075-107/+140
* 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
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-2/+3
* - The ORM and Core tutorials, which have always been in doctest format,Mike Bayer2015-12-101-0/+144
* 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
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+57
* unit-test deterministic topological sortSebastian Bank2015-03-071-0/+29
* - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-041-6/+12
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-15/+6
* - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-0/+30
* - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-13/+21
* pep8Mike Bayer2014-10-171-38/+54
* - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-1/+38
* - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-121-8/+1
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-13/+97
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-0/+59
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-25/+39
* - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-141-0/+34
* pep8Mike Bayer2014-08-141-31/+46
* - fix unit test affected by #3075Mike Bayer2014-07-291-5/+8
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-0/+25
* 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 bug where events set to listen at the classMike Bayer2014-02-251-5/+33
* - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-042-1/+50
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-0/+49
* - add support for removal of instance methods as event listeners, takingMike Bayer2013-10-011-0/+26
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+33
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-24/+178
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-0/+215
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-69/+67
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-072-56/+40
* 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-274-99/+101
|/
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-1/+27
* 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