
Up to [pgFoundry] / python / ctl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 22 11:25:25 2009 UTC (2 years, 6 months ago) by jwp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -6
lines
Diff to previous 1.13 (unified)
Further corrections for the hba removal and get rid of 'test_suite'. test_suite does not appear to add the requirements to the path, and I'm not sure how to tell it to, so we'll just have to run boss' tests manually.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 21 05:26:27 2009 UTC (2 years, 6 months ago) by jwp
Branch: MAIN
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (unified)
Remove the preliminary HBA support that depended on netaddr.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 28 03:59:57 2008 UTC (3 years, 8 months ago) by jwp
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (unified)
Fix mis-qualification, `pg_dotconf`.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 16 22:45:58 2008 UTC (3 years, 9 months ago) by jwp
Branch: MAIN
Changes since 1.10: +31 -9
lines
Diff to previous 1.10 (unified)
Commit 1.0dev1. This marks various changes: * pg_tin integration * Migration to setuptools' console_scripts entry point. * Extended HBA work. * New ``config`` dictionary-like config interface. * Various fixes.
Revision 1.10 / (download) - annotate - [select for diffs], Fri May 30 02:56:30 2008 UTC (3 years, 11 months ago) by jwp
Branch: MAIN
Changes since 1.9: +24 -5
lines
Diff to previous 1.9 (unified)
Correct imports, add entry_points and update other keywords.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 18 05:25:32 2008 UTC (4 years, 3 months ago) by jwp
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (unified)
1.0dev.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 6 07:03:53 2008 UTC (4 years, 4 months ago) by jwp
Branch: MAIN
CVS Tags: REL0_9_STABLE
Changes since 1.7: +8 -7
lines
Diff to previous 1.7 (unified)
Use 'packages'.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 5 21:03:43 2008 UTC (4 years, 4 months ago) by jwp
Branch: MAIN
Changes since 1.6: +44 -64
lines
Diff to previous 1.6 (unified)
Begin migration to setuptools.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 7 02:51:27 2007 UTC (4 years, 5 months ago) by jwp
Branch: MAIN
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (unified)
Use pg_config dictionary. Refactor get_parameters into get_parameters and select_parameters. Correct __repr__ implementations. Bump version.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 22 15:45:05 2007 UTC (5 years ago) by jwp
Branch: MAIN
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (unified)
When in '__setup__', __file__ will be available. [compound package]
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 29 18:29:23 2006 UTC (5 years, 6 months ago) by jwp
Branch: MAIN
Changes since 1.3: +17 -15
lines
Diff to previous 1.3 (unified)
Improve portability. dict(kw='val') does not work in 2.2 and __file__ does not exist.
Revision 1.3 / (download) - annotate - [select for diffs], Wed May 24 18:30:35 2006 UTC (5 years, 11 months ago) by jwp
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (unified)
Mark as 0.2. I should have done this after tagging R010... Also, add mention of hba in the README.
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 1 02:26:06 2006 UTC (6 years ago) by jwp
Branch: MAIN
CVS Tags: R010
Changes since 1.1: +48 -9
lines
Diff to previous 1.1 (unified)
Add README and some setuptools support. Distutils used by default.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 25 16:48:30 2006 UTC (6 years ago) by jwp
Branch: NONE
CVS Tags: INIT
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified)
Import PostgreSQL control interfaces. Includes Python interfaces to initializing a database, starting and stopping a database, configuring a database(postgresql.conf, maybe hba one day).
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 25 16:48:30 2006 UTC (6 years ago) by jwp
Branch: MAIN
Initial revision