- 30 Sep, 2011 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Call PyErr_BadInternalCall() if inputs are not unicode strings.
-
- 29 Sep, 2011 30 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* Replace PyUnicode_AS_UNICODE by PyUnicode_AsUnicode, PyUnicode_AS_UNICODE is no more a real macro * Replace Py_UNICODE by wchar_t in code specific to Windows
-
Victor Stinner authored
* Use Py_UCS4* buffer instead of Py_UNICODE* * Use "I" or "L" format, instead of "u" format
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Charles-François Natali authored
-
Charles-François Natali authored
Jarosch.
-
Charles-François Natali authored
Jarosch.
-
Victor Stinner authored
* Change its prototype: PyObject* instead of PyUnicodeoObject*. * Remove an old assertion, the result of PyUnicode_READY (_PyUnicode_Ready) must be checked instead
-
Victor Stinner authored
Move these macros to unicodeobject.c
-
Victor Stinner authored
Cleanup also the code (avoid the goto).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Victor Stinner authored
To make it clearer that Py_BUILD_ASSERT_EXPR(cond) cannot be used as assert(cond).
-
http://ccodearchive.net/Victor Stinner authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
Victor Stinner authored
* Downcasting from Py_UCS4 to Py_UNICODE is wrong is Py_UNICODE is 16-bit wchar_t * Remove old special case in getstring(), unicode is now handled separetely
-
Victor Stinner authored
-
Ezio Melotti authored
-
- 28 Sep, 2011 8 commits
-
-
Victor Stinner authored
Move other various macros to pymcacro.h Thanks Rusty Russell for having written these amazing C macros!
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
formatbuf is now an array of Py_UCS4, not of Py_UNICODE
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Ezio Melotti authored
-