Files
cpython/Modules
Brett Cannon de3b052216 Buffer objects would return the read or write buffer for a wrapped object when
the char buffer was requested.  Now it actually returns the char buffer if
available or raises a TypeError if it isn't (as is raised for the other buffer
types if they are not present but requested).

Not a backport candidate since it does change semantics of the buffer object
(although it could be argued this is enough of a bug to bother backporting).
2006-06-08 17:00:45 +00:00
..
2006-06-02 04:54:52 +00:00
2006-01-03 06:48:38 +00:00
2006-02-27 17:20:04 +00:00
2006-05-10 06:57:58 +00:00
2006-05-13 23:33:19 +00:00
2006-02-15 17:27:45 +00:00
2006-05-29 13:53:16 +00:00
2006-05-29 22:00:30 +00:00
2006-04-22 11:15:41 +00:00
2006-04-22 01:58:40 +00:00
2006-06-08 05:12:45 +00:00
2006-06-04 23:52:47 +00:00