C.A.M. Gerlach
e1c7bce5b5
Lint: Upgrade linters, enable backtick check & fix new errors ( #2825 )
...
* PEP 240: Fix issue detected by Sphinx-Lint
* PEP 357: Fix issue detected by Sphinx-Lint
* PEP 447: Fix issue detected by Sphinx-Lint
* PEP 461: Fix issue detected by Sphinx-Lint
* Lint: Autoupdate pre-commit hook versions
* Lint: Re-enable --role-with-double-backticks now that FP is fixed
2022-10-14 00:01:49 -05: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
7ca8985b8f
Miscellaneous fixes and formatting enhancements. ( #238 )
2017-04-05 19:14:26 +03:00
Mariatta
96d2e59aa4
Convert 10 text PEPs to reST format ( #196 )
...
PEP 208
PEP 272:
- Fix example traceback code from File "<stdin>", line 1, in ?
into File "<stdin>", line 1, in <module>
PEP 273:
- replace urls from http://python.org/sf/ *
into https://bugs.python.org/issue *
PEP 292
PEP320:
- move urls into references section
- replace urls from http://python.org/sf/ *
into https://bugs.python.org/issue *
PEP 330
PEP 331:
- fix PSF contributor agreement url
- replace urls from http://python.org/sf/ *
into https://bugs.python.org/issue *
PEP 357
PEP 3130
PEP 3140
2017-02-02 09:58:49 -08: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
cdf5d3ce68
Fix the headers so that they are in the right order and no required headers are
...
missing.
2007-06-19 04:20:07 +00:00
Neal Norwitz
86fe83480d
Updates from Travis. I modified his version based on a followup mail that
...
stated: As long as the object returned is a proper sub-class then it should
work fine. The Exact checks should be removed from both the code and the PEP.
2006-08-15 06:27:32 +00:00
Andrew M. Kuchling
75e891fea4
Typo fixes
2006-04-01 10:49:12 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Guido van Rossum
9fab3b64b4
Accept and finalize PEP 357. __index__ is all checked in.
2006-03-07 18:58:54 +00:00
Guido van Rossum
b92889b332
Travis's changes.
2006-02-22 04:00:18 +00:00
Guido van Rossum
c0041fee26
Oops. I meant to accept 353 (ssize_t), not yet 357 (__index__).
2006-02-16 00:03:47 +00:00
Guido van Rossum
c2c0269b9f
Small patch by Travis, who write:
...
1) fixes typo
2) Adds link to name discussion
3) Suggests adding __index__ slot to integer and long built ins. I
neglected to do this for the patch, but it could really simplify
much code to have it.
2006-02-15 23:26:08 +00:00
Guido van Rossum
94f3b53a67
Accept PEP 357 (ssize_t).
2006-02-15 23:23:49 +00:00
Guido van Rossum
2e742fc23a
New version from Travis, with new specs.
2006-02-15 01:12:07 +00:00
Guido van Rossum
8854c320fa
New version by Travis. Adds rationale for __index__ name.
...
Reformats some.
2006-02-13 18:18:57 +00:00
Guido van Rossum
a7f168262d
New version from Travis.
2006-02-10 17:46:20 +00:00
Guido van Rossum
9880d5499b
Update from Travis -- move to make it a numeric slot.
2006-02-09 22:26:00 +00:00
Guido van Rossum
4ef81e4dff
Attempt to make $Date$ and $Revision$ work.
2006-02-09 19:55:41 +00:00
Guido van Rossum
4ab4d33cc9
Add PEP 357, Allowing Any Object to be Used for Slicing (by Travis Oliphant).
2006-02-09 19:09:50 +00:00