Skip to content

Commit 6d808b9

Browse files
committed
v3.7.2
1 parent adb6af9 commit 6d808b9

File tree

147 files changed

+19534
-15330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+19534
-15330
lines changed

c-api/buffer.po

Lines changed: 117 additions & 108 deletions
Large diffs are not rendered by default.

c-api/codec.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
11+
"POT-Creation-Date: 2018-12-25 10:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.5.1\n"
18+
"Generated-By: Babel 2.6.0\n"
1919

2020
#: ../Doc/c-api/codec.rst:4
2121
msgid "Codec registry and support functions"
@@ -35,7 +35,7 @@ msgstr ""
3535
#: ../Doc/c-api/codec.rst:15
3636
msgid ""
3737
"Return ``1`` or ``0`` depending on whether there is a registered codec "
38-
"for the given *encoding*."
38+
"for the given *encoding*. This function always succeeds."
3939
msgstr ""
4040

4141
#: ../Doc/c-api/codec.rst:20
@@ -169,3 +169,9 @@ msgstr ""
169169
msgid "Replace the unicode encode error with ``\\N{...}`` escapes."
170170
msgstr ""
171171

172+
#~ msgid ""
173+
#~ "Return ``1`` or ``0`` depending on "
174+
#~ "whether there is a registered codec "
175+
#~ "for the given *encoding*."
176+
#~ msgstr ""
177+

c-api/conversion.po

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
11+
"POT-Creation-Date: 2018-12-25 10:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.5.1\n"
18+
"Generated-By: Babel 2.6.0\n"
1919

2020
#: ../Doc/c-api/conversion.rst:6
2121
msgid "String conversion and formatting"
@@ -106,9 +106,9 @@ msgstr ""
106106

107107
#: ../Doc/c-api/conversion.rst:62
108108
msgid ""
109-
"If ``endptr`` is ``NULL``, convert the whole string. Raise ValueError "
110-
"and return ``-1.0`` if the string is not a valid representation of a "
111-
"floating-point number."
109+
"If ``endptr`` is ``NULL``, convert the whole string. Raise "
110+
":exc:`ValueError` and return ``-1.0`` if the string is not a valid "
111+
"representation of a floating-point number."
112112
msgstr ""
113113

114114
#: ../Doc/c-api/conversion.rst:66
@@ -203,3 +203,11 @@ msgid ""
203203
"identically to :c:func:`strncmp` except that it ignores the case."
204204
msgstr ""
205205

206+
#~ msgid ""
207+
#~ "If ``endptr`` is ``NULL``, convert the"
208+
#~ " whole string. Raise ValueError and "
209+
#~ "return ``-1.0`` if the string is "
210+
#~ "not a valid representation of a "
211+
#~ "floating-point number."
212+
#~ msgstr ""
213+

c-api/dict.po

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-05-30 09:56+0900\n"
11+
"POT-Creation-Date: 2018-12-25 10:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.5.1\n"
18+
"Generated-By: Babel 2.6.0\n"
1919

2020
#: ../Doc/c-api/dict.rst:6
2121
msgid "Dictionary Objects"
@@ -104,20 +104,35 @@ msgid ""
104104
"exception."
105105
msgstr ""
106106

107-
#: ../Doc/c-api/dict.rst:101
107+
#: ../Doc/c-api/dict.rst:98
108+
msgid ""
109+
"Note that exceptions which occur while calling :meth:`__hash__` and "
110+
":meth:`__eq__` methods will get suppressed. To get error reporting use "
111+
":c:func:`PyDict_GetItemWithError()` instead."
112+
msgstr ""
113+
114+
#: ../Doc/c-api/dict.rst:105
108115
msgid ""
109116
"Variant of :c:func:`PyDict_GetItem` that does not suppress exceptions. "
110117
"Return *NULL* **with** an exception set if an exception occurred. Return"
111118
" *NULL* **without** an exception set if the key wasn't present."
112119
msgstr ""
113120

114-
#: ../Doc/c-api/dict.rst:109
121+
#: ../Doc/c-api/dict.rst:113
115122
msgid ""
116123
"This is the same as :c:func:`PyDict_GetItem`, but *key* is specified as a"
117124
" :c:type:`const char\\*`, rather than a :c:type:`PyObject\\*`."
118125
msgstr ""
119126

120-
#: ../Doc/c-api/dict.rst:115
127+
#: ../Doc/c-api/dict.rst:116
128+
msgid ""
129+
"Note that exceptions which occur while calling :meth:`__hash__` and "
130+
":meth:`__eq__` methods and creating a temporary string object will get "
131+
"suppressed. To get error reporting use "
132+
":c:func:`PyDict_GetItemWithError()` instead."
133+
msgstr ""
134+
135+
#: ../Doc/c-api/dict.rst:124
121136
msgid ""
122137
"This is the same as the Python-level :meth:`dict.setdefault`. If "
123138
"present, it returns the value corresponding to *key* from the dictionary "
@@ -127,31 +142,31 @@ msgid ""
127142
"for the lookup and the insertion."
128143
msgstr ""
129144

130-
#: ../Doc/c-api/dict.rst:125
145+
#: ../Doc/c-api/dict.rst:134
131146
msgid ""
132147
"Return a :c:type:`PyListObject` containing all the items from the "
133148
"dictionary."
134149
msgstr ""
135150

136-
#: ../Doc/c-api/dict.rst:130
151+
#: ../Doc/c-api/dict.rst:139
137152
msgid ""
138153
"Return a :c:type:`PyListObject` containing all the keys from the "
139154
"dictionary."
140155
msgstr ""
141156

142-
#: ../Doc/c-api/dict.rst:135
157+
#: ../Doc/c-api/dict.rst:144
143158
msgid ""
144159
"Return a :c:type:`PyListObject` containing all the values from the "
145160
"dictionary *p*."
146161
msgstr ""
147162

148-
#: ../Doc/c-api/dict.rst:143
163+
#: ../Doc/c-api/dict.rst:152
149164
msgid ""
150165
"Return the number of items in the dictionary. This is equivalent to "
151166
"``len(p)`` on a dictionary."
152167
msgstr ""
153168

154-
#: ../Doc/c-api/dict.rst:149
169+
#: ../Doc/c-api/dict.rst:158
155170
msgid ""
156171
"Iterate over all key-value pairs in the dictionary *p*. The "
157172
":c:type:`Py_ssize_t` referred to by *ppos* must be initialized to ``0`` "
@@ -166,18 +181,18 @@ msgid ""
166181
"consecutive."
167182
msgstr ""
168183

169-
#: ../Doc/c-api/dict.rst:160
184+
#: ../Doc/c-api/dict.rst:169
170185
msgid "For example::"
171186
msgstr ""
172187

173-
#: ../Doc/c-api/dict.rst:170
188+
#: ../Doc/c-api/dict.rst:179
174189
msgid ""
175190
"The dictionary *p* should not be mutated during iteration. It is safe to"
176191
" modify the values of the keys as you iterate over the dictionary, but "
177192
"only so long as the set of keys does not change. For example::"
178193
msgstr ""
179194

180-
#: ../Doc/c-api/dict.rst:195
195+
#: ../Doc/c-api/dict.rst:204
181196
msgid ""
182197
"Iterate over mapping object *b* adding key-value pairs to dictionary *a*."
183198
" *b* may be a dictionary, or any object supporting "
@@ -187,7 +202,7 @@ msgid ""
187202
" in *a*. Return ``0`` on success or ``-1`` if an exception was raised."
188203
msgstr ""
189204

190-
#: ../Doc/c-api/dict.rst:205
205+
#: ../Doc/c-api/dict.rst:214
191206
msgid ""
192207
"This is the same as ``PyDict_Merge(a, b, 1)`` in C, and is similar to "
193208
"``a.update(b)`` in Python except that :c:func:`PyDict_Update` doesn't "
@@ -196,7 +211,7 @@ msgid ""
196211
"``-1`` if an exception was raised."
197212
msgstr ""
198213

199-
#: ../Doc/c-api/dict.rst:214
214+
#: ../Doc/c-api/dict.rst:223
200215
msgid ""
201216
"Update or merge into dictionary *a*, from the key-value pairs in *seq2*. "
202217
"*seq2* must be an iterable object producing iterable objects of length 2,"
@@ -206,7 +221,7 @@ msgid ""
206221
"return value)::"
207222
msgstr ""
208223

209-
#: ../Doc/c-api/dict.rst:229
224+
#: ../Doc/c-api/dict.rst:238
210225
msgid "Clear the free list. Return the total number of freed items."
211226
msgstr ""
212227

c-api/exceptions.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-10-23 06:56+0900\n"
11+
"POT-Creation-Date: 2018-12-25 10:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.5.1\n"
18+
"Generated-By: Babel 2.6.0\n"
1919

2020
#: ../Doc/c-api/exceptions.rst:8
2121
msgid "Exception Handling"
@@ -222,7 +222,7 @@ msgstr ""
222222
#: ../Doc/c-api/exceptions.rst:191 ../Doc/c-api/exceptions.rst:199
223223
#: ../Doc/c-api/exceptions.rst:208 ../Doc/c-api/exceptions.rst:216
224224
#: ../Doc/c-api/exceptions.rst:225 ../Doc/c-api/exceptions.rst:234
225-
msgid "Availability: Windows."
225+
msgid ":ref:`Availability <availability>`: Windows."
226226
msgstr ""
227227

228228
#: ../Doc/c-api/exceptions.rst:196
@@ -1474,3 +1474,6 @@ msgstr ""
14741474
#~ "Availability: Windows."
14751475
#~ msgstr ""
14761476

1477+
#~ msgid "Availability: Windows."
1478+
#~ msgstr ""
1479+

c-api/gcsupport.po

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-05-26 11:10+0900\n"
11+
"POT-Creation-Date: 2018-12-25 10:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.5.1\n"
18+
"Generated-By: Babel 2.6.0\n"
1919

2020
#: ../Doc/c-api/gcsupport.rst:6
2121
msgid "Supporting Cyclic Garbage Collection"
@@ -97,29 +97,33 @@ msgid ""
9797
"for extension modules."
9898
msgstr ""
9999

100-
#: ../Doc/c-api/gcsupport.rst:69
100+
#: ../Doc/c-api/gcsupport.rst:69 ../Doc/c-api/gcsupport.rst:101
101+
msgid "This macro is removed from Python 3.8."
102+
msgstr ""
103+
104+
#: ../Doc/c-api/gcsupport.rst:72
101105
msgid ""
102106
"Similarly, the deallocator for the object must conform to a similar pair "
103107
"of rules:"
104108
msgstr ""
105109

106-
#: ../Doc/c-api/gcsupport.rst:72
110+
#: ../Doc/c-api/gcsupport.rst:75
107111
msgid ""
108112
"Before fields which refer to other containers are invalidated, "
109113
":c:func:`PyObject_GC_UnTrack` must be called."
110114
msgstr ""
111115

112-
#: ../Doc/c-api/gcsupport.rst:75
116+
#: ../Doc/c-api/gcsupport.rst:78
113117
msgid "The object's memory must be deallocated using :c:func:`PyObject_GC_Del`."
114118
msgstr ""
115119

116-
#: ../Doc/c-api/gcsupport.rst:80
120+
#: ../Doc/c-api/gcsupport.rst:83
117121
msgid ""
118122
"Releases memory allocated to an object using :c:func:`PyObject_GC_New` or"
119123
" :c:func:`PyObject_GC_NewVar`."
120124
msgstr ""
121125

122-
#: ../Doc/c-api/gcsupport.rst:86
126+
#: ../Doc/c-api/gcsupport.rst:89
123127
msgid ""
124128
"Remove the object *op* from the set of container objects tracked by the "
125129
"collector. Note that :c:func:`PyObject_GC_Track` can be called again on "
@@ -129,19 +133,19 @@ msgid ""
129133
":c:member:`~PyTypeObject.tp_traverse` handler become invalid."
130134
msgstr ""
131135

132-
#: ../Doc/c-api/gcsupport.rst:95
136+
#: ../Doc/c-api/gcsupport.rst:98
133137
msgid ""
134138
"A macro version of :c:func:`PyObject_GC_UnTrack`. It should not be used "
135139
"for extension modules."
136140
msgstr ""
137141

138-
#: ../Doc/c-api/gcsupport.rst:98
142+
#: ../Doc/c-api/gcsupport.rst:104
139143
msgid ""
140144
"The :c:member:`~PyTypeObject.tp_traverse` handler accepts a function "
141145
"parameter of this type:"
142146
msgstr ""
143147

144-
#: ../Doc/c-api/gcsupport.rst:103
148+
#: ../Doc/c-api/gcsupport.rst:109
145149
msgid ""
146150
"Type of the visitor function passed to the "
147151
":c:member:`~PyTypeObject.tp_traverse` handler. The function should be "
@@ -152,13 +156,13 @@ msgid ""
152156
"visitor functions."
153157
msgstr ""
154158

155-
#: ../Doc/c-api/gcsupport.rst:110
159+
#: ../Doc/c-api/gcsupport.rst:116
156160
msgid ""
157161
"The :c:member:`~PyTypeObject.tp_traverse` handler must have the following"
158162
" type:"
159163
msgstr ""
160164

161-
#: ../Doc/c-api/gcsupport.rst:115
165+
#: ../Doc/c-api/gcsupport.rst:121
162166
msgid ""
163167
"Traversal function for a container object. Implementations must call the"
164168
" *visit* function for each object directly contained by *self*, with the "
@@ -168,28 +172,28 @@ msgid ""
168172
"should be returned immediately."
169173
msgstr ""
170174

171-
#: ../Doc/c-api/gcsupport.rst:122
175+
#: ../Doc/c-api/gcsupport.rst:128
172176
msgid ""
173177
"To simplify writing :c:member:`~PyTypeObject.tp_traverse` handlers, a "
174178
":c:func:`Py_VISIT` macro is provided. In order to use this macro, the "
175179
":c:member:`~PyTypeObject.tp_traverse` implementation must name its "
176180
"arguments exactly *visit* and *arg*:"
177181
msgstr ""
178182

179-
#: ../Doc/c-api/gcsupport.rst:129
183+
#: ../Doc/c-api/gcsupport.rst:135
180184
msgid ""
181185
"If *o* is not *NULL*, call the *visit* callback, with arguments *o* and "
182186
"*arg*. If *visit* returns a non-zero value, then return it. Using this "
183187
"macro, :c:member:`~PyTypeObject.tp_traverse` handlers look like::"
184188
msgstr ""
185189

186-
#: ../Doc/c-api/gcsupport.rst:142
190+
#: ../Doc/c-api/gcsupport.rst:148
187191
msgid ""
188192
"The :c:member:`~PyTypeObject.tp_clear` handler must be of the "
189193
":c:type:`inquiry` type, or *NULL* if the object is immutable."
190194
msgstr ""
191195

192-
#: ../Doc/c-api/gcsupport.rst:148
196+
#: ../Doc/c-api/gcsupport.rst:154
193197
msgid ""
194198
"Drop references that may have created reference cycles. Immutable "
195199
"objects do not have to define this method since they can never directly "

0 commit comments

Comments
 (0)