psycopg2/psycopg
Tim Gates 0d7953a521 docs: fix a few simple typos
There are small typos in:
- doc/src/faq.rst
- psycopg/cursor_type.c
- psycopg/xid_type.c
- scripts/make_errorcodes.py
- scripts/make_errors.py
- tests/dbapi20.py
- tests/test_connection.py

Fixes:
- Should read `publicly` rather than `publically`.
- Should read `unicode` rather than `uniconde`.
- Should read `supposed` rather than `suppsed`.
- Should read `something` rather than `somenthing`.
- Should read `portable` rather than `portible`.
- Should read `exhausted` rather than `exausted`.
- Should read `compliance` rather than `compiliance`.

Closes #1275
2021-05-20 12:22:47 +02:00
..
_psycopg.vc9.amd64.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
_psycopg.vc9.x86.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
adapter_asis.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_asis.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_binary.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_binary.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_datetime.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_datetime.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_list.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_list.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_mxdatetime.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_mxdatetime.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pboolean.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pboolean.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pdecimal.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pdecimal.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pfloat.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pfloat.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pint.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_pint.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_qstring.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
adapter_qstring.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
aix_support.c feat: Add AIX support 2020-03-05 12:34:25 -06:00
aix_support.h fixup! feat: Add AIX support 2020-03-12 13:21:02 -05:00
bytes_format.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
column_type.c Column objects can be sliced 2020-03-11 10:50:56 +13:00
column.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
config.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
connection_int.c Fix memory leak in conn_set_client_encoding 2020-05-04 09:40:36 +02:00
connection_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
connection.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
conninfo_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
conninfo.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
cursor_int.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
cursor_type.c docs: fix a few simple typos 2021-05-20 12:22:47 +02:00
cursor.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
diagnostics_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
diagnostics.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
error_type.c Classify connection exceptions as operational errors to better conform with PEP 249 2020-11-17 18:02:06 +02:00
error.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
green.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
green.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
libpq_support.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
libpq_support.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
lobject_int.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
lobject_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
lobject.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
microprotocols_proto.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
microprotocols_proto.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
microprotocols.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
microprotocols.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
notify_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
notify.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c feat: Add AIX support 2020-03-05 12:34:25 -06:00
pqpath.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
psycopg.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
psycopgmodule.c use Py_SET_TYPE for compat with python 3.10 2020-07-26 15:41:53 +02:00
python.h Drop support for EOL Python 3.5 (#1197) 2020-11-17 20:17:12 +00:00
replication_connection_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
replication_connection.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
replication_cursor_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
replication_cursor.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
replication_message_type.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
replication_message.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
solaris_support.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
solaris_support.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
sqlstate_errors.h Errors mapping updated to PostgreSQL 13 2020-09-05 20:26:19 +01:00
typecast_array.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast_basic.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast_binary.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast_binary.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast_builtins.c Added BYTESARRAY typecaster 2019-01-18 15:47:01 +00:00
typecast_datetime.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast_mxdatetime.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
typecast.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
utils.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
utils.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
win32_support.c Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
win32_support.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
xid_type.c docs: fix a few simple typos 2021-05-20 12:22:47 +02:00
xid.h Copyright bumped to 2020 2020-01-17 21:21:11 +00:00