aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* woopsCarl Friedrich Bolz-Tereick2021-03-021-1/+1
* some ascii fast paths of latin-1 encoding/decodingCarl Friedrich Bolz-Tereick2021-03-022-0/+11
* fast path for unicode.upper/lower for asciiCarl Friedrich Bolz-Tereick2021-03-022-6/+29
* fix translationCarl Friedrich Bolz-Tereick2021-02-261-0/+1
* copy an optimization from CPython: when the search string of str.replace andCarl Friedrich Bolz-Tereick2021-02-254-2/+30
* only unbox ints on 64 bit machines (otherwise there is no memory saving andCarl Friedrich Bolz-Tereick2021-01-312-41/+60
* pretty subtle bug: when iterating over a map dict, some items would go missing!Carl Friedrich Bolz-Tereick2021-01-302-7/+24
* always go through _set_mapdict_mapCarl Friedrich Bolz-Tereick2021-01-281-6/+10
* fix test_unbox_reorder_bug3Carl Friedrich Bolz-Tereick2021-01-282-51/+16
* add layout commentsCarl Friedrich Bolz-Tereick2021-01-281-15/+14
* this took way too long: at least reproduce the failure in a unit testCarl Friedrich Bolz-Tereick2021-01-271-0/+31
* fix a bug where the unboxed storage would grow too largeCarl Friedrich Bolz-Tereick2021-01-272-2/+16
* remove debugging comment, make test_pypy_c more naturalCarl Friedrich Bolz-Tereick2021-01-261-4/+4
* fix a problem with undetected type-instability: it wasn't found if theCarl Friedrich Bolz-Tereick2021-01-262-33/+68
* add missing immutable fieldCarl Friedrich Bolz-Tereick2021-01-261-1/+1
* another reordering bugCarl Friedrich Bolz-Tereick2021-01-212-10/+23
* fix interaction of reordering and unboxingCarl Friedrich Bolz-Tereick2021-01-212-5/+48
* expose mapdict implementation via __pypy__ to help with debugabilityCarl Friedrich Bolz-Tereick2021-01-191-6/+22
* fix bug in more complicated patterns of boxed and unboxed attributesCarl Friedrich Bolz-Tereick2021-01-192-1/+44
* some more tests for specialized classesCarl Friedrich Bolz-Tereick2021-01-012-8/+39
* implement immutability of UnwrappedPlainAttributesCarl Friedrich Bolz-Tereick2020-12-312-3/+45
* implement type freezing for unboxed types:Carl Friedrich Bolz-Tereick2020-12-312-8/+69
* fix remaining testsCarl Friedrich Bolz-Tereick2020-12-313-14/+19
* in progress: the simple cases of unboxing workCarl Friedrich Bolz-Tereick2020-12-304-25/+180
* erase a bit differentlyCarl Friedrich Bolz-Tereick2020-12-302-20/+20
* factor out some common code into helper methodsCarl Friedrich Bolz-Tereick2020-12-292-18/+23
* store everything erasedCarl Friedrich Bolz-Tereick2020-12-292-39/+56
* rename length and be more careful about its usesCarl Friedrich Bolz-Tereick2020-12-292-14/+21
* rename super ambiguous "index" to "attrkind"Carl Friedrich Bolz-Tereick2020-12-281-70/+70
* factor out the more common path of "increase storage by 1" into its own methodCarl Friedrich Bolz-Tereick2020-12-281-9/+30
* make set.update with non-set arguments more jit-friendly byCarl Friedrich Bolz-Tereick2020-11-302-11/+19
* merge default into stdlib-2.7.18-3Stefano Rivera2020-10-101-4/+10
|\
| * This test failure is known MacOS issue. We'll just have to live with a more l...Stefano Rivera2020-10-101-4/+10
* | merge default into stdlib-2.7.18-3Stefano Rivera2020-10-091-0/+5
|\|
| * improve the fake objspace so that it fails if you pass a resizable list to ne...Antonio Cuni2020-10-041-0/+5
* | test, fix error message for CPython compatibilityStefano Rivera2020-10-071-1/+1
* | (ronan, plan_rich) fix descriptor invocation inside the descr_call of W_TypeO...Richard Plangger2017-02-272-1/+10
* | bytearray(obj) should call obj.__index__() instead of obj.__int__().Stefano Rivera2015-06-052-2/+15
|/
* reduce diff with py3Ronan Lamy2020-09-021-15/+18
* Issue #3255Armin Rigo2020-07-012-1/+17
* #3251Armin Rigo2020-06-261-0/+6
* Allow overridden .__int__() in subclasses of complex to actually have an effe...Ronan Lamy2020-06-122-2/+10
* Change the signature of rlib.buffer.Buffer.getslice():Armin Rigo2020-03-133-7/+8
* Manually backout 6fe99e96ea52: AppTestW_TupleObject is used in test_specialis...Ronan Lamy2020-03-072-227/+230
* Remove troublesome and unnecessary importsRonan Lamy2020-03-071-2/+0
* moved iterobject apptests to new formatquejebo2020-03-022-117/+117
* convert instmethobject applevel tests to new formatquejebo2020-03-022-38/+38
* convert applevel tests for callmethod to new formatquejebo2020-03-022-110/+107
* update bufferobject apptests to new formatquejebo2020-03-022-213/+206
* Converted all but one of the userobject apptests to the new formatquejebo2020-03-022-224/+223