summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Drop python 3.5 support"mike bayer2020-10-101-1/+0
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-1/+0
* | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-0/+1
|/
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-1/+0
* Use monotonic time for pool age measurementMike Bayer2020-10-071-0/+1
* Use preloaded for sql.util import in excMike Bayer2020-10-061-2/+2
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+1
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+1
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+4
* Add complete platform data to profiling dataFederico Caselli2020-08-071-0/+1
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-0/+2
* Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-3/+1
* Use time.perf_counter() for cache time measurementMike Bayer2020-06-241-0/+1
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+1
* Add immutabledict C codeMike Bayer2020-05-231-0/+1
* Performance fixes for new result setMike Bayer2020-05-211-2/+1
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-2/+2
* Remove support for python 3.4Federico Caselli2020-03-301-2/+0
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-1/+2
* Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-021-0/+1
|\
| * Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+1
* | Remove obsolete util.compat.nestedGord Thompson2020-03-021-1/+0
|/
* Result initial introductionMike Bayer2020-02-211-2/+0
* Deprecate connection branchingMike Bayer2020-02-211-0/+1
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-2/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-2/+1
* Enable F821Mike Bayer2020-01-041-0/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-1/+1
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+1
* Add _cache_key implementation.Mike Bayer2019-04-291-0/+1
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+1
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-0/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+2
* move to inspect_getfullargspecMike Bayer2019-01-151-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-0/+1
* Post black reformattingMike Bayer2019-01-061-141/+133
* Run black -l 79 against all source filesMike Bayer2019-01-061-33/+137
* Check collection less than two items remaining before firing scalar backref r...Mike Bayer2018-12-281-1/+2
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-1/+1
* Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-011-1/+1
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* Fix _assert_unorderable_types on py36.pr/218Iuri de Silvio2015-11-301-1/+1
* - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-1/+1