summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-031-1/+1
|
* Updated README for python 3.10 (GH-22605)Nishit2020-10-091-1/+1
| | | Updated python version and link to the release schedule
* Python 3.10.0a1v3.10.0a1Pablo Galindo2020-10-051-1/+1
|
* README: Add link to LICENSE (GH-21565)Will Binns2020-08-241-2/+3
| | | Thanks @wbnns for your contribution.
* Update references from travis-ci.org to travis-ci.com (GH-21919)Ernest W. Durbin III2020-08-211-2/+2
|
* Python 3.10.0a0 (GH-20198)Pablo Galindo2020-05-191-6/+6
|
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-271-1/+1
|
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-231-1/+1
|
* Python 3.9.0a4v3.9.0a4Łukasz Langa2020-02-251-1/+1
|
* Python 3.9.0a3v3.9.0a3Łukasz Langa2020-01-241-1/+1
|
* Bring Python into the next decade. (GH-17801)Benjamin Peterson2020-01-021-2/+2
|
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-181-1/+1
|
* bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)Steve Dower2019-12-161-0/+4
| | | Also skip build for doc-only changes and enable on push
* Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-191-1/+1
|
* Update build docs for macOS (GH-16771)Ned Deily2019-10-141-11/+12
|
* Remove AppVeyor badge now that we don't use it in the CI anymore (GH-16708)Pablo Galindo2019-10-101-4/+0
|
* Bump to 3.9.0a0Łukasz Langa2019-06-041-7/+7
|
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-2/+2
|
* Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-061-1/+1
|
* regarding to grammar and spell check (#13020)Hossein Pourbozorg2019-05-021-3/+3
|
* v3.8.0a3v3.8.0a3Łukasz Langa2019-03-251-1/+1
|
* v3.8.0a2v3.8.0a2Łukasz Langa2019-02-251-1/+1
|
* v3.8.0a1v3.8.0a1Łukasz Langa2019-02-031-3/+3
|
* Bump copyright years to 2019. (GH-11404)Benjamin Peterson2019-01-021-2/+2
|
* closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)Suriyaa ✌️️2019-01-011-1/+1
|
* Doc: Simplify Copyright line in README (GH-10287)David Kleuker2018-11-091-6/+2
| | | | | | | This also makes it consistent with other places like: - https://docs.python.org/dev/copyright.html - https://www.python.org/ footer - https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Python/getcopyright.c#L7
* Update Azure Pipelines badge (GH-9529)Steve Dower2018-09-241-10/+2
|
* Update VSTS to Azure DevOps and simplify dependencies (GH-9168)Steve Dower2018-09-111-9/+9
|
* Add VSTS status badge to readme (GH-8958)Steve Dower2018-08-311-1/+13
|
* bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)Michael Osipov2018-08-171-0/+2
|
* Add zulipchat badge to readme (GH-7929)Mariatta2018-06-291-0/+5
|
* bpo-33791: Update README for macOS users (GH-7471)atg70002018-06-071-0/+5
|
* bpo-24318: Rewrite the README PGO section. (#6863)Gregory P. Smith2018-05-161-19/+20
| | | | | | * bpo-24318: Rewrite the README PGO section. Merged from a phone on an airplane. :)
* Clean up the readme text around PGO a bit. (GH-6538)Gregory P. Smith2018-04-191-4/+5
|
* bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417)Aaron Ang2018-04-091-2/+3
|
* Start of 3.8.0a0Ned Deily2018-01-311-7/+7
|
* Update NEWS, docs, and patchlevel for 3.7.0b1Ned Deily2018-01-311-2/+2
|
* Post-release version bump to a4+Ned Deily2018-01-091-2/+2
|
* Bump to 3.7.0a4v3.7.0a4Ned Deily2018-01-081-2/+2
|
* advance copyright years to 2018 (#5094)Benjamin Peterson2018-01-041-2/+2
|
* Bump to 3.7.0a3+Ned Deily2017-12-051-2/+2
|
* Bump to 3.7.0a3v3.7.0a3Ned Deily2017-12-051-1/+1
|
* Bump to 3.7.0a2v3.7.0a2Ned Deily2017-10-161-1/+1
|
* bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)Mariatta2017-09-131-1/+1
| | | | Update the link from Misc/NEWS to Misc/NEWS.d
* Update copyright PSF to 2001-2017 (#3421)Christian Heimes2017-09-071-1/+2
| | | Signed-off-by: Christian Heimes <christian@python.org>
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-301-2/+2
| | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
* Add Appveyor (GH-324)Zachary Ware2017-03-051-0/+4
|
* README: move TOC to top (GH-355)INADA Naoki2017-02-281-2/+2
|
* README: Use h3 headings for build sections, and add TOC (GH-64)Evan Klitzke2017-02-281-2/+3
|
* README.rst: Change the devguide url to docs.python.org/devguide (GH-295)Mariatta2017-02-251-1/+1
|