Commit Graph

  • 8d8cc38590 Really test named cursors in test_scroll_named() Daniele Varrazzo 2013-10-16 19:09:51 +0100
  • 429ebfc764 Document that named cursors don't raise an exception going out-of-bound Daniele Varrazzo 2013-10-16 19:08:45 +0100
  • a0a63e3ac7 Document that using %, (, ) in the placeholder name is not supported Daniele Varrazzo 2013-10-16 15:36:43 +0100
  • 1e623a951c Meaningful connection errors report a meaningful message Daniele Varrazzo 2013-10-16 15:28:16 +0100
  • 865b36e005 Document that using %, (, ) in the placeholder name is not supported Daniele Varrazzo 2013-10-16 15:36:43 +0100
  • 09cf64dda4 Meaningful connection errors report a meaningful message Daniele Varrazzo 2013-10-16 15:28:16 +0100
  • 345077d5f7 Fixed pickling of exceptions with no pgerror/pgcode set Daniele Varrazzo 2013-07-19 15:57:27 +0100
  • 0e08fbb20b Fixed pickling of exceptions with no pgerror/pgcode set Daniele Varrazzo 2013-07-19 15:57:27 +0100
  • 81e8b869d0 Fixed titles in newsfile Daniele Varrazzo 2013-07-19 15:54:35 +0100
  • 96248d0f09 Fixed titles in newsfile Daniele Varrazzo 2013-07-19 15:54:35 +0100
  • bf843fc5f0 Bump to next dev release number Daniele Varrazzo 2013-07-19 15:21:16 +0100
  • 55c94f5cac No implicit transaction on named cursor close Alexey Borzenkov 2013-07-09 23:36:04 +0400
  • c8bc703b50 Allow using named with hold cursors in autocommit Alexey Borzenkov 2013-07-09 23:29:58 +0400
  • 5159326448 Cast dict values to string before quoting them Paul Eipper 2013-07-03 14:27:51 -0300
  • 497247a528 Fixed doc index entry for infinite dates Daniele Varrazzo 2013-06-23 01:24:28 +0100
  • 68d5d070fe Bump up version for release 2.5.1 2_5_1 Daniele Varrazzo 2013-06-23 01:19:47 +0100
  • 9b2f4c7d77 Fixed manifest to avoid spurious messages during install Daniele Varrazzo 2013-06-23 01:59:16 +0100
  • 468951de25 Fixed doc index entry for infinite dates Daniele Varrazzo 2013-06-23 01:24:28 +0100
  • 921b676471 Untrack the connection before closing to avoid possible double-free Daniele Varrazzo 2013-06-20 16:24:55 +0100
  • 889b1d826e Untrack the connection before closing to avoid possible double-free Daniele Varrazzo 2013-06-20 16:24:55 +0100
  • 9f4b5b37a3 Added doc example to convert date.max to infinity Daniele Varrazzo 2013-06-18 15:00:30 +0100
  • 83c5d12cf1 Added doc example to convert date.max to infinity Daniele Varrazzo 2013-06-18 15:00:30 +0100
  • eb36e75b89 Fixed comparison of Range with non-range objects Daniele Varrazzo 2013-06-18 14:16:06 +0100
  • ea08f7e7c7 Merge branch 'range_eq_typerror' Daniele Varrazzo 2013-06-18 14:14:01 +0100
  • 1361189b99 Mention the Range eq fix in the NEWS file Daniele Varrazzo 2013-06-18 14:13:00 +0100
  • d50ea3d82b Uniform Range eq tests style Daniele Varrazzo 2013-06-18 14:10:49 +0100
  • faf7ff4d2f Merge 28276e3eb1 into bbe0bf955c Chris Withers 2013-05-26 14:20:21 -0700
  • 28276e3eb1 cater for comparison of subclasses Chris Withers 2013-05-26 22:20:07 +0100
  • b6a9e0ffaf raising an exception here rather than returning False causes problems with SQLAlchemy's internal state tracking Chris Withers 2013-05-26 21:58:39 +0100
  • 8bb44f3444 more useful error message when comparing ranges with non-ranges Chris Withers 2013-05-26 21:20:40 +0100
  • 8fd228dd28 Added regression test for infinity parsing in dates Daniele Varrazzo 2013-05-10 23:25:06 +0100
  • 1e94018473 Added test to verify copysize handling in copy_expert Daniele Varrazzo 2013-05-06 10:48:10 +0100
  • cc4cabebf0 Skip tests on python implementations without getrefcount() Daniele Varrazzo 2013-05-06 10:39:24 +0100
  • 1ef234ebfc Added regression test for infinity parsing in dates Daniele Varrazzo 2013-05-10 23:25:06 +0100
  • c796bc2cbd Added test to verify copysize handling in copy_expert Daniele Varrazzo 2013-05-06 10:48:10 +0100
  • a44db81d9b Skip tests on python implementations without getrefcount() Daniele Varrazzo 2013-05-06 10:39:24 +0100
  • 3a13599a99 A few docs fixes to the usage page Daniele Varrazzo 2013-05-01 22:40:19 +0100
  • bbe0bf955c A few docs fixes to the usage page Daniele Varrazzo 2013-05-01 22:40:19 +0100
  • c862554fdc Dropped a lot of words from the front matter Daniele Varrazzo 2013-04-26 10:06:26 +0100
  • 5f320e52f4 Fix multiple misspellings Piotr Kasprzyk 2013-04-26 10:21:56 +0200
  • 5a74117118 Fix multiple misspellings Piotr Kasprzyk 2013-04-26 10:21:56 +0200
  • 1ff3ea0745 Dropped a lot of words from the front matter Daniele Varrazzo 2013-04-26 10:06:26 +0100
  • 31b6ec63f8 Fix multiple misspellings Piotr Kasprzyk 2013-04-26 10:21:56 +0200
  • 0fc1e3a8c7 Merge branch 'classifiers' into maint_2_5 Daniele Varrazzo 2013-04-21 21:46:46 +0100
  • 361522cde8 Added explicit Python 2 and Python 3 classifiers Daniele Varrazzo 2013-04-21 21:42:05 +0100
  • ad5af45ba6 Explicit Python Version Support Saul Shanabrook 2013-04-12 02:16:04 -0300
  • 2eba97de70 Merge branch 'classifiers' Daniele Varrazzo 2013-04-21 21:44:57 +0100
  • 4547753df0 Added explicit Python 2 and Python 3 classifiers Daniele Varrazzo 2013-04-21 21:42:05 +0100
  • 4de8b9577e Explicit Python Version Support Saul Shanabrook 2013-04-12 02:16:04 -0300
  • fc2ca0d2e9 Make sure to return a bytes string from numeric range adapter Daniele Varrazzo 2013-04-21 20:30:03 +0100
  • b8fbe599ac Make sure to return a bytes string from numeric range adapter Daniele Varrazzo 2013-04-21 20:30:03 +0100
  • 9a1dac6125 Merge branch 'solaris-round' into maint_2_5 Daniele Varrazzo 2013-04-21 18:43:27 +0100
  • 244a58e5c7 Mention Solaris round fix in NEWS file Daniele Varrazzo 2013-04-20 02:31:31 +0100
  • 35086c9ef0 Long ifdef reformatted for readibility Daniele Varrazzo 2013-04-20 02:21:58 +0100
  • e93357ba17 Remove extra || Daniel Enman 2013-04-18 17:12:14 -0300
  • ec4aa95554 Solaris 10+, and illumos distros have round() Daniel Enman 2013-04-18 16:59:26 -0300
  • d159dfea9d Merge branch 'solaris-round' Daniele Varrazzo 2013-04-21 18:39:30 +0100
  • fdc5dc750c Mention Solaris round fix in NEWS file Daniele Varrazzo 2013-04-20 02:31:31 +0100
  • e335eb98ce Long ifdef reformatted for readibility Daniele Varrazzo 2013-04-20 02:21:58 +0100
  • 5d86d07618 Testing external script independent from psycopg implementation Daniele Varrazzo 2013-04-09 22:05:17 +0100
  • 785a635b7f Merge 558f7ad929 into 80e105c74d Daniel Enman 2013-04-18 13:12:17 -0700
  • 558f7ad929 Remove extra || Daniel Enman 2013-04-18 17:12:14 -0300
  • cda0b6a8eb Solaris 10+, and illumos distros have round() Daniel Enman 2013-04-18 16:59:26 -0300
  • 4a56ed4f35 Merge 269e57cd22 into 80e105c74d Saul Shanabrook 2013-04-11 22:16:25 -0700
  • 269e57cd22 Explicit Python Version Support Saul Shanabrook 2013-04-12 02:16:04 -0300
  • 29e96179f2 The UUID adapter returns bytes instead of str in Python 3 Daniele Varrazzo 2013-04-07 18:06:43 +0100
  • 711c092a79 The UUID adapter returns bytes instead of str in Python 3 Daniele Varrazzo 2013-04-07 18:06:43 +0100
  • 61d496b2ed Script to test ticket #58 moved into sandbox Daniele Varrazzo 2013-04-07 20:11:43 +0100
  • 04c09b7b38 Dropped GPL license from source Daniele Varrazzo 2013-04-07 20:03:38 +0100
  • 1af4bd83c4 Stop distributing the compiled documentation with the source Daniele Varrazzo 2013-04-07 20:01:22 +0100
  • af7347473e Dropped stale entries from MANIFEST.in Daniele Varrazzo 2013-04-07 19:40:17 +0100
  • f2fbf18a05 Dropped psycopg 1 changelog Daniele Varrazzo 2013-04-07 18:38:21 +0100
  • 5d3a5c242e Dropped stale entries from MANIFEST.in Daniele Varrazzo 2013-04-07 19:40:17 +0100
  • 6d2f2676ad Bump to next dev version Daniele Varrazzo 2013-04-07 19:42:43 +0100
  • 979c4fc1a6 Bump to next maint release Daniele Varrazzo 2013-04-07 18:29:28 +0100
  • 80e105c74d Merge branch 'devel' 2_5 Daniele Varrazzo 2013-04-07 17:43:35 +0100
  • b448f822f4 Bump to release 2.5 Daniele Varrazzo 2013-04-07 16:37:39 +0100
  • b214d10fff Use NULL instead of an empty string as PyObject_CallMethod format Daniele Varrazzo 2013-04-07 17:25:43 +0100
  • 884a7f7db6 A couple of typos fixed Daniele Varrazzo 2013-04-07 15:19:15 +0100
  • 2b554937f2 Dropped __all__ from modules Daniele Varrazzo 2013-04-07 02:59:30 +0100
  • d5d6a1f4c7 Enable by default the range typecasters Daniele Varrazzo 2013-04-07 02:37:55 +0100
  • 9e15f54fe8 Added cursor_factory connection attribute and connect() parameter Daniele Varrazzo 2013-04-07 02:30:12 +0100
  • 0e06addc9f Testing boilerplate unified in a single base class Daniele Varrazzo 2013-04-07 00:23:30 +0100
  • 408c76fdb6 Fixed build on windows Daniele Varrazzo 2013-04-06 01:34:12 +0100
  • d36024dc1f Use the Python heap for conn->dsn Daniele Varrazzo 2013-04-06 00:42:25 +0100
  • c63d623f65 Merge branch 'drop-py24' into devel Daniele Varrazzo 2013-04-05 01:29:25 +0100
  • beea32ef03 Use the Py_RETURN_NONE macro Daniele Varrazzo 2013-04-05 01:25:05 +0100
  • 67c8250081 Added tp_clear method for objects with GC support Daniele Varrazzo 2013-04-05 01:05:12 +0100
  • 1a93279fe7 Dropped bogus return in void function Daniele Varrazzo 2013-04-05 01:03:05 +0100
  • e14440d96d Dropped GC support for several objects Daniele Varrazzo 2013-04-05 01:02:47 +0100
  • 95ff64d739 Dropped encoding attribute from list adapter Daniele Varrazzo 2013-04-05 00:35:02 +0100
  • 6bc4b23af5 Static-type psycopg_escape_string connection parameter Daniele Varrazzo 2013-04-05 00:07:36 +0100
  • 736a78f3f6 Avoid encoding strdup in qstring adapter Daniele Varrazzo 2013-04-05 00:00:42 +0100
  • 7a5a226b49 Set a memory exception in psycopg_escape_string Daniele Varrazzo 2013-04-04 22:48:53 +0100
  • 7328aaf0fb Dropped GC support from Xid and Notify types Daniele Varrazzo 2013-04-02 01:50:31 +0100
  • 5aafe38fd7 Some improvements to connection/cursor GC Daniele Varrazzo 2013-03-21 12:55:17 +0000
  • 3b8abf3fc4 Clean the C members of Error in tp_dealloc instead of tp_clear Daniele Varrazzo 2013-03-21 11:51:29 +0000
  • d5316d7eb2 PyType_GenericAlloc is the default allocator: no need to specify Daniele Varrazzo 2013-03-20 22:27:10 +0000
  • eb280c1da4 Better use of Py_CLEAR and implicit zeroed-out structures Daniele Varrazzo 2013-03-20 22:15:32 +0000
  • 546927d44a Use wrap to fix names of decorated test methods Daniele Varrazzo 2013-03-20 17:17:10 +0000