Serhiy Storchaka
|
1ae56fb9ee
|
Issue #21818: Fixed references to classes that have names matching with module
names.
|
2016-12-02 23:13:42 +02:00 |
Antoine Pitrou
|
5a77fe92bd
|
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
arguments with the system default encoding just like the write() method
does, instead of converting it to a raw buffer.
|
2011-10-22 21:26:01 +02:00 |
Benjamin Peterson
|
b32248757d
|
group cStringIO docs under its factory function
|
2010-06-29 15:18:02 +00:00 |
Benjamin Peterson
|
1e13960727
|
another cStringIO restriction
|
2009-07-03 14:08:20 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Benjamin Peterson
|
4f21f985eb
|
StringIO.close() stops you from using the buffer, too
|
2008-11-30 03:07:33 +00:00 |
Mark Summerfield
|
7f626f4c34
|
Added more cross-references.
|
2007-08-30 15:03:03 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |