summaryrefslogtreecommitdiff
path: root/tests/test_async.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-2/+2
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+24
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+24
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-0/+12
|\ \ | |/
| * Broken circular reference in async executionDaniele Varrazzo2011-01-031-0/+12
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-9/+4
|/
* Deal uniformly with test servers without pg_sleep.Daniele Varrazzo2010-11-281-10/+8
* Don't consider the kernel not blocking us on write as an error.Daniele Varrazzo2010-11-251-1/+6
* Test cleanup.Daniele Varrazzo2010-11-191-11/+22
* Making sync and async connection setup somewhat more consistent.Daniele Varrazzo2010-04-231-0/+5
* Dropped redundant call to conn_notice_process().Daniele Varrazzo2010-04-211-0/+9
* Connection method 'executing()' renamed to 'isexecuting()'.Daniele Varrazzo2010-04-211-12/+12
* Connection method 'issync()' changed into the attribute 'async'.Daniele Varrazzo2010-04-211-3/+3
* Remove fileno() and poll() from cursorsJan Urbański2010-04-211-12/+30
* Add one more test for errors involving two cursorsJan Urbański2010-04-201-0/+9
* Handle errors in asynchronous queries.Jan Urbański2010-04-201-0/+23
* Merged tests from piro and jan async fixes branchesFederico Di Gregorio2010-04-141-3/+2
* Make the first poll() of an asynchronous connection return POLL_WRITE.Jan Urbański2010-04-141-36/+33
* Make polling a cursor that's not in an async query raise an exception.Jan Urbański2010-04-141-1/+28
* Added a test to check poll() correctly calls PQflush.Daniele Varrazzo2010-04-111-0/+30
* test_async made properly executable.Daniele Varrazzo2010-04-111-0/+4
* Added test to check that connections subclasses can be asynchronous.Daniele Varrazzo2010-04-081-0/+11
* Adapt the tests to recent changesJan Urbański2010-04-051-54/+80
* Add tests for the asynchronous APIJan Urbański2010-04-051-0/+252