Commit Graph

  • 9dc6811135 Again, increase timeout on concurrent_exec tests Jason Erickson 2011-02-18 11:52:17 -0700
  • 836f8a1aa1 Make Binary(None) work as expected, adapting to NULL Daniele Varrazzo 2011-02-18 14:19:57 +0000
  • 8530ef1793 Download url set to the sdist location. Daniele Varrazzo 2011-02-18 13:48:15 +0000
  • 99b3c72312 Some cleanup in mogrify Daniele Varrazzo 2011-02-17 23:18:05 +0000
  • b6d6fbbe8c Use a global object for NULL Daniele Varrazzo 2011-02-17 20:08:04 +0000
  • c51165e2aa Indentation fixed Daniele Varrazzo 2011-02-17 19:53:04 +0000
  • c76cace2ef Improved documentation for cursor.description Daniele Varrazzo 2011-02-17 13:38:18 +0000
  • 63ac6cdde5 Added cursor.itersize Daniele Varrazzo 2011-02-17 12:29:07 +0000
  • 7756eae573 Merge remote branch 'jason/devel' into devel Daniele Varrazzo 2011-02-17 11:50:14 +0000
  • 1ba5f104c9 Import _psycopg as the first module in the package Daniele Varrazzo 2011-02-17 10:45:18 +0000
  • 3b10ef8998 Documentation about new support for binary objects improved Daniele Varrazzo 2011-02-16 02:54:30 +0000
  • bccbcf42d0 Added adaptation for objects supporting the new-style buffer interface Daniele Varrazzo 2011-02-16 01:23:53 +0000
  • 3ae2f221b3 Adapt bytearray and memoryview to bytes if available Daniele Varrazzo 2011-02-15 17:30:43 +0000
  • c96ba553da Cleanup of skipping of testing methods on certain Py/PG versions Daniele Varrazzo 2011-02-15 17:11:07 +0000
  • e4a84b9ce9 Fixed error message on Binary(str) in Python 3 Daniele Varrazzo 2011-02-15 15:53:07 +0000
  • be22dfb765 Skip test if clock_timestamp function is not available Daniele Varrazzo 2011-02-15 15:25:14 +0000
  • 522af403c6 Added FAQ entry about the PYTHON_EGG_CACHE problem Daniele Varrazzo 2011-02-15 12:50:37 +0000
  • 5b2d54669f Fixed reference to NEWS file in the manifest Daniele Varrazzo 2011-02-15 12:29:14 +0000
  • d4eb28aed5 Dropped reference to release 2.3.3 in the docs Daniele Varrazzo 2011-02-15 11:00:08 +0000
  • c1fe0b675a Dropped correct roundtrip of empty array Daniele Varrazzo 2011-02-15 10:27:47 +0000
  • 84352e8cfb Bump version number Daniele Varrazzo 2011-02-15 10:26:48 +0000
  • 93c19d18f1 Added to manifest "*.manifest" files needed by win32/VC Federico Di Gregorio 2011-02-15 09:25:05 +0100
  • 7c9d8192a3 Increase timeout on concurrent_execution test Jason Erickson 2011-02-14 16:31:31 -0700
  • 7dfb40ce43 Windows manifest check now checks compiler type Jason Erickson 2011-02-14 16:03:38 -0700
  • 3762c67cd4 Merge branch 'devel' 2_4_BETA2 Federico Di Gregorio 2011-02-13 12:28:18 +0100
  • 3842026bed Bumped to 2.4 beta2 Daniele Varrazzo 2011-02-12 19:35:27 +0000
  • 8ab7fa596c Merge remote branch 'jason/devel' into devel Daniele Varrazzo 2011-02-12 20:19:07 +0000
  • 4c336a51bc Added test to check issue #40 Daniele Varrazzo 2011-02-12 19:56:49 +0000
  • 9cb72a38da Add negative infinity support for Python->pg conversion Marti Raudsepp 2011-02-10 19:08:33 +0200
  • e3095edad3 Python 3 conversion failure on Windows Jason Erickson 2011-02-11 17:40:23 -0700
  • ed42746027 Merge branch 'devel' of git://github.com/dvarrazzo/psycopg into devel Jason Erickson 2011-02-11 13:37:19 -0700
  • 9e9c221637 Work around a 2to3 next fixer bug in a test Daniele Varrazzo 2011-02-11 17:54:41 +0000
  • 560f52106c Windows manifest changes based upon architecture Jason Erickson 2011-02-11 10:01:38 -0700
  • da68119f7c MSVC manifest change to work with buildbot Jason Erickson 2011-02-10 22:55:33 -0700
  • 502d8e120e Fix manifest insertion checks for MSVC py2.6/2.7 Jason Erickson 2011-02-10 22:28:27 -0700
  • f2c0a01db1 Modified code to conform to python coding standard Jason Erickson 2011-02-10 21:50:33 -0700
  • 68ccac1766 Fixed linefeeds on merged files to unix linefeeds Jason Erickson 2011-02-10 17:16:10 -0700
  • 3fc4dcec06 Merge remote branch 'upstream/devel' into devel Jason Erickson 2011-02-10 16:07:38 -0700
  • b075017ad9 Pulled down changes from dvarrazzo branch on gh Jason Erickson 2011-02-10 15:59:31 -0700
  • 8d28509f49 Change win32 build to reinsert VC Library Manifest Jason Erickson 2011-01-03 17:14:50 -0700
  • 1a0c494417 Document difference of string handling in Python 2/3 Daniele Varrazzo 2011-02-10 02:15:44 +0000
  • 713b86acdf Added FAQ point about bytea_output in PostgreSQL 9.0 Daniele Varrazzo 2011-02-10 02:14:51 +0000
  • 9c81f6c186 Improved adaptation documentation Daniele Varrazzo 2011-02-10 01:44:37 +0000
  • 7a058403ca Fixed mapping for composite types defined in a schema Daniele Varrazzo 2011-02-09 02:20:25 +0100
  • 8ac5f0070a Fields order enforced in composite types adapter Daniele Varrazzo 2011-02-09 01:11:36 +0100
  • 352d0d1f07 Preparing 2.4 beta 1 2_4_BETA1 Federico Di Gregorio 2011-02-06 16:54:35 +0100
  • da27142882 Merge branch 'python3' into python2 Federico Di Gregorio 2011-02-06 16:47:05 +0100
  • c97fa1c476 Merge branch 'iter-named-cursor' into python2 Daniele Varrazzo 2011-02-05 15:28:30 +0100
  • fab31e9441 Fetch 'arraysize' records per roundtrip in named cursors iteration Daniele Varrazzo 2011-02-04 17:29:29 +0100
  • b544354db2 COPY sends unicode to a file if it derives from io.TextIoBase Daniele Varrazzo 2011-02-05 15:12:37 +0100
  • b358c54f02 More efficient cursor.iter: fetch many records at time. Daniele Varrazzo 2011-02-04 12:22:07 +0000
  • 88cc5a986d Use tests.dsn for the dsn connection string Jason Erickson 2011-01-28 15:06:30 -0700
  • dcd2e19bde Add PSYCOPG2_TESTDB_PASSWORD variable for tests Jason Erickson 2011-01-28 14:06:31 -0700
  • 8a1de1ec4e Added test to verify named cursor efficiency. Daniele Varrazzo 2011-02-01 02:59:09 +0000
  • d40b394c50 Merge branch 'python2' into python3 Daniele Varrazzo 2011-02-01 02:27:45 +0000
  • 9433a6879f Merge remote branch 'origin/python2' into python2 Daniele Varrazzo 2011-02-01 02:24:33 +0000
  • a2dcf504b5 Hopefully really fixed crash in datetime adapter. Daniele Varrazzo 2011-02-01 02:00:47 +0000
  • bde443a902 Fixed standard_conforming_strings filtering in Python 3 tests Daniele Varrazzo 2011-01-18 02:45:31 +0000
  • 9f90f049ab Merge branch 'python2' into python3 Daniele Varrazzo 2011-01-18 02:11:58 +0000
  • 153c30f24b Skip composite type tests if the server doesn't support them Daniele Varrazzo 2011-01-18 01:54:33 +0000
  • ca3d9da83b Skip GC bug test if uuid is not available Daniele Varrazzo 2011-01-18 01:46:10 +0000
  • 06059a216f Fixed hstore test in PG 9.x with standard_conforming_strings off Daniele Varrazzo 2011-01-18 00:58:33 +0000
  • 8e1257d7d0 Fixed check for pg_sleep availability in tests Daniele Varrazzo 2011-01-18 00:57:27 +0000
  • d0e36d194c Added icon removed from Zope 2.12.9 to the ZPsycopgDA package Daniele Varrazzo 2011-01-14 01:18:05 +0000
  • 332acccc6e Replace b('str') with b'str' in Python 3 Daniele Varrazzo 2011-01-12 17:02:40 +0000
  • 3ba0631dbb A few large objects tests fixed Daniele Varrazzo 2011-01-10 22:05:47 +0000
  • 36d9ffea32 Merge branch 'lobject-decode' into python3 Daniele Varrazzo 2011-01-10 00:49:04 +0000
  • 789dda1173 lobject read and write can deal with both bytes and unicode Daniele Varrazzo 2011-01-09 02:31:03 +0000
  • ba1d77a297 Large object mode parsing refactored Daniele Varrazzo 2011-01-09 01:53:58 +0000
  • f63167a92c Added tests to check large objects decoding Daniele Varrazzo 2011-01-08 23:47:24 +0000
  • 2cde9033ac Added documentation for Unicode support in large object Daniele Varrazzo 2011-01-05 00:05:29 +0000
  • 79048ff19a Merge branch 'python2' into python3 Daniele Varrazzo 2011-01-10 00:29:09 +0000
  • f345e7daeb Merge branch 'python32' into python3 Daniele Varrazzo 2011-01-10 00:25:09 +0000
  • 48588e5f69 Invalidate large objects after a two-phase commit operation Daniele Varrazzo 2011-01-10 00:20:20 +0000
  • 935c25730a Fixed segfault in large object close. Daniele Varrazzo 2011-01-08 09:54:18 +0000
  • 38641b93ea Test decorator moved into the test utilities module Daniele Varrazzo 2011-01-09 23:44:58 +0000
  • 15a09da96d Added license to unit tests Daniele Varrazzo 2011-01-07 01:44:19 +0000
  • f8c4335f35 Avoid ResourceWarning in tests in Python 3.2 Daniele Varrazzo 2011-01-08 00:40:27 +0000
  • 43c8fce45c Silence warnings due to deprecated TestCase methods Daniele Varrazzo 2011-01-08 00:21:07 +0000
  • ac5cde8834 Only use absolute imports in the package Daniele Varrazzo 2011-01-08 00:19:48 +0000
  • 9deb16484d Don't define a CObject API in Python 3.2 Daniele Varrazzo 2011-01-08 00:17:56 +0000
  • 7c1b03bd45 All tests made executable. Daniele Varrazzo 2011-01-07 00:57:56 +0000
  • b8c8cddc2d Fixed argument parsing in lobject.read Daniele Varrazzo 2011-01-04 02:10:28 +0100
  • 80bd6e2794 Merge branch 'python2' into python3 Daniele Varrazzo 2011-01-03 21:43:02 +0100
  • 627df15995 Merge branch 'noleak' into python2 Daniele Varrazzo 2011-01-03 21:39:35 +0100
  • 8d44d0f1c7 Mention refcount fixes in NEWS files Daniele Varrazzo 2011-01-03 16:20:41 +0100
  • abd7991968 Fixed refcount bug with connection destroyed in a 2PC transaction Daniele Varrazzo 2011-01-03 13:58:45 +0100
  • 5f6e773575 Broken circular reference in async execution Daniele Varrazzo 2011-01-03 13:41:36 +0100
  • 19ff51ae75 The cursor is weakly referenceable Daniele Varrazzo 2011-01-03 12:47:01 +0100
  • 04cf90cc21 The connection is weakly referenceable Daniele Varrazzo 2011-01-03 11:52:38 +0100
  • 5888b03608 Fixed "historical" reference leak in TimestampFromTicks Daniele Varrazzo 2011-01-02 17:25:18 +0100
  • 8b0af283f6 Don't register the unicode typecaster globally during tests Daniele Varrazzo 2011-01-03 17:29:04 +0100
  • 131c6a25e9 Unregister test adapters to keep a more precise references count Daniele Varrazzo 2011-01-02 17:09:30 +0100
  • a44441f5e5 Added script to look for refcounting bugs Daniele Varrazzo 2011-01-03 16:19:29 +0100
  • a01700d478 Fixed test suite execution as a script Daniele Varrazzo 2011-01-03 17:29:58 +0100
  • 39dd577c90 Use the proper printf placeholders to avoid warnings on 64 bit builds Daniele Varrazzo 2011-01-03 19:17:39 +0100
  • 68305a0eb6 Fixed TYPE adaptation to basic tuples Daniele Varrazzo 2011-01-03 19:27:26 +0100
  • b276e3b05d Fixed compiling on Python versions before 2.6 Daniele Varrazzo 2011-01-03 19:14:40 +0100
  • 9eae66e8cf Added Py3 compatibility macro for Py_TPFLAGS_HAVE_WEAKREFS Daniele Varrazzo 2011-01-03 16:56:26 +0100
  • 929d62053a Merge branch 'python2' into python3 Daniele Varrazzo 2011-01-02 03:28:00 +0100