Commit Graph

64 Commits

Author SHA1 Message Date
Adam Turner 13aa4b16fb
Make the table of contents collapsed by default (#2364) 2022-03-14 01:49:03 +00:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Hugo van Kemenade e5c7822dcd
PEPs 1, 426, 512, 545, 8001, 8002, 8016: rename master to main (#2179) 2021-12-03 12:29:10 +01:00
Serhiy Storchaka ad7f2b2f6c Remove trailing spaces from many PEPs (#983) 2019-04-16 07:50:15 -07:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Mariatta ae533e2a44 PEP 512: Move some optional features from `not started` to `completed` (#395)
Moved to completed:
- Link web content back to files that it is generated from: https://bugs.python.org/issue28929
- Handling Misc/NEWS: https://pypi.org/project/blurb/
- Bot to generate cherry-pick pull requests: https://github.com/python/miss-islington
- Write `.github/CONTRIBUTING.md`  - .github/CONTRIBUTING.rst exists
2017-09-08 08:13:10 +10:00
csabella b85afac44d Fix some small typos in PEP 512 (#287) 2017-06-07 14:37:59 -07:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Brett Cannon 18fe35a300 Update PEP 512 status and mark as final (#212) 2017-02-14 13:42:33 -08:00
Louis Rawlins f86aa296e0 fixed pythocat link (#206)
Removed trailing slash from pythocat link, since it wouldn't resolve with it. (Also testing how easy it is to make a pull request prior to forking a repo.)
2017-02-11 16:48:36 +11:00
Brett Cannon 05dbf8cb04 Last blocker for GitHub migration is complete (#194) 2017-02-01 11:16:16 -08:00
Brett Cannon c275cd56a7 Update 512 status list (#188)
* Update 512 status list

* Add a missing newline
2017-01-23 14:45:48 -08:00
Brett Cannon d3f6e2e9fd Update TODO list (#179) 2017-01-10 16:42:08 -08:00
Brett Cannon 8b9a0147d5 Update migration status (#173)
Also clearly delineate what issues are blocker, post-migration things to do, and non-blockers.
2017-01-06 10:45:05 -08:00
Alex Chan 043254687a Fix typo in pep-0512.txt (#172) 2017-01-04 16:37:23 -06:00
Brett Cannon f946edbdb9 Status update for PEP 512 (#163) 2016-12-20 09:52:41 -08:00
Brett Cannon f0ffbff6fd Add some TODOs (#161)
Detect shorter commit hashes and building the docs from git.
2016-12-19 18:49:14 -08:00
Brett Cannon 55621246d4 Mark hglookup.py as in-progress (#160) 2016-12-19 18:44:54 -08:00
Brett Cannon 77122d16c9 Add links to core-workflow issue tracker (#154) 2016-12-09 17:15:37 -08:00
Brett Cannon 767ac03d8b Fix a header level (#153) 2016-12-09 17:09:16 -08:00
Brett Cannon 5db63b9637 Link to the hg.python.org/lookup code (#152) 2016-12-09 16:33:45 -08:00
Brett Cannon a28b7995ca Update the status list on PEP 512 (#149) 2016-12-03 16:01:48 -08:00
Brett Cannon 34196079db Update PEP 512 w/ status of CI and code coverage tests (#138) 2016-11-22 15:05:47 -08:00
Brett Cannon fdb0cd2f08 Should check whitespace as part of CI 2016-11-18 17:14:58 -08:00
Brett Cannon 856ef2ef9c Probably want .github/CONTRIBUTING.md (#137) 2016-11-18 17:13:03 -08:00
Brett Cannon 74da33d722 Add more GH migration details (#136) 2016-11-18 15:19:01 -08:00
Brett Cannon 43e0df1f07 Update link to CI experiments (#135) 2016-11-18 12:04:44 -08:00
Brett Cannon 3ebcb7c954 Update GitHub migration status (#134) 2016-11-18 11:07:51 -08:00
Brett Cannon 2c1eb2b416 Update the status for CI services to in-progress (#130) 2016-11-05 13:29:51 -07:00
Brett Cannon eaa238bc04 Mark the devguide updates as done (#124) 2016-10-28 14:54:37 -07:00
Brett Cannon 3ff642e658 Update the PEP 512 status list (#112) 2016-10-06 10:59:17 -07:00
Brett Cannon 0cd8619f18 Update PEP 512 (#107) 2016-09-23 10:59:32 -07:00
Brett Cannon 9bc423be2a Update status list w/ b.p.o work in progress (#99) 2016-09-08 15:48:19 -07:00
Brett Cannon d4a429fba2 Update what's in progress for the GitHub migration (#95) 2016-09-06 16:11:33 -07:00
Brett Cannon 82a566fcc1 Clarify that commit notifications need to work regardless of how the commit came about (#92) 2016-09-05 14:01:26 -07:00
Brett Cannon 7c796ff4c8 Feedback from sprints (#91) 2016-09-05 13:06:49 -07:00
Brett Cannon e5d996d002 Add status links to TODO items (#88) 2016-09-03 11:52:38 -07:00
Brett Cannon fef91bba87 Mark the devguide as migrated (#60)
* Mark the devguide as migrated

* Make the status section for cpython linkable
2016-07-22 14:34:20 -07:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Brett Cannon a6d0658d08 Note how to make an hg repo read-only 2016-06-16 13:05:45 -07:00
Brett Cannon 88131a0fe2 The peps repo has migrated! 2016-06-15 15:57:29 -07:00
Brett Cannon 7559bcde40 Clarifications from the PyCon US 2016 language summit 2016-06-09 11:45:31 -07:00
Brett Cannon 6de3bb0125 Mention reno as a possible solution to the NEWS problem 2016-05-08 18:56:47 -07:00
Brett Cannon b529907818 Update status of GH migration 2016-05-08 13:46:14 -07:00
Brett Cannon b08220c867 Update status 2016-05-06 18:03:51 -07:00
Brett Cannon 6d08f32de7 The CLA bot is done for the GitHub migration 2016-04-22 16:47:32 -07:00
Brett Cannon b31d3f0ea7 Update PEP 512 to denote that the initial GH work is done 2016-04-01 10:52:34 -07:00
Brett Cannon 5299a11927 Update status of work for PEP 512 2016-03-30 19:59:57 -07:00
Brett Cannon 3e8b280039 Minor update for PEP 512 2016-03-28 10:47:56 -07:00