summaryrefslogtreecommitdiff
path: root/test/base/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Documentation updates for 1.4Mike Bayer2020-08-051-0/+9
* Add immutabledict C codeMike Bayer2020-05-231-2/+91
* Don't apply sets or similar to objects in IdentitySetMike Bayer2020-05-031-4/+23
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-139/+0
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-0/+2
* Improve the method ``__str__`` of :class:`ColumnCollection`Federico Caselli2020-03-241-0/+11
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-0/+33
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-10/+18
* Result initial introductionMike Bayer2020-02-211-18/+34
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-12/+5
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-13/+0
* Fix WeakSequence circular referenceCarson Ip2019-12-271-0/+13
* Skip sub-minute timezone tests for Python 3 < 3.7Mike Bayer2019-12-021-1/+6
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+62
* Rewrite pool reset_on_return parsing using a util functionMike Bayer2019-08-111-0/+63
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-112/+447
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+24
* Enable F841Mike Bayer2019-06-201-2/+2
* Add test to as_interface when no cls or methodsToni Karppi2019-02-211-0/+4
* move to inspect_getfullargspecMike Bayer2019-01-151-31/+132
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-0/+46
* Post black reformattingMike Bayer2019-01-061-12/+26
* Run black -l 79 against all source filesMike Bayer2019-01-061-491/+537
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-0/+119
* Mention Properties keys in __dir__Korn, Uwe2018-08-011-1/+7
* 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