| Commit message (Expand) | Author | Age | Files | Lines |
* | some ascii fast paths of latin-1 encoding/decoding | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -0/+8 |
* | fast path for unicode.upper/lower for ascii | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -0/+9 |
* | copy an optimization from CPython: when the search string of str.replace and | Carl Friedrich Bolz-Tereick | 2021-02-25 | 1 | -0/+4 |
* | (cfbolz) graft 4c6c15e3e3bf to get the useful names "listview_ascii", instead | Armin Rigo | 2019-04-13 | 1 | -2/+2 |
* | fix issue #3137: rsplit of unicode strings that end with a non-ascii char was... | Carl Friedrich Bolz-Tereick | 2019-12-31 | 1 | -0/+3 |
* | two optimizations of the jitting of unicode indexing/slicing: | Carl Friedrich Bolz-Tereick | 2019-09-15 | 1 | -0/+20 |
* | Increased CPython compatibility... | Armin Rigo | 2019-04-29 | 1 | -2/+2 |
* | Test and fix for unicode.translate() | Armin Rigo | 2019-04-18 | 1 | -1/+2 |
* | a test that fails on py3.6 | Carl Friedrich Bolz-Tereick | 2019-02-22 | 1 | -0/+3 |
* | fix | Carl Friedrich Bolz-Tereick | 2019-02-17 | 1 | -0/+1 |
* | add shortcut to ensure that 'for c in uni' does not compute the index storage | Carl Friedrich Bolz-Tereick | 2019-02-17 | 1 | -0/+12 |
* | fill_char can be a utf8 multibyte codepoint | Matti Picus | 2019-01-19 | 1 | -0/+2 |
* | test, fix for format specification alignment repeats with a unicode codepoint | Matti Picus | 2019-01-16 | 1 | -0/+4 |
* | test, fix bug in unicode.title | Matti Picus | 2019-01-06 | 1 | -0/+2 |
* | test, fix for u'aaa'.count('', 10) == 0, u'aaa'.count('', 3) == 1 | Matti Picus | 2019-01-02 | 1 | -1/+3 |
* | fix, skip tests | Matti Picus | 2019-01-01 | 1 | -1/+2 |
* | test, fix formating '%c' | Matti Picus | 2019-01-01 | 1 | -0/+10 |
* | skip hypothesis (on -A testing) | Matti Picus | 2019-01-01 | 1 | -128/+129 |
* | mrege default into branch | Matti Picus | 2019-01-01 | 1 | -3/+2 |
|\ |
|
| * | unicode(encoding='x') returns the empty string u''. | Amaury Forgeot d'Arc | 2018-12-29 | 1 | -3/+2 |
* | | merge default into branch | Matti Picus | 2018-09-11 | 1 | -0/+28 |
|\| |
|
| * | two completely corner cases where we differ from CPython | Armin Rigo | 2018-09-11 | 1 | -1/+6 |
| * | Add more tests inspired from issue #2866. | Armin Rigo | 2018-09-11 | 1 | -0/+23 |
| * | Backport test additions and cleanups from unicode-utf8 | Ronan Lamy | 2017-12-12 | 1 | -12/+74 |
* | | small cleanup | Ronan Lamy | 2017-12-12 | 1 | -1/+0 |
* | | whack the slowpath too | fijal | 2017-12-07 | 1 | -0/+2 |
* | | remove the flag | fijal | 2017-12-07 | 1 | -4/+4 |
* | | merge default | fijal | 2017-11-23 | 1 | -0/+71 |
|\| |
|
| * | Make these tests import even if 'hypothesis' is not available | Armin Rigo | 2017-10-15 | 1 | -5/+10 |
| * | Test with hypothesis, fix for a corner case of startswith() | Armin Rigo | 2017-10-14 | 1 | -0/+67 |
| * | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
| * | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | | Tests and fixes for 'allow_surrogates=True' in various unicode methods | Armin Rigo | 2017-11-23 | 1 | -0/+6 |
* | | fight until the strategies seem to work again for ascii unicode strings at least | fijal | 2017-11-04 | 1 | -1/+1 |
* | | first attempt at fixing the unicode surrogate mess | fijal | 2017-11-04 | 1 | -3/+0 |
* | | progress on having flags correctly propagated, almost there | fijal | 2017-11-04 | 1 | -4/+5 |
* | | implement lower | fijal | 2017-10-26 | 1 | -0/+10 |
* | | improve the slice tests and fix it | fijal | 2017-10-26 | 1 | -10/+25 |
* | | Add startswith/endswith in the hypothesis test. Fixes. Includes a fix | Armin Rigo | 2017-10-14 | 1 | -0/+25 |
* | | Rewrite unicode.index/find to use rutf8.codepoints_in_utf8(). It should | Armin Rigo | 2017-10-14 | 1 | -0/+49 |
* | | actually test stuff | fijal | 2017-10-07 | 1 | -1/+4 |
* | | expandtabs and [is]title. | Jeremy Thurgood | 2017-10-07 | 1 | -0/+1 |
* | | pass or skip remaining unicodeobject tests | fijal | 2017-10-05 | 1 | -0/+2 |
* | | (fijal, arigo) | Armin Rigo | 2017-08-24 | 1 | -0/+10 |
* | | basic getitem implemented | fijal | 2017-03-01 | 1 | -0/+6 |
* | | improve the tests | fijal | 2017-03-01 | 1 | -0/+3 |
* | | Add a test | Armin Rigo | 2017-02-27 | 1 | -0/+1 |
* | | * whack whack whack | fijal | 2017-02-26 | 1 | -1/+1 |
* | | go a slightly shorter way to working system - use decode a bit everywhere | fijal | 2017-02-25 | 1 | -0/+1 |
|/ |
|
* | test, fix __rmod__ and -A incompatibilities with cpython on str, unicode | Matti Picus | 2016-10-18 | 1 | -3/+5 |