Min ho Kim
|
cfb7bd74db
|
Fix typos (#1113)
|
2019-07-03 11:20:45 -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 |
Daniel Collis
|
1e727b0662
|
Fix sample code in PEP3333 to be Python3 compliant (#213)
Change `from urllib import quote` to `from urllib.parse import quote`.
|
2017-02-16 11:34:48 +08:00 |
Ville Skyttä
|
a116d3d13c
|
PEP 3333: Fix links to web programming topic and CGI spec (#104)
|
2016-09-19 13:52:01 +03: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 |
Georg Brandl
|
66b2ff55ba
|
#10917: fix links to CGI spec.
|
2011-01-16 09:57:25 +00:00 |
Phillip J. Eby
|
281486c0a2
|
Whoops, missed a Python 3 change (__next__).
|
2011-01-13 15:51:34 +00:00 |
Raymond Hettinger
|
eacc2cc483
|
Mark as Final
See Guido's approval at:
https://groups.google.com/forum/#!msg/python-web-sig/PBxKNkDVoag/EqXvt_-4zEEJ
|
2011-01-12 23:11:21 +00:00 |
Phillip J. Eby
|
3a0fc6739a
|
Also, input is bytes, not unicode...
|
2011-01-07 15:56:14 +00:00 |
Phillip J. Eby
|
90ea9f78d1
|
Need to actually encode headers being sent...
|
2011-01-07 15:53:02 +00:00 |
Phillip J. Eby
|
f9ef4167cb
|
Note that code samples are Python 3 now (I hope!)
|
2011-01-07 15:46:57 +00:00 |
Phillip J. Eby
|
ae2d59f75b
|
Fix re-raise syntax for Python 3
|
2011-01-07 15:45:26 +00:00 |
Phillip J. Eby
|
7a010e3932
|
More bytes I/O fixes
|
2011-01-07 15:39:27 +00:00 |
Phillip J. Eby
|
eb05afdb33
|
Make CGI example correct for Py3
|
2011-01-07 04:29:14 +00:00 |
Phillip J. Eby
|
0e2443644e
|
Update a couple of code samples for Python 3
|
2011-01-04 00:50:38 +00:00 |
Phillip J. Eby
|
1fb26ccb0f
|
Adjust Alan Kennedy's credits, since he was one of the first to address
bytes/unicode stuff in WSGI.
|
2010-10-06 22:28:04 +00:00 |
Phillip J. Eby
|
c3088e3974
|
Fix spurious diff
|
2010-10-05 00:54:39 +00:00 |
Phillip J. Eby
|
fdc92b9f55
|
Argh. Revision # was wrong in preface, too.
|
2010-10-04 16:22:22 +00:00 |
Phillip J. Eby
|
ef5f6de788
|
Whoops: wrong revision for diffs!
|
2010-10-04 16:10:16 +00:00 |
Phillip J. Eby
|
4006bda41f
|
Last bit of cleanup before post: clarify behavior for not-enough-content
case, and improved punctuation of Graham's acknowledgement.
|
2010-10-04 16:01:37 +00:00 |
Phillip J. Eby
|
10589fbe59
|
Tweak line wrapping so diff from 333 doesn't show a spurious change
to the lines involved.
|
2010-10-04 15:57:12 +00:00 |
Phillip J. Eby
|
e155e9e696
|
Amendments and clarifications from:
http://mail.python.org/pipermail/web-sig/2010-September/004655.html
(Also, changed revision history link to show a direct diff of
changes from PEP 333.)
|
2010-10-04 15:48:11 +00:00 |
Nick Coghlan
|
8654d1a40f
|
Attempt to trigger rebuild of recently modified PEPs after failure of PEP 0 creation
|
2010-09-27 20:47:22 +00:00 |
Phillip J. Eby
|
bd1d25c162
|
Fix PEP headers and markup problems
|
2010-09-27 14:43:09 +00:00 |
Phillip J. Eby
|
c6119b11a3
|
Credit Graham's work, add Replaces: header.
|
2010-09-26 23:55:59 +00:00 |
Phillip J. Eby
|
fae7914313
|
Clone and update PEP 3333
|
2010-09-26 23:36:24 +00:00 |