Skip to content

Commit 8b71983

Browse files
author
James William Pye
committed
Merge branch 'v1.0' into v1.0-mod
2 parents 570b91d + 29e7a11 commit 8b71983

31 files changed

Lines changed: 310 additions & 171 deletions

postgresql/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
'Message',
2323
'Statement',
2424
'Chunks',
25-
'Rows',
2625
'Cursor',
2726
'Connector',
2827
'Category',

postgresql/documentation/html/_sources/changes.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Changes
22
=======
33

4-
1.0.3 in development
5-
--------------------
4+
1.0.3 released on 2011-09-24
5+
----------------------------
6+
7+
* Use raise x from y to generalize exceptions. (Elvis Pranskevichus)
8+
* Alter postgresql.string.quote_ident to always quote. (Elvis Pranskevichus)
9+
* Add postgresql.string.quote_ident_if_necessary (Modification of Elvis Pranskevichus' patch)
10+
* Many postgresql.string bug fixes (Elvis Pranskevichus)
11+
* Correct ResourceWarnings improving Python 3.2 support. (jwp)
612

713
1.0.2 released on 2010-09-18
814
----------------------------

postgresql/documentation/html/_static/basic.css

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -79,6 +79,14 @@ div.sphinxsidebar input {
7979
font-size: 1em;
8080
}
8181

82+
div.sphinxsidebar input[type="text"] {
83+
width: 170px;
84+
}
85+
86+
div.sphinxsidebar input[type="submit"] {
87+
width: 30px;
88+
}
89+
8290
img {
8391
border: 0;
8492
}
@@ -213,12 +221,29 @@ p.rubric {
213221
font-weight: bold;
214222
}
215223

224+
img.align-left, .figure.align-left, object.align-left {
225+
clear: left;
226+
float: left;
227+
margin-right: 1em;
228+
}
229+
230+
img.align-right, .figure.align-right, object.align-right {
231+
clear: right;
232+
float: right;
233+
margin-left: 1em;
234+
}
235+
236+
img.align-center, .figure.align-center, object.align-center {
237+
display: block;
238+
margin-left: auto;
239+
margin-right: auto;
240+
}
241+
216242
.align-left {
217243
text-align: left;
218244
}
219245

220246
.align-center {
221-
clear: both;
222247
text-align: center;
223248
}
224249

@@ -395,7 +420,7 @@ dl.glossary dt {
395420
}
396421

397422
.footnote:target {
398-
background-color: #ffa
423+
background-color: #ffa;
399424
}
400425

401426
.line-block {
@@ -422,10 +447,16 @@ dl.glossary dt {
422447
font-style: oblique;
423448
}
424449

450+
abbr, acronym {
451+
border-bottom: dotted 1px;
452+
cursor: help;
453+
}
454+
425455
/* -- code displays --------------------------------------------------------- */
426456

427457
pre {
428458
overflow: auto;
459+
overflow-y: hidden; /* fixes display issues on Chrome browsers */
429460
}
430461

431462
td.linenos pre {
@@ -506,4 +537,4 @@ span.eqno {
506537
#top-link {
507538
display: none;
508539
}
509-
}
540+
}

postgresql/documentation/html/_static/default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- default theme.
66
*
7-
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -114,6 +114,7 @@ div.sphinxsidebar input {
114114
}
115115

116116

117+
117118
/* -- hyperlink styles ------------------------------------------------------ */
118119

119120
a {

postgresql/documentation/html/_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilties for all documentation.
66
*
7-
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
Lines changed: 62 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,62 @@
1-
.hll { background-color: #ffffcc }
2-
.c { color: #408090; font-style: italic } /* Comment */
3-
.err { border: 1px solid #FF0000 } /* Error */
4-
.k { color: #007020; font-weight: bold } /* Keyword */
5-
.o { color: #666666 } /* Operator */
6-
.cm { color: #408090; font-style: italic } /* Comment.Multiline */
7-
.cp { color: #007020 } /* Comment.Preproc */
8-
.c1 { color: #408090; font-style: italic } /* Comment.Single */
9-
.cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
10-
.gd { color: #A00000 } /* Generic.Deleted */
11-
.ge { font-style: italic } /* Generic.Emph */
12-
.gr { color: #FF0000 } /* Generic.Error */
13-
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
14-
.gi { color: #00A000 } /* Generic.Inserted */
15-
.go { color: #303030 } /* Generic.Output */
16-
.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
17-
.gs { font-weight: bold } /* Generic.Strong */
18-
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
19-
.gt { color: #0040D0 } /* Generic.Traceback */
20-
.kc { color: #007020; font-weight: bold } /* Keyword.Constant */
21-
.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
22-
.kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
23-
.kp { color: #007020 } /* Keyword.Pseudo */
24-
.kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
25-
.kt { color: #902000 } /* Keyword.Type */
26-
.m { color: #208050 } /* Literal.Number */
27-
.s { color: #4070a0 } /* Literal.String */
28-
.na { color: #4070a0 } /* Name.Attribute */
29-
.nb { color: #007020 } /* Name.Builtin */
30-
.nc { color: #0e84b5; font-weight: bold } /* Name.Class */
31-
.no { color: #60add5 } /* Name.Constant */
32-
.nd { color: #555555; font-weight: bold } /* Name.Decorator */
33-
.ni { color: #d55537; font-weight: bold } /* Name.Entity */
34-
.ne { color: #007020 } /* Name.Exception */
35-
.nf { color: #06287e } /* Name.Function */
36-
.nl { color: #002070; font-weight: bold } /* Name.Label */
37-
.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
38-
.nt { color: #062873; font-weight: bold } /* Name.Tag */
39-
.nv { color: #bb60d5 } /* Name.Variable */
40-
.ow { color: #007020; font-weight: bold } /* Operator.Word */
41-
.w { color: #bbbbbb } /* Text.Whitespace */
42-
.mf { color: #208050 } /* Literal.Number.Float */
43-
.mh { color: #208050 } /* Literal.Number.Hex */
44-
.mi { color: #208050 } /* Literal.Number.Integer */
45-
.mo { color: #208050 } /* Literal.Number.Oct */
46-
.sb { color: #4070a0 } /* Literal.String.Backtick */
47-
.sc { color: #4070a0 } /* Literal.String.Char */
48-
.sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
49-
.s2 { color: #4070a0 } /* Literal.String.Double */
50-
.se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
51-
.sh { color: #4070a0 } /* Literal.String.Heredoc */
52-
.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
53-
.sx { color: #c65d09 } /* Literal.String.Other */
54-
.sr { color: #235388 } /* Literal.String.Regex */
55-
.s1 { color: #4070a0 } /* Literal.String.Single */
56-
.ss { color: #517918 } /* Literal.String.Symbol */
57-
.bp { color: #007020 } /* Name.Builtin.Pseudo */
58-
.vc { color: #bb60d5 } /* Name.Variable.Class */
59-
.vg { color: #bb60d5 } /* Name.Variable.Global */
60-
.vi { color: #bb60d5 } /* Name.Variable.Instance */
61-
.il { color: #208050 } /* Literal.Number.Integer.Long */
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight { background: #eeffcc; }
3+
.highlight .c { color: #408090; font-style: italic } /* Comment */
4+
.highlight .err { border: 1px solid #FF0000 } /* Error */
5+
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
6+
.highlight .o { color: #666666 } /* Operator */
7+
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
8+
.highlight .cp { color: #007020 } /* Comment.Preproc */
9+
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
10+
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
11+
.highlight .gd { color: #A00000 } /* Generic.Deleted */
12+
.highlight .ge { font-style: italic } /* Generic.Emph */
13+
.highlight .gr { color: #FF0000 } /* Generic.Error */
14+
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
15+
.highlight .gi { color: #00A000 } /* Generic.Inserted */
16+
.highlight .go { color: #303030 } /* Generic.Output */
17+
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
18+
.highlight .gs { font-weight: bold } /* Generic.Strong */
19+
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
20+
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
21+
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
22+
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
23+
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
24+
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
25+
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
26+
.highlight .kt { color: #902000 } /* Keyword.Type */
27+
.highlight .m { color: #208050 } /* Literal.Number */
28+
.highlight .s { color: #4070a0 } /* Literal.String */
29+
.highlight .na { color: #4070a0 } /* Name.Attribute */
30+
.highlight .nb { color: #007020 } /* Name.Builtin */
31+
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
32+
.highlight .no { color: #60add5 } /* Name.Constant */
33+
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
34+
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
35+
.highlight .ne { color: #007020 } /* Name.Exception */
36+
.highlight .nf { color: #06287e } /* Name.Function */
37+
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
38+
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
39+
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
40+
.highlight .nv { color: #bb60d5 } /* Name.Variable */
41+
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
42+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
43+
.highlight .mf { color: #208050 } /* Literal.Number.Float */
44+
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
45+
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
46+
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
47+
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
48+
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
49+
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
50+
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
51+
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
52+
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
53+
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
54+
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
55+
.highlight .sr { color: #235388 } /* Literal.String.Regex */
56+
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
57+
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
58+
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
59+
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
60+
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
61+
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
62+
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)