Commit graph

2,127 commits

Author SHA1 Message Date
c47af9c54a Correct a typo in library/json.po (#141)
Co-authored-by: Benjamin Loison <benjamin.loison@orange.fr> Reviewed-on: AFPy/python-docs-fr#141 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: Benjamin_Loison <benjamin.loison@orange.fr> Co-committed-by: Benjamin_Loison <benjamin.loison@orange.fr>
2023-05-17 09:48:51 +00:00
ea2647a58e tutorial/modules.po: 1 fuzzy (#139)
le commit provoquant la fuzziness est une simple correction, qu'on avait déjà corrigé downstream, évidemment ``` commit a166cb4131587bbab05bde491fc95eb65523b2c9 Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue Mar 14 17:11:56 2023 -0700 gh-102703: Fix typo in modules tutorial documentation (GH-102707) **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding .. . (cherry picked from commit 0a539b5db312d126ff45dd4aa6a53d40a292c512) Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com> diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index ad70d92994..4daafa49a3 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -438,7 +438,7 @@ When importing the package, Python searches through the directories on The :file:`__init__.py` files are required to make Python treat directories containing the file as packages. This prevents directories with a common name, -such as ``string``, unintentionally hiding valid modules that occur later +such as ``string``, from unintentionally hiding valid modules that occur later on the module search path. In the simplest case, :file:`__init__.py` can just be an empty file, but it can also execute initialization code for the package or set the ``__all__`` variable, described later. ``` Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#139 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-05-14 07:18:56 +00:00
a94ba446df fuzzies library/intro.po 2023-04-15 23:29:02 +02:00
4b1228c08d
make verifs: Do not wait indefinitely on stdin when nothing changed. 2023-04-14 14:51:09 +02:00
b3367a2bd5 Woodpecker does not like my colon (#129)
Reviewed-on: AFPy/python-docs-fr#129
2023-04-14 12:29:42 +00:00
0798ce74be
In case it's already here.
Which happen when running on the branch. But when running from a PR the branch does not exists.
2023-04-14 13:59:11 +02:00
497dd9aad4
Make merge 2023-04-14 13:20:40 +02:00
3697e62ab7 Colons checker in CI. (#125)
Reviewed-on: AFPy/python-docs-fr#125 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-14 11:16:50 +00:00
68df6591be padpo et check-colon 2023-04-10 17:03:58 +02:00
0759b8b1ba fin de revue de library/stdtypes.po (#126)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Reviewed-on: AFPy/python-docs-fr#126 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-10 13:28:01 +00:00
bb46c79e45 Revue de library/stdtypes.po (#121)
revue, compléments et fuzzies closes #120 Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#121 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-08 13:27:41 +00:00
c584ff6fbb fix colons. (#122)
Reviewed-on: AFPy/python-docs-fr#122 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-08 12:37:28 +00:00
2fd8387137 library/functions.po : fuzzies et fin de revue (#104)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Reviewed-on: AFPy/python-docs-fr#104 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-04 21:24:32 +00:00
c68566b785 Fully working CI (#118)
Ça commence à marcher, par contre on a un souci avec un :rfc: dans pospell : <rst-doc>:1: (ERROR/3) RFC number must be a number greater than or equal to 1; "la spécification correspondante <5424#section-6>" is invalid. while parsing: La :rfc:`5424` requiert qu’un message Unicode soit envoyé à un démon *syslog* sous la forme d’un ensemble d’octets ayant la structure suivante : un composant ASCII pur facultatif, suivi d’une marque d’ordre d’octet (*BOM* pour *Byte Order Mark* en anglais) UTF-8, suivie de contenu Unicode UTF-8 (voir la :rfc:`la spécification correspondante <5424#section-6>`). Reviewed-on: AFPy/python-docs-fr#118
2023-04-01 19:44:08 +00:00
67f8f6cd58 library/logging: quelques fuzzies (#119)
3 fois rien Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#119 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-30 21:08:33 +00:00
3ecd689d5a faq/library.po: remplace "Toile" par "web" (#117)
J'ai plus entendu quelqu'un qualifier le web de "toile" depuis 1999 et ma dernière visite au Futuroscope. Terme 100% connoté boomer, avec des morceaux de Caramail, Lycos et internet multimédia dedans. Changement à débattre, évidemment. Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#117 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 14:22:38 +00:00
dfa3ba78a2 howto/descriptor.po: 1 fuzzy (#115)
correction upstream d'une erreur d'anglais évidemment déjà corrigée dans la trad (6554598236a8267c9ab9cb6802a9e99e68f3c750) Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#115 Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 11:35:59 +00:00
5de4b94443 faq/general.po: 3 fuzzies (#114)
changements upstream: * liens vers les PEP modifiés * retrait de la mention de PythonWin Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#114 Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 11:35:43 +00:00
67d7550462 faq/library.po: 2 fuzzies (#116)
upstream: * 2 liens changés pour https * 1 lien changés vers son équivalent archive.org Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#116 Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 11:35:23 +00:00
50462a2278
Hello woodpecker. 2023-03-28 00:27:33 +02:00
59f5cc0175
pospell/sphinx-lint 2023-03-28 00:26:14 +02:00
39e09a16a1 using/mac.po: 3 fuzzies (#112)
1 lien https et 2 vrais changements: 96c1f013b3ea142616979f0b02fee81a7b41eb70 d8df7e02071087894e4295e9b299689d8db74973 Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#112 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-27 10:57:41 +00:00
5e60db8d89 library/csv.po: 1 fuzzy (#111)
une correction upstream d'un terme trop précis (whitespace -> space) déjà retiré en français Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#111 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:39:38 +00:00
17504f9d45 howto/unicode.po: https fuzzies (#108)
uniquement des fuzzies dûes à la MaJ des liens vers HTTPS Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#108 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:39:18 +00:00
5eb0bc51f1 faq/design.po: quelques fuzzies (#106)
pareil, fuzzies vérifiées upstream. Des liens passés en HTTPS, des backquotes rajoutées, et des tirets retirés. Il y a 2-3 PRs qui sont passées upstream et qui provoquent beaucoup de bruit chez nous (des fois pour pas grand chose, particulièrement les tirets). La PR upstream qui retire des tirets partout, pour exemple : https://github.com/python/cpython/pull/94551 travail accompli avec POEdit Pro+ ✌️ Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#106 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:38:53 +00:00
f7e629f5eb faq/general.po: quelques fuzzies (#107)
encore quelquues fuzzies consensuelles qui ne prêtent pas à débat : du HTTPS, des tirets, des majuscules. Une petite reformulation de mon cru, néanmoins : "High-profile Python project": "Les projets Python à grande visibilité " -> "Les projets Python les plus connus". Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#107 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:37:41 +00:00
f35c0b14f9 library/index.po: 1 fuzzy (#110)
l'ordre de grandeure du nombre de paquets sur PyPI a été MaJ upstream Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#110 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:36:26 +00:00
56671d24d3 using/windows.po: quelques fuzzies (#105)
les fuzzies défuzziées ont été vérifiées upstream. Et 2-3 nouvelles chaines dont la traduction était facile Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#105 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 15:17:20 +00:00
0059f17b2f typo (#103)
Reviewed-on: AFPy/python-docs-fr#103 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
2023-03-26 10:35:00 +00:00
7fb3fc2ab3 faq/windows.po: fuzzies + manquantes (#97)
les fuzzies défuzzées non-modifiéese étaient des corrections de balises déjà corrigées downstream par nous Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#97 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 09:59:52 +00:00
b1cba7bb2b installing/index.po: 1 fuzzy (#100)
Une URL mise à jour upstream Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#100 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 09:58:23 +00:00
554171c6b0 howto/regex.po: 1 fuzzy (#102)
la fuzzy était un changement de tiret en anglais qui n'existait pas en français Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#102 Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 09:56:51 +00:00
cd05065b55 howto/logging.po: qq fuzzies (#99)
c'était majoritairement des corrections mineures upstream, des simples quotes rajoutées, 2-3 trucs déjà corrigés downstream par nous, et une correction de terme par moi ("argument nommés") Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: AFPy/python-docs-fr#99 Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-25 20:30:45 +00:00
b6b4c7e394 revue de hashlib - fuzzies (#95)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#95 Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-03-23 11:08:08 +00:00
0dba42c44d revue de library/functions.po (#96)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#96 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-03-22 09:38:18 +00:00
b27e667e8d mise à jour des utilitaires de traduction 2023-03-20 10:01:59 +00:00
25448932ff revue du glossaire - fuzzies 2023-03-20 10:00:56 +00:00
6c6617b0ea
pospell 2023-03-20 09:45:42 +01:00
a830148cfc Topping (#92)
Un peu de *pospell*, de *powrap* et de *padpo*. Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Reviewed-on: AFPy/python-docs-fr#92 Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-03-19 17:47:51 +00:00
21a0694bbe Worked on frame.po file (#61)
Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#61 Co-authored-by: Thevenel <thevenel25@gmail.com> Co-committed-by: Thevenel <thevenel25@gmail.com>
2023-03-19 17:47:13 +00:00
fb964077fc updated the apiabiversion.po file (#60)
Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#60 Co-authored-by: Thevenel <thevenel25@gmail.com> Co-committed-by: Thevenel <thevenel25@gmail.com>
2023-03-19 17:44:20 +00:00
88312851b0 asyncio-subprocess (#71)
J'ai avancé sur la traduction de la documentation de asyncio-subprocess. Co-authored-by: nicolastala <contact@nicolastala.fr> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#71 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: nicolas talabardon <contact@nicolastala.fr> Co-committed-by: nicolas talabardon <contact@nicolastala.fr>
2023-03-19 13:47:27 +00:00
c5cb1d9e65
potodo: Hello again. 2023-03-19 10:01:48 +01:00
8b33e6ad03 Complète la traduction de library/argparse (#88)
Closes #66 Co-authored-by: Mathias Laurin <Mathias.Laurin+github.com@gmail.com> Reviewed-on: AFPy/python-docs-fr#88 Co-authored-by: Synss <mathias.laurin+afpy.org@gmail.com> Co-committed-by: Synss <mathias.laurin+afpy.org@gmail.com>
2023-03-05 13:29:25 +00:00
30cedb7566 Complétion de pathlib.po closes issue #83 (#87)
Co-authored-by: nicolastala <contact@nicolastala.fr> Reviewed-on: AFPy/python-docs-fr#87 Co-authored-by: nicolas talabardon <contact@nicolastala.fr> Co-committed-by: nicolas talabardon <contact@nicolastala.fr>
2023-02-23 13:21:24 +00:00
769f0ec9e7 Worked on function.po (#43)
Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#43 Co-authored-by: Thevenel <thevenel25@gmail.com> Co-committed-by: Thevenel <thevenel25@gmail.com>
2023-02-20 12:13:02 +00:00
70a38f9719 Début de traduction de c-api/unicode.po (#69)
Ajoute "code points" au dictionnaire EN-FR. Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#69 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: vstinner <victor.stinner@gmail.com> Co-committed-by: vstinner <victor.stinner@gmail.com>
2023-02-20 11:49:30 +00:00
e386f1926f Traductions manquantes de library/time
closes #44 Co-authored-by: finevine <finevine@gmail.com> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: AFPy/python-docs-fr#59 Co-authored-by: finevine <finevine@noreply.localhost> Co-committed-by: finevine <finevine@noreply.localhost>
2023-02-20 11:35:27 +00:00
eef2c04e9e
FIX: Bad link. 2023-02-19 16:39:18 +01:00
zoe
4cb6264f88 ajout d'une explication pour git config (#62)
Une ligne dans CONTRIBUTING.rst pour indiquer de changer de répertoire avant de lancer git config. Co-authored-by: Zoe Drey <zoe.drey@sinch.com> Reviewed-on: AFPy/python-docs-fr#62 Co-authored-by: zoe <zoe.drey@mailo.com> Co-committed-by: zoe <zoe.drey@mailo.com>
2023-02-19 02:36:34 +00:00