Skip to content

Commit caed424

Browse files
committed
Merge branch 'master' into 3.9
2 parents c158449 + 7bafd29 commit caed424

File tree

10 files changed

+554
-532
lines changed

10 files changed

+554
-532
lines changed

c-api/init.po

+159-154
Large diffs are not rendered by default.

faq/programming.po

+155-154
Large diffs are not rendered by default.

library/asyncio-eventloop.po

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ msgstr ""
2121
"Language: id\n"
2222
"Plural-Forms: nplurals=1; plural=0;\n"
2323

24-
#: ../../library/asyncio-eventloop.rst:6
24+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:6
2525
msgid "Event Loop"
2626
msgstr ""
2727

28-
#: ../../library/asyncio-eventloop.rst:8
28+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:8
2929
msgid ""
3030
"**Source code:** :source:`Lib/asyncio/events.py`, "
3131
":source:`Lib/asyncio/base_events.py`"
3232
msgstr ""
3333

34-
#: ../../library/asyncio-eventloop.rst:14
34+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:14
3535
msgid "Preface"
3636
msgstr ""
3737

38-
#: ../../library/asyncio-eventloop.rst:15
38+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:15
3939
msgid ""
4040
"The event loop is the core of every asyncio application. Event loops run "
4141
"asynchronous tasks and callbacks, perform network IO operations, and run "
4242
"subprocesses."
4343
msgstr ""
4444

45-
#: ../../library/asyncio-eventloop.rst:19
45+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:19
4646
msgid ""
4747
"Application developers should typically use the high-level asyncio "
4848
"functions, such as :func:`asyncio.run`, and should rarely need to reference "
@@ -51,21 +51,21 @@ msgid ""
5151
"control over the event loop behavior."
5252
msgstr ""
5353

54-
#: ../../library/asyncio-eventloop.rst:26
54+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:26
5555
msgid "Obtaining the Event Loop"
5656
msgstr ""
5757

58-
#: ../../library/asyncio-eventloop.rst:27
58+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:27
5959
msgid ""
6060
"The following low-level functions can be used to get, set, or create an "
6161
"event loop:"
6262
msgstr ""
6363

64-
#: ../../library/asyncio-eventloop.rst:32
64+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:32
6565
msgid "Return the running event loop in the current OS thread."
6666
msgstr ""
6767

68-
#: ../../library/asyncio-eventloop.rst:34
68+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio-eventloop.rst:34
6969
msgid ""
7070
"If there is no running event loop a :exc:`RuntimeError` is raised. This "
7171
"function can only be called from a coroutine or a callback."

library/development.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ msgstr ""
2222
"Language: id\n"
2323
"Plural-Forms: nplurals=1; plural=0;\n"
2424

25-
#: ../../library/development.rst:5
25+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/development.rst:5
2626
msgid "Development Tools"
2727
msgstr "Alat Pengembangan"
2828

29-
#: ../../library/development.rst:7
29+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/development.rst:7
3030
msgid ""
3131
"The modules described in this chapter help you write software. For example,"
3232
" the :mod:`pydoc` module takes a module and generates documentation based on"
@@ -43,6 +43,6 @@ msgstr ""
4343
":program:`2to3` dapat menerjemahkan kode Python 2.x menjadi kode Python 3.x "
4444
"yang valid."
4545

46-
#: ../../library/development.rst:14
46+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/development.rst:14
4747
msgid "The list of modules described in this chapter is:"
4848
msgstr "Daftar modul yang dijelaskan di dalam bab ini adalah:"

library/keyword.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# oon arfiandwi <[email protected]>, 2018
8+
# Septian Hari <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,23 +14,23 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
16-
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2018\n"
17+
"Last-Translator: Septian Hari <septianhari@gmail.com>, 2019\n"
1718
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
2021
"Content-Transfer-Encoding: 8bit\n"
2122
"Language: id\n"
2223
"Plural-Forms: nplurals=1; plural=0;\n"
2324

24-
#: ../../library/keyword.rst:2
25+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:2
2526
msgid ":mod:`keyword` --- Testing for Python keywords"
2627
msgstr ":mod:`keyword` --- Pengujian untuk kata kunci Python"
2728

28-
#: ../../library/keyword.rst:7
29+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:7
2930
msgid "**Source code:** :source:`Lib/keyword.py`"
3031
msgstr "**Kode sumber:** :source:`Lib/keyword.py`"
3132

32-
#: ../../library/keyword.rst:11
33+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:11
3334
msgid ""
3435
"This module allows a Python program to determine if a string is a "
3536
":ref:`keyword <keywords>`."

library/sqlite3.po

+29-28
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ msgstr ""
2323
"Language: id\n"
2424
"Plural-Forms: nplurals=1; plural=0;\n"
2525

26-
#: ../../library/sqlite3.rst:2
26+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:2
2727
msgid ":mod:`sqlite3` --- DB-API 2.0 interface for SQLite databases"
2828
msgstr ""
2929

30-
#: ../../library/sqlite3.rst:9
30+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:9
3131
msgid "**Source code:** :source:`Lib/sqlite3/`"
3232
msgstr ""
3333

34-
#: ../../library/sqlite3.rst:13
34+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:13
3535
msgid ""
3636
"SQLite is a C library that provides a lightweight disk-based database that "
3737
"doesn't require a separate server process and allows accessing the database "
@@ -41,39 +41,39 @@ msgid ""
4141
" PostgreSQL or Oracle."
4242
msgstr ""
4343

44-
#: ../../library/sqlite3.rst:20
44+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:20
4545
msgid ""
4646
"The sqlite3 module was written by Gerhard Häring. It provides a SQL "
4747
"interface compliant with the DB-API 2.0 specification described by "
4848
":pep:`249`."
4949
msgstr ""
5050

51-
#: ../../library/sqlite3.rst:23
51+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:23
5252
msgid ""
5353
"To use the module, you must first create a :class:`Connection` object that "
5454
"represents the database. Here the data will be stored in the "
5555
":file:`example.db` file::"
5656
msgstr ""
5757

58-
#: ../../library/sqlite3.rst:30
58+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:30
5959
msgid ""
6060
"You can also supply the special name ``:memory:`` to create a database in "
6161
"RAM."
6262
msgstr ""
6363

64-
#: ../../library/sqlite3.rst:32
64+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:32
6565
msgid ""
6666
"Once you have a :class:`Connection`, you can create a :class:`Cursor` "
6767
"object and call its :meth:`~Cursor.execute` method to perform SQL commands::"
6868
msgstr ""
6969

70-
#: ../../library/sqlite3.rst:51
70+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:51
7171
msgid ""
7272
"The data you've saved is persistent and is available in subsequent "
7373
"sessions::"
7474
msgstr ""
7575

76-
#: ../../library/sqlite3.rst:57
76+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:57
7777
msgid ""
7878
"Usually your SQL operations will need to use values from Python variables. "
7979
"You shouldn't assemble your query using Python's string operations because "
@@ -82,7 +82,7 @@ msgid ""
8282
"wrong)."
8383
msgstr ""
8484

85-
#: ../../library/sqlite3.rst:62
85+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:62
8686
msgid ""
8787
"Instead, use the DB-API's parameter substitution. Put ``?`` as a "
8888
"placeholder wherever you want to use a value, and then provide a tuple of "
@@ -91,86 +91,87 @@ msgid ""
9191
"``%s`` or ``:1``.) For example::"
9292
msgstr ""
9393

94-
#: ../../library/sqlite3.rst:84
94+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:84
9595
msgid ""
9696
"To retrieve data after executing a SELECT statement, you can either treat "
9797
"the cursor as an :term:`iterator`, call the cursor's "
9898
":meth:`~Cursor.fetchone` method to retrieve a single matching row, or call "
9999
":meth:`~Cursor.fetchall` to get a list of the matching rows."
100100
msgstr ""
101101

102-
#: ../../library/sqlite3.rst:89
102+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:89
103103
msgid "This example uses the iterator form::"
104104
msgstr ""
105105

106-
#: ../../library/sqlite3.rst:104
106+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:104
107107
msgid "https://github.com/ghaering/pysqlite"
108108
msgstr ""
109109

110-
#: ../../library/sqlite3.rst:103
110+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:103
111111
msgid ""
112112
"The pysqlite web page -- sqlite3 is developed externally under the name "
113113
"\"pysqlite\"."
114114
msgstr ""
115115

116-
#: ../../library/sqlite3.rst:108
116+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:108
117117
msgid "https://www.sqlite.org"
118118
msgstr ""
119119

120-
#: ../../library/sqlite3.rst:107
120+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:107
121121
msgid ""
122122
"The SQLite web page; the documentation describes the syntax and the "
123123
"available data types for the supported SQL dialect."
124124
msgstr ""
125125

126-
#: ../../library/sqlite3.rst:111
126+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:111
127127
msgid "https://www.w3schools.com/sql/"
128128
msgstr ""
129129

130-
#: ../../library/sqlite3.rst:111
130+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:111
131131
msgid "Tutorial, reference and examples for learning SQL syntax."
132132
msgstr ""
133133

134-
#: ../../library/sqlite3.rst:113
134+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:113
135135
msgid ":pep:`249` - Database API Specification 2.0"
136136
msgstr ""
137137

138-
#: ../../library/sqlite3.rst:114
138+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:114
139139
msgid "PEP written by Marc-André Lemburg."
140140
msgstr ""
141141

142-
#: ../../library/sqlite3.rst:120
142+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:120
143143
msgid "Module functions and constants"
144144
msgstr ""
145145

146-
#: ../../library/sqlite3.rst:125
146+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:125
147147
msgid ""
148148
"The version number of this module, as a string. This is not the version of "
149149
"the SQLite library."
150150
msgstr ""
151151

152-
#: ../../library/sqlite3.rst:131
152+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:131
153153
msgid ""
154154
"The version number of this module, as a tuple of integers. This is not the "
155155
"version of the SQLite library."
156156
msgstr ""
157157

158-
#: ../../library/sqlite3.rst:137
158+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:137
159159
msgid "The version number of the run-time SQLite library, as a string."
160160
msgstr ""
161161

162-
#: ../../library/sqlite3.rst:142
162+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:142
163163
msgid ""
164164
"The version number of the run-time SQLite library, as a tuple of integers."
165165
msgstr ""
166166

167-
#: ../../library/sqlite3.rst:147 ../../library/sqlite3.rst:160
167+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:147
168+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:160
168169
msgid ""
169170
"This constant is meant to be used with the *detect_types* parameter of the "
170171
":func:`connect` function."
171172
msgstr ""
172173

173-
#: ../../library/sqlite3.rst:150
174+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:150
174175
msgid ""
175176
"Setting it makes the :mod:`sqlite3` module parse the declared type for each "
176177
"column it returns. It will parse out the first word of the declared type, "
@@ -180,7 +181,7 @@ msgid ""
180181
"registered for that type there."
181182
msgstr ""
182183

183-
#: ../../library/sqlite3.rst:163
184+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:163
184185
msgid ""
185186
"Setting this makes the SQLite interface parse the column name for each "
186187
"column it returns. It will look for a string formed [mytype] in there, and "

0 commit comments

Comments
 (0)