Commit Graph

33 Commits

Author SHA1 Message Date
David Kleuker
9d43fa1bb2 Doc: Simplify Copyright line in README (GH-10287)
This also makes it consistent with other places like:

- https://docs.python.org/dev/copyright.html
- https://www.python.org/ footer
- e42b705188/Python/getcopyright.c (L7)
2018-11-09 19:45:40 -08:00
Steve Dower
680d26e3b6
Update Azure Pipelines badge (GH-9529) 2018-09-24 08:04:33 -04:00
Steve Dower
b7d613fc56
Update VSTS to Azure DevOps and simplify dependencies (GH-9168) 2018-09-11 10:47:46 -07:00
Steve Dower
757b73cf92
Add VSTS status badge to readme (GH-8958) 2018-08-31 08:11:35 -07:00
Michael Osipov
cae8ff93a6 bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) 2018-08-17 17:43:34 -04:00
Mariatta
b57eea16d1
Add zulipchat badge to readme (GH-7929) 2018-06-29 13:43:45 -07:00
atg7000
ee994d7443 bpo-33791: Update README for macOS users (GH-7471) 2018-06-07 22:33:20 -04:00
Gregory P. Smith
93f9a8a5af
bpo-24318: Rewrite the README PGO section. (#6863)
* bpo-24318: Rewrite the README PGO section.

Merged from a phone on an airplane. :)
2018-05-16 10:34:47 -05:00
Gregory P. Smith
b87c1c92fc
Clean up the readme text around PGO a bit. (GH-6538) 2018-04-19 08:58:17 -07:00
Aaron Ang
0f914b5b5f bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417) 2018-04-09 17:09:31 -04:00
Ned Deily
5489bdad51 Start of 3.8.0a0 2018-01-31 17:44:09 -05:00
Ned Deily
6e41cd95b5 Update NEWS, docs, and patchlevel for 3.7.0b1 2018-01-31 17:14:30 -05:00
Ned Deily
2ab3a8fd26 Post-release version bump to a4+ 2018-01-09 10:27:57 -05:00
Ned Deily
07c9d8547c Bump to 3.7.0a4 2018-01-08 22:05:14 -05:00
Benjamin Peterson
65f2a6dcc2
advance copyright years to 2018 (#5094) 2018-01-04 22:34:19 -08:00
Ned Deily
a2a25eb037 Bump to 3.7.0a3+ 2017-12-05 21:06:12 -05:00
Ned Deily
90a6785f63 Bump to 3.7.0a3 2017-12-05 03:27:19 -05:00
Ned Deily
f7ac4fe52a Bump to 3.7.0a2 2017-10-16 23:50:50 -04:00
Mariatta
1b8f612e18 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)
Update the link from Misc/NEWS to Misc/NEWS.d
2017-09-13 16:47:33 -07:00
Christian Heimes
0c72a0c449 Update copyright PSF to 2001-2017 (#3421)
Signed-off-by: Christian Heimes <christian@python.org>
2017-09-07 13:59:13 -07:00
Lisa Hewus Fresh
384899dfae bpo-30737: Update DevGuide links to new URL (GH-3228)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
2017-08-30 09:37:43 -07:00
Zachary Ware
d31b28e16a Add Appveyor (GH-324) 2017-03-05 15:45:53 -06:00
INADA Naoki
7c8b3fa31c README: move TOC to top (GH-355) 2017-02-28 16:26:58 +09:00
Evan Klitzke
6db764ad57 README: Use h3 headings for build sections, and add TOC (GH-64) 2017-02-28 15:32:07 +09:00
Mariatta
6329aea78e README.rst: Change the devguide url to docs.python.org/devguide (GH-295) 2017-02-25 11:49:38 -08:00
Mariatta
e32ec9334b README.rst: List out relevant links to the project (#283) 2017-02-25 08:59:26 -08:00
Paul Schreiber
c0866855d5 README: OS X -> macOS (GH-55) 2017-02-20 22:08:59 +09:00
Nick Coghlan
1b3d88eb33 Make devguide link in README more prominent (#145) 2017-02-18 12:01:47 +05:30
Roger
b3f1f59cf4 Rename Doc/README.txt to Doc/README.rst and add formatting (#104)
* 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
2017-02-15 23:54:05 +01:00
Zachary Ware
d50f188b1b Various updates to README.rst (#21)
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.
2017-02-13 22:01:03 -06:00
Ned Batchelder
3cdbd68ce8 A few README tweaks (#73)
* 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.
2017-02-13 20:05:47 +03:00
Victor Stinner
c9b62b4294 Add Travis CI and Codecov badges to README (#70)
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/
2017-02-13 16:57:30 +01:00
Victor Stinner
d783b01fdf Rename README to README.rst and enhance formatting (#2)
Update also the Release Schedule to Python 3.7.
2017-02-11 02:21:38 +01:00