aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* copy an optimization from CPython: when the search string of str.replace andCarl Friedrich Bolz-Tereick2021-02-251-2/+20
* fix bugCarl Friedrich Bolz-Tereick2020-02-291-1/+1
* fix for zero-length in e19783dac960Matti Picus2020-02-281-0/+2
* help the annotator use a more efficient comparisonCarl Friedrich Bolz-Tereick2020-02-271-1/+1
* fix the error message also for W_AbstractBytesObjectArmin Rigo2019-10-141-0/+1
* fix utf-8 string formatting bugCarl Friedrich Bolz-Tereick2019-02-221-1/+1
* deal with s.encode() differently (where s can be either bytes or unicode)Matti Picus2019-02-091-5/+1
* 'abc'.encode(...) in cpython calls 'abc'.decode('ascii', 'strict').encode(...)Matti Picus2019-01-011-1/+5
* fix recursive call to decode_object, set errorhandlerMatti Picus2018-09-121-3/+1
* Translation fixes. The 'fix' in unicodeobject merely shows the next problemArmin Rigo2017-10-141-2/+2
* hg merge defaultArmin Rigo2017-08-241-38/+4
|\
| * do not go through descroperation.binop_impl again, call descr_add directlyMatti Picus2017-05-261-1/+1
| * more places to convert hash value -1 to -2, see comments to issue #2346Matti Picus2017-05-261-0/+1
| * Remove unused translation option 'withstrbuf' and supporting codeRonan Lamy2017-05-201-36/+0
| * Backport memoryview changesRonan Lamy2017-05-021-1/+2
| * Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
| * conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* | (fijal, argio) whack until we run into a serious problemfijal2017-02-271-12/+2
* | * whack whack whackfijal2017-02-261-0/+5
* | enough plumbing to pass some tests, not efficient at allfijal2017-02-251-2/+2
* | implement utf8 gateway (that passes unicode length as a second param)fijal2017-02-251-2/+10
* | start passing some unicode tests. no UCS4 support yet completelyfijal2017-02-221-2/+2
* | fix the nomenclature and put a few stop gaps in places we know need fixingfijal2017-02-211-1/+1
* | Start fighting on a new branch with utf8 being the default storagefijal2017-02-211-3/+2
|/
* hg merge defaultArmin Rigo2017-02-131-0/+2
|\
| * Add a couple of jit.elidableArmin Rigo2017-01-151-0/+2
* | replace more w_str and str_w instancesCarl Friedrich Bolz2016-12-011-9/+9
* | merge defaultCarl Friedrich Bolz2016-11-021-0/+4
|\|
| * test, fix __rmod__ and -A incompatibilities with cpython on str, unicodeMatti Picus2016-10-181-0/+4
* | remove some str_w callsCarl Friedrich Bolz2016-11-011-4/+4
* | remove a lot of space.wrap calls in the objspace and replace them by space.new*Carl Friedrich Bolz2016-10-201-4/+4
|/
* test, fix for argument to strip() - must be None, str, unicode (cpython compa...Matti Picus2016-09-301-1/+4
* merge defaultRichard Plangger2016-08-241-2/+0
|\
* | revert to original return valueMatti Picus2016-08-231-2/+5
* | undo the renaming commitRichard Plangger2016-08-221-16/+16
* | renamed W_StringBufferObject to W_StringBuilderObject (really a string builde...Richard Plangger2016-08-221-14/+14
* | typo, module name incomplete, moved import to avoid cyclic dep.Richard Plangger2016-08-221-1/+1
* | can only return a W_Root object to app level (translation issue)Richard Plangger2016-08-221-2/+2
* | __buffer__ is a method with a flags arg, not an attibuteMatti Picus2016-08-221-2/+2
* | add test of getitem, fix CPyBuffer object so they pass. Add __buffer__ slot t...Matti Picus2016-08-201-0/+4
|/
* Backport space.newbytes() and space.newunicode() from py3k and reduce the siz...Ronan Lamy2016-06-291-7/+3
* Improve CPython compatibility of 'is'. Now 'x is y' is guaranteedArmin Rigo2016-06-131-2/+17
* Make the buffer protocol something anyone can opt into, not just str/buffer.Devin Jeanpierre2016-05-161-1/+1
* merge oefmt (b974474) oefmt pypy/{objspace,tool}/Philip Jenvey2016-05-021-2/+2
|\
| * oefmt pypy/{objspace,tool}/Philip Jenvey2016-05-011-2/+2
* | Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-1/+1
|/
* Remove 'sharesmallstr'Armin Rigo2016-04-251-17/+0
* remove the withprebuiltchar option and make it part of sharesmallstrCarl Friedrich Bolz2016-04-211-11/+6
* issue #1383 fixedCarl Friedrich Bolz2015-10-291-9/+4
* hg merge remove-remaining-smmManuel Jacob2014-10-211-26/+118
|\