8000 Seconde partie de whatsnew/3.10 by ygingras · Pull Request #1777 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Seconde partie de whatsnew/3.10 #1777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Nov 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d6c77f6
Premier jet sur le What's New de 3.10
ygingras Oct 29, 2021
a0297c1
Second jet sur le What's New de 3.10
ygingras Nov 1, 2021
84c67e5
rewrap et orthographe pour le What's New de 3.10
ygingras Nov 1, 2021
6d7c637
orthographe dans whatsnew/3.10
ygingras Nov 2, 2021
24d424a
re-wrap dans whatsnew/3.10
ygingras Nov 2, 2021
f492874
Merge branch '3.10' of https://github.com/python/python-docs-fr into …
ygingras Nov 2, 2021
2a59845
Intégration des commentaires de Jean-Abou-Samra
ygingras Nov 5, 2021
0115b51
Intégration d'autres commentaires de Jean-Abou-Samra
ygingras Nov 7, 2021
d0a9dc8
Seconde partie du What's New de 3.10
ygingras Nov 7, 2021
2d0f725
Intégration d'autres commentaires des relecteurs
ygingras Nov 7, 2021
d55c0fc
rewrap du What's New de 3.10
ygingras Nov 7, 2021
3a6f244
Espaces dans le What's New de 3.10
ygingras Nov 7, 2021
33d405c
Espaces dans le What's New de 3.10
ygingras Nov 7, 2021
4f641bc
Autres traductions pour whatsnew/3.10
ygingras Nov 10, 2021
f85078b
Autres traductions pour whatsnew/3.10
ygingras Nov 10, 2021
b1f7a32
Autres traductions pour whatsnew/3.10
ygingras Nov 16, 2021
8d928ca
grammaire dans whatsnew/3.10
ygingras Nov 16, 2021
f4d21fc
Merge branch 'whatsnew-310' of github.com:ygingras/python-docs-fr int…
ygingras Nov 16, 2021
0203b51
Merge branch '3.10' of https://github.com/python/python-docs-fr into …
ygingras Nov 16, 2021
21a3138
rewrap du What's New de 3.10
ygingras Nov 16, 2021
b73f12c
orthographe dans whatsnew/3.10
ygingras Nov 16, 2021
b8596b6
reparation de la generation Sphinx
ygingras 8000 Nov 16, 2021
377bb2c
Intégration d'autres commentaires de Christophe Nanteuil
ygingras Nov 17, 2021
5d5d209
Intégration d'autres commentaires de Christophe Nanteuil
ygingras Nov 17, 2021
742e29e
autres commentaires de Christophe Nanteuil
ygingras Nov 17, 2021
346b535
rewrap du What's New de 3.10
ygingras Nov 17, 2021
0be5559
Merge branch '3.10' of https://github.com/python/python-docs-fr into …
ygingras Nov 17, 2021
988a8ec
rewrap du What's New de 3.10
ygingras Nov 17, 2021
f2bc125
merge with branch whatsnew-310
ygingras Nov 18, 2021
44e0794
merge with upstream/3.10
ygingras Nov 22, 2021
1b38d71
rewrap du What's New de 3.10
ygingras Nov 23, 2021
9ebceff
Autres traductions pour whatsnew/3.10
ygingras Nov 23, 2021
fe57010
rewrap du What's New de 3.10
ygingras Nov 23, 2021
cf71f3f
Changement du Makefile pour include les What's New récents
ygingras Nov 23, 2021
a00e4b4
Intégration d'autres commentaires de Christophe Nanteuil et Julien Pa…
ygingras Nov 23, 2021
1de4b17
Intégration d'autres commentaires de Christophe Nanteuil
ygingras Nov 24, 2021
49604be
autres commentaires de Christophe Nanteuil
ygingras Nov 24, 2021
75db355
rewrap du What's New de 3.10
ygingras Nov 24, 2021
b45cb49
orthographe dans le what's new de 3.10
ygingras Nov 24, 2021
5b522a5
Apply suggestions from code review
ygingras Nov 25, 2021
89a03af
simplification
ygingras Nov 25, 2021
702899d
rewrap du What's New de 3.10
ygingras Nov 25, 2021
84f8a5e
Apply suggestions from code review
ygingras Nov 25, 2021
4730cfb
'implémentation interne'
ygingras Nov 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ LANGUAGE := fr
BRANCH := 3.10

EXCLUDED := \
whatsnew/ \
whatsnew/2.?.po \
whatsnew/3.[0-8].po \
c-api/ \
distutils/ \
install/ \
Expand Down
Loading
0