Commit Graph

18 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Emily Morehouse ce5590c1c1 Replace links to sourceforge with links to bpo (#746)
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue<issue-num>
2018-07-21 16:57:17 -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
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
Serhiy Storchaka 07c157552d Replace tabs with spaces and fix identation errors. (#230) 2017-03-24 00:57:19 +02: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
Zachary Ware 51ae3fefc6 Fix indentation. 2016-05-12 23:07:07 -05:00
Georg Brandl af90430776 Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914 2016-05-03 10:18:02 +02:00
Benjamin Peterson fdf301d0d0 fix Zephyr AST link 2013-11-10 15:00:13 -05:00
Brett Cannon 456ba031eb Move PEP 339 to the devguide. 2011-01-18 00:37:50 +00:00
Benjamin Peterson e078deceb9 update for new docs 2008-06-08 00:24:21 +00:00
Brett Cannon 6f2bca9fb2 Mention how Python/Python-ast.c must be committed separately after every change
to the grammar as its __version__ value is set to the AST grammar's revision
number.
2007-02-12 03:00:05 +00:00
Georg Brandl 10a438680a Markup fix. 2006-08-29 07:19:18 +00:00
George Yoshida b8d461e922 Repair typos 2006-06-03 17:20:12 +00:00
Neal Norwitz de41b4965c Fix some sentances, add a little info about ceval, remove asdl_seq_APPEND() 2006-03-03 21:45:55 +00:00
Brett Cannon 03ecd8842d Swap in Python/compile.txt text; it's more comprehensive. Changed the name of
the PEP to reflect this.

Will delete Python/compile.txt and use this as the definitive copy.
2006-03-02 22:04:09 +00:00
Brett Cannon dbface4a95 Added PEP 339, "How to Change CPython's Bytecode", by Brett Cannon. 2005-02-12 22:02:05 +00:00