GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring Python into the new year. (GH-24036)
Miss Islington (bot)
2021-01-01
1
-2
/
+2
*
Python 3.8.7
v3.8.7
Łukasz Langa
2020-12-21
1
-2
/
+2
*
Python 3.8.7rc1
v3.8.7rc1
Łukasz Langa
2020-12-07
1
-2
/
+2
*
Python 3.8.6
v3.8.6
Łukasz Langa
2020-09-23
1
-2
/
+2
*
Python 3.8.6rc1
v3.8.6rc1
Łukasz Langa
2020-09-07
1
-2
/
+2
*
Python 3.8.5
v3.8.5
Łukasz Langa
2020-07-20
1
-1
/
+1
*
Python 3.8.4
v3.8.4
Łukasz Langa
2020-07-13
1
-2
/
+2
*
Python 3.8.4rc1
v3.8.4rc1
Łukasz Langa
2020-06-30
1
-2
/
+2
*
Python 3.8.3
v3.8.3
Łukasz Langa
2020-05-13
1
-2
/
+2
*
Python 3.8.3rc1
v3.8.3rc1
Łukasz Langa
2020-04-29
1
-2
/
+2
*
Python 3.8.2
v3.8.2
Łukasz Langa
2020-02-24
1
-2
/
+2
*
Python 3.8.2rc2
v3.8.2rc2
Łukasz Langa
2020-02-17
1
-1
/
+1
*
Python 3.8.2rc1
v3.8.2rc1
Łukasz Langa
2020-02-10
1
-2
/
+2
*
Bring Python into the next decade. (GH-17801)
Miss Islington (bot)
2020-01-02
1
-2
/
+2
*
Python 3.8.1
v3.8.1
Łukasz Langa
2019-12-18
1
-2
/
+2
*
Python 3.8.1rc1
v3.8.1rc1
Łukasz Langa
2019-12-09
1
-2
/
+2
*
v3.8.0
v3.8.0
Łukasz Langa
2019-10-14
1
-2
/
+2
*
Make 3.8 README link to 3.8 doc pages, not master (GH-16776)
Ned Deily
2019-10-14
1
-5
/
+5
*
Update build docs for macOS (GH-16771)
Miss Islington (bot)
2019-10-14
1
-11
/
+12
*
Update badges in README.rst (GH-16709)
Zachary Ware
2019-10-11
1
-10
/
+6
*
v3.8.0rc1
v3.8.0rc1
Łukasz Langa
2019-10-01
1
-2
/
+2
*
Python 3.8.0b4
v3.8.0b4
Łukasz Langa
2019-08-29
1
-1
/
+1
*
Python 3.8.0b3
v3.8.0b3
Łukasz Langa
2019-07-29
1
-1
/
+1
*
Python 3.8.0b2
v3.8.0b2
Łukasz Langa
2019-07-04
1
-1
/
+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-2
/
+2
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
1
-1
/
+1
*
regarding to grammar and spell check (#13020)
Hossein Pourbozorg
2019-05-02
1
-3
/
+3
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
1
-1
/
+1
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
1
-1
/
+1
*
v3.8.0a1
v3.8.0a1
Łukasz Langa
2019-02-03
1
-3
/
+3
*
Bump copyright years to 2019. (GH-11404)
Benjamin Peterson
2019-01-02
1
-2
/
+2
*
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)
Suriyaa ✌️️
2019-01-01
1
-1
/
+1
*
Doc: Simplify Copyright line in README (GH-10287)
David Kleuker
2018-11-09
1
-6
/
+2
*
Update Azure Pipelines badge (GH-9529)
Steve Dower
2018-09-24
1
-10
/
+2
*
Update VSTS to Azure DevOps and simplify dependencies (GH-9168)
Steve Dower
2018-09-11
1
-9
/
+9
*
Add VSTS status badge to readme (GH-8958)
Steve Dower
2018-08-31
1
-1
/
+13
*
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
Michael Osipov
2018-08-17
1
-0
/
+2
*
Add zulipchat badge to readme (GH-7929)
Mariatta
2018-06-29
1
-0
/
+5
*
bpo-33791: Update README for macOS users (GH-7471)
atg7000
2018-06-07
1
-0
/
+5
*
bpo-24318: Rewrite the README PGO section. (#6863)
Gregory P. Smith
2018-05-16
1
-19
/
+20
*
Clean up the readme text around PGO a bit. (GH-6538)
Gregory P. Smith
2018-04-19
1
-4
/
+5
*
bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417)
Aaron Ang
2018-04-09
1
-2
/
+3
*
Start of 3.8.0a0
Ned Deily
2018-01-31
1
-7
/
+7
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
1
-2
/
+2
*
Post-release version bump to a4+
Ned Deily
2018-01-09
1
-2
/
+2
*
Bump to 3.7.0a4
v3.7.0a4
Ned Deily
2018-01-08
1
-2
/
+2
*
advance copyright years to 2018 (#5094)
Benjamin Peterson
2018-01-04
1
-2
/
+2
*
Bump to 3.7.0a3+
Ned Deily
2017-12-05
1
-2
/
+2
*
Bump to 3.7.0a3
v3.7.0a3
Ned Deily
2017-12-05
1
-1
/
+1
*
Bump to 3.7.0a2
v3.7.0a2
Ned Deily
2017-10-16
1
-1
/
+1
[next]