summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+8
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-0/+6
* Add complete platform data to profiling dataFederico Caselli2020-08-071-0/+1
* Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+1
* Use time.perf_counter() for cache time measurementMike Bayer2020-06-241-0/+2
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+1
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-3/+10
* Remove support for python 3.4Federico Caselli2020-03-301-18/+3
* Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-021-13/+50
|\
| * Ensure all nested exception throws have a causeMike Bayer2020-03-021-13/+50
* | Remove obsolete util.compat.nestedGord Thompson2020-03-021-35/+0
|/
* Vendor inspect.formatannotationMike Bayer2020-02-071-2/+13
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-3/+6
* Enable F821Mike Bayer2020-01-041-2/+8
* happy new yearMike Bayer2020-01-011-1/+1
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+103
* Remove unnecessary util.callable usageSteven Loria2019-09-091-8/+2
* Enable F841Mike Bayer2019-06-201-1/+0
* Remove unused "time_func"Mike Bayer2019-06-171-6/+0
* Use fully vendored getfullargspecMike Bayer2019-05-291-18/+40
* Include newlines in StatementError formattingNate Clark2019-02-201-0/+9
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+13
* move to inspect_getfullargspecMike Bayer2019-01-151-7/+22
* happy new yearMike Bayer2019-01-111-1/+1
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-0/+12
* Post black reformattingMike Bayer2019-01-061-32/+36
* Run black -l 79 against all source filesMike Bayer2019-01-061-41/+59
* Set a reading order to the compatibility import fileAgam Rafaeli2018-12-171-143/+138
* Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-011-0/+9
* Vendor python3 formatargspecMike Bayer2018-06-281-2/+62
* happy new yearMike Bayer2018-01-121-1/+1
* Support python3.6Mike Bayer2017-01-131-31/+35
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-211-0/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-12/+12
* Fix _assert_unorderable_types on py36.pr/218Iuri de Silvio2015-11-301-0/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - workaround removal of nested() in py3kMike Bayer2014-07-301-0/+34
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-9/+10
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-0/+7
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-0/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-2/+2
* and we don't need weaksetMike Bayer2013-08-181-23/+0
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-1/+9
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-0/+1
* - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-301-2/+17
* Merge branch 'rel_0_9'Mike Bayer2013-05-291-71/+117
|\