Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Modify setup.py to support setuptools/wheel | Jason Erickson | 2016-03-10 | 1 | -1/+4 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To support creation of whl files for PyPI, setuptools need to be imported instead of distutils. Created try/except case to fall back to integrated distutils if setuptools is not installed. | |||||
* | | | | | | | Fixed build on Python 2.5 | Daniele Varrazzo | 2016-03-10 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Fixed manifest trying to include Makefiles from build env | Daniele Varrazzo | 2016-03-10 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Skip null array test on Postgres versions not supporting it | Daniele Varrazzo | 2016-03-10 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'patch-328' | Daniele Varrazzo | 2016-03-10 | 3 | -28/+28 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed compiler warnings about Py_ssize_t printf format | Daniele Varrazzo | 2016-03-10 | 1 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | Removed added Dprintf statements | Jason Erickson | 2016-03-10 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed extra Dprintf statements added to trouble large objects | |||||
| * | | | | | | Fix Windows 64bit lobject support for very (>2GB) large objects | Jason Erickson | 2016-03-10 | 3 | -22/+24 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | The type 'long' with Windows Visual C is 32bits in size for both 32bit and 64bit platforms. Changed type of variables that could be > 2GB from long to Py_ssize_t. | |||||
* | | | | | | Style the dsn arg in connect() as a normal optional parameter | Daniele Varrazzo | 2016-03-03 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Plus some more connect() docs wordsmithing. | |||||
* | | | | | | Merge branch 'make_dsn' | Daniele Varrazzo | 2016-03-03 | 8 | -125/+236 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Close issue #363 instead of the proposed merge request. | |||||
| * | | | | | | Brag about make_dsn in the NEWS file | Daniele Varrazzo | 2016-03-03 | 1 | -1/+4 | |
| | | | | | | | ||||||
| * | | | | | | Allow make_dsn to take no parameter | Daniele Varrazzo | 2016-03-03 | 4 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The behaviour of connect() is unchanged: either dsn or params must be specified. | |||||
| * | | | | | | Validate output result from make_dsn() | Daniele Varrazzo | 2016-03-03 | 5 | -50/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output is not necessarily munged anyway: if no keyword is passed, validate the input but return it untouched. | |||||
| * | | | | | | Test that the empty dsn is a valid make_dsn input | Daniele Varrazzo | 2016-03-03 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | Added docs about make_dsn | Daniele Varrazzo | 2016-03-03 | 3 | -14/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | connect() docs updated to document the arguments merging. | |||||
| * | | | | | | Added test suite specific for make_dsn | Daniele Varrazzo | 2016-03-03 | 1 | -35/+82 | |
| | | | | | | | ||||||
| * | | | | | | Verify that the dsn is not manipulated by make_dsn if not necessary | Daniele Varrazzo | 2016-03-03 | 3 | -15/+32 | |
| | | | | | | | ||||||
| * | | | | | | Implementation of make_dsn in Python | Daniele Varrazzo | 2016-03-03 | 3 | -68/+68 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is equivalent to what proposed in #363, but with a much simpler implementation. | |||||
* | | | | | | Added parse_dsn() docstring | Daniele Varrazzo | 2016-03-03 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Some order in the extensions doc | Daniele Varrazzo | 2016-03-03 | 1 | -43/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Classes, coroutine functions and extra functions grouped under separate headings. | |||||
* | | | | | | Merge pull request #403 from kpinc/fix | Federico Di Gregorio | 2016-02-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve sentence. | |||||
| * | | | | | | Improve sentence. | Karl O. Pinc | 2016-02-02 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #375 from kwotuveang3k4bk/patch-1 | Federico Di Gregorio | 2016-01-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update psycopg1.py | |||||
| * | | | | | | Update psycopg1.py | Jan Janßen | 2015-11-10 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'bug-382' | Daniele Varrazzo | 2015-12-16 | 4 | -2/+76 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fixed race condition on import in errorcodes.lookup | Daniele Varrazzo | 2015-12-16 | 4 | -2/+76 | |
|/ / / / / | | | | | | | | | | | | | | | | Fixes #382. | |||||
* | | | | | Fix stale Dprintfs in pqpath.c referring to 'status' | Oleksandr Shulgin | 2015-10-26 | 1 | -2/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge branch 'extensions-quote-ident' | Daniele Varrazzo | 2015-10-15 | 6 | -4/+94 | |
|\ \ \ \ | ||||||
| * | | | | Mention quote_ident() in NEWS file | Daniele Varrazzo | 2015-10-15 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Proper unicode handling in quote_ident. | Oleksandr Shulgin | 2015-10-15 | 2 | -10/+41 | |
| | | | | | ||||||
| * | | | | Add psycopg2.extensions.quote_ident. | Oleksandr Shulgin | 2015-10-14 | 5 | -3/+61 | |
|/ / / / | ||||||
* | | | | Decref the ssl module after importing | Daniele Varrazzo | 2015-10-01 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | The wait_select callback can cancel a query using Ctrl-C | Daniele Varrazzo | 2015-10-01 | 4 | -9/+51 | |
| | | | | | | | | | | | | | | | | Fixes #333. | |||||
* | | | | Fixed PersistentConnectionPool on Python 3 | Daniele Varrazzo | 2015-10-01 | 2 | -4/+5 | |
| | | | | | | | | | | | | | | | | Fixes ticket #348. | |||||
* | | | | Typo correction | ClodoaldoPinto | 2015-10-01 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | MSVC 2015 compiler support added to news file | Daniele Varrazzo | 2015-10-01 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Drop spurious notices in test | Daniele Varrazzo | 2015-10-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | Getting some "rehashing catalog" debug messages in PG 9.4 | |||||
* | | | Merge branch 'parse-dsn' | Daniele Varrazzo | 2015-10-01 | 6 | -3/+143 | |
|\ \ \ | ||||||
| * | | | Added parse_dsn() to news file | Daniele Varrazzo | 2015-10-01 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Added unicode support to parse_dsn | Daniele Varrazzo | 2015-10-01 | 2 | -27/+50 | |
| | | | | | | | | | | | | | | | | Also added support for the argument as a keyword. | |||||
| * | | | Fixed parse_dsn tests on Python 3 | Daniele Varrazzo | 2015-10-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | On Python 3 there is no Exception.message attribute. | |||||
| * | | | Separate parse_dsn test in a test case of their own | Daniele Varrazzo | 2015-10-01 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' into parse-dsn | Daniele Varrazzo | 2015-10-01 | 16 | -51/+281 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLE | Daniele Varrazzo | 2015-09-30 | 5 | -5/+59 | |
| | | | | | | | | | | | | | | | | Fixes #352. | |||||
* | | | | Report the server response status on errors with no message | Daniele Varrazzo | 2015-09-30 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Craig Ringer in pull request #353, should also give more information for other cases we were reported on flaky servers (AWS, digital ocean...), see bug #281. | |||||
* | | | | Merge pull request #350 from Photonios/master | Federico Di Gregorio | 2015-09-23 | 1 | -3/+8 | |
|\ \ \ \ | |_|_|/ |/| | | | Fixes for MSVC 2015 (Python 3.5) | |||||
| * | | | Fix for MSVC 2015: round has been added to this version | Photonios | 2015-09-22 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Fix for MSVC 2015: isnan is supported in this version | Photonios | 2015-09-22 | 1 | -2/+3 | |
|/ / / | ||||||
* | | | Fixed doc about libpq version availability | Daniele Varrazzo | 2015-06-02 | 1 | -3/+3 | |
| | | | ||||||
* | | | Notify example should pop the oldest message in conn.notifies, not the newest. | btubbs | 2015-06-02 | 1 | -1/+1 | |
| | | |