- 03 Eki, 2011 27 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Ensure these states with assertions in _PyUnicode_CheckConsistency().
-
Victor Stinner yazdı
Cleanup also the code.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
state
-
Victor Stinner yazdı
Add also related assertions to _PyUnicode_CheckConsistency().
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyUnicode_CopyCharacters() may copies less character than requested size, if the input string is smaller than the argument. (This is very unlikely, but who knows!?) Avoid also calling PyUnicode_CopyCharacters() if the string is empty.
-
Victor Stinner yazdı
Don't check PyUnicode_CopyCharacters() in release mode. Rename also some variables.
-
Victor Stinner yazdı
Remove also the FIXME for resize_copy(): as discussed with Martin, copy the string on resize if the string is not resizable is just fine.
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
doesn't always set the MSG_TRUNC flag when a truncated datagram is received.
-
Charles-François Natali yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
It is is called from _PyUnicode_Dump() and so must not fail.
-
Victor Stinner yazdı
ascii=1 is no more reserved to PyASCIIObject. Use PyUnicode_IS_COMPACT_ASCII(obj) to check if obj is a PyASCIIObject (as before).
-
Victor Stinner yazdı
Only use _PyUnicode_READY_REPLACE() on just created strings.
-
Victor Stinner yazdı
* resize_compact() updates also wstr_len for non-ascii strings sharing wstr * resize_inplace() updates also utf8_len/wstr_len for strings sharing utf8/wstr
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Fix also a compiler warning.
-
- 02 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 03 Eki, 2011 5 kayıt (commit)
-
-
Victor Stinner yazdı
Simplify the test in wstr pointer in unicode_sizeof().
-
Victor Stinner yazdı
* Document Unicode string states * Use _PyUnicode_CheckConsistency() to ensure that objects are always consistent.
-
Victor Stinner yazdı
not a unicode, instead of failing with a fatal error. Use assertions in debug mode (provide better error messages).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Rename _PyUnicode_Resize() to unicode_resize() * unicode_resize() creates a copy if the string cannot be resized instead of failing * Optimize resize_copy() for wstr strings * Disable temporary resize_inplace()
-
- 02 Eki, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 03 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 02 Eki, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-