diff --git a/README.en.rst b/README.en.rst index 71e3e4a..a5da5f1 100644 --- a/README.en.rst +++ b/README.en.rst @@ -94,6 +94,7 @@ Changelog * **Release 1.4.2 (2023-03-20)** * Fixed `issue #29`_: TypeError: 'type' object is not subscriptable + * Fixed a bug affecting Python <3.9: TypeError: Too many parameters for typing.AsyncIterable; actual 2, expected 1 * **Release 1.4.1 (2023-02-28)** diff --git a/README.rst b/README.rst index e057386..dd18a47 100644 --- a/README.rst +++ b/README.rst @@ -94,6 +94,7 @@ YaDisk-async - это библиотека-клиент REST API Яндекс.Д * **Release 1.4.2 (2023-03-20)** * Исправлено `issue #29`_: TypeError: 'type' object is not subscriptable + * Исправлена ошибка (Python <3.9): TypeError: Too many parameters for typing.AsyncIterable; actual 2, expected 1 * **Release 1.4.1 (2023-02-28)** diff --git a/README.ru.rst b/README.ru.rst index e057386..e1d73ea 100644 --- a/README.ru.rst +++ b/README.ru.rst @@ -94,6 +94,7 @@ YaDisk-async - это библиотека-клиент REST API Яндекс.Д * **Release 1.4.2 (2023-03-20)** * Исправлено `issue #29`_: TypeError: 'type' object is not subscriptable + * Исправлена ошибка (Python <3.9): `TypeError: Too many parameters for typing.AsyncIterable; actual 2, expected 1` * **Release 1.4.1 (2023-02-28)** diff --git a/docs/changelog.rst b/docs/changelog.rst index ca4818f..c72314d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,7 @@ Changelog * **Release 1.4.2 (2023-03-20)** * Fixed `issue #29`_: TypeError: 'type' object is not subscriptable + * Fixed a bug affecting Python <3.9: TypeError: Too many parameters for typing.AsyncIterable; actual 2, expected 1 * **Release 1.4.1 (2023-02-28)** diff --git a/docs/locales/ru/LC_MESSAGES/changelog.mo b/docs/locales/ru/LC_MESSAGES/changelog.mo index a04af1c..fc93a45 100644 Binary files a/docs/locales/ru/LC_MESSAGES/changelog.mo and b/docs/locales/ru/LC_MESSAGES/changelog.mo differ diff --git a/docs/locales/ru/LC_MESSAGES/changelog.po b/docs/locales/ru/LC_MESSAGES/changelog.po index ebea94a..29f69ab 100644 --- a/docs/locales/ru/LC_MESSAGES/changelog.po +++ b/docs/locales/ru/LC_MESSAGES/changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: YaDisk 1.4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-03-20 17:21+0500\n" +"POT-Creation-Date: 2023-03-20 17:38+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,11 +29,18 @@ msgstr "" msgid "Fixed `issue #29`_: TypeError: 'type' object is not subscriptable" msgstr "Исправлено `issue #29`_: TypeError: 'type' object is not subscriptable" -#: ../../changelog.rst:20 +#: ../../changelog.rst:19 +msgid "" +"Fixed a bug affecting Python <3.9: TypeError: Too many parameters for " +"typing.AsyncIterable; actual 2, expected 1" +msgstr "Исправлена ошибка (Python <3.9): TypeError: Too many parameters for " +"typing.AsyncIterable; actual 2, expected 1" + +#: ../../changelog.rst:21 msgid "**Release 1.4.1 (2023-02-28)**" msgstr "" -#: ../../changelog.rst:22 +#: ../../changelog.rst:23 msgid "" "Fixed `issue #28`_: calling `download_public()` with `path` keyword " "argument raises `TypeError`" @@ -41,7 +48,7 @@ msgstr "" "Исправлено `issue #28`_: `TypeError` при вызове `download_public()` с " "параметром `path`" -#: ../../changelog.rst:23 +#: ../../changelog.rst:24 msgid "" "Fixed `AttributeError` raised when calling " "`ResourceLinkObject.public_listdir()`" @@ -49,11 +56,11 @@ msgstr "" "Исправлено `AttributeError` при вызове " "`ResourceLinkObject.public_listdir()`" -#: ../../changelog.rst:25 +#: ../../changelog.rst:26 msgid "**Release 1.4.0 (2023-01-30)**" msgstr "" -#: ../../changelog.rst:27 +#: ../../changelog.rst:28 msgid "" "Added convenience methods to `...Object` objects (e.g. see " "`ResourceObject`)" @@ -61,15 +68,15 @@ msgstr "" "Добавлены convenience-методы для объектов `...Object` (например, см. " "`ResourceObject`)" -#: ../../changelog.rst:28 +#: ../../changelog.rst:29 msgid "Added type hints" msgstr "Добавлены подсказки типов (type hints)" -#: ../../changelog.rst:29 +#: ../../changelog.rst:30 msgid "Improved error checking and response validation" msgstr "Улучшены проверки ошибок и проверка ответа" -#: ../../changelog.rst:30 +#: ../../changelog.rst:31 msgid "" "Added `InvalidResponseError`, `PayloadTooLargeError`, " "`UploadTrafficLimitExceededError`" @@ -77,25 +84,25 @@ msgstr "" "Добавлены `InvalidResponseError`, `PayloadTooLargeError`, " "`UploadTrafficLimitExceededError`" -#: ../../changelog.rst:31 +#: ../../changelog.rst:32 msgid "Added a few missing fields to `DiskInfoObject` and `SystemFoldersObject`" msgstr "" "Добавлено несколько недостающих полей объектов `DiskInfoObject` и " "`SystemFoldersObject`" -#: ../../changelog.rst:32 +#: ../../changelog.rst:33 msgid "Added `rename()`, `upload_by_link()` and `download_by_link()` methods" msgstr "Добавлены методы `rename()`, `upload_by_link()` и `download_by_link()`" -#: ../../changelog.rst:33 +#: ../../changelog.rst:34 msgid "Added `default_args` field for `YaDisk` object" msgstr "Добавлен аттрибут `default_args` объекта `YaDisk`" -#: ../../changelog.rst:34 +#: ../../changelog.rst:35 msgid "`download()` and `upload()` now return `ResourceLinkObject`" msgstr "`download()` и `upload()` теперь возвращают `ResourceLinkObject`" -#: ../../changelog.rst:35 +#: ../../changelog.rst:36 msgid "" "Returned `LinkObject` instances have been replaced by more specific " "subclasses" @@ -103,23 +110,23 @@ msgstr "" "До этого возвращаемые объекты `LinkObject` были заменены более " "конкретными подклассами" -#: ../../changelog.rst:36 +#: ../../changelog.rst:37 msgid ":any:`TimeoutError` now also triggers a retry" msgstr ":any:`TimeoutError` теперь тоже вызывает повторную попытку" -#: ../../changelog.rst:37 +#: ../../changelog.rst:38 msgid "Added support for async files for `download()` and `upload()`" msgstr "Добавлена поддержка асинхронных файлов для `download()` и `upload()`" -#: ../../changelog.rst:38 +#: ../../changelog.rst:39 msgid "Use `aiofiles` to open files by default" msgstr "По умолчанию используется библиотека `aiofiles` для открытия файлов" -#: ../../changelog.rst:40 +#: ../../changelog.rst:41 msgid "**Release 1.3.6 (2023-01-20)**" msgstr "" -#: ../../changelog.rst:42 +#: ../../changelog.rst:43 msgid "" "Fixed `issue #26`_: ':' character in filenames causes `BadRequestError`. " "This is due the behavior of Yandex.Disk's REST API itself but is avoided " @@ -129,11 +136,11 @@ msgstr "" "`BadRequestError`. Это поведение вызвано работой самого REST API " "Яндекс.Диска, но было исправлено на уровне библиотеки." -#: ../../changelog.rst:46 +#: ../../changelog.rst:47 msgid "**Release 1.3.5 (2022-11-10)**" msgstr "" -#: ../../changelog.rst:48 +#: ../../changelog.rst:49 msgid "" "Fixed a bug in `is_file()` and `is_dir()`: a typo was causing " "`AttributeError` (`PR #6`_)." @@ -141,11 +148,11 @@ msgstr "" "Исправлен баг в `is_file()` и `is_dir()`: из-за опечатки функции вызывали" " исключение `AttributeError` (`PR #6`_)." -#: ../../changelog.rst:51 +#: ../../changelog.rst:52 msgid "**Release 1.3.4 (2022-08-17)**" msgstr "" -#: ../../changelog.rst:53 +#: ../../changelog.rst:54 msgid "" "Fixed a bug in `check_token()`: could throw `ForbiddenError` if the " "application lacks necessary permissions (`issue #23`_)." @@ -153,11 +160,11 @@ msgstr "" "Исправлен баг в `check_token()`: функция могла вызвать " "`ForbiddenError`,если у приложения недостатчно прав (`issue #23`_)." -#: ../../changelog.rst:56 +#: ../../changelog.rst:57 msgid "**Release 1.3.3 (2021-12-31)**" msgstr "" -#: ../../changelog.rst:58 +#: ../../changelog.rst:59 msgid "" "Fixed an issue where `http://` links were not recognized as operation " "links (they were assumed to always be `https://`, since all the other " @@ -174,49 +181,49 @@ msgstr "" "операции (через `get_operation_status()`) всегда используется `https://` " "версия ссылки, даже если Яндекс.Диск вернул `http://`." -#: ../../changelog.rst:67 +#: ../../changelog.rst:68 msgid "**Release 1.3.2 (2021-07-10)**" msgstr "" -#: ../../changelog.rst:69 +#: ../../changelog.rst:70 msgid "Fixed `__version__` having the wrong value" msgstr "Исправлено значение `__version__`" -#: ../../changelog.rst:71 +#: ../../changelog.rst:72 msgid "**Release 1.3.1 (2021-07-10)**" msgstr "" -#: ../../changelog.rst:73 +#: ../../changelog.rst:74 msgid "Fixed `AttributeError` in `SessionWithHeaders` (`PR #1`_)" msgstr "" "Исправлена ошибка `AttributeError` в объекте `SessionWithHeaders` (`PR " "#1`_)" -#: ../../changelog.rst:74 +#: ../../changelog.rst:75 msgid "Fixed trash bin tests" msgstr "Исправлены тесты корзины" -#: ../../changelog.rst:76 +#: ../../changelog.rst:77 msgid "**Release 1.3.0 (2019-07-06)**" msgstr "" -#: ../../changelog.rst:78 +#: ../../changelog.rst:79 msgid "Modified the original library (`yadisk`_) to support `async/await`" msgstr "Реализована поддержка `async/await`" -#: ../../changelog.rst:79 +#: ../../changelog.rst:80 msgid "The library was renamed to `yadisk-async`" msgstr "Библиотека была переименована из `yadisk`_ в `yadisk-async`" -#: ../../changelog.rst:81 +#: ../../changelog.rst:82 msgid "The following releases are for `yadisk`_, the original library:" msgstr "Следующие релизы относятся к оригинальной библиотеке `yadisk`_:" -#: ../../changelog.rst:83 +#: ../../changelog.rst:84 msgid "**Release 1.2.14 (2019-03-26)**" msgstr "" -#: ../../changelog.rst:85 +#: ../../changelog.rst:86 msgid "" "Fixed a `TypeError` in `get_public_*` functions when passing `path` " "parameter (see `issue #7`_)" @@ -224,27 +231,27 @@ msgstr "" "Исправлена ошибка `TypeError` в функциях `get_public_*` при использовании" " с параметром `path` (`issue #7`_)" -#: ../../changelog.rst:87 +#: ../../changelog.rst:88 msgid "Added `unlimited_autoupload_enabled` attribute for `DiskInfoObject`" msgstr "Добавлен аттрибут `unlimited_autoupload_enabled` для `DiskInfoObject`" -#: ../../changelog.rst:89 +#: ../../changelog.rst:90 msgid "**Release 1.2.13 (2019-02-23)**" msgstr "" -#: ../../changelog.rst:91 +#: ../../changelog.rst:92 msgid "Added `md5` parameter for `remove()`" msgstr "Добавлен параметр `md5` для `remove()`" -#: ../../changelog.rst:92 +#: ../../changelog.rst:93 msgid "Added `UserPublicInfoObject`" msgstr "Добавлен `UserPublicInfoObject`" -#: ../../changelog.rst:93 +#: ../../changelog.rst:94 msgid "Added `country` attribute for `UserObject`" msgstr "Добавлен аттрибут `country` для `UserObject`" -#: ../../changelog.rst:94 +#: ../../changelog.rst:95 msgid "" "Added `photoslice_time` attribute for `ResourceObject`, " "`PublicResourceObject` and `TrashResourceObject`" @@ -252,23 +259,23 @@ msgstr "" "Добавлен аттрибут `photoslice_time` для `ResourceObject`, " "`PublicResourceObject` и `TrashResourceObject`" -#: ../../changelog.rst:97 +#: ../../changelog.rst:98 msgid "**Release 1.2.12 (2018-10-11)**" msgstr "" -#: ../../changelog.rst:99 +#: ../../changelog.rst:100 msgid "Fixed `fields` parameter not working properly in `listdir()` (`issue #4`_)" msgstr "Исправлен баг: не работает параметр `fields` в `listdir()` (`issue #4`_)" -#: ../../changelog.rst:101 +#: ../../changelog.rst:102 msgid "**Release 1.2.11 (2018-06-30)**" msgstr "" -#: ../../changelog.rst:103 +#: ../../changelog.rst:104 msgid "Added the missing parameter `sort` for `get_meta()`" msgstr "Добавлен недостающий параметр `sort` для `get_meta()`" -#: ../../changelog.rst:104 +#: ../../changelog.rst:105 msgid "" "Added `file` and `antivirus_status` attributes for `ResourceObject`, " "`PublicResourceObject` and `TrashResourceObject`" @@ -276,23 +283,23 @@ msgstr "" "Добавлены аттрибуты `file` и `antivirus_status` для `ResourceObject`, " "`PublicResourceObject` и `TrashResourceObject`" -#: ../../changelog.rst:106 +#: ../../changelog.rst:107 msgid "Added `headers` parameter" msgstr "Добавлен параметр `headers`" -#: ../../changelog.rst:107 +#: ../../changelog.rst:108 msgid "Fixed a typo in `download()` and `download_public()` (`issue #2`_)" msgstr "Исправлена опечатка в `download()` и `download_public()` (`issue #2`_)" -#: ../../changelog.rst:108 +#: ../../changelog.rst:109 msgid "Removed `*args` parameter everywhere" msgstr "Убран параметр `*args`" -#: ../../changelog.rst:110 +#: ../../changelog.rst:111 msgid "**Release 1.2.10 (2018-06-14)**" msgstr "" -#: ../../changelog.rst:112 +#: ../../changelog.rst:113 msgid "" "Fixed `timeout=None` behavior. `None` is supposed to mean 'no timeout' " "but in the older versions it was synonymous with the default timeout." @@ -301,23 +308,23 @@ msgstr "" "таймаута', но в предыдущих версиях значение `None` было синонимично со " "стандартным таймаутом." -#: ../../changelog.rst:115 +#: ../../changelog.rst:116 msgid "**Release 1.2.9 (2018-04-28)**" msgstr "" -#: ../../changelog.rst:117 +#: ../../changelog.rst:118 msgid "Changed the license to LGPLv3 (see `COPYING` and `COPYING.lesser`)" msgstr "Изменена лицензия на LGPLv3 (см. `COPYING` и `COPYING.lesser`)" -#: ../../changelog.rst:118 +#: ../../changelog.rst:119 msgid "Other package info updates" msgstr "Другие изменения информации о пакете" -#: ../../changelog.rst:120 +#: ../../changelog.rst:121 msgid "**Release 1.2.8 (2018-04-17)**" msgstr "" -#: ../../changelog.rst:122 +#: ../../changelog.rst:123 msgid "" "Fixed a couple of typos: `PublicResourceListObject.items` and " "`TrashResourceListObject.items` had wrong types" @@ -325,7 +332,7 @@ msgstr "" "Исправлено несколько опечаток: у `PublicResourceListObject.items` и " "`TrashResourceListObject.items` были неправильные типы данных" -#: ../../changelog.rst:124 +#: ../../changelog.rst:125 msgid "" "Substitute field aliases in `fields` parameter when performing API " "requests (e.g. `embedded` -> `_embedded`)" @@ -333,21 +340,21 @@ msgstr "" "Псевдонимы полей в параметре `fields` заменяются при выполнении запросов " "API (например, `embedded` -> `_embedded`)" -#: ../../changelog.rst:127 +#: ../../changelog.rst:128 msgid "**Release 1.2.7 (2018-04-15)**" msgstr "" -#: ../../changelog.rst:129 +#: ../../changelog.rst:130 msgid "Fixed a file rewinding bug when uploading/downloading files after a retry" msgstr "" "Исправлен баг перемотки файла при загрузке/скачивании после повторной " "попытки" -#: ../../changelog.rst:131 +#: ../../changelog.rst:132 msgid "**Release 1.2.6 (2018-04-13)**" msgstr "" -#: ../../changelog.rst:133 +#: ../../changelog.rst:134 msgid "" "Now caching `requests` sessions so that open connections can be reused " "(which can significantly speed things up sometimes)" @@ -355,15 +362,15 @@ msgstr "" "Теперь объекты сессий `requests` кэшируются, чтобы их можно было " "переиспользовать (иногда может существенно ускорить выполнение запросов)" -#: ../../changelog.rst:135 +#: ../../changelog.rst:136 msgid "Disable `keep-alive` when uploading/downloading files by default" msgstr "`keep-alive` отключается при загрузке/скачивании файлов по умолчанию" -#: ../../changelog.rst:137 +#: ../../changelog.rst:138 msgid "**Release 1.2.5 (2018-03-31)**" msgstr "" -#: ../../changelog.rst:139 +#: ../../changelog.rst:140 msgid "" "Fixed an off-by-one bug in `utils.auto_retry()` (which could sometimes " "result in `AttributeError`)" @@ -371,7 +378,7 @@ msgstr "" "Исправлен баг (ошибка на единицу) в `utils.auto_retry()` (иногда мог " "вызвать `AttributeError`)" -#: ../../changelog.rst:141 +#: ../../changelog.rst:142 msgid "" "Retry the whole request for `upload()`, `download()` and " "`download_public()`" @@ -379,19 +386,19 @@ msgstr "" "Повторные попытки применяются для `upload()`, `download()` и " "`download_public()` целиком" -#: ../../changelog.rst:142 +#: ../../changelog.rst:143 msgid "Set `stream=True` for `download()` and `download_public()`" msgstr "Задано `stream=True` для `download()` и `download_public()`" -#: ../../changelog.rst:143 +#: ../../changelog.rst:144 msgid "Other minor fixes" msgstr "Другие мелкие исправления" -#: ../../changelog.rst:145 +#: ../../changelog.rst:146 msgid "**Release 1.2.4 (2018-02-19)**" msgstr "" -#: ../../changelog.rst:147 +#: ../../changelog.rst:148 msgid "" "Fixed `TokenObject` having `exprires_in` instead of `expires_in` (fixed a" " typo)" @@ -399,35 +406,35 @@ msgstr "" "Исправлена опечатка (`TokenObject.exprires_in` -> " "`TokenObject.expires_in`)" -#: ../../changelog.rst:149 +#: ../../changelog.rst:150 msgid "**Release 1.2.3 (2018-01-20)**" msgstr "" -#: ../../changelog.rst:151 +#: ../../changelog.rst:152 msgid "Fixed a `TypeError` when `WrongResourceTypeError` is raised" msgstr "Исправлено `TypeError` при вызове `WrongResourceTypeError`" -#: ../../changelog.rst:153 +#: ../../changelog.rst:154 msgid "**Release 1.2.2 (2018-01-19)**" msgstr "" -#: ../../changelog.rst:155 +#: ../../changelog.rst:156 msgid "`refresh_token()` no longer requires a valid or empty token." msgstr "`refresh_token()` больше не требует валидный или пустой токен." -#: ../../changelog.rst:157 +#: ../../changelog.rst:158 msgid "**Release 1.2.1 (2018-01-14)**" msgstr "" -#: ../../changelog.rst:159 +#: ../../changelog.rst:160 msgid "Fixed auto retries not working. Whoops." msgstr "Исправлена неработоспособность повторных попыток." -#: ../../changelog.rst:161 +#: ../../changelog.rst:162 msgid "**Release 1.2.0 (2018-01-14)**" msgstr "" -#: ../../changelog.rst:163 +#: ../../changelog.rst:164 msgid "" "Fixed passing `n_retries=0` to `upload()`, `download()` and " "`download_public()`" @@ -435,7 +442,7 @@ msgstr "" "Исправлено использование `n_retries=0` в `upload()`, `download()` и " "`download_public()`" -#: ../../changelog.rst:165 +#: ../../changelog.rst:166 msgid "" "`upload()`, `download()` and `download_public()` no longer return " "anything (see the docs)" @@ -443,11 +450,11 @@ msgstr "" "`upload()`, `download()` и `download_public()` больше не возвращают " "ничего (см. документацию)" -#: ../../changelog.rst:167 +#: ../../changelog.rst:168 msgid "Added `utils` module (see the docs)" msgstr "Добавлен модуль `utils` (см. документацию)" -#: ../../changelog.rst:168 +#: ../../changelog.rst:169 msgid "" "Added `RetriableYaDiskError`, `WrongResourceTypeError`, `BadGatewayError`" " and `GatewayTimeoutError`" @@ -455,7 +462,7 @@ msgstr "" "Добавлены `RetriableYaDiskError`, `WrongResourceTypeError`, " "`BadGatewayError` и `GatewayTimeoutError`" -#: ../../changelog.rst:170 +#: ../../changelog.rst:171 msgid "" "`listdir()` now raises `WrongResourceTypeError` instead of " "`NotADirectoryError`" @@ -463,11 +470,11 @@ msgstr "" "`listdir()` теперь вызывает `WrongResourceTypeError` вместо " "`NotADirectoryError`" -#: ../../changelog.rst:173 +#: ../../changelog.rst:174 msgid "**Release 1.1.1 (2017-12-29)**" msgstr "" -#: ../../changelog.rst:175 +#: ../../changelog.rst:176 msgid "" "Fixed argument handling in `upload()`, `download()` and " "`download_public()`. Previously, passing `n_retries` and `retry_interval`" @@ -477,97 +484,97 @@ msgstr "" "`download_public()`. До этого использование `n_retries` и " "`retry_interval` вызывало исключение (`TypeError`)." -#: ../../changelog.rst:178 +#: ../../changelog.rst:179 msgid "**Release 1.1.0 (2017-12-27)**" msgstr "" -#: ../../changelog.rst:180 +#: ../../changelog.rst:181 msgid "Better exceptions (see the docs)" msgstr "Усовершенствованные исключения (см. документацию)" -#: ../../changelog.rst:181 +#: ../../changelog.rst:182 msgid "Added support for `force_async` parameter" msgstr "Добавлена поддержка параметра `force_async`" -#: ../../changelog.rst:182 +#: ../../changelog.rst:183 msgid "Minor bug fixes" msgstr "Мелкие исправления багов" -#: ../../changelog.rst:184 +#: ../../changelog.rst:185 msgid "**Release 1.0.8 (2017-11-29)**" msgstr "" -#: ../../changelog.rst:186 +#: ../../changelog.rst:187 msgid "Fixed yet another `listdir()` bug" msgstr "Исправлен ещё один баг в `listdir()`" -#: ../../changelog.rst:188 +#: ../../changelog.rst:189 msgid "**Release 1.0.7 (2017-11-04)**" msgstr "" -#: ../../changelog.rst:190 +#: ../../changelog.rst:191 msgid "Added `install_requires` argument to `setup.py`" msgstr "Добавлен `install_requires` в `setup.py`" -#: ../../changelog.rst:192 +#: ../../changelog.rst:193 msgid "**Release 1.0.6 (2017-11-04)**" msgstr "" -#: ../../changelog.rst:194 +#: ../../changelog.rst:195 msgid "Return `OperationLinkObject` in some functions" msgstr "Некоторые функции теперь возвращают `OperationLinkObject`" -#: ../../changelog.rst:196 +#: ../../changelog.rst:197 msgid "**Release 1.0.5 (2017-10-29)**" msgstr "" -#: ../../changelog.rst:198 +#: ../../changelog.rst:199 msgid "Fixed `setup.py` to exclude tests" msgstr "Исправлен `setup.py`, теперь исключает тесты" -#: ../../changelog.rst:200 +#: ../../changelog.rst:201 msgid "**Release 1.0.4 (2017-10-23)**" msgstr "" -#: ../../changelog.rst:202 +#: ../../changelog.rst:203 msgid "Fixed bugs in `upload`, `download` and `listdir` functions" msgstr "Исправлены баги в `upload`, `download` и `listdir`" -#: ../../changelog.rst:203 +#: ../../changelog.rst:204 msgid "Set default `listdir` `limit` to `10000`" msgstr "Значение по-умолчанию `limit` в `listdir` установлено в `10000`" -#: ../../changelog.rst:205 +#: ../../changelog.rst:206 msgid "**Release 1.0.3 (2017-10-22)**" msgstr "" -#: ../../changelog.rst:207 +#: ../../changelog.rst:208 msgid "Added settings" msgstr "Добавлен модуль `settings`" -#: ../../changelog.rst:209 +#: ../../changelog.rst:210 msgid "**Release 1.0.2 (2017-10-19)**" msgstr "" -#: ../../changelog.rst:211 +#: ../../changelog.rst:212 msgid "Fixed `get_code_url` function (added missing parameters)" msgstr "Исправлена функция `get_code_url` (добавлены недостающие параметры)" -#: ../../changelog.rst:213 +#: ../../changelog.rst:214 msgid "**Release 1.0.1 (2017-10-18)**" msgstr "" -#: ../../changelog.rst:215 +#: ../../changelog.rst:216 msgid "Fixed a major bug in `GetTokenRequest` (added missing parameter)" msgstr "" "Исправлен серьёзный баг в `GetTokenRequest` (добавлен недостающий " "параметр)" -#: ../../changelog.rst:217 +#: ../../changelog.rst:218 msgid "**Release 1.0.0 (2017-10-18)**" msgstr "" -#: ../../changelog.rst:219 +#: ../../changelog.rst:220 msgid "Initial release" msgstr "Первый релиз"