Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix translation (can't iterate over tuples in rpython)HEADmaster | 2021-03-02 | 1 | -2/+2 | |
* | woops | 2021-03-02 | 1 | -1/+1 | |
* | some ascii fast paths of latin-1 encoding/decoding | 2021-03-02 | 4 | -4/+23 | |
* | add ascii fast paths to the tolower/toupper functions of the unicode dbs too | 2021-03-02 | 10 | -570/+162 | |
* | fast path for unicode.upper/lower for ascii | 2021-03-02 | 2 | -6/+29 | |
* | make init_flags a init_function | 2021-03-02 | 1 | -4/+5 | |
* | sync Py_.*Flags with sys.flags, issue 3409 | 2021-03-02 | 6 | -11/+71 | |
* | fix structseq attribute setter error message | 2021-03-02 | 2 | -2/+15 | |
* | document branch | 2021-03-02 | 1 | -0/+4 | |
* | Implement vmprof support for aarch64 | 2021-03-01 | 7 | -11/+76 | |
|\ | |||||
| * | close to be merged branch | 2021-03-01 | 0 | -0/+0 | |
| * | 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 | |
* | | sprinkle more links to heptapod in the docs, update some older pages | 2021-03-01 | 5 | -16/+38 | |
* | | merge string-algorithmic-optimizations | 2021-02-28 | 8 | -128/+226 | |
|\ \ | |||||
| * | | add whatsnew | 2021-02-28 | 1 | -0/+5 | |
| * | | remove pdb | 2021-02-26 | 1 | -2/+0 | |
| * | | fix translation | 2021-02-26 | 1 | -0/+1 | |
| * | | 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 | 6 | -3/+48 | |
* | | | Copy dummy constants from greenlet 1.0.0 | 2021-02-26 | 1 | -0/+7 | |
* | | | Test and fix for #3381 | 2021-02-26 | 2 | -1/+71 | |
* | | | Tests (passing) for _continulet switching to a different thread | 2021-02-26 | 2 | -1/+81 | |
|/ / | |||||
* / | more upstream syncing - move inttypes.h into pyport.h (issue 3407) | 2021-02-24 | 2 | -5/+35 | |
|/ | |||||
* | update the files for vmprof-python | 2021-02-23 | 2 | -1/+5 | |
* | merge branch to fix PyObject_Format for type objects (issue 3404) | 2021-02-21 | 3 | -0/+10 | |
|\ | |||||
| * | test, fix for PyObject_Format(space.wrap(type('a')), None) | 2021-02-21 | 2 | -0/+6 | |
* | | update cffi to c16abb8f809f | 2021-02-21 | 3 | -3/+80 | |
* | | merge intbount-improvements-3 | 2021-02-21 | 7 | -84/+256 | |
|\ \ | |||||
| * | | 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 | |
| * | | document branch | 2021-02-04 | 1 | -0/+5 | |
| * | | 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 | |
* | | | 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 translation error on 32b Linux | 2021-02-17 | 1 | -1/+2 | |
* | | fix C warning, lltype.Signed is a long, not an int | 2021-02-17 | 1 | -2/+2 |