Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post-release version bump to a4+ | Ned Deily | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | Bump to 3.7.0a4v3.7.0a4 | Ned Deily | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | advance copyright years to 2018 (#5094) | Benjamin Peterson | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | Bump to 3.7.0a3+ | Ned Deily | 2017-12-06 | 1 | -2/+2 |
| | |||||
* | Bump to 3.7.0a3v3.7.0a3 | Ned Deily | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Bump to 3.7.0a2v3.7.0a2 | Ned Deily | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) | Mariatta | 2017-09-13 | 1 | -1/+1 |
| | | | | Update the link from Misc/NEWS to Misc/NEWS.d | ||||
* | Update copyright PSF to 2001-2017 (#3421) | Christian Heimes | 2017-09-07 | 1 | -1/+2 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-30737: Update DevGuide links to new URL (GH-3228) | Lisa Hewus Fresh | 2017-08-30 | 1 | -2/+2 |
| | | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org | ||||
* | Add Appveyor (GH-324) | Zachary Ware | 2017-03-05 | 1 | -0/+4 |
| | |||||
* | README: move TOC to top (GH-355) | INADA Naoki | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | README: Use h3 headings for build sections, and add TOC (GH-64) | Evan Klitzke | 2017-02-28 | 1 | -2/+3 |
| | |||||
* | README.rst: Change the devguide url to docs.python.org/devguide (GH-295) | Mariatta | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | README.rst: List out relevant links to the project (#283) | Mariatta | 2017-02-25 | 1 | -0/+9 |
| | |||||
* | README: OS X -> macOS (GH-55) | Paul Schreiber | 2017-02-20 | 1 | -3/+3 |
| | |||||
* | Make devguide link in README more prominent (#145) | Nick Coghlan | 2017-02-18 | 1 | -4/+7 |
| | |||||
* | Rename Doc/README.txt to Doc/README.rst and add formatting (#104) | Roger | 2017-02-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst | ||||
* | Various updates to README.rst (#21) | Zachary Ware | 2017-02-14 | 1 | -83/+77 |
| | | | | | | These include spelling/grammar fixes, removing some outdated prose, updating some superseded prose, and adding/cleaning up some links. Also rewraps the entire file at 79 columns. | ||||
* | A few README tweaks (#73) | Ned Batchelder | 2017-02-13 | 1 | -5/+11 |
| | | | | | * Add a paragraph at the top for users, not builders, of Python. * Use nicer rst url syntax to avoid borking paragraphs in the plain text. | ||||
* | Add Travis CI and Codecov badges to README (#70) | Victor Stinner | 2017-02-13 | 1 | -0/+8 |
| | | | | | | | Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/ | ||||
* | Rename README to README.rst and enhance formatting (#2) | Victor Stinner | 2017-02-11 | 1 | -0/+227 |
Update also the Release Schedule to Python 3.7. |