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 |