summaryrefslogtreecommitdiffstats
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.11.3v3.11.3Pablo Galindo2023-04-041-1/+1
|
* Python 3.11.2v3.11.2Pablo Galindo2023-02-071-1/+1
|
* [3.11] Update copyright year in README (GH-100863) (GH-100864)Miss Islington (bot)2023-01-091-1/+1
| | | | | (cherry picked from commit e47b13934b2eb50914e4dbae91f1dc59f8325e30) Co-authored-by: Ned Deily <nad@python.org> Co-authored-by: HARSHA VARDHAN <75431678+Thunder-007@users.noreply.github.com>
* [3.11] Update copyright years to 2023. (gh-100848) (GH-100849)Miss Islington (bot)2023-01-091-1/+1
| | | | | (cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* Python 3.11.1v3.11.1Pablo Galindo2022-12-061-1/+1
|
* Merge tag 'v3.11.0' into 3.11Pablo Galindo2022-10-241-2/+2
|\ | | | | | | Python 3.11.0
| * Python 3.11.0v3.11.0Pablo Galindo2022-10-241-2/+2
| |
* | gh-98083: Fix URLs in `README.rst` (GH-98082)Miss Islington (bot)2022-10-101-3/+3
|/ | | | | (cherry picked from commit fc342c62e0debb194d60e79b37e346bf8d940d7a) Co-authored-by: Tiger <tnie@tuta.io>
* Python 3.11.0rc2v3.11.0rc2Pablo Galindo2022-09-111-1/+1
|
* Python 3.11.0rc1v3.11.0rc1Pablo Galindo2022-08-051-2/+2
|
* Python 3.11.0b5v3.11.0b5Pablo Galindo2022-07-251-1/+1
|
* Python 3.11.0b4v3.11.0b4Pablo Galindo2022-07-111-1/+1
|
* gh-75372: Specify major version in README for installation (GH-92759) (GH-94487)Miss Islington (bot)2022-07-011-1/+1
| | | | | (cherry picked from commit 3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
* Python 3.11.0b3v3.11.0b3Pablo Galindo2022-06-011-1/+1
|
* Python 3.11.0b2v3.11.0b2Pablo Galindo2022-05-301-1/+1
|
* Update the SOURCE_URI in pyspecific.py to point to the new branchv3.11.0b1Pablo Galindo2022-05-061-2/+2
|
* Remove linking to bugs.python.org from the README (#91418)Łukasz Langa2022-04-101-6/+7
| | | Fixes #91424.
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-051-1/+1
|
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
|
* Python 3.11.0a6v3.11.0a6Pablo Galindo2022-03-071-1/+1
|
* Fix copyright years in `README.rst` (#31347)Nikita Sobolev2022-02-151-2/+2
|
* Update the copyright symbols in README.rst (GH-25514)MishManners®™2022-02-141-5/+6
| | | | | | | Updated a couple copyright symbols from (c) to © The rest of the doc are already using © Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
* Update further README references from 3.10 to 3.11 (GH-31009)Jacob Walls2022-02-141-4/+4
|
* Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-031-1/+1
|
* Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-131-1/+1
|
* Update copyright year to 2022. (GH-30335)Benjamin Peterson2022-01-021-2/+2
| | | Automerge-Triggered-By: GH:benjaminp
* bpo-46178: Remove/rename redundant Travis CI code (#30309)Hugo van Kemenade2021-12-311-4/+0
|
* Python 3.11.0a3v3.11.0a3Pablo Galindo2021-12-081-1/+1
|
* Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-051-1/+1
|
* Updated README with Python 3.11 release info (GH-29338)Jacob Walls2021-10-311-1/+1
|
* Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-051-1/+1
|
* [doc] Added mailing list link for comp.lang.python (GH-27852)Mike Smith2021-08-231-1/+2
|
* bpo-44249: Fix 3 README.rst typos (GH-26385)Ayush Parikh2021-05-281-3/+3
|
* Correct the version of the first alpha in the README.rst (GH-25862)Pablo Galindo2021-05-031-1/+1
|
* Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo2021-05-031-9/+9
|
* Python 3.11.0a0Pablo Galindo2021-05-031-1/+1
|
* bpo-43888: Remove coverage builds from CI (GH-25679)Ammar Askar2021-04-301-4/+0
| | | The coverage builds were consistently timing out in CI, suggesting that people were not reviewing the uploaded reports.
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-051-1/+1
|
* bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)Erlend Egeberg Aasland2021-04-021-3/+3
| | | Automerge-Triggered-By: GH:zware
* Remove unused suspicious rule in the docsv3.10.0a6Pablo Galindo2021-03-011-1/+1
|
* Fix Sphynx syntax in the memory.rst documentv3.10.0a5Pablo Galindo2021-02-021-1/+1
|
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-041-1/+1
|
* Bring Python into the new year. (GH-24036)Dong-hee Na2021-01-011-2/+2
|
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-071-1/+1
|
* 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
|