Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c109850

Browse files
authored
make merge from cpython 3.9 (#1440)
1 parent 810b3c1 commit c109850

File tree

214 files changed

+4737
-4905
lines changed

Some content is hidden

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

214 files changed

+4737
-4905
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# from which we generated our po files. We use it here so when we
2222
# test build, we're building with the .rst files that generated our
2323
# .po files.
24-
CPYTHON_CURRENT_COMMIT := d7cd1164c18dbf78380ce4c95bf46c7bb0ac0bb7
24+
CPYTHON_CURRENT_COMMIT := 8fc828ec4e867c111cef137a2daeea6c3d5db2c7
2525

2626
CPYTHON_PATH := ../cpython/
2727

c-api/arg.po

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
8+
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
99
"PO-Revision-Date: 2018-10-04 12:14+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -180,7 +180,7 @@ msgstr ""
180180
"est préférable d'utiliser le format ``O&`` avec :c:func:"
181181
"`PyUnicode_FSConverter` en tant que *converter*."
182182

183-
#: c-api/arg.rst:83 c-api/arg.rst:150
183+
#: c-api/arg.rst:150
184184
msgid ""
185185
"Previously, :exc:`TypeError` was raised when embedded null code points were "
186186
"encountered in the Python string."
@@ -226,7 +226,7 @@ msgstr ""
226226
"caractères peut contenir des octets NULL. Les objets Unicode sont convertis "
227227
"vers des chaînes de caractères C utilisant l'encodage ``'utf-8'``."
228228

229-
#: c-api/arg.rst:102 c-api/arg.rst:566
229+
#: c-api/arg.rst:566
230230
msgid "``z`` (:class:`str` or ``None``) [const char \\*]"
231231
msgstr "``z`` (:class:`str` ou ``None``) [``const char *``]"
232232

@@ -379,7 +379,7 @@ msgstr ""
379379
"chaîne de caractères Python ne doit pas contenir de code *NULL*. Si elle en "
380380
"contient, une exception :exc:`ValueError` est levée."
381381

382-
#: c-api/arg.rst:157 c-api/arg.rst:166 c-api/arg.rst:174 c-api/arg.rst:182
382+
#: c-api/arg.rst:174 c-api/arg.rst:182
383383
msgid ""
384384
"Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using :c:"
385385
"func:`PyUnicode_AsWideCharString`."
@@ -588,7 +588,7 @@ msgstr ""
588588
"Convertit un entier Python positif ou nul en un ``unsigned tiny int``, "
589589
"stocké dans un :c:type:`unsigned char` C."
590590

591-
#: c-api/arg.rst:261 c-api/arg.rst:600
591+
#: c-api/arg.rst:600
592592
msgid "``B`` (:class:`int`) [unsigned char]"
593593
msgstr "``B`` (:class:`int`) [``unsigned char``]"
594594

@@ -600,15 +600,15 @@ msgstr ""
600600
"Convertit un entier Python en un ``tiny int`` sans vérifier le débordement, "
601601
"stocké dans un :c:type:`unsigned char` C."
602602

603-
#: c-api/arg.rst:264 c-api/arg.rst:594
603+
#: c-api/arg.rst:594
604604
msgid "``h`` (:class:`int`) [short int]"
605605
msgstr "``h`` (:class:`int`) [``short int``]"
606606

607607
#: c-api/arg.rst:264
608608
msgid "Convert a Python integer to a C :c:type:`short int`."
609609
msgstr "Convertit un entier Python en un :c:type:`short int` C."
610610

611-
#: c-api/arg.rst:268 c-api/arg.rst:603
611+
#: c-api/arg.rst:603
612612
msgid "``H`` (:class:`int`) [unsigned short int]"
613613
msgstr "``H`` (:class:`int`) [``unsigned short int``]"
614614

@@ -620,15 +620,15 @@ msgstr ""
620620
"Convertit un entier Python en un :c:type:`unsigned short int` C, sans "
621621
"contrôle de débordement."
622622

623-
#: c-api/arg.rst:271 c-api/arg.rst:588
623+
#: c-api/arg.rst:588
624624
msgid "``i`` (:class:`int`) [int]"
625625
msgstr "``i`` (:class:`int`) [``int``]"
626626

627627
#: c-api/arg.rst:271
628628
msgid "Convert a Python integer to a plain C :c:type:`int`."
629629
msgstr "Convertit un entier Python en un :c:type:`int` C."
630630

631-
#: c-api/arg.rst:275 c-api/arg.rst:606
631+
#: c-api/arg.rst:606
632632
msgid "``I`` (:class:`int`) [unsigned int]"
633633
msgstr "``I`` (:class:`int`) [``unsigned int``]"
634634

@@ -640,15 +640,15 @@ msgstr ""
640640
"Convertit un entier Python en un :c:type:`unsigned int` C, sans contrôle de "
641641
"le débordement."
642642

643-
#: c-api/arg.rst:278 c-api/arg.rst:597
643+
#: c-api/arg.rst:597
644644
msgid "``l`` (:class:`int`) [long int]"
645645
msgstr "``l`` (:class:`int`) [``long int``]"
646646

647647
#: c-api/arg.rst:278
648648
msgid "Convert a Python integer to a C :c:type:`long int`."
649649
msgstr "Convertit un entier Python en un :c:type:`long int`."
650650

651-
#: c-api/arg.rst:282 c-api/arg.rst:609
651+
#: c-api/arg.rst:609
652652
msgid "``k`` (:class:`int`) [unsigned long]"
653653
msgstr "``k`` (:class:`int`) [``unsigned long``]"
654654

@@ -660,7 +660,7 @@ msgstr ""
660660
"Convertit un entier Python en un :c:type:`unsigned long` C sans en vérifier "
661661
"le débordement."
662662

663-
#: c-api/arg.rst:285 c-api/arg.rst:612
663+
#: c-api/arg.rst:612
664664
msgid "``L`` (:class:`int`) [long long]"
665665
msgstr "``L`` (:class:`int`) [``long long``]"
666666

@@ -669,7 +669,7 @@ msgstr "``L`` (:class:`int`) [``long long``]"
669669
msgid "Convert a Python integer to a C :c:type:`long long`."
670670
msgstr "Convertit un entier Python en un :c:type:`long int`."
671671

672-
#: c-api/arg.rst:289 c-api/arg.rst:615
672+
#: c-api/arg.rst:615
673673
msgid "``K`` (:class:`int`) [unsigned long long]"
674674
msgstr "``K`` (:class:`int`) [``unsigned long long``]"
675675

@@ -682,7 +682,7 @@ msgstr ""
682682
"Convertit un entier Python en un :c:type:`unsigned long` C sans en vérifier "
683683
"le débordement."
684684

685-
#: c-api/arg.rst:292 c-api/arg.rst:618
685+
#: c-api/arg.rst:618
686686
msgid "``n`` (:class:`int`) [Py_ssize_t]"
687687
msgstr "``n`` (:class:`int`) [``Py_ssize_t``]"
688688

@@ -706,7 +706,7 @@ msgstr ""
706706
msgid "Allow :class:`bytearray` objects."
707707
msgstr ""
708708

709-
#: c-api/arg.rst:303 c-api/arg.rst:626
709+
#: c-api/arg.rst:626
710710
msgid "``C`` (:class:`str` of length 1) [int]"
711711
msgstr "``C`` (:class:`str` de longueur 1) [``int``]"
712712

@@ -718,15 +718,15 @@ msgstr ""
718718
"Convertit un caractère Python, représenté comme un objet :class:`str` de "
719719
"longueur 1, en un :c:type:`int` C."
720720

721-
#: c-api/arg.rst:306 c-api/arg.rst:632
721+
#: c-api/arg.rst:632
722722
msgid "``f`` (:class:`float`) [float]"
723723
msgstr "``f`` (:class:`float`) [``float``]"
724724

725725
#: c-api/arg.rst:306
726726
msgid "Convert a Python floating point number to a C :c:type:`float`."
727727
msgstr "Convertit un nombre flottant Python vers un :c:type:`float`."
728728

729-
#: c-api/arg.rst:309 c-api/arg.rst:629
729+
#: c-api/arg.rst:629
730730
msgid "``d`` (:class:`float`) [double]"
731731
msgstr "``d`` (:class:`float`) [``double``]"
732732

@@ -748,7 +748,7 @@ msgstr ""
748748
msgid "Other objects"
749749
msgstr "Autres objets"
750750

751-
#: c-api/arg.rst:320 c-api/arg.rst:643
751+
#: c-api/arg.rst:643
752752
msgid "``O`` (object) [PyObject \\*]"
753753
msgstr "``O`` (objet) [``PyObject *``]"
754754

@@ -777,7 +777,7 @@ msgid ""
777777
"required type, :exc:`TypeError` is raised."
778778
msgstr ""
779779

780-
#: c-api/arg.rst:352 c-api/arg.rst:657
780+
#: c-api/arg.rst:657
781781
msgid "``O&`` (object) [*converter*, *anything*]"
782782
msgstr "``O&`` (objet) [*converter*, *anything*]"
783783

@@ -825,7 +825,7 @@ msgid ""
825825
"how Python tests values for truth."
826826
msgstr ""
827827

828-
#: c-api/arg.rst:366 c-api/arg.rst:660
828+
#: c-api/arg.rst:660
829829
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
830830
msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
831831

@@ -1121,7 +1121,7 @@ msgid ""
11211121
"string pointer is ``NULL``, ``None`` is returned."
11221122
msgstr ""
11231123

1124-
#: c-api/arg.rst:566 c-api/arg.rst:582
1124+
#: c-api/arg.rst:582
11251125
msgid "Same as ``s``."
11261126
msgstr ""
11271127

@@ -1132,7 +1132,7 @@ msgid ""
11321132
"`Py_ssize_t`]"
11331133
msgstr "``z#`` (:class:`str` ou ``None``) [``const char *``, ``int``]"
11341134

1135-
#: c-api/arg.rst:569 c-api/arg.rst:585
1135+
#: c-api/arg.rst:585
11361136
msgid "Same as ``s#``."
11371137
msgstr ""
11381138

c-api/buffer.po

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
8+
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
99
"PO-Revision-Date: 2018-10-04 12:18+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -431,38 +431,34 @@ msgid ""
431431
"flags below it."
432432
msgstr ""
433433

434-
#: c-api/buffer.rst:272 c-api/buffer.rst:296 c-api/buffer.rst:321
434+
#: c-api/buffer.rst:296 c-api/buffer.rst:321
435435
msgid "Request"
436436
msgstr ""
437437

438-
#: c-api/buffer.rst:272 c-api/buffer.rst:296 c-api/buffer.rst:321
438+
#: c-api/buffer.rst:296 c-api/buffer.rst:321
439439
msgid "shape"
440440
msgstr ""
441441

442-
#: c-api/buffer.rst:272 c-api/buffer.rst:296 c-api/buffer.rst:321
442+
#: c-api/buffer.rst:296 c-api/buffer.rst:321
443443
msgid "strides"
444444
msgstr ""
445445

446-
#: c-api/buffer.rst:272 c-api/buffer.rst:296 c-api/buffer.rst:321
446+
#: c-api/buffer.rst:296 c-api/buffer.rst:321
447447
msgid "suboffsets"
448448
msgstr ""
449449

450-
#: c-api/buffer.rst:274 c-api/buffer.rst:276 c-api/buffer.rst:278
451-
#: c-api/buffer.rst:298 c-api/buffer.rst:300 c-api/buffer.rst:302
452-
#: c-api/buffer.rst:304 c-api/buffer.rst:323 c-api/buffer.rst:325
453-
#: c-api/buffer.rst:327 c-api/buffer.rst:329 c-api/buffer.rst:331
454-
#: c-api/buffer.rst:333 c-api/buffer.rst:335 c-api/buffer.rst:337
450+
#: c-api/buffer.rst:276 c-api/buffer.rst:298 c-api/buffer.rst:302
451+
#: c-api/buffer.rst:323 c-api/buffer.rst:327 c-api/buffer.rst:331
452+
#: c-api/buffer.rst:335 c-api/buffer.rst:337
455453
msgid "yes"
456454
msgstr "oui"
457455

458-
#: c-api/buffer.rst:274 c-api/buffer.rst:323 c-api/buffer.rst:325
456+
#: c-api/buffer.rst:323 c-api/buffer.rst:325
459457
msgid "if needed"
460458
msgstr ""
461459

462-
#: c-api/buffer.rst:276 c-api/buffer.rst:278 c-api/buffer.rst:280
463-
#: c-api/buffer.rst:298 c-api/buffer.rst:300 c-api/buffer.rst:302
464-
#: c-api/buffer.rst:304 c-api/buffer.rst:327 c-api/buffer.rst:329
465-
#: c-api/buffer.rst:331 c-api/buffer.rst:333 c-api/buffer.rst:335
460+
#: c-api/buffer.rst:278 c-api/buffer.rst:298 c-api/buffer.rst:302
461+
#: c-api/buffer.rst:327 c-api/buffer.rst:331 c-api/buffer.rst:335
466462
#: c-api/buffer.rst:337
467463
msgid "NULL"
468464
msgstr ""
@@ -478,12 +474,11 @@ msgid ""
478474
"must be C-contiguous."
479475
msgstr ""
480476

481-
#: c-api/buffer.rst:296 c-api/buffer.rst:321
477+
#: c-api/buffer.rst:321
482478
msgid "contig"
483479
msgstr ""
484480

485-
#: c-api/buffer.rst:298 c-api/buffer.rst:304 c-api/buffer.rst:335
486-
#: c-api/buffer.rst:337
481+
#: c-api/buffer.rst:304 c-api/buffer.rst:337
487482
msgid "C"
488483
msgstr ""
489484

@@ -524,18 +519,15 @@ msgstr ""
524519
msgid "format"
525520
msgstr "format"
526521

527-
#: c-api/buffer.rst:323 c-api/buffer.rst:325 c-api/buffer.rst:327
528-
#: c-api/buffer.rst:329 c-api/buffer.rst:331 c-api/buffer.rst:333
522+
#: c-api/buffer.rst:325 c-api/buffer.rst:329 c-api/buffer.rst:333
529523
msgid "U"
530524
msgstr ""
531525

532-
#: c-api/buffer.rst:323 c-api/buffer.rst:327 c-api/buffer.rst:331
533-
#: c-api/buffer.rst:335
526+
#: c-api/buffer.rst:327 c-api/buffer.rst:335
534527
msgid "0"
535528
msgstr "0"
536529

537-
#: c-api/buffer.rst:325 c-api/buffer.rst:329 c-api/buffer.rst:333
538-
#: c-api/buffer.rst:337
530+
#: c-api/buffer.rst:329 c-api/buffer.rst:337
539531
msgid "1 or 0"
540532
msgstr ""
541533

c-api/bytes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
8+
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
99
"PO-Revision-Date: 2018-07-03 11:50+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -110,7 +110,7 @@ msgstr ""
110110
msgid ":attr:`%c`"
111111
msgstr ""
112112

113-
#: c-api/bytes.rst:72 c-api/bytes.rst:75 c-api/bytes.rst:93 c-api/bytes.rst:96
113+
#: c-api/bytes.rst:75 c-api/bytes.rst:96
114114
msgid "int"
115115
msgstr "*int*"
116116

0 commit comments

Comments
 (0)