aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into branchMatti Picus2021-03-295-2/+90
|\
| * fix the get_printable_location of rsre jitCarl Friedrich Bolz-Tereick2021-03-261-1/+1
| * instance_ptr_eq and instance_ptr_ne are symmetricCarl Friedrich Bolz-Tereick2021-03-252-0/+39
| * add a way to get at the overallocated size of a listCarl Friedrich Bolz-Tereick2021-03-202-1/+50
* | merge default into branchMatti Picus2021-03-1218-1/+124683
|\|
| * a test that shows the problem of #3402: when disabling inlining we can get intoCarl Friedrich Bolz-Tereick2021-03-111-0/+42
| * gah, thanks mattiCarl Friedrich Bolz-Tereick2021-03-111-1/+0
| * properly deal with memfd_create missingCarl Friedrich Bolz-Tereick2021-03-111-9/+10
| * fix for windowsMatti Picus2021-03-091-0/+1
| * tweakCarl Friedrich Bolz-Tereick2021-03-082-2/+3
| * expose madviseCarl Friedrich Bolz-Tereick2021-03-083-1/+46
| * I misunderstood how Has worksCarl Friedrich Bolz-Tereick2021-03-081-3/+6
| * expose memfd_create on linuxCarl Friedrich Bolz-Tereick2021-03-082-0/+51
| * add unicode version 12.1Carl Friedrich Bolz-Tereick2021-03-0813-1/+124540
* | merge defaultCarl Friedrich Bolz-Tereick2021-03-0311-572/+166
|\|
| * fix incorrect testCarl Friedrich Bolz-Tereick2021-03-031-2/+4
| * add ascii fast paths to the tolower/toupper functions of the unicode dbs tooCarl Friedrich Bolz-Tereick2021-03-0210-570/+162
* | merge default into branchMatti Picus2021-03-027-11/+76
|\|
| * Implement vmprof support for aarch64fijal2021-03-017-11/+76
| |\
| | * hopefully add vmprof support to pypy on aarch64Maciej Fijalkowski2021-03-014-12/+36
| | * use the real way to do itfijal2021-03-011-1/+1
| | * seems sometimes we have mc sometimes we dontfijal2021-03-011-5/+5
| | * an attempt to get vmprof going on aarch64fijal2021-03-011-0/+36
| | * actually enable vmprof on aarch64Maciej Fijalkowski2021-02-231-2/+4
| | * Start a new branch to get support for vmprof on aarch64Maciej Fijalkowski2021-02-232-2/+5
* | | merge default into py3.7Matti Picus2021-03-015-127/+195
|\| |
| * | remove pdbCarl Friedrich Bolz-Tereick2021-02-261-2/+0
| * | maxsplit -> maxcount for replace functionsCarl Friedrich Bolz-Tereick2021-02-261-29/+29
| * | remove code duplication with rstr by having the real implementation of searchCarl Friedrich Bolz-Tereick2021-02-262-110/+19
| * | follow what cpython is doing more systematically:Carl Friedrich Bolz-Tereick2021-02-262-29/+117
| * | add a random test for findingCarl Friedrich Bolz-Tereick2021-02-251-1/+21
| * | fix a tiny performance bug in our string search that we ported from cpython.Carl Friedrich Bolz-Tereick2021-02-253-4/+6
| * | second optimization: have a fast path in replace for single character stringsCarl Friedrich Bolz-Tereick2021-02-251-0/+30
| * | copy an optimization from CPython: when the search string of str.replace andCarl Friedrich Bolz-Tereick2021-02-252-1/+18
| |/
| * update the files for vmprof-pythonMaciej Fijalkowski2021-02-232-1/+5
* | merge default into py3.7Matti Picus2021-02-216-84/+251
|\|
| * merge intbount-improvements-3Carl Friedrich Bolz-Tereick2021-02-216-84/+251
| |\
| | * Backed out changeset f1c2880a6b49Carl Friedrich Bolz-Tereick2021-02-153-141/+5
| | * fix type-unsafe testCarl Friedrich Bolz-Tereick2020-04-281-5/+6
| | * better reasoning about upper bounds of or and xor, and about lower bounds of orCarl Friedrich Bolz-Tereick2020-04-293-5/+141
| | * make the JIT reason about int_invert and int_negCarl Friedrich Bolz-Tereick2020-04-265-0/+163
| | * kill unnecessary importsCarl Friedrich Bolz-Tereick2021-02-042-4/+2
| | * more of sameCarl Friedrich Bolz-Tereick2021-02-043-19/+37
| | * call more appropriate methods a bit everywhereCarl Friedrich Bolz-Tereick2021-02-043-58/+45
* | | merge defaultCarl Friedrich Bolz-Tereick2021-02-193-10/+28
|\| |
| * | workaround for a crash when running test_recursive_pickle in test_functools onCarl Friedrich Bolz-Tereick2021-02-191-2/+19
| * | randomly fix broken targetCarl Friedrich Bolz-Tereick2021-02-191-6/+7
| * | fix C warning, lltype.Signed is a long, not an intCarl Friedrich Bolz-Tereick2021-02-171-2/+2
| |/
* | merge dfeault into py3.7Matti Picus2021-02-164-27/+59
|\|
| * use low-level interface where applicable, add at least a minimal hypothesis t...Carl Friedrich Bolz-Tereick2021-02-042-13/+21