summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/queue.py
Commit message (Expand)AuthorAgeFilesLines
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-1/+1
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* | Limit AsyncAdaptedQueue to Python 3.7Federico Caselli2021-01-241-10/+4
|/
* Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-7/+25
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-4/+11
* happy new yearMike Bayer2021-01-041-1/+1
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-1/+6
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+8
* Pass all pool parameters in recreate()Mike Bayer2020-09-141-0/+1
* Fix AsyncEngine connect() bug when pool is exhaustedFantix King2020-08-311-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+64
* Merge "Use context managers for threading.Lock()"mike bayer2020-01-031-20/+9
|\
| * Use context managers for threading.Lock()Heckad2020-01-031-20/+9
* | happy new yearMike Bayer2020-01-011-1/+1
|/
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-0/+1
* Run black -l 79 against all source filesMike Bayer2019-01-061-1/+1
* Add LIFO for connection poolingTaem Park2018-09-181-2/+11
* 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
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-1/+0
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-39/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-2/+8
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-8/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/util/Diana Clarke2012-11-191-0/+3
* more import cleanupsMike Bayer2012-08-071-1/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* notify_all workaround for 2.5Mike Bayer2012-06-251-1/+10
* - change notify to notify_all() so all waiters exit immediately,Mike Bayer2012-06-251-1/+1
* - [bug] Fixed bug wherebyMike Bayer2012-06-221-3/+37
* happy new yearMike Bayer2012-01-041-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - move topological, queue into utilMike Bayer2010-12-051-0/+185