Commit Graph

27 Commits

Author SHA1 Message Date
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
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
Georg Brandl 4d8ea1d0fe Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914 2016-05-03 09:51:54 +02:00
Benjamin Peterson 9ec804df3f a whole slew of peps that are (I believe) implemented 2009-01-19 16:08:45 +00:00
Guido van Rossum 9c68f82b30 Fix typo found by Forest Wilkinson. 2008-01-26 02:38:33 +00:00
Guido van Rossum a6fafa5485 Update the PEP with the new name for PyByte (bytearray), and some minor edits. 2007-11-21 19:45:46 +00:00
Guido van Rossum 71ead7f575 Add removal of basestring. 2007-10-16 16:58:38 +00:00
Brett Cannon e2904eebe8 Fix a reST typo; someone has used too much LaTeX. 2007-10-15 21:04:19 +00:00
Guido van Rossum 82dcb0728d Use '' instead of "" for repr, as that is the default repr. 2007-10-15 17:13:07 +00:00
Guido van Rossum 89b4ee311a Missed memoryview in the 3.0a1 column. 2007-10-15 17:05:13 +00:00
Guido van Rossum c1475cdbc1 Don't put N/A in the repr column for PyBuffer or PyBytes. 2007-10-15 17:00:31 +00:00
Guido van Rossum 4f1efedec9 Oops, "" should be b"" for PyString in last column. 2007-10-15 16:59:06 +00:00
Guido van Rossum 024b5a372d Add table of old and new names for affected types. 2007-10-15 16:56:27 +00:00
Guido van Rossum 3a3893f2e4 Mark PEP 3137 as accepted.
Mark Summerfield sent some comments on PEP 358 (I also referenced PEP 3137).
2007-10-03 16:04:53 +00:00
Guido van Rossum 8006ad01a8 Typo reported by Mark Summerfield. 2007-10-01 14:43:57 +00:00
Guido van Rossum ded68a78fc Fix another paragraph that was referring to bytes()==str() raising TypeError. 2007-10-01 02:58:22 +00:00
Guido van Rossum e2096897b5 Changed my mind on comparing bytes to str. 2007-09-30 23:19:14 +00:00
Brett Cannon b0c2bd0cab Fix a small typo. 2007-09-27 18:33:16 +00:00
Guido van Rossum 6cae3f4c44 Decide that bytes/buffer items are ints.
Also:
- Add mutable sequence methods.
- Add fromhex class method.
- "Supports" -> "implements" consistently.
2007-09-27 17:54:01 +00:00
Guido van Rossum a3b2617793 Fixed encode()/decode() turn-around. 2007-09-27 14:24:32 +00:00
Guido van Rossum 74119bb932 Added language about operators and pickling.
Standardized on "implementing" the PEP 3118 buffer API rather than
"supporting" it.
2007-09-26 23:06:19 +00:00
Brett Cannon 1eaf0ea59d Minor grammatical fix. 2007-09-26 22:54:58 +00:00
Brett Cannon a8802fc6b5 Fix a spelling mistake. 2007-09-26 22:39:21 +00:00
Guido van Rossum bd57874ed2 Fix date. 2007-09-26 21:58:29 +00:00
Guido van Rossum 8eb885a264 PEP 3137: immutable bytes and mutable buffer. 2007-09-26 21:55:16 +00:00