summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* Enable F841Mike Bayer2019-06-203-4/+1
* Remove unused "time_func"Mike Bayer2019-06-171-6/+0
* Use fully vendored getfullargspecMike Bayer2019-05-291-18/+40
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-0/+11
* Add _cache_key implementation.Mike Bayer2019-04-292-0/+12
* run a black runMike Bayer2019-03-051-1/+3
* - repair param inject to work around code examples to some degreeMike Bayer2019-03-051-0/+6
* Include newlines in StatementError formattingNate Clark2019-02-201-0/+9
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-063-62/+83
* Improve error messages in the area of loader optionsMike Bayer2019-01-252-0/+7
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-233-0/+168
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-9/+0
* move to inspect_getfullargspecMike Bayer2019-01-153-72/+96
* happy new yearMike Bayer2019-01-117-7/+7
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-102-0/+13
* Post black reformattingMike Bayer2019-01-067-202/+204
* Run black -l 79 against all source filesMike Bayer2019-01-067-318/+546
* Prep for flake8 refactoringMike Bayer2019-01-031-1/+3
* Check collection less than two items remaining before firing scalar backref r...Mike Bayer2018-12-282-1/+32
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-212-1/+46
* Merge "Add missing parameter to docstring"mike bayer2018-12-171-0/+3
|\
| * Add missing parameter to docstringAgam Rafaeli2018-12-171-0/+3
* | Set a reading order to the compatibility import fileAgam Rafaeli2018-12-171-143/+138
|/
* Modernize cx_Oracle parametersMike Bayer2018-11-151-1/+3
* Fix dependency_for final argumentJoe Urciuoli2018-10-011-1/+1
* Add LIFO for connection poolingTaem Park2018-09-181-2/+11
* Merge "Fix collections ABC access before Python 3.8"mike bayer2018-08-013-4/+13
|\
| * Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-013-4/+13
* | Mention Properties keys in __dir__Korn, Uwe2018-08-011-0/+3
|/
* Vendor python3 formatargspecMike Bayer2018-06-282-13/+73
* happy new yearMike Bayer2018-01-127-7/+7
* PG dialect test fixesMike Bayer2017-10-021-0/+3
* Use baked lazyloading by defaultMike Bayer2017-04-131-1/+1
* Warn on _compiled_cache growthMike Bayer2017-04-121-1/+12
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-1/+7
* New features from python 2.7Катаев Денис2017-03-172-2/+2
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-3/+7
* Support python3.6Mike Bayer2017-01-132-33/+37
* update for 2017 copyrightMike Bayer2017-01-047-7/+7
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-1/+2
* Repair pickling for Properties objectPieter Mulder2016-06-291-2/+2
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-212-2/+6
* - happy new yearMike Bayer2016-01-297-7/+7
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+7
* - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-12/+12
* Merge remote-tracking branch 'origin/pr/218'Mike Bayer2015-11-302-1/+2
|\
| * Fix _assert_unorderable_types on py36.pr/218Iuri de Silvio2015-11-302-1/+2
* | Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-4/+4
|\ \ | |/ |/|
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-4/+4