| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid casting with this nice macro | Benjamin Peterson | 2011-03-06 | 1 | -2/+1 |
|
|
* | Fix my previous commit (r88709) for str.encode(errors=...) | Victor Stinner | 2011-03-02 | 1 | -5/+10 |
|
|
* | Issue #8923: cache str.encode() result | Victor Stinner | 2011-03-02 | 1 | -9/+16 |
|
|
* | Remove useless argument of _PyUnicode_AsDefaultEncodedString() | Victor Stinner | 2011-03-02 | 1 | -5/+2 |
|
|
* | Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats | Victor Stinner | 2011-03-02 | 1 | -9/+5 |
|
|
* | Fix my previous commit (r88702): initialize size_tflag in parse_format_flags() | Victor Stinner | 2011-03-02 | 1 | -0/+1 |
|
|
* | Issue #10829: Refactor PyUnicode_FromFormat() | Victor Stinner | 2011-03-01 | 1 | -69/+82 |
|
|
* | Issue #11246: Fix PyUnicode_FromFormat("%V") | Victor Stinner | 2011-03-01 | 1 | -7/+19 |
|
|
* | PEP 7 conformance changes (whitespace only). | Alexander Belopolsky | 2011-02-26 | 1 | -284/+350 |
|
|
* | Issue #11303: Added shortcuts for utf8 and latin1 encodings. | Alexander Belopolsky | 2011-02-25 | 1 | -4/+10 |
|
|
* | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -3/+1 |
|
|
* | Fix PyUnicode_FromFormatV("%c") for non-BMP char | Victor Stinner | 2011-02-21 | 1 | -2/+23 |
|
|
* | Remove bootstrap code of PyUnicode_AsEncodedString() | Victor Stinner | 2011-02-21 | 1 | -15/+0 |
|
|
* | Removed unneeded #include | Alexander Belopolsky | 2010-12-22 | 1 | -2/+0 |
|
|
* | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 1 | -44/+1 |
|
|
* | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -2/+33 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -3/+3 |
|
|
* | Remove redundant check for PyBytes in unicode_encode. | Georg Brandl | 2010-12-03 | 1 | -17/+1 |
|
|
* | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -1/+45 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | PyUnicode_DecodeFSDefaultAndSize() raises MemoryError if _Py_char2wchar() fails | Victor Stinner | 2010-11-08 | 1 | -1/+1 |
|
|
* | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | Victor Stinner | 2010-11-08 | 1 | -3/+20 |
|
|
* | str, bytes, bytearray docstring: remove unnecessary [...] | Victor Stinner | 2010-11-07 | 1 | -1/+1 |
|
|
* | Fix encode/decode method doc of str, bytes, bytearray types | Victor Stinner | 2010-11-07 | 1 | -3/+3 |
|
|
* | Added more to docstrings for str.format, format_map, and __format__. | Eric Smith | 2010-11-06 | 1 | -3/+5 |
|
|
* | Issue #10288: The deprecated family of "char"-handling macros | David Malcolm | 2010-11-05 | 1 | -10/+10 |
|
|
* | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo... | Eric Smith | 2010-11-04 | 1 | -0/+6 |
|
|
* | Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS X | Victor Stinner | 2010-10-27 | 1 | -16/+18 |
|
|
* | Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of | Victor Stinner | 2010-10-20 | 1 | -0/+114 |
|
|
* | PyUnicode_FromFormatV(): Fix %A format | Victor Stinner | 2010-10-18 | 1 | -0/+1 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | Add an optional size argument to _Py_char2wchar() | Victor Stinner | 2010-10-16 | 1 | -2/+3 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 1 | -8/+32 |
|
|
* | #9418: first step of moving private string methods to _string module. | Georg Brandl | 2010-10-14 | 1 | -2/+30 |
|
|
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -3/+3 |
|
|
* | Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace | Victor Stinner | 2010-10-02 | 1 | -22/+105 |
|
|
* | Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char... | Victor Stinner | 2010-10-02 | 1 | -1/+1 |
|
|
* | Fix PyUnicode_AsWideCharString(): set *size if size is not NULL | Victor Stinner | 2010-09-29 | 1 | -0/+2 |
|
|
* | Issue #9630: Redecode filenames when setting the filesystem encoding | Victor Stinner | 2010-09-29 | 1 | -1/+7 |
|
|
* | Issue #9979: Create function PyUnicode_AsWideCharString(). | Victor Stinner | 2010-09-29 | 1 | -14/+48 |
|
|
* | use return NULL; it's just as correct | Benjamin Peterson | 2010-09-12 | 1 | -1/+1 |
|
|
* | Issue #9738, #9836: Fix refleak introduced by r84704 | Victor Stinner | 2010-09-12 | 1 | -2/+2 |
|
|
* | detect non-ascii characters much earlier (plugs ref leak) | Benjamin Peterson | 2010-09-12 | 1 | -7/+7 |
|
|
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on | Victor Stinner | 2010-09-11 | 1 | -1/+9 |
|
|
* | Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy() | Victor Stinner | 2010-09-03 | 1 | -1/+1 |
|
|
* | Create PyUnicode_strdup() function | Victor Stinner | 2010-09-01 | 1 | -0/+22 |
|
|
* | Create Py_UNICODE_strcat() function | Victor Stinner | 2010-09-01 | 1 | -0/+9 |
|
|
* | Remove unicode_default_encoding constant | Victor Stinner | 2010-09-01 | 1 | -10/+1 |
|
|
* | Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() | Antoine Pitrou | 2010-09-01 | 1 | -11/+0 |
|
|
* | Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API | Antoine Pitrou | 2010-09-01 | 1 | -27/+26 |
|
|