Skip to content

Commit e55213a

Browse files
committed
Re-add python.
1 parent 716b8e2 commit e55213a

File tree

7 files changed

+3414
-0
lines changed

7 files changed

+3414
-0
lines changed

src/interfaces/python/ChangeLog

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
PyGreSQL changelog.
2+
===================
3+
4+
This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr)
5+
Further copyright 1997, 1998 and 1999 by D'Arcy J.M. Cain (darcy@druid.net)
6+
See file README for copyright information.
7+
8+
Version 2.3
9+
- connect.host returns "localhost" when connected to Unix socket
10+
(torppa@tuhnu.cutery.fi)
11+
- Use PyArg_ParseTupleAndKeywords in connect() (torppa@tuhnu.cutery.fi)
12+
- fixes and cleanups (torppa@tuhnu.cutery.fi)
13+
- Fixed memory leak in dictresult() (terekhov@emc.com)
14+
- Deprecated pgext.py - functionality now in pg.py
15+
- More cleanups to the tutorial
16+
- Added fileno() method - terekhov@emc.com (Mikhail Terekhov)
17+
- added money type to quoting function
18+
- Compiles cleanly with more warnings turned on
19+
- Returns PostgreSQL error message on error
20+
- Init accepts keywords (Jarkko Torppa)
21+
- Convenience functions can be overridden (Jarkko Torppa)
22+
- added close() method
23+
24+
Version 2.2
25+
- Added user and password support thanks to Ng Pheng Siong <ngps@post1.com>
26+
- Insert queries return the inserted oid
27+
- Add new pg wrapper (C modile renamed to _pg)
28+
- Wrapped database connection in a class.
29+
- Cleaned up some of the tutorial. (More work needed.)
30+
- Added version and __version__. Thanks to thilo@eevolute.com for
31+
the suggestion.
32+
33+
Version 2.1
34+
- return fields as proper Python objects for field type
35+
- Cleaned up pgext.py
36+
- Added dictresult method
37+
38+
Version 2.0 (23/12/1997):
39+
- updated code for PostgreSQL 6.2.1 and Python 1.5
40+
- reformatted code and converted to ANSI
41+
- Changed name to PyGreSQL (from PyGres95)
42+
- changed order of arguments to connect function
43+
- Created new type pgqueryobject and moved certain methods to it.
44+
- Added a print function for pgqueryobject
45+
46+
Version 1.0b (4/11/1995):
47+
- keyword support for connect function moved from library file to C code
48+
and taken away from library.
49+
- rewrote documentation
50+
- bug fix in connect function
51+
- enhancements in large objects interface methods
52+
53+
Version 1.0a (30/10/1995) (limited release):
54+
- module adapted to standard Python syntax
55+
- keyword support for connect function in library file
56+
- rewrote default parameters interface (internal use of strings)
57+
- fixed minor bugs in module interface
58+
- redefinition of error messages
59+
60+
Version 0.9b (10/10/1995) (first public release):
61+
- large objects implementation
62+
- many bug fixes, enhancements, ...
63+
64+
Version 0.1a (7/10/1995):
65+
- basic libpq functions (SQL access)

0 commit comments

Comments
 (0)