Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix translation (can't iterate over tuples in rpython)HEADmaster | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -2/+2 |
* | woops | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -1/+1 |
* | some ascii fast paths of latin-1 encoding/decoding | Carl Friedrich Bolz-Tereick | 2021-03-02 | 4 | -4/+23 |
* | add ascii fast paths to the tolower/toupper functions of the unicode dbs too | Carl Friedrich Bolz-Tereick | 2021-03-02 | 10 | -570/+162 |
* | fast path for unicode.upper/lower for ascii | Carl Friedrich Bolz-Tereick | 2021-03-02 | 2 | -6/+29 |
* | make init_flags a init_function | Matti Picus | 2021-03-02 | 1 | -4/+5 |
* | sync Py_.*Flags with sys.flags, issue 3409 | Matti Picus | 2021-03-02 | 6 | -11/+71 |
* | fix structseq attribute setter error message | Matti Picus | 2021-03-02 | 2 | -2/+15 |
* | document branch | Matti Picus | 2021-03-02 | 1 | -0/+4 |
* | Implement vmprof support for aarch64 | fijal | 2021-03-01 | 7 | -11/+76 |
|\ | |||||
| * | close to be merged branch | fijal | 2021-03-01 | 0 | -0/+0 |
| * | hopefully add vmprof support to pypy on aarch64 | Maciej Fijalkowski | 2021-03-01 | 4 | -12/+36 |
| * | use the real way to do it | fijal | 2021-03-01 | 1 | -1/+1 |
| * | seems sometimes we have mc sometimes we dont | fijal | 2021-03-01 | 1 | -5/+5 |
| * | an attempt to get vmprof going on aarch64 | fijal | 2021-03-01 | 1 | -0/+36 |
| * | actually enable vmprof on aarch64 | Maciej Fijalkowski | 2021-02-23 | 1 | -2/+4 |
| * | Start a new branch to get support for vmprof on aarch64 | Maciej Fijalkowski | 2021-02-23 | 2 | -2/+5 |
* | | sprinkle more links to heptapod in the docs, update some older pages | Matti Picus | 2021-03-01 | 5 | -16/+38 |
* | | merge string-algorithmic-optimizations | Carl Friedrich Bolz-Tereick | 2021-02-28 | 8 | -128/+226 |
|\ \ | |||||
| * | | add whatsnew | Carl Friedrich Bolz-Tereick | 2021-02-28 | 1 | -0/+5 |
| * | | remove pdb | Carl Friedrich Bolz-Tereick | 2021-02-26 | 1 | -2/+0 |
| * | | fix translation | Carl Friedrich Bolz-Tereick | 2021-02-26 | 1 | -0/+1 |
| * | | maxsplit -> maxcount for replace functions | Carl Friedrich Bolz-Tereick | 2021-02-26 | 1 | -29/+29 |
| * | | remove code duplication with rstr by having the real implementation of search | Carl Friedrich Bolz-Tereick | 2021-02-26 | 2 | -110/+19 |
| * | | follow what cpython is doing more systematically: | Carl Friedrich Bolz-Tereick | 2021-02-26 | 2 | -29/+117 |
| * | | add a random test for finding | Carl Friedrich Bolz-Tereick | 2021-02-25 | 1 | -1/+21 |
| * | | fix a tiny performance bug in our string search that we ported from cpython. | Carl Friedrich Bolz-Tereick | 2021-02-25 | 3 | -4/+6 |
| * | | second optimization: have a fast path in replace for single character strings | Carl Friedrich Bolz-Tereick | 2021-02-25 | 1 | -0/+30 |
| * | | copy an optimization from CPython: when the search string of str.replace and | Carl Friedrich Bolz-Tereick | 2021-02-25 | 6 | -3/+48 |
* | | | Copy dummy constants from greenlet 1.0.0 | Armin Rigo | 2021-02-26 | 1 | -0/+7 |
* | | | Test and fix for #3381 | Armin Rigo | 2021-02-26 | 2 | -1/+71 |
* | | | Tests (passing) for _continulet switching to a different thread | Armin Rigo | 2021-02-26 | 2 | -1/+81 |
|/ / | |||||
* / | more upstream syncing - move inttypes.h into pyport.h (issue 3407) | Matti Picus | 2021-02-24 | 2 | -5/+35 |
|/ | |||||
* | update the files for vmprof-python | Maciej Fijalkowski | 2021-02-23 | 2 | -1/+5 |
* | merge branch to fix PyObject_Format for type objects (issue 3404) | Matti Picus | 2021-02-21 | 3 | -0/+10 |
|\ | |||||
| * | test, fix for PyObject_Format(space.wrap(type('a')), None) | Matti Picus | 2021-02-21 | 2 | -0/+6 |
* | | update cffi to c16abb8f809f | Matti Picus | 2021-02-21 | 3 | -3/+80 |
* | | merge intbount-improvements-3 | Carl Friedrich Bolz-Tereick | 2021-02-21 | 7 | -84/+256 |
|\ \ | |||||
| * | | Backed out changeset f1c2880a6b49 | Carl Friedrich Bolz-Tereick | 2021-02-15 | 3 | -141/+5 |
| * | | fix type-unsafe test | Carl Friedrich Bolz-Tereick | 2020-04-28 | 1 | -5/+6 |
| * | | better reasoning about upper bounds of or and xor, and about lower bounds of or | Carl Friedrich Bolz-Tereick | 2020-04-29 | 3 | -5/+141 |
| * | | make the JIT reason about int_invert and int_neg | Carl Friedrich Bolz-Tereick | 2020-04-26 | 5 | -0/+163 |
| * | | document branch | Carl Friedrich Bolz-Tereick | 2021-02-04 | 1 | -0/+5 |
| * | | kill unnecessary imports | Carl Friedrich Bolz-Tereick | 2021-02-04 | 2 | -4/+2 |
| * | | more of same | Carl Friedrich Bolz-Tereick | 2021-02-04 | 3 | -19/+37 |
| * | | call more appropriate methods a bit everywhere | Carl Friedrich Bolz-Tereick | 2021-02-04 | 3 | -58/+45 |
* | | | workaround for a crash when running test_recursive_pickle in test_functools on | Carl Friedrich Bolz-Tereick | 2021-02-19 | 1 | -2/+19 |
* | | | randomly fix broken target | Carl Friedrich Bolz-Tereick | 2021-02-19 | 1 | -6/+7 |
| |/ |/| | |||||
* | | fix translation error on 32b Linux | Wim Lavrijsen | 2021-02-17 | 1 | -1/+2 |
* | | fix C warning, lltype.Signed is a long, not an int | Carl Friedrich Bolz-Tereick | 2021-02-17 | 1 | -2/+2 |