aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | replace a lot of uses of StringBuilder by Utf8StringBuilderCarl Friedrich Bolz-Tereick2017-11-241-77/+39
| * | | merge defaultfijal2017-11-231-0/+1
| |\ \ \
| * | | | Tests and fixes for 'allow_surrogates=True' in various unicode methodsArmin Rigo2017-11-231-6/+6
| * | | | Tweak the unicode FLAG_xx values for performance; collapse two identical help...Armin Rigo2017-11-231-13/+13
| * | | | work on formattingfijal2017-11-201-8/+6
| * | | | start working on more obscure codecs and completely remove hacks that go via ...fijal2017-11-201-1/+1
| * | | | general progress towards moving more of the infrastructure from runicode towa...fijal2017-11-151-24/+21
| * | | | add assertions for nowfijal2017-11-041-0/+3
| * | | | fight until the strategies seem to work again for ascii unicode strings at leastfijal2017-11-041-12/+8
| * | | | whack enough to get somewhere with the list strategy - just for ascii-unicode...fijal2017-11-041-3/+3
| * | | | first attempt at fixing the unicode surrogate messfijal2017-11-041-7/+10
| * | | | finish whacking until the objspace tests passfijal2017-11-041-1/+3
| * | | | progress on having flags correctly propagated, almost therefijal2017-11-041-53/+138
| * | | | fix readbuf_wfijal2017-10-311-5/+7
| * | | | rewrite to_decimalfijal2017-10-311-8/+11
| * | | | implement lowerfijal2017-10-261-9/+9
| * | | | improve the slice tests and fix itfijal2017-10-261-2/+30
| * | | | fix rpythonfijal2017-10-261-2/+2
| * | | | remove decode from repr functionfijal2017-10-261-10/+3
| * | | | kill a bunch of no longer needed integrations with stringmethodsfijal2017-10-261-18/+0
| * | | | partition/rpartitionfijal2017-10-261-5/+8
| * | | | write down _sliced version for unicodefijal2017-10-261-1/+10
| * | | | Translation fixes. The 'fix' in unicodeobject merely shows the next problemArmin Rigo2017-10-141-0/+1
| * | | | Add startswith/endswith in the hypothesis test. Fixes. Includes a fixArmin Rigo2017-10-141-21/+15
| * | | | Rewrite unicode.index/find to use rutf8.codepoints_in_utf8(). It shouldArmin Rigo2017-10-141-45/+56
| * | | | Force 'allow_surrogates' to be specified in check_utf8()Armin Rigo2017-10-141-4/+8
| * | | | Tweak for the JIT, similar to W_UnicodeObject in the py3.5 branchArmin Rigo2017-10-141-4/+5
| * | | | Random in-progress clean-upArmin Rigo2017-10-121-18/+3
| * | | | Almost all objspace/std tests pass now.Jeremy Thurgood2017-10-081-10/+57
| * | | | Some more unicode methods.Jeremy Thurgood2017-10-081-16/+107
| * | | | getslice and fix {starts,ends}with.Jeremy Thurgood2017-10-081-7/+29
| * | | | is this code never executed in tests?fijal2017-10-071-1/+1
| * | | | fixfijal2017-10-071-2/+3
| * | | | fastpath for find() without any args, also mention in TODOfijal2017-10-071-4/+10
| * | | | first attempt at findfijal2017-10-071-5/+26
| * | | | capitalize and {starts,ends}with.Jeremy Thurgood2017-10-071-4/+33
| * | | | expandtabs and [is]title.Jeremy Thurgood2017-10-071-0/+68
| * | | | whack whack whack until we get to the point of getitem workingfijal2017-10-061-2/+2
| * | | | whack whack whack whack. I hate RPythonfijal2017-10-051-2/+4
| * | | | whack whack whack;fijal2017-10-051-22/+18
| * | | | RPythonize hacksfijal2017-10-051-1/+1
| * | | | try to use utf8 index storage for getitemfijal2017-10-051-9/+10
| * | | | pass or skip remaining unicodeobject testsfijal2017-10-051-25/+11
| * | | | (fijal, arigo)Armin Rigo2017-08-241-4/+3
| * | | | (fijal, arigo)Armin Rigo2017-08-241-19/+22
| * | | | (fijal, arigo)Armin Rigo2017-08-241-12/+14
| * | | | Tweak unicode.splitlines()Armin Rigo2017-08-241-10/+11
| * | | | Tweaks tweaks, test_unicodeobject starts to pass againArmin Rigo2017-08-241-4/+5
| * | | | FixArmin Rigo2017-08-241-2/+1
| * | | | (fijal, arigo)Armin Rigo2017-08-241-2/+4