Commit Graph

14 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos 57d9baf04d
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2021-09-17 11:18:24 -07:00
CAM Gerlach d548fdfb61
Lint: Validate PEP fields against PEP 12 (#1890) 2021-03-23 07:55:26 -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
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -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
Nick Coghlan dd705440cb Mark PEPs 389, 391 and 3135 as Final 2011-08-30 20:50:41 +10:00
Steven Bethard cd3f32530b Add a link to Guido's approval, and fix some broken links. 2010-02-25 05:49:37 +00:00
Steven Bethard 510dd06132 Adjust optparse deprecation strategy as per Guido's request (no actual removal of optparse) and mark PEP as accepted. 2010-02-21 18:54:45 +00:00
Steven Bethard fc33fddc5a Ian Bicking's suggested rewording. 2009-12-14 18:43:04 +00:00
Steven Bethard eff8913eed Fix sys.stderr typo. 2009-10-24 23:41:41 +00:00
Steven Bethard 096c0e1222 Updates to argparse PEP based on python-dev feedback. 2009-10-24 19:01:49 +00:00
Steven Bethard 0eb4ba607d Update PEP 389 (argparse) Post-History. 2009-09-27 21:03:21 +00:00
Brett Cannon 562039f287 Add PEP 389: argparse - new command line parsing module. 2009-09-27 19:42:40 +00:00