Files
cpython/Modules
Guido van Rossum fa9a121952 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string
(PyUnicode these days) to a char* + length.  The fix consists of calling
PyUnicode_AsString() and strlen().  This is not ideal, but AsCharBuffer()
is definitely not the API to use.
2007-08-29 03:34:29 +00:00
..
2007-08-26 05:32:41 +00:00
2007-08-17 12:57:41 +00:00
2007-08-16 14:35:24 +00:00
2006-02-27 17:20:04 +00:00
2007-08-26 07:21:45 +00:00
2007-08-27 02:10:06 +00:00
2007-08-19 22:48:23 +00:00
2007-08-26 03:55:15 +00:00
2007-08-25 00:49:05 +00:00
2006-12-28 04:47:50 +00:00
2007-08-06 20:59:28 +00:00
2007-08-23 18:31:24 +00:00
2007-08-26 02:54:31 +00:00
2007-08-26 04:57:08 +00:00
2007-08-24 23:26:23 +00:00
2007-08-25 17:20:32 +00:00
2007-08-17 12:57:41 +00:00
2007-08-24 02:51:04 +00:00
2007-08-25 08:01:41 +00:00
2007-08-25 08:01:41 +00:00
2007-08-17 12:57:41 +00:00
2007-08-24 23:26:23 +00:00