summaryrefslogtreecommitdiff
path: root/Cython/Utility/StringTools.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix copy+paste bugStefan Behnel2013-02-201-1/+1
* fix typoStefan Behnel2013-02-201-1/+1
* clean up in unicode slicing utility function, fix 'self' reference in PyUnico...Stefan Behnel2013-02-201-17/+9
* Add tests for negative indices in unicode_slicing and PyUnicode_READY in __Py...zaur2013-02-201-0/+5
* Add unicode slicing supportzaur2013-02-191-0/+39
* undo Py3.3 surrogates support fixes - breaks too many special cases with stringsStefan Behnel2013-01-101-6/+5
* undo Py3.3 surrogates support fixes - breaks too many special cases with stringsStefan Behnel2013-01-101-8/+0
* fix Unicode string initialisation in PyPyStefan Behnel2013-01-071-0/+8
* fix surrogates in Unicode literals in Python 3.3 (the UTF-8 codec rejects the...Stefan Behnel2013-01-061-5/+6
* move __Pyx_InitStrings() utility function into StringTools.cStefan Behnel2013-01-051-0/+36
* optimise bytes.decode()Stefan Behnel2012-12-151-0/+37
* minor cleanupStefan Behnel2012-07-191-2/+5
* moved C string decoding utility code from Optimize.c to StringTools.cStefan Behnel2012-07-191-0/+75
* moved GetItemInt_Unicode*() utility functions to StringTools.cStefan Behnel2012-07-081-0/+45
* minor code cleanupStefan Behnel2012-04-141-7/+4
* disable some CPython tuned string optimisations in PyPyStefan Behnel2012-04-101-0/+8
* replace plain '#define CYTHON_PEP393_ENABLED' by flag #define as 1 or 0 to ma...Stefan Behnel2012-04-101-2/+2
* strip a comment from the generated C fileStefan Behnel2011-11-151-1/+2
* strip a comment from the generated C fileStefan Behnel2011-11-151-1/+2
* moved string/bytes/unicode related utility code into new StringTools.c fileStefan Behnel2011-11-151-0/+173