summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAgeFilesLines
* sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-1/+11
* Fix typo in install.rstAndrew King2018-09-051-1/+1
* Update intersphinx URLs to point to Python 3 docsJon Dufresne2018-09-051-3/+2
* Add testing and document support for Python 3.7Jon Dufresne2018-07-121-1/+1
* Added note adivising against depending on the -wheels packageDaniele Varrazzo2018-05-231-4/+13
* encrypt_password docs moved to extension module and updatedDaniele Varrazzo2018-05-202-27/+32
* Merge branch 'master' into encrypt-passDaniele Varrazzo2018-05-206-7/+25
|\
| * Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-05-202-2/+2
| * Intersphinx urls to generate Python links updatedDaniele Varrazzo2018-05-201-2/+2
| * Added license to the docsDaniele Varrazzo2018-05-204-3/+21
* | Merge branch 'master' into masterAshesh Vashi2018-05-0816-230/+240
|\ \ | |/
| * Fixed pip invocation example to skip binary packagesDaniele Varrazzo2018-02-091-2/+2
| * Document the psycopg2-binary packageDaniele Varrazzo2018-01-291-98/+100
| * Dropped warning about unsafe cursor namesDaniele Varrazzo2018-01-251-5/+0
| * 'key' docs in getconn() improvedDaniele Varrazzo2018-01-111-1/+6
| * Fixed stitch_text on Python 2Daniele Varrazzo2018-01-101-4/+6
| * Avoid installing tests to site-packagesJon Dufresne2017-12-101-2/+2
| * Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-1/+1
| * Drop long deprecated function register_tstz_w_secs()Jon Dufresne2017-12-102-16/+1
| * Merge branch 'master' into wsDaniele Varrazzo2017-12-021-4/+1
| |\
| | * Use builtin function next() throughout projectJon Dufresne2017-12-011-4/+1
| * | Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-0112-43/+34
| |/
| * Documentation tweaked to omit Python 2.6 distinctionsDaniele Varrazzo2017-11-281-8/+6
| * Drop support for EOL Python 3.0-3.3Hugo2017-11-281-1/+1
| * Update to Exception as e, print()Hugo2017-11-281-1/+1
| * Drop support for EOL Python 2.6Hugo2017-11-281-1/+1
| * Update documentation to reflect JSON import behaviorJon Dufresne2017-11-281-6/+2
| * Remove workarounds for namedtuple on Python <= 2.5Jon Dufresne2017-11-261-14/+0
| * Added PostgreSQL 10 in the list of supported serversDaniele Varrazzo2017-11-061-1/+1
| * Further docs cleanupDaniele Varrazzo2017-11-065-20/+40
| * Parameters passing docs improvedDaniele Varrazzo2017-11-061-18/+35
| * Dropped suggestion for --no-binary :all: to skip wheelsDaniele Varrazzo2017-10-271-5/+22
| * Parse PG 10 error codes from final versionDaniele Varrazzo2017-10-191-1/+1
| * Dropped doc building warningDaniele Varrazzo2017-10-181-1/+1
| * Make dbapi_extension.py compatible with Sphinx 1.6Dmitry Shachnev2017-10-121-7/+6
* | Merge remote-tracking branch 'psycopg2/master'Ashesh Vashi2017-09-112-167/+1
|\ \ | |/
| * Disable uploading docs on pythonhostedDaniele Varrazzo2017-08-231-166/+0
| * Fixed typo (found on stackoverflow... gh)Daniele Varrazzo2017-07-271-1/+1
* | Added support for preparing the encrypted password of a PostgreSQLAshesh Vashi2017-07-171-0/+27
|/
* Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-171-2/+7
* Document that executemany() is not logged with LoggingConnectionSebastian Bank2017-06-151-0/+5
* Document incompatibility between wheel package and ssl moduleDaniele Varrazzo2017-06-151-3/+12
* typo山楂片2017-06-121-1/+1
* Updated docs about versions supported in errcodesDaniele Varrazzo2017-06-051-1/+1
* Added doc link to replication commandsDaniele Varrazzo2017-05-101-2/+5
* Expose *DATETIMETZ* objects in the extensions moduleDaniele Varrazzo2017-03-221-0/+6
* Dropped info that the features requires libpq >= 9.0Daniele Varrazzo2017-03-201-2/+0
* Merge branch 'fix-528'Daniele Varrazzo2017-03-161-0/+3
|\
| * Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-0/+3
* | Added docs about the usability of sql objects with copy_expert()sql-copyDaniele Varrazzo2017-03-162-1/+9
|/