Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-do 444773826a28 which got lost in a mergepy3.7 | Carl Friedrich Bolz-Tereick | 2021-03-02 | 1 | -4/+21 |
| | |||||
* | merge default into branch | Matti Picus | 2021-03-02 | 8 | -11/+80 |
|\ | |||||
| * | 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 |
| | | | |||||
* | | | fix merge | Matti Picus | 2021-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | merge default into py3.7 | Matti Picus | 2021-03-01 | 20 | -149/+409 |
|\| | | |||||
| * | | 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 |
| | | | | | | | | | | | | | | | | only live in rlib/rstring.py | ||||
| | * | | follow what cpython is doing more systematically: | Carl Friedrich Bolz-Tereick | 2021-02-26 | 2 | -29/+117 |
| | | | | | | | | | | | | | | | | | | | | add similar cases, stop using StringBuilder, make a correctly sized llstr directly. needs a refactoring | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the condition is a bit complicated: - we need a last character that is unique in the string - we are at a position in the string that matches the last character, but a previous char is a mismatch - the next char in the haystack is in the bloom filter if all this is met, we want to skip a whole needle length, not len(needle) - 1 this was pointed out by Tim Peters here: https://bugs.python.org/msg378301 | ||||
| | * | | second optimization: have a fast path in replace for single character strings | Carl Friedrich Bolz-Tereick | 2021-02-25 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | here too | ||||
| | * | | copy an optimization from CPython: when the search string of str.replace and | Carl Friedrich Bolz-Tereick | 2021-02-25 | 6 | -3/+48 |
| | | | | | | | | | | | | | | | | str.split doesn't occur in the string, don't create a copy but just reuse self. | ||||
| * | | | 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 |
| | | |||||
* | | BINARY_DIVIDE is gone on 3.x | Carl Friedrich Bolz-Tereick | 2021-02-26 | 1 | -2/+0 |
| | | |||||
* | | more upstream syncing - move inttypes.h into pyport.h (issue 3407) | Matti Picus | 2021-02-24 | 2 | -6/+35 |
| | | |||||
* | | fix use of pip install --user (bcc3432e03bb should have been "fix site.py ↵ | Matti Picus | 2021-02-24 | 1 | -9/+16 |
| | | | | | | | | for python implementation") | ||||
* | | sync with upstream | Matti Picus | 2021-02-23 | 2 | -9/+12 |
| | | |||||
* | | fix use of `pip install --local` | Matti Picus | 2021-02-23 | 1 | -3/+5 |
| | | |||||
* | | typo | Matti Picus | 2021-02-21 | 1 | -1/+1 |
| | | |||||
* | | merge default into py3.7 | Matti Picus | 2021-02-21 | 12 | -87/+346 |
|\| | |||||
| * | 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 |
| |\ \ | | | | | | | | | | | | | | | | | refactor the intbounds analyzer a little bit, add some optimizations for int_neg and int_invert | ||||
| | * | | Backed out changeset f1c2880a6b49 | Carl Friedrich Bolz-Tereick | 2021-02-15 | 3 | -141/+5 |
| | | | | | | | | | | | | | | | | (some test fails weirdly, trying to see what caused it) | ||||
| | * | | 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 |
| | | | | |||||
* | | | | merge default | Carl Friedrich Bolz-Tereick | 2021-02-19 | 11 | -20/+56 |
|\| | | |