Mdk/merge (#1734)
* Make merge * Move merge to its own script. * No longer needed. * Use git ls-files.
This commit is contained in:
parent f2d50c8810
commit 2afee90322
59 changed files with 3054 additions and 50680 deletions
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2021-09-23 16:16+0200\n" | ||||
"POT-Creation-Date: 2021-10-21 15:04+0200\n" | ||||
"PO-Revision-Date: 2021-09-24 15:30+0200\n" | ||||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -571,11 +571,12 @@ msgstr "" | |||
"code Python." | ||||
| ||||
#: using/cmdline.rst:323 | ||||
#, fuzzy | ||||
msgid "" | ||||
"Hash randomization is intended to provide protection against a denial-of-" | ||||
"service caused by carefully-chosen inputs that exploit the worst case " | ||||
"performance of a dict construction, O(n^2) complexity. See http://www.ocert." | ||||
"org/advisories/ocert-2011-003.html for details." | ||||
"performance of a dict construction, O(n\\ :sup:`2`) complexity. See http://" | ||||
"www.ocert.org/advisories/ocert-2011-003.html for details." | ||||
msgstr "" | ||||
"L'imprévisibilité des empreintes a pour objectif de se protéger contre les " | ||||
"dénis de service qui utiliseraient des valeurs d'entrée judicieusement " | ||||
| | | |||
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2021-09-23 16:16+0200\n" | ||||
"POT-Creation-Date: 2021-10-21 15:04+0200\n" | ||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -824,7 +824,7 @@ msgstr "" | |||
| ||||
#: using/configure.rst:553 | ||||
msgid "" | ||||
"Other C extensins are built as dynamic libraires, like the ``_asyncio`` " | ||||
"Other C extensins are built as dynamic libraries, like the ``_asyncio`` " | ||||
"module. They are built with the ``Py_BUILD_CORE_MODULE`` macro defined. " | ||||
"Example on Linux x86-64::" | ||||
msgstr "" | ||||
| | | |||
| | @ -4,8 +4,8 @@ | |||
msgid "" | ||||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To:\n" | ||||
"POT-Creation-Date: 2021-09-23 16:16+0200\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2021-10-21 15:04+0200\n" | ||||
"PO-Revision-Date: 2021-09-24 15:11+0200\n" | ||||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -286,13 +286,13 @@ msgid "" | |||
"not ``install``. The ``install_sw`` target does not override ``openssl.cnf``." | ||||
msgstr "" | ||||
| ||||
#: using/unix.rst:171 | ||||
#: using/unix.rst:172 | ||||
msgid "" | ||||
"Build Python with custom OpenSSL (see the configure `--with-openssl` and `--" | ||||
"with-openssl-rpath` options)" | ||||
msgstr "" | ||||
| ||||
#: using/unix.rst:186 | ||||
#: using/unix.rst:187 | ||||
msgid "" | ||||
"Patch releases of OpenSSL have a backwards compatible ABI. You don't need to " | ||||
"recompile Python to update OpenSSL. It's sufficient to replace the custom " | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue