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
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
Mariatta d1d344880b Fixes to PEP 263 and PEP 272 (#198)
PEP 263: remove extra colon and unnecessary backticks
PEP 272: remove extra colon and change back traceback code
2017-02-02 20:24:41 -08: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
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Andrew M. Kuchling a98db52a7e Use my personal address instead of my work address 2002-10-31 01:35:08 +00:00
Andrew M. Kuchling c9ac030060 Clarify key-length terminology to match my intention 2002-09-05 13:06:26 +00:00
Andrew M. Kuchling f656de7ff1 Add version number to title of PEP 272, and mark it final 2002-05-29 21:09:03 +00:00
Andrew M. Kuchling 2de6737f7f Update posting history
Make some tenses match
2002-04-17 23:11:18 +00:00
Andrew M. Kuchling 63e056458a Add acks, and use correct number for NIST document 2002-04-17 22:27:21 +00:00
Andrew M. Kuchling 7e43fdeaa1 Remove references to stream ciphers. As a result, this is now retitled the
block encryption API PEP.
2002-04-16 21:24:19 +00:00
Andrew M. Kuchling c33c266f9f Describe the segment_size and counter keyword arguments.
Another bunch of rewrites and clarifications.

I now think this PEP is complete enough to implement.  My next step
will be to implement it and see if any parts turn out to be horribly
complicated or inefficient.  If nothing turns up, I'll finalize the
PEP; if there are problems, the PEP will be revised in light of
implementation experience
2002-04-16 13:33:44 +00:00
Andrew M. Kuchling bef8c5c6dd Prefix mode constants with MODE_
Remove PGP mode; add CTR mode, and a reference to the NIST publication
Other minor changes
2002-04-16 04:23:49 +00:00
Andrew M. Kuchling 567be84f95 Use key_size of None for variable-size keys 2001-10-29 22:37:17 +00:00
Andrew M. Kuchling 0bc40d7a97 'blocksize' -> 'block_size', 'keysize' -> 'key_size'
Rip out the key_size attribute of cipher objects
Set PEP number
Various rewrites
2001-09-20 16:12:26 +00:00
Andrew M. Kuchling 9a8e19ea89 Initial check-in of PEP 272, "API for Secret-Key Encryption Algorithms" 2001-09-20 16:06:16 +00:00