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 |
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 |
Huang Huang
|
e889fa82a5
|
reSTify PEP 214 (#319)
|
2017-08-11 18:35:05 +03: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 |
Georg Brandl
|
9020d2a184
|
More link updates.
|
2008-10-02 12:51:05 +00:00 |
Brett Cannon
|
8dc0e19ce5
|
Make Barry Warsaw's name consistent.
|
2007-06-28 19:53:41 +00: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 |
Brett Cannon
|
e801b28e42
|
Make Type field values consistent across all PEPs.
|
2007-04-15 02:10:27 +00:00 |
David Goodger
|
c5b5d3c83d
|
added Last-Modified headers to all PEPs without
|
2006-03-23 20:13:19 +00:00 |
Neal Norwitz
|
09b08ab91b
|
Add missing PEP type
|
2006-02-09 08:25:22 +00:00 |
Barry Warsaw
|
99ab3d4e0c
|
Setting my address back to barry@python.org for consistency and better
spam fighting defenses.
|
2003-09-22 04:51:50 +00:00 |
Barry Warsaw
|
295e210393
|
barry@digicool.com => barry@zope.com
|
2001-08-14 15:45:26 +00:00 |
Fred Drake
|
63570042bf
|
It's "barry" now, not "bwarsaw"...
|
2000-10-30 21:16:38 +00:00 |
Fred Drake
|
ceba1877b2
|
Update a few email addresses.
|
2000-10-30 20:48:44 +00:00 |
Guido van Rossum
|
91c2029e89
|
Don't use sys.__stdout__ in examples.
|
2000-10-27 10:25:44 +00:00 |
Barry Warsaw
|
cf52f70cfe
|
Accepted, implemented, and checked in, thus mark this as Final.
|
2000-09-23 08:19:29 +00:00 |
Guido van Rossum
|
60d6ee892f
|
Extend justifications. Add print>>None.
|
2000-09-03 15:10:58 +00:00 |
Guido van Rossum
|
2ac1e50ec8
|
Added the essence of my post to c.l.py in defense of the new syntax.
|
2000-08-25 14:15:49 +00:00 |
Barry Warsaw
|
accac3b809
|
BDFL pronounces this PEP accepted for inclusion in Python 2.0
|
2000-08-21 13:36:22 +00:00 |
Barry Warsaw
|
a2349aa172
|
Based on BDFL pronouncement, this PEP will be reconsidered for Python
2.1. It will not be included in Python 2.0.
|
2000-08-17 20:59:35 +00:00 |
Barry Warsaw
|
7bbbe401fa
|
PEP 214 completed after channeling and encouragement from Tim Peters.
The referenced SF patch is current with this description.
The proposal section is moved to before the justification.
|
2000-08-16 14:59:57 +00:00 |
Barry Warsaw
|
44c088252b
|
Updated discussion, including two open issues. I've also changed the
Python-Version to 2.1 since this probably needs more discussion,
unless the BDFL pronounces favorably on it.
|
2000-08-15 22:45:06 +00:00 |
Barry Warsaw
|
041efa077b
|
PEP 214, Extended Print Statement, owned by bwarsaw
|
2000-07-24 17:38:35 +00:00 |