[PyGreSQL] PyGreSQL 5.1 ready for release

2019-04-25 Thread Christoph Zwerschke
PyGreSQL 5.1 (and 5.0.7) is ready for release now from my side. All tests are green for me on Linux and Windows with the supported Python and Postgres versions. Let me know if something does not work for you or I have forgotten something that should be included in the release. Thanks to

[PyGreSQL] [1001] trunk/internal.c: Use C89 only (PEP 7)

2019-04-25 Thread NULL
Title: [1001] trunk/internal.c: Use C89 only (PEP 7) Revision 1001 Author cito Date 2019-04-25 18:19:07 -0400 (Thu, 25 Apr 2019) Log Message Use C89 only (PEP 7) Modified Paths trunk/internal.c Diff Modified: trunk/internal.c (1000 => 1001) --- trunk/internal.c 2019-04-25

[PyGreSQL] [1000] trunk/query.c: Use proper type for len

2019-04-25 Thread NULL
Title: [1000] trunk/query.c: Use proper type for len Revision 1000 Author cito Date 2019-04-25 18:16:40 -0400 (Thu, 25 Apr 2019) Log Message Use proper type for len Modified Paths trunk/query.c Diff Modified: trunk/query.c (999 => 1000) --- trunk/query.c 2019-04-25 21:49:05 UTC

[PyGreSQL] [999] trunk/MANIFEST.in: Put additional C files into the manifest template

2019-04-25 Thread NULL
Title: [999] trunk/MANIFEST.in: Put additional C files into the manifest template Revision 999 Author cito Date 2019-04-25 17:49:05 -0400 (Thu, 25 Apr 2019) Log Message Put additional C files into the manifest template Modified Paths trunk/MANIFEST.in Diff Modified:

[PyGreSQL] [998] trunk/tests/test_classic_connection.py: Fix test for database with cyrillic charset

2019-04-25 Thread NULL
Title: [998] trunk/tests/test_classic_connection.py: Fix test for database with cyrillic charset Revision 998 Author cito Date 2019-04-25 13:27:51 -0400 (Thu, 25 Apr 2019) Log Message Fix test for database with cyrillic charset Modified Paths trunk/tests/test_classic_connection.py

Re: [PyGreSQL] PyGreSQL #72: Support arrays with start index != 1

2019-04-25 Thread PyGreSQL issue tracker
#72: Support arrays with start index != 1 --+ Reporter: cito | Owner: Type: enhancement | Status: new Priority: minor| Milestone: 6.0 Component: DB API 2 |Version: 5.0 Resolution: |

[PyGreSQL] [991] trunk: Add some more attributes to the connection object

2019-04-25 Thread NULL
Title: [991] trunk: Add some more attributes to the connection object Revision 991 Author cito Date 2019-04-24 15:46:20 -0400 (Wed, 24 Apr 2019) Log Message Add some more attributes to the connection object Modified Paths trunk/conn.c trunk/docs/contents/changelog.rst

Re: [PyGreSQL] PyGreSQL #73: Allow inserttable() to take columns as parameter

2019-04-25 Thread PyGreSQL issue tracker
#73: Allow inserttable() to take columns as parameter --+ Reporter: cito | Owner: Type: enhancement | Status: closed Priority: minor| Milestone: 5.1 Component: DB API 2 |Version: 5.0 Resolution:

[PyGreSQL] [996] trunk: Better error messages in inserttable() method

2019-04-25 Thread NULL
Title: [996] trunk: Better error messages in inserttable() method Revision 996 Author cito Date 2019-04-25 12:43:45 -0400 (Thu, 25 Apr 2019) Log Message Better error messages in inserttable() method Modified Paths trunk/conn.c trunk/tests/test_classic_connection.py Diff Modified:

Re: [PyGreSQL] PyGreSQL #61: Consider adding type hints

2019-04-25 Thread PyGreSQL issue tracker
#61: Consider adding type hints -+--- Reporter: cito| Owner: Type: enhancement | Status: new Priority: minor | Milestone: 6.0 Component: Classic and DB API |Version: 4.1

Re: [PyGreSQL] PyGreSQL #24: Make PyGreSQL thread-safe on the connection level

2019-04-25 Thread PyGreSQL issue tracker
#24: Make PyGreSQL thread-safe on the connection level --+--- Reporter: cito | Owner: darcy Type: enhancement | Status: new Priority: minor| Milestone: Someday/Maybe Component: C Module |Version:

Re: [PyGreSQL] PyGreSQL #75: Add autocommit option to DB API 2

2019-04-25 Thread PyGreSQL issue tracker
#75: Add autocommit option to DB API 2 --+ Reporter: cito | Owner: Type: enhancement | Status: closed Priority: major| Milestone: 5.1 Component: DB API 2 |Version: 5.0 Resolution: fixed|

[PyGreSQL] [995] trunk: Support autocommit attribute on pgdb connections

2019-04-25 Thread NULL
Title: [995] trunk: Support autocommit attribute on pgdb connections Revision 995 Author cito Date 2019-04-25 10:10:20 -0400 (Thu, 25 Apr 2019) Log Message Support autocommit attribute on pgdb connections Modified Paths trunk/docs/contents/changelog.rst

[PyGreSQL] [994] trunk/docs/contents/changelog.rst: Fix typo and whitespace

2019-04-25 Thread NULL
Title: [994] trunk/docs/contents/changelog.rst: Fix typo and whitespace Revision 994 Author cito Date 2019-04-25 07:41:30 -0400 (Thu, 25 Apr 2019) Log Message Fix typo and whitespace Modified Paths trunk/docs/contents/changelog.rst Diff Modified: trunk/docs/contents/changelog.rst