summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in Usage.html page in documentationHEADmasterAmirsoroush2023-04-231-1/+1
|
* docs: drop use of print statement, use the print() function insteadDaniele Varrazzo2023-04-174-11/+11
| | | | Close #1556
* Build packages for Python 3.11Daniele Varrazzo2022-10-251-1/+1
|
* docs: fix reST syntax and whitespace in executemany examplesDaniele Varrazzo2022-10-202-7/+11
|
* Add executemany & execute_batch examplesHannes2022-10-102-0/+12
|
* docs: add link to release notes page to find which Python version is supportedDaniele Varrazzo2022-10-062-0/+9
| | | | Close #1418.
* chore: upgrade error codes to PostgreSQL 15Daniele Varrazzo2022-10-063-3/+7
|
* docs: fixed quote_ident() exampleDaniele Varrazzo2022-07-271-1/+1
| | | | Close #1481
* Fix typo in large object usage documentationWill Thompson2021-11-211-1/+1
|
* Fix Python 3.10 and PostgreSQL 14 compatibility notesDaniele Varrazzo2021-11-051-2/+2
|
* Fix doc typoDaniel Saxton2021-09-221-1/+1
|
* Fix up-date-date typoDaniele Varrazzo2021-08-071-1/+1
| | | | Close #1336
* Add docs anchor to reach the 'with' statement from psycopg3 docsDaniele Varrazzo2021-07-141-0/+2
|
* Note in the docs that now the table and fields names are escaped.Daniele Varrazzo2021-06-171-13/+9
|
* Add note about cursor.callproc() and PostgreSQL proceduresDaniele Varrazzo2021-06-161-0/+10
| | | | Close #1155
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
* Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-151-0/+4
| | | | | Don't use its objects anymore in the tests (except for the tests for the objects themselves).
* Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-152-9/+13
|
* Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-144-27/+1
| | | | They are Python 2 only.
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-10/+18
| | | | Close #1272.
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-241-0/+3
| | | | Close #941
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-203-3/+5
|\
| * Add warning about send_feedback and cursor choiceChris Wilson2021-05-201-1/+3
| |
| * cursor.rst typo: was createsHans Ginzel2021-05-201-1/+1
| | | | | | name attribute: “cursor was creates” → “was created”
| * docs: fix a few simple typosTim Gates2021-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Upgrade f-strings with flyntHugo van Kemenade2020-11-171-3/+3
| |
* | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-2/+1
| |
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-175-10/+5
|/
* Fix typo in sample code: psycopg >> psycopg2Sergey Golitsynskiy2020-11-171-3/+3
|
* Drop support for EOL Python 3.5 (#1197)Hugo van Kemenade2020-11-171-1/+1
|
* Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-171-1/+1
|\
| * Mention Python 3.9 supportedDaniele Varrazzo2020-11-161-1/+1
| | | | | | | | See #1183
* | Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-131-2/+2
|\ \ | |/
| * update supported postgresql versions to include 13martinfrancois2020-11-131-1/+1
| |
* | Drop support for EOL Python 3.4Hugo2020-11-101-1/+1
|/
* Remove semicolon from code exampleJannis Vamvas2020-10-201-1/+1
|
* Minor spelling and grammar corrections for 195b254Daniel Fortunov2020-09-061-3/+3
|
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-052-2/+4
|
* Improve wording around transactions behaviour closing connectionsDaniele Varrazzo2020-09-051-4/+8
| | | | | | | The transaction is not rolled back by the connection, rather discarded by the server. Close #1135.
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-052-0/+32
| | | | Close #1143
* Merge pull request #1120 from bashtanov/dictcursor-docs-improvementDaniele Varrazzo2020-08-241-2/+2
|\ | | | | DictCursor docs improvement
| * dictcursor-docs-improvementAlexey Bashtanov2020-06-181-2/+2
| |
* | A few corrections to the install pageDaniele Varrazzo2020-08-241-13/+9
| | | | | | | | Spacing, lines length, a spurious link targed, reST formatting.
* | minor typo in docsEdan Schwartz2020-08-101-1/+1
| |
* | Move pyscopg-binary install docs to "quick start" sectionEdan Schwartz2020-08-071-108/+129
|/ | | | | | | | | This is the fastest way for most folks to get up-and-running with psycopg. We've seen a lot of noise in the GH issues with people failng to install the non-binary version. Hopefully this will make life easier for people new to psycopg/python. See https://github.com/psycopg/psycopg2/issues/1085#issuecomment-659028139
* use new URL for psycogreenChristophe Jolif2020-05-281-1/+1
|
* Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
|
* Fix typoFrancisco Couzo2020-05-071-1/+1
|
* Mention python3-dev as possibly required dev package nameDaniele Varrazzo2020-05-052-3/+4
| | | | Close #1092.
* Mention CALL on stored procedures using transaction in autocommitDaniele Varrazzo2020-05-051-1/+4
| | | | | Close #1072 - I prefer to mention them where there is a discussion of the feature rather than in the method or const values section.