[issue1023] [PATCH] Unicode fixes in floatobject and moduleobject

2007-08-29 Thread Ero Carrera
Ero Carrera added the comment: Just took a look. Seems it was fixed in some other patch hence the fireworks __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1023 __ ___ Python

[issue1023] [PATCH] Unicode fixes in floatobject and moduleobject

2007-08-25 Thread Ero Carrera
New submission from Ero Carrera: Removed calls to _PyUnicode_AsDefaultEncodedString and replaced them wit PyUnicode_AsString. Also removed calls to PyString_* and replaced them by the equivalent PyUnicode_* -- files: floatobject_moduleobject_pystring.patch messages: 55291 nosy

[issue1016] [PATCH] Updated fix for string to unicode fixes in time and datetime

2007-08-24 Thread Ero Carrera
New submission from Ero Carrera: Small patch for the references leak in datetime and changed a strlen to PyUnicode_GET_SIZE() in time -- files: time_datetime_pystring_patch_2.diff messages: 55279 nosy: ero.carrera severity: normal status: open title: [PATCH] Updated fix for string