Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use print() function instead of print statement throughout project | Jon Dufresne | 2017-12-10 | 1 | -5/+5 |
| | | | | Forward compatible with newer Pythons. | ||||
* | Fixed DNS typo in examples | Erwin de Keijzer | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | A bunch of typos fixed in the examples by Josh Kupershmidt | Daniele Varrazzo | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | Use isolation level symbolic constants in examples | Daniele Varrazzo | 2011-12-15 | 1 | -2/+3 |
| | |||||
* | Fixed documentation and example for asynchronous notifications. | Daniele Varrazzo | 2010-04-21 | 1 | -3/+4 |
| | |||||
* | Fix the NOTIFY example to use the correct APIs | Jan UrbaĆski | 2010-04-21 | 1 | -2/+2 |
| | |||||
* | NOTIFYs fix and poll status changes | Federico Di Gregorio | 2010-04-05 | 1 | -1/+1 |
| | | | | | | POLL_OK has been changed from 3 to 0 to let the user specify a short loop just as "if not curs.poll()" instead of having to check for write and read separately. For an example of this, see examples/notify.py. | ||||
* | Changes license to LGPL3 + OpenSSL exception on all source files | Federico Di Gregorio | 2010-02-12 | 1 | -9/+9 |
| | |||||
* | NOTIFY works again. | Federico Di Gregorio | 2005-10-18 | 1 | -0/+43 |