- 29 Sep, 2011 14 commits
-
-
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 26 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
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
It now returns the number of written characters on success.
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-