Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge default into branch | 2021-03-29 | 5 | -2/+90 | |
|\ | |||||
| * | fix the get_printable_location of rsre jit | 2021-03-26 | 1 | -1/+1 | |
| * | instance_ptr_eq and instance_ptr_ne are symmetric | 2021-03-25 | 2 | -0/+39 | |
| * | add a way to get at the overallocated size of a list | 2021-03-20 | 2 | -1/+50 | |
* | | merge default into branch | 2021-03-12 | 18 | -1/+124683 | |
|\| | |||||
| * | a test that shows the problem of #3402: when disabling inlining we can get into | 2021-03-11 | 1 | -0/+42 | |
| * | gah, thanks matti | 2021-03-11 | 1 | -1/+0 | |
| * | properly deal with memfd_create missing | 2021-03-11 | 1 | -9/+10 | |
| * | fix for windows | 2021-03-09 | 1 | -0/+1 | |
| * | tweak | 2021-03-08 | 2 | -2/+3 | |
| * | expose madvise | 2021-03-08 | 3 | -1/+46 | |
| * | I misunderstood how Has works | 2021-03-08 | 1 | -3/+6 | |
| * | expose memfd_create on linux | 2021-03-08 | 2 | -0/+51 | |
| * | add unicode version 12.1 | 2021-03-08 | 13 | -1/+124540 | |
* | | merge default | 2021-03-03 | 11 | -572/+166 | |
|\| | |||||
| * | fix incorrect test | 2021-03-03 | 1 | -2/+4 | |
| * | add ascii fast paths to the tolower/toupper functions of the unicode dbs too | 2021-03-02 | 10 | -570/+162 | |
* | | merge default into branch | 2021-03-02 | 7 | -11/+76 | |
|\| | |||||
| * | Implement vmprof support for aarch64 | 2021-03-01 | 7 | -11/+76 | |
| |\ | |||||
| | * | hopefully add vmprof support to pypy on aarch64 | 2021-03-01 | 4 | -12/+36 | |
| | * | use the real way to do it | 2021-03-01 | 1 | -1/+1 | |
| | * | seems sometimes we have mc sometimes we dont | 2021-03-01 | 1 | -5/+5 | |
| | * | an attempt to get vmprof going on aarch64 | 2021-03-01 | 1 | -0/+36 | |
| | * | actually enable vmprof on aarch64 | 2021-02-23 | 1 | -2/+4 | |
| | * | Start a new branch to get support for vmprof on aarch64 | 2021-02-23 | 2 | -2/+5 | |
* | | | merge default into py3.7 | 2021-03-01 | 5 | -127/+195 | |
|\| | | |||||
| * | | remove pdb | 2021-02-26 | 1 | -2/+0 | |
| * | | maxsplit -> maxcount for replace functions | 2021-02-26 | 1 | -29/+29 | |
| * | | remove code duplication with rstr by having the real implementation of search | 2021-02-26 | 2 | -110/+19 | |
| * | | follow what cpython is doing more systematically: | 2021-02-26 | 2 | -29/+117 | |
| * | | add a random test for finding | 2021-02-25 | 1 | -1/+21 | |
| * | | fix a tiny performance bug in our string search that we ported from cpython. | 2021-02-25 | 3 | -4/+6 | |
| * | | second optimization: have a fast path in replace for single character strings | 2021-02-25 | 1 | -0/+30 | |
| * | | copy an optimization from CPython: when the search string of str.replace and | 2021-02-25 | 2 | -1/+18 | |
| |/ | |||||
| * | update the files for vmprof-python | 2021-02-23 | 2 | -1/+5 | |
* | | merge default into py3.7 | 2021-02-21 | 6 | -84/+251 | |
|\| | |||||
| * | merge intbount-improvements-3 | 2021-02-21 | 6 | -84/+251 | |
| |\ | |||||
| | * | Backed out changeset f1c2880a6b49 | 2021-02-15 | 3 | -141/+5 | |
| | * | fix type-unsafe test | 2020-04-28 | 1 | -5/+6 | |
| | * | better reasoning about upper bounds of or and xor, and about lower bounds of or | 2020-04-29 | 3 | -5/+141 | |
| | * | make the JIT reason about int_invert and int_neg | 2020-04-26 | 5 | -0/+163 | |
| | * | kill unnecessary imports | 2021-02-04 | 2 | -4/+2 | |
| | * | more of same | 2021-02-04 | 3 | -19/+37 | |
| | * | call more appropriate methods a bit everywhere | 2021-02-04 | 3 | -58/+45 | |
* | | | merge default | 2021-02-19 | 3 | -10/+28 | |
|\| | | |||||
| * | | workaround for a crash when running test_recursive_pickle in test_functools on | 2021-02-19 | 1 | -2/+19 | |
| * | | randomly fix broken target | 2021-02-19 | 1 | -6/+7 | |
| * | | fix C warning, lltype.Signed is a long, not an int | 2021-02-17 | 1 | -2/+2 | |
| |/ | |||||
* | | merge dfeault into py3.7 | 2021-02-16 | 4 | -27/+59 | |
|\| | |||||
| * | use low-level interface where applicable, add at least a minimal hypothesis t... | 2021-02-04 | 2 | -13/+21 |