Update for PyGreSQL 3.0, from D'Arcy J.M. Cain
Bruce Momjian <bruce@momjian.us>
Update for PyGreSQL 3.0, from D'Arcy J.M. Cain
Files
| Path | Change | +/− |
|---|---|---|
| doc/TODO | modified | +1 −1 |
| src/interfaces/python/Announce | modified | +43 −15 |
| src/interfaces/python/ChangeLog | modified | +24 −1 |
| src/interfaces/python/mkdefines | modified | +1 −1 |
| src/interfaces/python/pgdb.py | added | +401 −0 |
| src/interfaces/python/pgmodule.c | modified | +1269 −434 |
| src/interfaces/python/pg.py | modified | +28 −16 |
| src/interfaces/python/pgsqldb.py | deleted | +0 −46 |
| src/interfaces/python/PyGreSQL.spec | added | +57 −0 |
| src/interfaces/python/README | modified | +109 −30 |
| src/interfaces/python/README.linux | modified | +5 −0 |
| src/interfaces/python/setup.py | added | +43 −0 |
| src/interfaces/python/tutorial/advanced.py | deleted | +0 −171 |
| src/interfaces/python/tutorial/basics.py | deleted | +0 −284 |
| src/interfaces/python/tutorial/func.py | deleted | +0 −193 |
| src/interfaces/python/tutorial/pgtools.py | deleted | +0 −48 |
| src/interfaces/python/tutorial/syscat.py | deleted | +0 −133 |