- Oct 24, 2017
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
IOLoop.add_timeout requires an absolute time.
-
Dave Shawley authored
-
Dave Shawley authored
- Sep 27, 2017
-
-
Gavin M. Roy authored
Autoclean
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
- Dec 28, 2016
-
-
Gavin M. Roy authored
Log a warning when a result is leaked.
-
Dave Shawley authored
-
- Oct 25, 2016
-
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- Aug 29, 2016
-
-
Gavin M. Roy authored
Typos and consistency
-
Andrew Rabert authored
-
- Jul 01, 2016
-
-
Gavin M. Roy authored
- Instead of catchig a bare exception, catch the two known exception types that could be thrown when adding a connection to a pool. - Increase logging usefulness - Don't resue the results variable that is used as an import for queries.results
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- If too many simultaneous new connections are being made at the same time, it is possible that a pool can fill up by the time a connection is finally established when used asynchronously. This could cause leaked psycopg2 connections to occur when the PoolFullError is raised. To address this, the connection is closed prior to the error being raised. In addition, when closing the connection, make sure that if for any reason psycopg2 raises an exception, we handle that. - Update all Queries exceptions to use a base QueriesException to they're easier to catch at a level that's isolated to the queries package.
- Jun 15, 2016
-
-
Gavin M. Roy authored
Propagate exceptions from PoolManager.add.
-
Dave Shawley authored
First release this year?
-
Dave Shawley authored
-
- Apr 01, 2016
-
-
Gavin M. Roy authored
Add alternative for pwd module
-
- Mar 07, 2016
-
- Feb 27, 2016
-
-
fbergr authored
All systems do not support pwd module. See: https://docs.python.org/3/library/pwd.html
-
- Nov 25, 2015
-
- Nov 11, 2015
-