Commit Graph

  • eafcc650c8 Solaris 10+, and illumos distros have round() Daniel Enman 2013-04-18 16:59:26 -0300
  • 6ab195d957 The UUID adapter returns bytes instead of str in Python 3 Daniele Varrazzo 2013-04-07 18:06:43 +0100
  • cdbcd8a2e5 Script to test ticket #58 moved into sandbox Daniele Varrazzo 2013-04-07 20:11:43 +0100
  • eb3f6729fa Merge 4d2e082252 into 03b8b1e97a Andrew Svetlov 2014-04-05 15:51:32 +0000
  • 03b8b1e97a Merge branch 'connection-closed' Daniele Varrazzo 2014-04-05 16:05:40 +0100
  • e3ecae75a0 Merge branch 'connection-closed' into maint_2_5 Daniele Varrazzo 2014-04-05 15:59:32 +0100
  • 09fb131f1a Don't specify 0 or 1 in closed docs Daniele Varrazzo 2014-04-05 13:37:42 +0100
  • 489658cfc5 Close the connection if discovered bad on poll() Daniele Varrazzo 2014-04-05 15:32:16 +0100
  • 1654687d1b Check the connection is really bad on exception before closing it Daniele Varrazzo 2014-04-05 15:14:00 +0100
  • 3752880b7b Fixed attempt of closing an already closed lobject on dealloc Daniele Varrazzo 2014-04-05 15:11:43 +0100
  • 2e55b35d5d Don't set an exception witout GIL closing lobjects with a bad conn Daniele Varrazzo 2014-04-05 15:10:15 +0100
  • 696d123550 Close a connection if PQexec returned NULL Daniele Varrazzo 2014-03-06 18:11:17 +0000
  • a31c1a1722 Allow get_transaction_status on closed connections Daniele Varrazzo 2014-03-06 17:49:24 +0000
  • 75b98b561b Don't specify 0 or 1 in closed docs Daniele Varrazzo 2014-04-05 13:37:42 +0100
  • 12c2fafa86 Close the connection if discovered bad on poll() Daniele Varrazzo 2014-04-05 15:32:16 +0100
  • e5ab0b3987 Check the connection is really bad on exception before closing it Daniele Varrazzo 2014-04-05 15:14:00 +0100
  • f0c38f0b37 Fixed attempt of closing an already closed lobject on dealloc Daniele Varrazzo 2014-04-05 15:11:43 +0100
  • 221d0d66de Don't set an exception witout GIL closing lobjects with a bad conn Daniele Varrazzo 2014-04-05 15:10:15 +0100
  • 4d2e082252 Provide default values for .set_session method Andrew Svetlov 2014-04-04 23:21:22 +0300
  • e22c8a17fa Use python3 notation for keyword-only arguments. Andrew Svetlov 2014-04-04 23:06:41 +0300
  • a201307185 Avoid printing the typecast name in debug statement Daniele Varrazzo 2014-04-04 19:25:09 +0100
  • cefef286a6 Fixed use of Python object with refcount 0 in cursor_init Daniele Varrazzo 2014-04-04 19:16:41 +0100
  • 9036299d54 Avoid printing the typecast name in debug statement Daniele Varrazzo 2014-04-04 19:25:09 +0100
  • ca98167ae4 Fixed use of Python object with refcount 0 in cursor_init Daniele Varrazzo 2014-04-04 19:16:41 +0100
  • 81443c3a65 Work around pip issue #1630 breaking 'pip -e git+url' Daniele Varrazzo 2014-04-04 17:30:10 +0100
  • df7018a5d4 Work around pip issue #1630 breaking 'pip -e git+url' Daniele Varrazzo 2014-04-04 17:30:10 +0100
  • 33f2301772 Clarify in the docs that mogrify() and query always return bytes Daniele Varrazzo 2014-04-03 02:46:13 +0100
  • ba71c05860 Clarify in the docs that mogrify() and query always return bytes Daniele Varrazzo 2014-04-03 02:46:13 +0100
  • e9661bcde5 Fixed bug number typo in NEWS file Daniele Varrazzo 2014-04-03 02:45:22 +0100
  • 25ae646dcf Fixed bug number typo in NEWS file Daniele Varrazzo 2014-04-03 02:45:22 +0100
  • a8fdc74090 Fixed overflow opening a lobject with an oid not fitting in a signed int Daniele Varrazzo 2014-04-03 02:34:43 +0100
  • 2245b56dc1 Fixed overflow opening a lobject with an oid not fitting in a signed int Daniele Varrazzo 2014-04-03 02:34:43 +0100
  • dfacc483b5 Dropped unneeded pass in test Daniele Varrazzo 2014-04-03 02:28:02 +0100
  • a516517a23 Dropped unneeded pass in test Daniele Varrazzo 2014-04-03 02:28:02 +0100
  • 1d786d0380 Explicit the fact that closed connections have undefined status Daniele Varrazzo 2014-04-03 02:07:38 +0100
  • 25e3a5f744 Explicit the fact that closed connections have undefined status Daniele Varrazzo 2014-04-03 02:07:38 +0100
  • e7fc7f31b9 Fixed dsn and closed attributes in failing connection subclasses. Daniele Varrazzo 2014-04-03 01:41:19 +0100
  • 65fbe9159a Fixed dsn and closed attributes in failing connection subclasses. Daniele Varrazzo 2014-04-03 01:41:19 +0100
  • e2bb7ff8da Fixed DNS typo in examples Erwin de Keijzer 2014-03-24 18:36:33 +0100
  • d722cda138 Merge 0258e90ef0 into 7b82be936d Erwin de Keijzer 2014-03-24 17:39:43 +0000
  • 0258e90ef0 Fixed DNS typo in examples Erwin de Keijzer 2014-03-24 18:36:33 +0100
  • d1e1243ba8 Close a connection if PQexec returned NULL Daniele Varrazzo 2014-03-06 18:11:17 +0000
  • f597c36f42 Allow get_transaction_status on closed connections Daniele Varrazzo 2014-03-06 17:49:24 +0000
  • d6da4ed09f Don't segfault on uninitialized cursor Daniele Varrazzo 2014-02-26 19:37:59 +0000
  • 69b2fa282c Use the do-while 0 idiom for cursor guards macro Daniele Varrazzo 2014-02-26 19:31:27 +0000
  • 7b82be936d Don't segfault on uninitialized cursor Daniele Varrazzo 2014-02-26 19:37:59 +0000
  • 618f7e41de Use the do-while 0 idiom for cursor guards macro Daniele Varrazzo 2014-02-26 19:31:27 +0000
  • 3c893606f5 Merge branch 'ticket-194' Daniele Varrazzo 2014-02-24 15:20:13 +0000
  • 79e84e432a Bug #194 confirmed fixed: newsfile updated. Daniele Varrazzo 2014-02-24 15:15:54 +0000
  • 63e36e22d2 Set the connection async before polling for connection Daniele Varrazzo 2014-02-24 12:12:16 +0000
  • ca99579b76 Set the connection async earlier in green mode Daniele Varrazzo 2014-02-24 11:39:43 +0000
  • a13c72cf32 Merge branch 'ticket-194' into maint_2_5 Daniele Varrazzo 2014-02-24 15:19:02 +0000
  • e840e00278 Bug #194 confirmed fixed: newsfile updated. Daniele Varrazzo 2014-02-24 15:15:54 +0000
  • 98ea06d8b4 Set the connection async before polling for connection Daniele Varrazzo 2014-02-24 12:12:16 +0000
  • a8ef13620a Set the connection async earlier in green mode Daniele Varrazzo 2014-02-24 11:39:43 +0000
  • 211e949741 Merge branch 'range_sort' into maint_2_5 Daniele Varrazzo 2014-02-22 23:08:39 +0000
  • 0e86fc164f Mention Range order in the news file Daniele Varrazzo 2014-02-22 22:51:02 +0000
  • d43e23ddc6 Docs wordsmithing about Range order Daniele Varrazzo 2014-02-22 21:56:46 +0000
  • 6c27cdd20e Hardcode the list of attributes to be used in comparison Daniele Varrazzo 2014-02-22 21:52:44 +0000
  • c10c1186a5 Added implementation for Range gt and ge operators Daniele Varrazzo 2014-02-22 21:51:28 +0000
  • 5624ad4ec5 documentation changes now that Range objects can be ordered Chris Withers 2014-02-18 21:24:59 +0000
  • 1487800b6d New implementation of Range sorting that works for Python 2.5 to 3.3, at least. Chris Withers 2014-02-18 20:55:00 +0000
  • ca1845477d Coding style changes. Chris Withers 2014-02-14 07:46:32 +0000
  • f739576f0a Provide a stable and consistent sort order for Range objects. Chris Withers 2014-02-12 08:11:59 +0000
  • 283dbccf56 Merge branch 'range_sort' Daniele Varrazzo 2014-02-22 23:02:19 +0000
  • dd9e476353 Fixed error message on range parsing failed Daniele Varrazzo 2014-02-19 01:03:01 +0000
  • 8d2744c550 Mention Range order in the news file Daniele Varrazzo 2014-02-22 22:51:02 +0000
  • 212f4e3538 Docs wordsmithing about Range order Daniele Varrazzo 2014-02-22 21:56:46 +0000
  • 8937c635df Hardcode the list of attributes to be used in comparison Daniele Varrazzo 2014-02-22 21:52:44 +0000
  • 4545d1636c Added implementation for Range gt and ge operators Daniele Varrazzo 2014-02-22 21:51:28 +0000
  • 6192a4fb17 Added str() for the Json adapter Daniele Varrazzo 2014-02-22 20:41:11 +0000
  • 434fbb02b1 Fixed error message on range parsing failed Daniele Varrazzo 2014-02-19 01:03:01 +0000
  • bd448bd5cc Merge 6cd0647da9 into 66f85b5832 Chris Withers 2014-02-18 21:25:16 +0000
  • 6cd0647da9 documentation changes now that Range objects can be ordered Chris Withers 2014-02-18 21:24:59 +0000
  • e60266c4c5 New implementation of Range sorting that works for Python 2.5 to 3.3, at least. Chris Withers 2014-02-18 20:55:00 +0000
  • 0ce4e95601 Merge 0d692028e9 into 66f85b5832 Jonathan Meyer 2014-02-17 16:21:58 -0500
  • 0d692028e9 Use setuptools so bdist_wheel command is available Jonathan Meyer 2014-02-17 15:55:01 -0500
  • bae508ffa6 Coding style changes. Chris Withers 2014-02-14 07:46:32 +0000
  • d469c32503 Provide a stable and consistent sort order for Range objects. Chris Withers 2014-02-12 08:11:59 +0000
  • 10feb5350d Add __repr__ to Json object for better logging Oleg Anashkin 2014-02-02 20:17:59 -0800
  • 9ac01d060d Fixed debug build on Windows Daniele Varrazzo 2014-01-14 21:56:36 +0000
  • 66f85b5832 Merge branch 'outputres' Daniele Varrazzo 2014-01-14 21:54:28 +0000
  • a35b743af7 Mention outputres fix in NEWS file Daniele Varrazzo 2014-01-14 21:52:42 +0000
  • d27172371e Merge 58c98deebb into 4ed9dc1435 James Emerton 2014-01-14 10:47:49 -0800
  • 4ed9dc1435 Added doc notes about how to avoid JSON parsing Daniele Varrazzo 2014-01-14 18:30:41 +0000
  • 9e8923b884 Added doc notes about how to avoid JSON parsing Daniele Varrazzo 2014-01-14 18:30:41 +0000
  • 3f6497d587 Bump to next dev release Daniele Varrazzo 2014-01-14 18:27:46 +0000
  • 58c98deebb Fallback when get_ext_fullpath() is unavailable James Emerton 2014-01-10 13:41:16 -0800
  • 9100ad3e8f Use get_ext_fullpath() for -outputresource James Emerton 2014-01-10 11:56:14 -0800
  • 4f1e4a03d1 Bump version for release 2.5.2 2_5_2 Daniele Varrazzo 2014-01-07 12:00:28 +0000
  • 85b1914ad6 Fixed dealloc of lobject->smode Daniele Varrazzo 2013-11-27 12:59:14 +0000
  • 8aaa4eabca Fixed dealloc of lobject->smode Daniele Varrazzo 2013-11-27 12:59:14 +0000
  • e11d0d39ec Check connection type in lobject init Daniele Varrazzo 2013-11-27 12:42:57 +0000
  • 7e9e11ee27 Check connection type in lobject init Daniele Varrazzo 2013-11-27 12:42:57 +0000
  • 6ab1ec1c37 Typo fixes and improvements to new_array_type() docs Daniele Varrazzo 2013-10-21 15:26:57 +0100
  • 0442fd924f Typo fixes and improvements to new_array_type() docs Daniele Varrazzo 2013-10-21 15:26:57 +0100
  • 58c53025d1 Use bytestrings in infinite dates adapter example Daniele Varrazzo 2013-10-21 14:30:25 +0100
  • bc70902ea5 Use bytestrings in infinite dates adapter example Daniele Varrazzo 2013-10-21 14:30:25 +0100
  • 2e3833f7fb Really test named cursors in test_scroll_named() Daniele Varrazzo 2013-10-16 19:09:51 +0100
  • 5c99d2a456 Document that named cursors don't raise an exception going out-of-bound Daniele Varrazzo 2013-10-16 19:08:45 +0100