| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 4 | -1/+61 |
|\ |
|
| * | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 4 | -1/+61 |
|
|
* | | Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_t | Victor Stinner | 2011-10-01 | 2 | -46/+84 |
|
|
* | | Add _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() macros | Victor Stinner | 2011-10-01 | 1 | -41/+54 |
|
|
* | | Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': | Antoine Pitrou | 2011-10-01 | 1 | -1/+1 |
|
|
* | | Issue 13085: Fix some memory leaks. Patch by Stefan Krah. | Martin v. Löwis | 2011-10-01 | 2 | -11/+20 |
|
|
* | | merge heads | Benjamin Peterson | 2011-10-01 | 2 | -3/+8 |
|\ \ |
|
| * | | PyUnicode_Substring() now accepts end bigger than string length | Victor Stinner | 2011-10-01 | 1 | -3/+6 |
|
|
| * | | _PyUnicode_AsKind() is *not* part of the stable ABI | Victor Stinner | 2011-10-01 | 1 | -0/+2 |
|
|
* | | | remove reference to non-existent file | Benjamin Peterson | 2011-10-01 | 1 | -2/+1 |
|/ / |
|
* | | remove "fast-path" for (i)adding strings | Benjamin Peterson | 2011-10-01 | 2 | -8/+14 |
|
|
* | | Ooops, avoid a division by zero in unicode_repeat() | Victor Stinner | 2011-10-01 | 1 | -1/+1 |
|
|
* | | PyUnicode_FromObject() ensures that its output is a ready string | Victor Stinner | 2011-10-01 | 1 | -0/+2 |
|
|
* | | I want a super fast 'a' * n! | Victor Stinner | 2011-10-01 | 1 | -15/+10 |
|
|
* | | PyUnicode_CHARACTER_SIZE(): add a reference to PyUnicode_KIND_SIZE() | Victor Stinner | 2011-10-01 | 1 | -2/+5 |
|
|
* | | Fix usage of PyUnicode_READY in unicodeobject.c | Victor Stinner | 2011-10-01 | 1 | -19/+12 |
|
|
* | | Remove private substring() function, reuse public PyUnicode_Substring() | Victor Stinner | 2011-09-30 | 1 | -62/+22 |
|
|
* | | Optimize PyUnicode_Copy(): don't recompute maximum character | Victor Stinner | 2011-09-30 | 1 | -3/+28 |
|
|
* | | Remove commented code: str+=str is no more super-optimized | Victor Stinner | 2011-09-30 | 1 | -112/+6 |
|
|
* | | PyUnicode_FromObject() reuses PyUnicode_Copy() | Victor Stinner | 2011-09-30 | 1 | -4/+2 |
|
|
* | | pyexat uses the new Unicode API | Victor Stinner | 2011-09-30 | 1 | -5/+7 |
|
|
* | | Fix ResourceWarnings in makeunicodedata.py. | Ezio Melotti | 2011-09-30 | 1 | -81/+88 |
|
|
* | | Add PyUnicode_Copy() function, include it to the public API | Victor Stinner | 2011-09-30 | 3 | -21/+27 |
|
|
* | | PyUnicode_CopyCharacters() uses exceptions instead of assertions | Victor Stinner | 2011-09-30 | 1 | -2/+4 |
|
|
* | | Fix a compiler warning | Victor Stinner | 2011-09-29 | 1 | -1/+1 |
|
|
* | | Fix array.array('u') constructor | Victor Stinner | 2011-09-29 | 1 | -6/+12 |
|
|
* | | posix module catches PyUnicode_AsUnicode() failure | Victor Stinner | 2011-09-29 | 1 | -96/+167 |
|
|
* | | array module uses the new Unicode API | Victor Stinner | 2011-09-29 | 2 | -35/+36 |
|
|
* | | array module stores the typecode in a char, instead of Py_UNICODE | Victor Stinner | 2011-09-29 | 1 | -19/+16 |
|
|
* | | raw_unicode_escape() uses the new Unicode API | Victor Stinner | 2011-09-29 | 1 | -46/+21 |
|
|
* | | Strip trailing spaces of _pickle.c | Victor Stinner | 2011-09-29 | 1 | -17/+17 |
|
|
* | | PyLocale_strxfrm() uses the new Unicode API | Victor Stinner | 2011-09-29 | 1 | -24/+15 |
|
|
* | | fileio_init() checks for failure on conversion to Py_UNICODE* | Victor Stinner | 2011-09-29 | 1 | -4/+6 |
|
|
* | | Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode | Victor Stinner | 2011-09-29 | 1 | -4/+6 |
|
|
* | | Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode | Victor Stinner | 2011-09-29 | 1 | -41/+44 |
|
|
* | | Merge. | Charles-François Natali | 2011-09-29 | 2 | -40/+32 |
|\ \ |
|
| * | | _PyUnicode_Ready() cannot be used on ready strings anymore | Victor Stinner | 2011-09-29 | 2 | -30/+24 |
|
|
| * | | Move _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() outside unicodeobject.h | Victor Stinner | 2011-09-29 | 2 | -10/+8 |
|
|
* | | | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 3 | -0/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 3 | -0/+5 |
|
|
* | | Add a note in PyUnicode_CopyCharacters() doc: it doesn't write null character | Victor Stinner | 2011-09-29 | 2 | -44/+47 |
|
|
* | | Re-enable test. | Martin v. Löwis | 2011-09-29 | 1 | -4/+1 |
|
|
* | | Port normalization to new API. | Martin v. Löwis | 2011-09-29 | 1 | -71/+119 |
|
|
* | | Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR | Victor Stinner | 2011-09-29 | 1 | -6/+5 |
|
|
* | | pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/ | Victor Stinner | 2011-09-29 | 1 | -13/+12 |
|
|
* | | Merge heads. | Ezio Melotti | 2011-09-29 | 1 | -21/+42 |
|\ \ |
|
| * | | Update and reorganize the whatsnew entry for PEP 393. | Ezio Melotti | 2011-09-29 | 1 | -21/+42 |
|
|
* | | | Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE | Victor Stinner | 2011-09-29 | 2 | -4/+4 |
|
|
* | | | modsupport.c reuses Py_UNICODE_strlen() | Victor Stinner | 2011-09-29 | 1 | -10/+1 |
|
|
* | | | _io.textio: fix character type, use Py_UCS4 instead of Py_UNICODE | Victor Stinner | 2011-09-29 | 1 | -3/+3 |
|
|