Commit Graph

  • 31265e3439 Fixed broken test decorator preventing 3 tests to run Daniele Varrazzo 2013-03-20 17:13:33 +0000
  • b6873ee1ab Dropped support for Python 2.4 Daniele Varrazzo 2013-03-20 23:40:13 +0000
  • e65392e0d8 PyType_GenericAlloc is the default allocator: no need to specify Daniele Varrazzo 2013-03-20 22:27:10 +0000
  • 8a59e75d62 Better use of Py_CLEAR and implicit zeroed-out structures Daniele Varrazzo 2013-03-20 22:15:32 +0000
  • 802381358a Fixed broken test decorator preventing 3 tests to run Daniele Varrazzo 2013-03-20 17:13:33 +0000
  • 09629a6dbc Use wrap to fix names of decorated test methods Daniele Varrazzo 2013-03-20 17:17:10 +0000
  • 0c0e2a2455 Fixed broken test decorator preventing 3 tests to run Daniele Varrazzo 2013-03-20 17:13:33 +0000
  • 0f8de70e59 Fixed leak of cancel key on connection.reset() Daniele Varrazzo 2013-03-20 15:54:42 +0000
  • 3410fee8d1 Fixed leak of cancel key on connection.reset() Daniele Varrazzo 2013-03-20 15:54:42 +0000
  • 9813bac4fe Added forgotten attributes to visit in error Daniele Varrazzo 2013-03-20 15:06:06 +0000
  • 75811f5bb1 Note than Python 3.3 is supported in install docs Daniele Varrazzo 2013-03-20 13:08:01 +0000
  • 1cb78f1cc4 Fixed bad interaction of setup.py with other dependencies Daniele Varrazzo 2013-03-18 02:18:50 +0000
  • c111ef5dff Properly cleanup memory of broken connections Daniele Varrazzo 2013-03-16 11:56:38 +0000
  • 4f85b50cd2 Bump to next maintenance release Daniele Varrazzo 2013-03-20 11:43:29 +0000
  • 87962728ee Fixed ticket number in NEWS file Daniele Varrazzo 2013-03-20 11:42:15 +0000
  • 5dfba462da Dropped "customized" pg_free functions Daniele Varrazzo 2013-03-20 01:34:50 +0000
  • 0830deb790 Dropped IFCLEARPGRES macro Daniele Varrazzo 2013-03-20 00:47:20 +0000
  • 16021dae6d Use Py_CLEAR on self->query instead of if and decref Daniele Varrazzo 2013-03-20 00:44:15 +0000
  • a210859326 Notify and Xid objects and types renamed for consistency Daniele Varrazzo 2013-03-20 00:16:34 +0000
  • 73949cd1b8 Merge branch 'diagnostics' into devel Daniele Varrazzo 2013-03-20 01:47:14 +0000
  • b503db9ce6 psycopg2.Error object and type renamed more consistently Daniele Varrazzo 2013-03-19 23:47:30 +0000
  • 114c62fac8 Added tests to verify the new Diagnostics properties Daniele Varrazzo 2013-03-19 23:33:12 +0000
  • 7177f815a6 Store a PGresult in the Exception error Daniele Varrazzo 2013-03-19 16:07:47 +0000
  • fde232831b Merge a05a194b1a into 7a1d1791d3 Christian Zagrodnick 2013-03-19 07:52:24 -0700
  • a05a194b1a Merge branch 'master' of github.com:zagy/psycopg2 Christian Zagrodnick 2013-03-19 15:49:46 +0100
  • b4d22f42bd Fixed multi-thread connection initialization for ZPsycopgDA. Christian Zagrodnick 2013-03-19 12:40:49 +0100
  • 394312939e Added a C structure to psycopg.Error Daniele Varrazzo 2013-03-19 03:06:00 +0000
  • 0ea07491cf Merge 5920d4f25d into 7a1d1791d3 Christian Zagrodnick 2013-03-19 04:43:46 -0700
  • 5920d4f25d Fixed multi-thread connection initialization for ZPsycopgDA. Christian Zagrodnick 2013-03-19 12:40:49 +0100
  • 3e1908c55d retab to 8 whitespace characters, remove superflous whitespace Christian Zagrodnick 2013-03-19 11:41:23 +0100
  • e86efa7e30 Added summary data types conversion table to the docs Daniele Varrazzo 2013-03-18 19:22:31 +0000
  • abb3027aa3 NEWS file reformatted to reST and included in the docs Daniele Varrazzo 2013-03-18 15:42:10 +0000
  • 93928a7141 Document that errorcodes is updated to 9.2 Daniele Varrazzo 2013-03-18 15:10:24 +0000
  • ae918c34b8 Copyright year bumped to 2013 in docs footer Daniele Varrazzo 2013-03-18 15:10:06 +0000
  • 294e7ae080 Tests tweaked to run on all the supported versions Daniele Varrazzo 2013-03-18 10:06:07 +0000
  • 97311967e8 Merge branch 'diagnostics' into devel Daniele Varrazzo 2013-03-18 02:21:09 +0000
  • fe6eb127fc Fixed bad interaction of setup.py with other dependencies Daniele Varrazzo 2013-03-18 02:18:50 +0000
  • 49c3569919 Diagnostics added to the NEWS file Daniele Varrazzo 2013-03-18 02:04:21 +0000
  • 1cf9825035 Diagnostics is more GC friendly Daniele Varrazzo 2013-03-18 01:58:27 +0000
  • 678f0dc949 Added documentation about the Diagnostics object Daniele Varrazzo 2013-03-18 01:33:23 +0000
  • 819a551d01 Decode Diagnostics result on Python 3 Daniele Varrazzo 2013-03-18 00:38:28 +0000
  • 70b756b8c7 Added test to verify Diagnostics works after copy errors Daniele Varrazzo 2013-03-18 00:31:25 +0000
  • 660386929f Added test to verify Diagnostics reference disposal Daniele Varrazzo 2013-03-18 00:24:46 +0000
  • 42b063b562 Added all supported properties to the Diagnostic object Daniele Varrazzo 2013-03-17 23:31:53 +0000
  • 9e79112e25 Expose the Diagnostics object in the extensions module Daniele Varrazzo 2013-03-17 23:57:27 +0000
  • c75a3bbab4 Work-in-progress support for retrieving PG_DIAG result error fields. Matthew Woodcraft 2013-03-17 16:41:15 +0000
  • 06bfa801f4 Fixed range adaptation on Python 3 Daniele Varrazzo 2013-03-16 22:12:41 +0000
  • af18c29f0b Fixed exception handling in disconnection test Daniele Varrazzo 2013-03-16 21:42:41 +0000
  • c5de7b5ac6 Fixed Decimal range tests Daniele Varrazzo 2013-03-16 17:58:58 +0000
  • 594a4d79ec Fixed handling of database disconnection in tests in green mode Daniele Varrazzo 2013-03-16 17:41:59 +0000
  • e1ff432f4c Merge branch 'dead-bytes' into devel Daniele Varrazzo 2013-03-16 16:25:17 +0000
  • 4883ce7d91 Added ZPsycopgDA URL to the NEWS file Daniele Varrazzo 2013-03-16 16:23:02 +0000
  • 66d6c68dcc Properly cleanup memory of broken connections Daniele Varrazzo 2013-03-16 11:56:38 +0000
  • 7abe1775d0 Fix tests for Postgres 9.3 Catalin Iacob 2013-03-15 18:10:13 +0100
  • 7f86529183 docs: grammar fix in extras.rst Idan Kamara 2013-03-06 11:36:32 +0200
  • 7a1d1791d3 Merge commit '2_4_6' Daniele Varrazzo 2013-01-21 11:18:27 +0000
  • e8db9954d1 Improvements to the connect() docs Daniele Varrazzo 2013-01-09 12:56:06 +0000
  • 49af4fe539 Fixed interactive sessions docs examples Daniele Varrazzo 2013-01-09 03:10:32 +0000
  • 16d96fd43c Merge branch 'py33' into devel Daniele Varrazzo 2012-12-22 00:58:17 +0100
  • cedd15cb49 Python 3.3 is now supported Daniele Varrazzo 2012-12-22 00:56:48 +0100
  • a04379210b Doubt about 'c' buffer solved by Stefan Krah Daniele Varrazzo 2012-12-22 00:51:47 +0100
  • 4e65ca1d8d Version bumped to 2.4.6 2_4_6 Daniele Varrazzo 2012-12-02 22:48:18 +0000
  • 67445dfbea Fixed pickling of DictRow objects too Daniele Varrazzo 2012-12-11 01:10:01 +0000
  • 5bee4d3379 Fixed pickling of RealDictRow objects Daniele Varrazzo 2012-12-10 23:54:08 +0000
  • 6df6e6adfe Fixed pickling of DictRow objects too Daniele Varrazzo 2012-12-11 01:10:01 +0000
  • 99bedd1bb2 Fixed pickling of RealDictRow objects Daniele Varrazzo 2012-12-10 23:54:08 +0000
  • e6fbf47c46 Merge branch 'contextmanager' into devel Daniele Varrazzo 2012-12-04 00:38:01 +0000
  • ec34b9bed6 Mention context managers in NEWS file Daniele Varrazzo 2012-12-04 00:26:48 +0000
  • 170636d46d Merge branch 'zope-fixes' into devel Daniele Varrazzo 2012-12-04 00:34:48 +0000
  • bb72f121fb Fixed connections re-init across ZSQL methods Daniele Varrazzo 2012-12-03 16:49:55 +0000
  • 27cd6c4880 Added specific pool implementation for ZPsycopgDA Daniele Varrazzo 2012-12-02 23:55:25 +0000
  • 57e1631181 Use set_session instead of set_isolation_level where available Daniele Varrazzo 2012-12-02 23:51:26 +0000
  • f1a8c075ab Show all the available isolation levels in ZPsycopgDA menu Daniele Varrazzo 2012-09-20 15:33:36 +0100
  • 6e57f32f8d Added 2.4.6 to the allowed versions for ZPsycopgDA Daniele Varrazzo 2012-12-02 22:46:55 +0000
  • a64fd31fd1 Fixed connections re-init across ZSQL methods Daniele Varrazzo 2012-12-03 16:49:55 +0000
  • 5053a7c2b6 Fixed version number in NEWS file Daniele Varrazzo 2012-12-03 14:22:04 +0000
  • 0653861bc4 Fixed empty strings handling in composite caster Daniele Varrazzo 2012-12-03 14:19:09 +0000
  • 9a031db8b9 Fixed empty strings handling in composite caster Daniele Varrazzo 2012-12-03 14:19:09 +0000
  • 12645db754 Make sure to call subclasses methods on context exit Daniele Varrazzo 2012-12-03 03:37:47 +0000
  • c2f284cd3b Added documentation for the with statement Daniele Varrazzo 2012-12-03 03:18:51 +0000
  • 8e08aeb690 Dropped Zope support Daniele Varrazzo 2012-12-02 16:00:31 +0000
  • cc605032f5 Added support for with statement for connection and cursor Daniele Varrazzo 2012-12-03 02:50:24 +0000
  • 9f06df1820 Fixed signature for METH_NOARGS functions Daniele Varrazzo 2012-12-03 02:49:06 +0000
  • dcbbaa76d6 Dropped unmaintained changelog Daniele Varrazzo 2012-12-02 15:57:16 +0000
  • 2a9e5c7203 Dropped configuration of unused logger inside the pool module Daniele Varrazzo 2012-12-02 15:55:59 +0000
  • d74aea209b Dropped debian package metadata Daniele Varrazzo 2012-12-02 15:47:36 +0000
  • 02ffb7423a Splitting the release of new features in version 2.5 Daniele Varrazzo 2012-12-02 12:04:24 +0000
  • bf45539585 Added specific pool implementation for ZPsycopgDA Daniele Varrazzo 2012-12-02 23:55:25 +0000
  • fb24777200 Use set_session instead of set_isolation_level where available Daniele Varrazzo 2012-12-02 23:51:26 +0000
  • f9bcbc213e Show all the available isolation levels in ZPsycopgDA menu Daniele Varrazzo 2012-09-20 15:33:36 +0100
  • 6fb0b001b2 Added 2.4.6 to the allowed versions for ZPsycopgDA Daniele Varrazzo 2012-12-02 22:46:55 +0000
  • f6054c28d8 Release the GIL around PQgetResult calls after COPY Daniele Varrazzo 2012-11-24 22:49:36 +0000
  • 362c2ae597 Release the GIL around PQgetResult calls after COPY Daniele Varrazzo 2012-11-24 22:49:36 +0000
  • 896ad7c827 Fixed a couple of terms in the docs Daniele Varrazzo 2012-11-12 01:32:38 +0000
  • 10476200fd Added note about the adapted attribute in the module-level wrappers Daniele Varrazzo 2012-10-27 22:24:48 +0100
  • 0837fc958e Merge branch 'fix-135' into maint_2_4 Daniele Varrazzo 2012-10-21 22:01:13 +0100
  • e109024d39 Merge branch 'fix-135' into devel Daniele Varrazzo 2012-10-21 21:49:30 +0100
  • 5e6eabd9f8 Fixed pickling of FixedOffsetTimezone objects Daniele Varrazzo 2012-10-21 21:47:32 +0100
  • 1feb179fba Fixed pickling of FixedOffsetTimezone objects Daniele Varrazzo 2012-10-21 21:47:32 +0100
  • 790843a48a More idiomatic way to call FixedOffsetTimezone.__new__ superclass Daniele Varrazzo 2012-10-21 21:16:52 +0100