summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/compat.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * do a sweep of some obvious 3kismsMike Bayer2013-05-261-0/+2
| * fix serializer tests. something is wrong with non-C pickle but for some reas...Mike Bayer2013-05-261-1/+16
| * most of ORM passing...Mike Bayer2013-05-041-2/+5
| * that's all of engineMike Bayer2013-05-041-0/+6
| * - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-041-0/+10
| * - endless isinstance(x, str)s....Mike Bayer2013-04-281-0/+40
| * cleanupMike Bayer2013-04-271-45/+21
| * plugging awayMike Bayer2013-04-271-23/+18
| * work through dialectsMike Bayer2013-04-271-17/+16
| * - the raw 2to3 runMike Bayer2013-04-271-7/+8