aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apptest reformat for stringformat. Moved apptests from test_tupleobject and ...quejebo2020-03-024-655/+640
* Split applevel tests of test_complexobject to a new file using the new applev...quejebo2020-03-012-556/+553
* Convert apptest descroperation to new format. Split test_binop_overriding su...quejebo2020-03-014-962/+802
* convert test_descriptor to use new apptest formatquejebo2020-03-012-171/+170
* fix bugCarl Friedrich Bolz-Tereick2020-02-292-1/+7
* fix for zero-length in e19783dac960Matti Picus2020-02-281-0/+2
* make less stuff alive across the merge pointCarl Friedrich Bolz-Tereick2020-02-271-1/+1
* help the annotator use a more efficient comparisonCarl Friedrich Bolz-Tereick2020-02-271-1/+1
* ouch, it's *not* safe to promote list strategies, due to SizeListStrategy. useCarl Friedrich Bolz-Tereick2020-02-241-8/+8
* merge defaultCarl Friedrich Bolz-Tereick2020-02-211-1/+8
|\
| * it seems that space.iteriterable is broken, because exceptions from space.nextCarl Friedrich Bolz-Tereick2020-02-121-1/+8
* | annoying: the jit main loops get split at the can_enter_jit (orCarl Friedrich Bolz-Tereick2020-02-191-4/+12
* | various fixesCarl Friedrich Bolz-Tereick2020-02-094-5/+14
* | - introduce space.iterator_greenkey which returns "something" that can be usedCarl Friedrich Bolz-Tereick2020-02-095-28/+38
|/
* fix translation (why does the same code work on py3.6?)Carl Friedrich Bolz-Tereick2020-02-081-1/+5
* (cfbolz) graft 4c6c15e3e3bf to get the useful names "listview_ascii", insteadArmin Rigo2019-04-1311-75/+73
* argh, fix bug in locale-specific string formatting: the thousands separator w...Carl Friedrich Bolz-Tereick2020-01-302-1/+19
* add missing reverse operations to set and frozenset objectsCarl Friedrich Bolz-Tereick2020-01-302-0/+50
* make sure that we first check for invalid format chars before trying to get theCarl Friedrich Bolz-Tereick2020-01-292-3/+17
* correct position for errors when doing unicode formattingCarl Friedrich Bolz-Tereick2020-01-292-1/+13
* test and fix for #3146Carl Friedrich Bolz-Tereick2020-01-093-0/+21
* fix issue #3137: rsplit of unicode strings that end with a non-ascii char was...Carl Friedrich Bolz-Tereick2019-12-311-0/+3