| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dropped simple type wrapper functions | Daniele Varrazzo | 2014-08-15 | 1 | -6/+0 |
| | | | | | | These functions don't need to exist: exposing the type in the module is enough. It is actually better as one may use isinstance and such. | ||||
| * | Internal imports simplified. | Daniele Varrazzo | 2010-12-12 | 1 | -5/+0 |
| | | | | | | | | | | | .c files only need to import psycopg.h: it will in turn import dependencies from Python and libpq and configure.h. psycopg.h should be the first to be imported, so the basic imports are not required in the .h's As a guideline I'm trying to import from the most specific to the most generic to detect missing imports in the .h's. | ||||
| * | Changes license to LGPL3 + OpenSSL exception on all source files | Federico Di Gregorio | 2010-02-12 | 1 | -12/+16 |
| | | |||||
| * | Added adapter to handle float('inf') and float('nan') | Federico Di Gregorio | 2009-01-23 | 1 | -0/+54 |
