| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix typo in Usage.html page in documentationHEADmaster | Amirsoroush | 2023-04-23 | 1 | -1/+1 |
| | | |||||
| * | chore: upgrade docs build dependencies | Daniele Varrazzo | 2023-04-17 | 1 | -26/+18 |
| | | |||||
| * | docs: drop use of print statement, use the print() function instead | Daniele Varrazzo | 2023-04-17 | 5 | -12/+12 |
| | | | | | Close #1556 | ||||
| * | ci: drop github download script | Daniele Varrazzo | 2023-04-03 | 1 | -4/+5 |
| | | | | | | Easier to do interactively, now that all the artifacts are packaged in the same archive. | ||||
| * | docs: use https url in license file | Daniele Varrazzo | 2023-02-25 | 1 | -1/+1 |
| | | | | | Close #1549. | ||||
| * | chore: fix directory where to find binary package after build | Daniele Varrazzo | 2022-10-25 | 1 | -3/+3 |
| | | |||||
| * | Build packages for Python 3.11 | Daniele Varrazzo | 2022-10-25 | 1 | -1/+1 |
| | | |||||
| * | docs: fix reST syntax and whitespace in executemany examples | Daniele Varrazzo | 2022-10-20 | 2 | -7/+11 |
| | | |||||
| * | Add executemany & execute_batch examples | Hannes | 2022-10-10 | 2 | -0/+12 |
| | | |||||
| * | docs: add link to release notes page to find which Python version is supported | Daniele Varrazzo | 2022-10-06 | 2 | -0/+9 |
| | | | | | Close #1418. | ||||
| * | chore: upgrade error codes to PostgreSQL 15 | Daniele Varrazzo | 2022-10-06 | 3 | -3/+7 |
| | | |||||
| * | docs: fixed quote_ident() example | Daniele Varrazzo | 2022-07-27 | 1 | -1/+1 |
| | | | | | Close #1481 | ||||
| * | Use pip-tools to create the requirement file to build the docs | Daniele Varrazzo | 2022-03-26 | 2 | -8/+60 |
| | | | | | | Docs building just broke. The requirement file had some version upper boundary that caused problems between Sphinx and jinja2. | ||||
| * | Fix typo in large object usage documentation | Will Thompson | 2021-11-21 | 1 | -1/+1 |
| | | |||||
| * | Fix Python 3.10 and PostgreSQL 14 compatibility notes | Daniele Varrazzo | 2021-11-05 | 1 | -2/+2 |
| | | |||||
| * | Fix doc typo | Daniel Saxton | 2021-09-22 | 1 | -1/+1 |
| | | |||||
| * | Fix up-date-date typo | Daniele Varrazzo | 2021-08-07 | 1 | -1/+1 |
| | | | | | Close #1336 | ||||
| * | Add docs anchor to reach the 'with' statement from psycopg3 docs | Daniele Varrazzo | 2021-07-14 | 1 | -0/+2 |
| | | |||||
| * | Don't build .exe packages anymore | Daniele Varrazzo | 2021-06-30 | 1 | -5/+0 |
| | | |||||
| * | Note in the docs that now the table and fields names are escaped. | Daniele Varrazzo | 2021-06-17 | 1 | -13/+9 |
| | | |||||
| * | Fix building docs for the website | Daniele Varrazzo | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | Don't require the virtualenv binary to build the docs | Daniele Varrazzo | 2021-06-17 | 1 | -2/+2 |
| | | |||||
| * | Add note about cursor.callproc() and PostgreSQL procedures | Daniele Varrazzo | 2021-06-16 | 1 | -0/+10 |
| | | | | | Close #1155 | ||||
| * | Tweak package paths in release docs | Daniele Varrazzo | 2021-06-16 | 1 | -3/+3 |
| | | |||||
| * | Rename the github package download script for consistency | Daniele Varrazzo | 2021-06-15 | 1 | -2/+2 |
| | | |||||
| * | Copyright year updated to 2021 | Daniele Varrazzo | 2021-06-15 | 1 | -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 module | Daniele Varrazzo | 2021-06-15 | 1 | -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 Varrazzo | 2021-06-15 | 2 | -9/+13 |
| | | |||||
| * | Drop support for mx.DateTime objects | Daniele Varrazzo | 2021-06-14 | 4 | -27/+1 |
| | | | | | They are Python 2 only. | ||||
| * | Handle correctly timestamps with fractions of minute in the timezone offset | Daniele Varrazzo | 2021-06-14 | 1 | -10/+18 |
| | | | | | Close #1272. | ||||
| * | Clean up the packaging procedure | Daniele Varrazzo | 2021-05-29 | 1 | -1/+1 |
| | | |||||
| * | Document the new way of building packages | Daniele Varrazzo | 2021-05-26 | 1 | -34/+19 |
| | | |||||
| * | 'with' starts a transaction even on autocommit connections | Daniele Varrazzo | 2021-05-24 | 1 | -0/+3 |
| | | | | | Close #941 | ||||
| * | Merge branch 'master' into rm-2.7 | Daniele Varrazzo | 2021-05-20 | 3 | -3/+5 |
| |\ | |||||
| | * | Add warning about send_feedback and cursor choice | Chris Wilson | 2021-05-20 | 1 | -1/+3 |
| | | | |||||
| | * | cursor.rst typo: was creates | Hans Ginzel | 2021-05-20 | 1 | -1/+1 |
| | | | | | | | name attribute: “cursor was creates” → “was created” | ||||
| | * | docs: fix a few simple typos | Tim Gates | 2021-05-20 | 1 | -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 flynt | Hugo van Kemenade | 2020-11-17 | 1 | -3/+3 |
| | | | |||||
| * | | Drop support for EOL Python 2.7 | Hugo van Kemenade | 2020-11-17 | 1 | -2/+1 |
| | | | |||||
| * | | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | 2020-11-17 | 5 | -10/+5 |
| |/ | |||||
| * | Fix typo in sample code: psycopg >> psycopg2 | Sergey Golitsynskiy | 2020-11-17 | 1 | -3/+3 |
| | | |||||
| * | Drop support for EOL Python 3.5 (#1197) | Hugo van Kemenade | 2020-11-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into rm-3.4 | Hugo van Kemenade | 2020-11-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Mention Python 3.9 supported | Daniele Varrazzo | 2020-11-16 | 1 | -1/+1 |
| | | | | | | | | | See #1183 | ||||
| * | | Merge branch 'master' into rm-3.4 | Hugo van Kemenade | 2020-11-13 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | update supported postgresql versions to include 13 | martinfrancois | 2020-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | Drop support for EOL Python 3.4 | Hugo | 2020-11-10 | 1 | -1/+1 |
| |/ | |||||
| * | Remove semicolon from code example | Jannis Vamvas | 2020-10-20 | 1 | -1/+1 |
| | | |||||
| * | Suggest how to auto-generate tag name in release doc | Daniele Varrazzo | 2020-09-06 | 1 | -1/+2 |
| | | |||||
| * | Minor spelling and grammar corrections for 195b254 | Daniel Fortunov | 2020-09-06 | 1 | -3/+3 |
| | | |||||
